Do not pass Generated to -BaseName (#3562)
Co-authored-by: Heath Stewart <heaths@microsoft.com>
This commit is contained in:
parent
164346796f
commit
201d588b6d
@ -1018,7 +1018,6 @@ the SecureString to plaintext by another means.
|
||||
|
||||
.EXAMPLE
|
||||
New-TestResources.ps1 `
|
||||
-BaseName 'Generated' `
|
||||
-ServiceDirectory '$(ServiceDirectory)' `
|
||||
-TenantId '$(TenantId)' `
|
||||
-ProvisionerApplicationId '$(ProvisionerId)' `
|
||||
|
||||
@ -143,7 +143,6 @@ the SecureString to plaintext by another means.
|
||||
### EXAMPLE 5
|
||||
```
|
||||
New-TestResources.ps1 `
|
||||
-BaseName 'Generated' `
|
||||
-ServiceDirectory '$(ServiceDirectory)' `
|
||||
-TenantId '$(TenantId)' `
|
||||
-ProvisionerApplicationId '$(ProvisionerId)' `
|
||||
|
||||
@ -48,7 +48,6 @@ steps:
|
||||
# pass those in via the ArmTemplateParameters flag, and handle any
|
||||
# additional parameters from the pipelines via AdditionalParameters
|
||||
eng/common/TestResources/New-TestResources.ps1 `
|
||||
-BaseName 'Generated' `
|
||||
-ServiceDirectory '${{ parameters.ServiceDirectory }}' `
|
||||
-Location '${{ parameters.Location }}' `
|
||||
-DeleteAfterHours '${{ parameters.DeleteAfterHours }}' `
|
||||
|
||||
Loading…
Reference in New Issue
Block a user