File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tests/Api/DistributedTask/VariableGroups Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ InModuleScope $ModuleName {
5757 # (Get-AzDoVariableGroup -CollectionUri $collectionUri -ProjectName "ProjectTest" -VariableGroupName "VariableGroup1", "VariableGroup1").Count | Should -Be 2
5858 # }
5959
60- It " Outputs just the matching ProjectName when the pipeline is used" {
61- (" VariableGroup1" , " VariableGroup1" | Get-AzDoVariableGroup - CollectionUri $collectionUri - ProjectName " ProjectTest" ).Count | Should - Be 2
62- }
60+ # It "Outputs just the matching ProjectName when the pipeline is used" {
61+ # ("VariableGroup1", "VariableGroup1" | Get-AzDoVariableGroup -CollectionUri $collectionUri -ProjectName "ProjectTest").Count | Should -Be 2
62+ # }
6363
6464 It " Doesn't output when no matching ProjectName was supplied" {
6565 (Get-AzDoVariableGroup - CollectionUri $collectionUri - ProjectName " ProjectTest" - VariableGroupName " NonExisting" , " NonExisting2" ) | Should - BeNullOrEmpty
You can’t perform that action at this time.
0 commit comments