Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Azure.Monitor.Query] Add sovereign/government cloud support #41653

Merged
merged 27 commits into from
Feb 10, 2024
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
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
Next Next commit
Update test-resources.bicep
  • Loading branch information
nisha-bhatia committed Feb 7, 2024
commit 72a612b701e0d22423750be368b76f85a0e8a1d9
1 change: 0 additions & 1 deletion sdk/monitor/test-resources.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -211,4 +211,3 @@ output DATAPLANE_ENDPOINT string = 'https://${location}.metrics.monitor.azure.co
output STORAGE_NAME string = storageAccount.name
output STORAGE_ID string = storageAccount.id
output STORAGE_CONNECTION_STRING string = 'DefaultEndpointsProtocol=https;AccountName=${storageAccountName};AccountKey=${listKeys(storageAccount.id, storageAccount.apiVersion).keys[0].value};EndpointSuffix=${environment().suffixes.storage}'
output METRICS_LOCATION string = primaryWorkspace.location
Loading