@azure/identity 4.1.0-alpha.20240409.1 → 4.1.0-alpha.20240410.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of @azure/identity might be problematic. Click here for more details.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist-esm/src/credentials/managedIdentityCredential/index.js +1 -1
- package/dist-esm/src/credentials/managedIdentityCredential/index.js.map +1 -1
- package/dist-esm/src/msal/nodeFlows/brokerOptions.js.map +1 -1
- package/package.json +3 -3
- package/types/identity.d.ts +1 -0
package/dist/index.js
CHANGED
|
@@ -2391,7 +2391,7 @@ class ManagedIdentityCredential {
|
|
|
2391
2391
|
this.isEndpointUnavailable = null;
|
|
2392
2392
|
this.isAppTokenProviderInitialized = false;
|
|
2393
2393
|
this.msiRetryConfig = {
|
|
2394
|
-
maxRetries:
|
|
2394
|
+
maxRetries: 5,
|
|
2395
2395
|
startDelayInMs: 800,
|
|
2396
2396
|
intervalIncrement: 2,
|
|
2397
2397
|
};
|