Skip to content

Commit 685c5c5

Browse files
[identity] Release beta for AzurePipelinesCredential (Azure#29639)
1 parent eb966c8 commit 685c5c5

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

sdk/identity/identity/CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
# Release History
22

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

55
### Features Added
66

7-
- Introducing a new credential `AzurePipelinesCredential` for supporting workload identity federation in Azure Pipelines with service connections.
8-
9-
### Breaking Changes
7+
- 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)
108

119
### Bug Fixes
1210

sdk/identity/identity/src/credentials/azurePipelinesCredential.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { IdentityClient } from "../client/identityClient";
1212

1313
const credentialName = "AzurePipelinesCredential";
1414
const logger = credentialLogger(credentialName);
15-
const OIDC_API_VERSION = "7.1";
15+
const OIDC_API_VERSION = "7.1-preview.1";
1616

1717
/**
1818
* This credential is designed to be used in Azure Pipelines with service connections

0 commit comments

Comments
 (0)