@azure/identity 4.3.0-alpha.20240508.2 → 4.3.0-beta.1

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.
package/dist/index.js CHANGED
@@ -4389,7 +4389,7 @@ class DeviceCodeCredential {
4389
4389
  // Licensed under the MIT license.
4390
4390
  const credentialName$1 = "AzurePipelinesCredential";
4391
4391
  const logger$2 = credentialLogger(credentialName$1);
4392
- const OIDC_API_VERSION = "7.1";
4392
+ const OIDC_API_VERSION = "7.1-preview.1";
4393
4393
  /**
4394
4394
  * This credential is designed to be used in Azure Pipelines with service connections
4395
4395
  * as a setup for workload identity federation.