@azure/identity 2.0.2-alpha.20211108.2 → 2.0.2-alpha.20211115.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
@@ -2681,7 +2681,7 @@ function prepareRequestOptions$5(scopes, clientId) {
2681
2681
  method: "GET",
2682
2682
  headers: coreRestPipeline.createHttpHeaders({
2683
2683
  Accept: "application/json",
2684
- Secret: process.env.IDENTITY_HEADER
2684
+ secret: process.env.IDENTITY_HEADER
2685
2685
  })
2686
2686
  };
2687
2687
  }