diff --git a/config/azure-config.js b/config/azure-config.js index c6aa9894..cdb9820f 100644 --- a/config/azure-config.js +++ b/config/azure-config.js @@ -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: () => {