Skip to content

Commit e3caf23

Browse files
authored
Update Preview Test Sub to use new connection (#36507)
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.
1 parent e8d92e2 commit e3caf23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/pipelines/templates/stages/archetype-sdk-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ parameters:
6363
- eng/common/TestResources/sub-config/AzurePublicMsft.json
6464
Preview:
6565
SubscriptionConfiguration: $(sub-config-azure-cloud-test-resources-preview)
66+
ServiceConnection: azure-sdk-tests-preview
6667
Canary:
6768
SubscriptionConfiguration: $(sub-config-azure-cloud-test-resources)
6869
Location: 'centraluseuap'

0 commit comments

Comments
 (0)