File tree Expand file tree Collapse file tree 13 files changed +32
-39
lines changed
azure-keyvault-administration
azure/keyvault/administration
azure-keyvault-certificates
azure/keyvault/certificates Expand file tree Collapse file tree 13 files changed +32
-39
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 4.4.0b3 (Unreleased )
3
+ ## 4.4.0 (2024-02-22 )
4
4
5
5
### Features Added
6
6
- Added support for service API version ` 7.5 `
7
-
8
- ### Breaking Changes
7
+ - (From 4.4.0b2) ` KeyVaultBackupClient.begin_backup ` and ` KeyVaultBackupClient.begin_restore ` now accept a
8
+ ` use_managed_identity ` keyword-only argument to enable authentication via Managed Identity
9
9
10
10
### Bugs Fixed
11
+ - (From 4.4.0b1) Token requests made during AD FS authentication no longer specify an erroneous "adfs" tenant ID
12
+ ([ #29888 ] ( https://github.com/Azure/azure-sdk-for-python/issues/29888 ) )
11
13
12
14
### Other Changes
13
15
- Python 3.7 is no longer supported. Please use Python version 3.8 or later.
Original file line number Diff line number Diff line change 3
3
# Licensed under the MIT License.
4
4
# ------------------------------------
5
5
6
- VERSION = "4.4.0b3 "
6
+ VERSION = "4.4.0 "
Original file line number Diff line number Diff line change 45
45
url = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/keyvault/azure-keyvault-administration" ,
46
46
keywords = "azure, azure sdk" ,
47
47
classifiers = [
48
- "Development Status :: 4 - Beta " ,
48
+ "Development Status :: 5 - Production/Stable " ,
49
49
"Programming Language :: Python" ,
50
50
"Programming Language :: Python :: 3 :: Only" ,
51
51
"Programming Language :: Python :: 3" ,
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 4.8.0b4 (Unreleased )
3
+ ## 4.8.0 (2024-02-22 )
4
4
5
5
### Features Added
6
6
- Added support for service API version ` 7.5 `
11
11
` CertificateProperties.x509_thumbprint.hex() ` or print the ` CertificateProperties ` instance.
12
12
13
13
### Bugs Fixed
14
+ - (From 4.8.0b1) Token requests made during AD FS authentication no longer specify an erroneous "adfs" tenant ID
15
+ ([ #29888 ] ( https://github.com/Azure/azure-sdk-for-python/issues/29888 ) )
14
16
15
17
### Other Changes
16
18
- Python 3.7 is no longer supported. Please use Python version 3.8 or later.
Original file line number Diff line number Diff line change 3
3
# Licensed under the MIT License.
4
4
# ------------------------------------
5
5
6
- VERSION = "4.8.0b4 "
6
+ VERSION = "4.8.0 "
Original file line number Diff line number Diff line change 45
45
url = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/keyvault/azure-keyvault-certificates" ,
46
46
keywords = "azure, azure sdk" ,
47
47
classifiers = [
48
- "Development Status :: 4 - Beta " ,
48
+ "Development Status :: 5 - Production/Stable " ,
49
49
"Programming Language :: Python" ,
50
50
"Programming Language :: Python :: 3 :: Only" ,
51
51
"Programming Language :: Python :: 3" ,
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 4.9.0b4 (Unreleased )
3
+ ## 4.9.0 (2024-02-22 )
4
4
5
5
### Features Added
6
6
- Added support for service API version ` 7.5 `
7
-
8
- ### Breaking Changes
7
+ - (From 4.9.0b2) The ` cryptography ` library's ` RSAPrivateKey ` and ` RSAPublicKey ` interfaces are now implemented by
8
+ ` KeyVaultRSAPrivateKey ` and ` KeyVaultRSAPublicKey ` classes that can use keys managed by Key Vault
9
+ - (From 4.9.0b2) ` CryptographyClient ` has ` create_rsa_private_key ` and ` create_rsa_public_key ` methods that return a
10
+ ` KeyVaultRSAPrivateKey ` and ` KeyVaultRSAPublicKey ` , respectively
11
+ - (From 4.9.0b3) Added ` KeyProperties.hsm_platform ` to get the underlying HSM platform
9
12
10
13
### Bugs Fixed
14
+ - (From 4.9.0b1) Token requests made during AD FS authentication no longer specify an erroneous "adfs" tenant ID
15
+ ([ #29888 ] ( https://github.com/Azure/azure-sdk-for-python/issues/29888 ) )
11
16
12
17
### Other Changes
13
18
- Python 3.7 is no longer supported. Please use Python version 3.8 or later.
Original file line number Diff line number Diff line change 3
3
# Licensed under the MIT License.
4
4
# ------------------------------------
5
5
6
- VERSION = "4.9.0b4 "
6
+ VERSION = "4.9.0 "
Original file line number Diff line number Diff line change 45
45
url = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/keyvault/azure-keyvault-keys" ,
46
46
keywords = "azure, azure sdk" ,
47
47
classifiers = [
48
- "Development Status :: 4 - Beta " ,
48
+ "Development Status :: 5 - Production/Stable " ,
49
49
"Programming Language :: Python" ,
50
50
"Programming Language :: Python :: 3 :: Only" ,
51
51
"Programming Language :: Python :: 3" ,
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 4.8.0b3 (Unreleased )
3
+ ## 4.8.0 (2024-02-22 )
4
4
5
5
### Features Added
6
6
- Added support for service API version ` 7.5 `
7
7
8
- ### Breaking Changes
9
-
10
8
### Bugs Fixed
9
+ - (From 4.8.0b1) Token requests made during AD FS authentication no longer specify an erroneous "adfs" tenant ID
10
+ ([ #29888 ] ( https://github.com/Azure/azure-sdk-for-python/issues/29888 ) )
11
11
12
12
### Other Changes
13
13
- Python 3.7 is no longer supported. Please use Python version 3.8 or later.
You can’t perform that action at this time.
0 commit comments