@azure/identity 3.2.1 → 3.2.2

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
@@ -257,7 +257,7 @@ function credentialLogger(title, log = logger$n) {
257
257
  /**
258
258
  * Current version of the `@azure/identity` package.
259
259
  */
260
- const SDK_VERSION = `3.2.1`;
260
+ const SDK_VERSION = `3.2.2`;
261
261
  /**
262
262
  * The default client ID for authentication
263
263
  * @internal
@@ -553,8 +553,6 @@ function processMultiTenantRequest(tenantId, getTokenOptions, additionallyAllowe
553
553
  else {
554
554
  resolvedTenantId = (_a = getTokenOptions === null || getTokenOptions === void 0 ? void 0 : getTokenOptions.tenantId) !== null && _a !== void 0 ? _a : tenantId;
555
555
  }
556
- console.log("resolved tenant =", resolvedTenantId);
557
- console.log("tenantId =", tenantId);
558
556
  if (tenantId &&
559
557
  resolvedTenantId !== tenantId &&
560
558
  !additionallyAllowedTenantIds.includes("*") &&