Skip to content

Commit f704d54

Browse files
authored
[KV] Update changelogs for stable releases (Azure#23053)
1 parent 52efb28 commit f704d54

File tree

4 files changed

+26
-0
lines changed

4 files changed

+26
-0
lines changed

sdk/keyvault/azure-keyvault-administration/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
### Bugs Fixed
1010

1111
### Other Changes
12+
- (From 4.1.0b3) Python 2.7 is no longer supported. Please use Python version 3.6 or later.
13+
- (From 4.1.0b3) Updated minimum `azure-core` version to 1.20.0
14+
- (From 4.1.0b2) To support multi-tenant authentication, `get_token` calls during challenge
15+
authentication requests now pass in a `tenant_id` keyword argument
16+
([#20698](https://github.com/Azure/azure-sdk-for-python/issues/20698)). See
17+
https://aka.ms/azsdk/python/identity/tokencredential for more details on how to integrate
18+
this parameter if `get_token` is implemented by a custom credential.
1219

1320
## 4.1.0b3 (2022-02-08)
1421

sdk/keyvault/azure-keyvault-certificates/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
### Bugs Fixed
1010

1111
### Other Changes
12+
- (From 4.4.0b3) Python 2.7 is no longer supported. Please use Python version 3.6 or later.
13+
- (From 4.4.0b2) To support multi-tenant authentication, `get_token` calls during challenge
14+
authentication requests now pass in a `tenant_id` keyword argument
15+
([#20698](https://github.com/Azure/azure-sdk-for-python/issues/20698)). See
16+
https://aka.ms/azsdk/python/identity/tokencredential for more details on how to integrate
17+
this parameter if `get_token` is implemented by a custom credential.
1218

1319
## 4.4.0b3 (2022-02-08)
1420

sdk/keyvault/azure-keyvault-keys/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
### Bugs Fixed
1010

1111
### Other Changes
12+
- (From 4.5.0b6) Python 2.7 is no longer supported. Please use Python version 3.6 or later.
13+
- (From 4.5.0b6) Updated minimum `azure-core` version to 1.20.0
14+
- (From 4.5.0b5) To support multi-tenant authentication, `get_token` calls during challenge
15+
authentication requests now pass in a `tenant_id` keyword argument
16+
([#20698](https://github.com/Azure/azure-sdk-for-python/issues/20698)). See
17+
https://aka.ms/azsdk/python/identity/tokencredential for more details on how to integrate
18+
this parameter if `get_token` is implemented by a custom credential.
1219

1320
## 4.5.0b6 (2022-02-08)
1421

sdk/keyvault/azure-keyvault-secrets/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
### Bugs Fixed
1010

1111
### Other Changes
12+
- (From 4.4.0b3) Python 2.7 is no longer supported. Please use Python version 3.6 or later.
13+
- (From 4.4.0b2) To support multi-tenant authentication, `get_token` calls during challenge
14+
authentication requests now pass in a `tenant_id` keyword argument
15+
([#20698](https://github.com/Azure/azure-sdk-for-python/issues/20698)). See
16+
https://aka.ms/azsdk/python/identity/tokencredential for more details on how to integrate
17+
this parameter if `get_token` is implemented by a custom credential.
1218

1319
## 4.4.0b3 (2022-02-08)
1420

0 commit comments

Comments
 (0)