@azure/identity 4.5.1-alpha.20241025.1 → 4.5.1-alpha.20241029.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/dist-esm/src/constants.js +4 -1
- package/dist-esm/src/constants.js.map +1 -1
- package/package.json +1 -1
- package/types/identity.d.ts +4 -1
package/dist/index.js
CHANGED
@@ -69,7 +69,10 @@ exports.AzureAuthorityHosts = void 0;
|
|
69
69
|
AzureAuthorityHosts["AzureChina"] = "https://login.chinacloudapi.cn";
|
70
70
|
/**
|
71
71
|
* Germany-based Azure Authority Host
|
72
|
-
|
72
|
+
*
|
73
|
+
* @deprecated Microsoft Cloud Germany was closed on October 29th, 2021.
|
74
|
+
*
|
75
|
+
* */
|
73
76
|
AzureAuthorityHosts["AzureGermany"] = "https://login.microsoftonline.de";
|
74
77
|
/**
|
75
78
|
* US Government Azure Authority Host
|