You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/identity/azure-identity/CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,21 @@
1
1
# Release History
2
2
3
-
## 1.13.0b1 (Unreleased)
3
+
## 1.13.0b1 (2023-01-10)
4
4
5
5
### Features Added
6
6
7
7
- Added Windows Web Account Manager (WAM) Brokered Authentication support. ([#23687](https://github.com/Azure/azure-sdk-for-python/issues/23687))
8
8
9
9
### Breaking Changes
10
10
11
+
> These changes do not impact the API of stable versions such as 1.12.0.
12
+
> Only code written against a beta version such as 1.12.0b1 may be affected.
11
13
- Replaced `validate_authority` with `instance_discovery`. Now instead of setting validate_authority=False to disable authority validation and instance discovery, you need to use instance_discovery=False.
12
14
13
15
### Bugs Fixed
14
16
15
17
- Fixed an issue where `AzureCliCredential` would return the wrong error message when the Azure CLI was not installed on non-English consoles. ([#27965](https://github.com/Azure/azure-sdk-for-python/issues/27965))
0 commit comments