Sync eng/common directory with azure-sdk-tools for PR 9229 (#6115)

* Remove default sub config sub-config-azure-cloud-test-resources

We no longer want to default the configuration and instead
default from the service connection which had the info we need.

* Fix quoting

---------

Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
This commit is contained in:
Azure SDK Bot 2024-10-21 18:20:35 -07:00 committed by GitHub
parent f4eea46002
commit 0e699e4c7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,7 @@
parameters:
- name: SubscriptionConfiguration
type: string
default: $(sub-config-azure-cloud-test-resources)
default: '{}'
- name: SubscriptionConfigurations
type: object
default: null

View File

@ -4,7 +4,7 @@ parameters:
DeleteAfterHours: 8
Location: ''
EnvVars: {}
SubscriptionConfiguration: $(sub-config-azure-cloud-test-resources)
SubscriptionConfiguration: '{}'
ServiceConnection: not-specified
ResourceType: test
UseFederatedAuth: true
@ -36,7 +36,6 @@ parameters:
# }
# }
steps:
- template: /eng/common/pipelines/templates/steps/cache-ps-modules.yml

View File

@ -3,7 +3,7 @@
parameters:
ServiceDirectory: ''
SubscriptionConfiguration: $(sub-config-azure-cloud-test-resources)
SubscriptionConfiguration: $(SubscriptionConfiguration)
ServiceConnection: not-specified
ResourceType: test
EnvVars: {}