Skip to content

Commit 3b16070

Browse files
xiangyan99micromaomaopvaneck
authored
update changelog and version (#27069)
* update changelog and version * Fix #26857: separate stdout from stderr in AzureCliCredential (#26953) (#27076) * Fix #26857: separate stdout from stderr in AzureCliCredential * Fix unit tests for AzureCliCredential * Fix #26857 for aio.AzureCliCredential * azure_cli.py: Fix types in _run_command * Fix test_cli_credential_async.py * Update sdk/identity/azure-identity/CHANGELOG.md Co-authored-by: Paul Van Eck <[email protected]> Co-authored-by: Tingmao Wang <[email protected]> Co-authored-by: Paul Van Eck <[email protected]> Co-authored-by: Xiang Yan <[email protected]> Co-authored-by: maowtm <[email protected]> Co-authored-by: Tingmao Wang <[email protected]> Co-authored-by: Paul Van Eck <[email protected]> * update Co-authored-by: maowtm <[email protected]> Co-authored-by: Tingmao Wang <[email protected]> Co-authored-by: Paul Van Eck <[email protected]>
1 parent f4ab768 commit 3b16070

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

sdk/identity/azure-identity/CHANGELOG.md

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

3-
## 1.12.0b3 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 1.12.0 (2022-11-08)
84

95
### Bugs Fixed
106

11-
- `AzureCliCredential` now works even when `az` prints warnings to stderr. ([#26857](https://github.com/Azure/azure-sdk-for-python/issues/26857))
7+
- `AzureCliCredential` now works even when `az` prints warnings to stderr. ([#26857](https://github.com/Azure/azure-sdk-for-python/issues/26857)) (thanks to @micromaomao for the contribution)
128
- Fixed issue where user-supplied `TokenCachePersistenceOptions` weren't propagated when using `SharedTokenCacheCredential` ([#26982](https://github.com/Azure/azure-sdk-for-python/issues/26982))
139

14-
### Other Changes
10+
### Breaking Changes
11+
12+
- Excluded `VisualStudioCodeCredential` from `DefaultAzureCredential` token chain by default as SDK
13+
authentication via Visual Studio Code is broken due to
14+
issue [#23249](https://github.com/Azure/azure-sdk-for-python/issues/23249). The `VisualStudioCodeCredential` will be
15+
re-enabled in the `DefaultAzureCredential` flow once a fix is in place.
16+
Issue [#25713](https://github.com/Azure/azure-sdk-for-python/issues/25713) tracks this. In the meantime
17+
Visual Studio Code users can authenticate their development environment using the [Azure CLI](https://learn.microsoft.com/cli/azure/).
1518

1619
## 1.12.0b2 (2022-10-11)
1720

sdk/identity/azure-identity/azure/identity/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Copyright (c) Microsoft Corporation.
33
# Licensed under the MIT License.
44
# ------------------------------------
5-
VERSION = "1.12.0b3"
5+
VERSION = "1.12.0"

0 commit comments

Comments
 (0)