Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Fix AzureUSGovernment -> AzureUSGovernmentCloud #901

Merged
merged 1 commit into from
Jan 21, 2022
Merged
Changes from all commits
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
2 changes: 1 addition & 1 deletion config/azure-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const authorityHostMap = new Map()
authorityHostMap.set('AzureCloud', AzureAuthorityHosts.AzurePublicCloud)
authorityHostMap.set('AzureChinaCloud', AzureAuthorityHosts.AzureChina)
authorityHostMap.set('AzureGermanCloud', AzureAuthorityHosts.AzureGermany)
authorityHostMap.set('AzureUSGovernment', AzureAuthorityHosts.AzureGovernment)
authorityHostMap.set('AzureUSGovernmentCloud', AzureAuthorityHosts.AzureGovernment)

module.exports = {
azureKeyVault: () => {
Expand Down