@azure/identity 2.1.0-alpha.20220421.1 → 2.1.0-alpha.20220422.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
CHANGED
|
@@ -2905,11 +2905,11 @@ class ManagedIdentityCredential {
|
|
|
2905
2905
|
return this.cachedMSI;
|
|
2906
2906
|
}
|
|
2907
2907
|
const MSIs = [
|
|
2908
|
+
arcMsi,
|
|
2908
2909
|
fabricMsi,
|
|
2909
2910
|
appServiceMsi2019,
|
|
2910
2911
|
appServiceMsi2017,
|
|
2911
2912
|
cloudShellMsi,
|
|
2912
|
-
arcMsi,
|
|
2913
2913
|
tokenExchangeMsi(),
|
|
2914
2914
|
imdsMsi,
|
|
2915
2915
|
];
|