Sync eng/common directory with azure-sdk-tools for PR 9229 (#8152)
* 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:
Родитель
531d57f863
Коммит
ea14e98bb7
|
@ -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: {}
|
||||
|
|
Загрузка…
Ссылка в новой задаче