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:
parent
f4eea46002
commit
0e699e4c7a
@ -1,7 +1,7 @@
|
||||
parameters:
|
||||
- name: SubscriptionConfiguration
|
||||
type: string
|
||||
default: $(sub-config-azure-cloud-test-resources)
|
||||
default: '{}'
|
||||
- name: SubscriptionConfigurations
|
||||
type: object
|
||||
default: null
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
parameters:
|
||||
ServiceDirectory: ''
|
||||
SubscriptionConfiguration: $(sub-config-azure-cloud-test-resources)
|
||||
SubscriptionConfiguration: $(SubscriptionConfiguration)
|
||||
ServiceConnection: not-specified
|
||||
ResourceType: test
|
||||
EnvVars: {}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user