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

Commit fa09c72

Browse files
authored
fix(azure): AzureUSGovernment -> AzureUSGovernmentCloud (#901)
1 parent 4e3f068 commit fa09c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/azure-config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const authorityHostMap = new Map()
1111
authorityHostMap.set('AzureCloud', AzureAuthorityHosts.AzurePublicCloud)
1212
authorityHostMap.set('AzureChinaCloud', AzureAuthorityHosts.AzureChina)
1313
authorityHostMap.set('AzureGermanCloud', AzureAuthorityHosts.AzureGermany)
14-
authorityHostMap.set('AzureUSGovernment', AzureAuthorityHosts.AzureGovernment)
14+
authorityHostMap.set('AzureUSGovernmentCloud', AzureAuthorityHosts.AzureGovernment)
1515

1616
module.exports = {
1717
azureKeyVault: () => {

0 commit comments

Comments
 (0)