Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix quoting
  • Loading branch information
weshaggard authored and azure-sdk committed Oct 22, 2024
commit 62647a74d28f12984e19a5a2b1c955ebee457e66
2 changes: 1 addition & 1 deletion eng/common/TestResources/build-test-resource-config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
parameters:
- name: SubscriptionConfiguration
type: string
default: {}
default: '{}'
- name: SubscriptionConfigurations
type: object
default: null
Expand Down
2 changes: 1 addition & 1 deletion eng/common/TestResources/deploy-test-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ parameters:
DeleteAfterHours: 8
Location: ''
EnvVars: {}
SubscriptionConfiguration: {}
SubscriptionConfiguration: '{}'
ServiceConnection: not-specified
ResourceType: test
UseFederatedAuth: true
Expand Down