Skip to content

Commit 78fbcfb

Browse files
azure-sdkheaths
andauthored
Do not pass Generated to -BaseName (Azure#17614)
Co-authored-by: Heath Stewart <heaths@microsoft.com>
1 parent d2e7472 commit 78fbcfb

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

eng/common/TestResources/New-TestResources.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,6 @@ the SecureString to plaintext by another means.
10181018
10191019
.EXAMPLE
10201020
New-TestResources.ps1 `
1021-
-BaseName 'Generated' `
10221021
-ServiceDirectory '$(ServiceDirectory)' `
10231022
-TenantId '$(TenantId)' `
10241023
-ProvisionerApplicationId '$(ProvisionerId)' `

eng/common/TestResources/New-TestResources.ps1.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ the SecureString to plaintext by another means.
143143
### EXAMPLE 5
144144
```
145145
New-TestResources.ps1 `
146-
-BaseName 'Generated' `
147146
-ServiceDirectory '$(ServiceDirectory)' `
148147
-TenantId '$(TenantId)' `
149148
-ProvisionerApplicationId '$(ProvisionerId)' `

eng/common/TestResources/deploy-test-resources.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ steps:
4848
# pass those in via the ArmTemplateParameters flag, and handle any
4949
# additional parameters from the pipelines via AdditionalParameters
5050
eng/common/TestResources/New-TestResources.ps1 `
51-
-BaseName 'Generated' `
5251
-ServiceDirectory '${{ parameters.ServiceDirectory }}' `
5352
-Location '${{ parameters.Location }}' `
5453
-DeleteAfterHours '${{ parameters.DeleteAfterHours }}' `

0 commit comments

Comments
 (0)