File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Connect-AzAccount -Subscription 'YOUR SUBSCRIPTION ID'
3030eng\common\TestResources\New-TestResources.ps1 -ServiceDirectory 'search'
3131```
3232
33- The ` OutFile ` switch would be set if you are running this for a .NET project on Windows. This will save test environment settings
33+ The ` OutFile ` switch will be set by default if you are running this for a .NET project on Windows. This will save test environment settings
3434into a test-resources.json.env file next to test-resources.json. The file is protected via DPAPI.
3535The environment file would be scoped to the current repository directory and avoids the need to
3636set environment variables or restart your IDE to recognize them.
@@ -89,6 +89,12 @@ Remove-AzADServicePrincipal -ApplicationId $sp.ApplicationId -Force
8989
9090If you persisted environment variables, you should also remove those as well.
9191
92+ Some test-resources.json templates utilize the ` AdditionalParameters ` parameter to control additional resource configuration options. For example:
93+
94+ ``` powershell
95+ New-TestResources.ps1 keyvault -AdditionalParameters @{enableHsm = $true}
96+ ```
97+
9298## In CI
9399
94100Test pipelines should include deploy-test-resources.yml and
You can’t perform that action at this time.
0 commit comments