Skip to content

Commit 99bd0ec

Browse files
authored
[core] prepare for June 2023 releases (Azure#26045)
- update CHANGELOG - fix a version constant
1 parent 4091d31 commit 99bd0ec

File tree

3 files changed

+3
-15
lines changed

3 files changed

+3
-15
lines changed

sdk/core/core-client/CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
# Release History
22

3-
## 1.7.3 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 1.7.3 (2023-06-01)
104

115
### Other Changes
126
- remove the validation that credential scopes must be a valid URL [Issue #25881](https://github.com/Azure/azure-sdk-for-js/issues/25881)

sdk/core/core-rest-pipeline/CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
# Release History
22

3-
## 1.11.0 (Unreleased)
3+
## 1.11.0 (2023-06-01)
44

55
### Features Added
66

77
- 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)
88

9-
### Breaking Changes
10-
11-
### Bugs Fixed
12-
13-
### Other Changes
14-
159
## 1.10.3 (2023-04-06)
1610

1711
### Other Changes
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT license.
33

4-
export const SDK_VERSION: string = "1.10.4";
4+
export const SDK_VERSION: string = "1.11.0";
55

66
export const DEFAULT_RETRY_POLICY_COUNT = 3;

0 commit comments

Comments
 (0)