Add stress test arm/bicep template prefix to New-TestResources ResourceType set (#5340)

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
This commit is contained in:
Azure SDK Bot 2024-02-09 15:11:07 -08:00 committed by GitHub
parent 0229d0a3b3
commit f348242546
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,7 +67,7 @@ param (
[string] $Environment = 'AzureCloud',
[Parameter()]
[ValidateSet('test', 'perf')]
[ValidateSet('test', 'perf', 'stress-test')]
[string] $ResourceType = 'test',
[Parameter()]