Skip to content

Commit 016b4e2

Browse files
authored
Update changelog (Azure#28240)
* Update changelog * update
1 parent eea41d5 commit 016b4e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sdk/identity/azure-identity/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# Release History
22

3-
## 1.13.0b1 (Unreleased)
3+
## 1.13.0b1 (2023-01-10)
44

55
### Features Added
66

77
- Added Windows Web Account Manager (WAM) Brokered Authentication support. ([#23687](https://github.com/Azure/azure-sdk-for-python/issues/23687))
88

99
### Breaking Changes
1010

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.
1113
- 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.
1214

1315
### Bugs Fixed
1416

1517
- 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))
1618

17-
### Other Changes
18-
1919
## 1.12.0 (2022-11-08)
2020

2121
### Bugs Fixed

0 commit comments

Comments
 (0)