Pass TestResourcesDirectory from deploy-test-resources.yml to New-TestResources.ps1 (#6646)

Co-authored-by: Patrick Hallisey <pahallis@microsoft.com>
This commit is contained in:
Azure SDK Bot 2025-06-26 14:36:01 -07:00 committed by GitHub
parent 5db36bdcdf
commit 18a1d27d33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,6 @@
parameters:
ServiceDirectory: ''
TestResourcesDirectory: ''
ArmTemplateParameters: '@{}'
DeleteAfterHours: 8
Location: ''
@ -98,6 +99,7 @@ steps:
eng/common/TestResources/New-TestResources.ps1 `
-ResourceType '${{ parameters.ResourceType }}' `
-ServiceDirectory '${{ parameters.ServiceDirectory }}' `
-TestResourcesDirectory '${{ parameters.TestResourcesDirectory }}' `
-Location '${{ parameters.Location }}' `
-DeleteAfterHours '${{ parameters.DeleteAfterHours }}' `
@subscriptionConfiguration `
@ -142,6 +144,7 @@ steps:
eng/common/TestResources/New-TestResources.ps1 `
-ResourceType '${{ parameters.ResourceType }}' `
-ServiceDirectory '${{ parameters.ServiceDirectory }}' `
-TestResourcesDirectory '${{ parameters.TestResourcesDirectory }}' `
-Location '${{ parameters.Location }}' `
-DeleteAfterHours '${{ parameters.DeleteAfterHours }}' `
@subscriptionConfiguration `