Update Preview Test Sub to use new connection (#5826)

In order to get both deployment and clean-up working we need to have a connection that points at the right subscription. Today azure-sdk-tests points to the name Test Sub but I created azure-sdk-tests-preview connection which points to the Preview Test Sub.

This will fix the clean-up step which is currently failing for things deployed in Preview.
This commit is contained in:
Wes Haggard 2024-07-18 15:20:39 -07:00 committed by GitHub
parent 9b9f76a737
commit 3329e9d854
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,9 +61,7 @@ parameters:
- eng/common/TestResources/sub-config/AzurePublicMsft.json
Preview:
SubscriptionConfiguration: $(sub-config-azure-cloud-test-resources-preview)
ServiceConnection: azure-sdk-tests
# Temporary fix until an eng/common config for Preview can be merged
SubscriptionConfigurationFilePaths: []
ServiceConnection: azure-sdk-tests-preview
Canary:
SubscriptionConfiguration: $(sub-config-azure-cloud-test-resources)
ServiceConnection: azure-sdk-tests