File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
src/ResourceManager/KeyVault/Commands.KeyVault.Test/Scripts Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 4
4
[Parameter (Mandatory = $false , Position = 1 )]
5
5
[ValidateSet (' ControlPlane' , ' DataPlane' , ' All' )]
6
6
[string ]$TestMode = ' All' ,
7
- [Parameter (Mandatory = $false , Position = 2 , ParameterSetName = " DPTests" )]
8
- [ValidateSet (' BVT' , ' PROD' )]
9
- [string ]$TestEnvironment = ' PROD' ,
10
- [Parameter (Mandatory = $false , Position = 2 , ParameterSetName = " CPTests" )]
7
+ [Parameter (Mandatory = $false , Position = 2 )]
11
8
[string ]$Location = ' eastus2' ,
12
9
[Parameter (Mandatory = $false , Position = 3 )]
13
10
[string ]$Vault = " "
@@ -28,7 +25,7 @@ $global:passedCount = 0;
28
25
$global :passedTests = @ ()
29
26
$global :failedTests = @ ()
30
27
$global :times = @ {}
31
- $global :testEnv = $TestEnvironment .ToUpperInvariant ()
28
+ $global :testEnv = ' PROD ' ;
32
29
$global :testns = $TestRunNameSpace
33
30
$global :location = $location
34
31
$global :testVault = $Vault
You can’t perform that action at this time.
0 commit comments