Skip to content

Commit

Permalink
[core] prepare for June 2023 releases (#26045)
Browse files Browse the repository at this point in the history
- update CHANGELOG
- fix a version constant
  • Loading branch information
jeremymeng authored May 30, 2023
1 parent 4091d31 commit 99bd0ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
8 changes: 1 addition & 7 deletions sdk/core/core-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
# Release History

## 1.7.3 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 1.7.3 (2023-06-01)

### Other Changes
- remove the validation that credential scopes must be a valid URL [Issue #25881](https://github.com/Azure/azure-sdk-for-js/issues/25881)
Expand Down
8 changes: 1 addition & 7 deletions sdk/core/core-rest-pipeline/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
# Release History

## 1.11.0 (Unreleased)
## 1.11.0 (2023-06-01)

### Features Added

- Add a policy `auxiliaryAuthenticationHeaderPolicy` for external tokens to `x-ms-authorization-auxiliary` header. This header will be used when creating a cross-tenant application we may need to handle authentication requests for resources that are in different tenants. [PR #25270](https://github.com/Azure/azure-sdk-for-js/pull/25270)

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.10.3 (2023-04-06)

### Other Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-rest-pipeline/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

export const SDK_VERSION: string = "1.10.4";
export const SDK_VERSION: string = "1.11.0";

export const DEFAULT_RETRY_POLICY_COUNT = 3;

0 comments on commit 99bd0ec

Please sign in to comment.