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

Commit

Permalink
fix(azure): AzureUSGovernment -> AzureUSGovernmentCloud (#901)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericabramov committed Jan 21, 2022
1 parent 4e3f068 commit fa09c72
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit fa09c72

Please sign in to comment.