Skip to content

Commit

Permalink
[identity] Release beta for AzurePipelinesCredential (Azure#29639)
Browse files Browse the repository at this point in the history
  • Loading branch information
KarishmaGhiya authored May 9, 2024
1 parent eb966c8 commit 685c5c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions sdk/identity/identity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# Release History

## 4.3.0-beta.1 (Unreleased)
## 4.3.0-beta.1 (2024-05-08)

### Features Added

- Introducing a new credential `AzurePipelinesCredential` for supporting workload identity federation in Azure Pipelines with service connections.

### Breaking Changes
- Introducing a new credential `AzurePipelinesCredential` for supporting workload identity federation in Azure Pipelines with service connections. [#29392](https://github.com/Azure/azure-sdk-for-js/pull/29392)

### Bug Fixes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { IdentityClient } from "../client/identityClient";

const credentialName = "AzurePipelinesCredential";
const logger = credentialLogger(credentialName);
const OIDC_API_VERSION = "7.1";
const OIDC_API_VERSION = "7.1-preview.1";

/**
* This credential is designed to be used in Azure Pipelines with service connections
Expand Down

0 comments on commit 685c5c5

Please sign in to comment.