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
[KeyVault] Add support for 7.6 preview.2 in Certificates and Secrets (Azure#48675)
* Upgrade service version for Secrets
* Upgrade service version for Keys
* Added new Encryption Algorithms to Keys
* Added new signature algorithms to Keys
* Add KeyAttestation in Keys
* Upgrade service version in Certificates
* Added preserveCertOrder flag in Certificates
* Update API
* Make previous Create Certificate methods non browsable in Certificates
* export API after making StartCreateCertificate non browsable
* Remove ambiguity with old overloads
* Export API
* [Certificates] Add PreserveCertOrder tests
* [Keys] Add tests for GetKeyAttestation
* Include new versions in Keys and Certificates tests
* Fix Import Certificate test
* Replace expired certificates in Samples
* Update recordings for Certificates
* [Certificates] Fix build errors
* Remove Keys package from PR
* Revert changes in Admin Assets
* Wrap samples tests certificates in region and !snippet
* Re-record tests for Certificates and Secrets
* Record Keys test that depends on Secrets with preview version
* Update Certificates changelog
* Update CertOder tests
* Do not use abbreviation for Certificate
* Push new recordings
Copy file name to clipboardExpand all lines: sdk/keyvault/Azure.Security.KeyVault.Certificates/CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,19 @@
4
4
5
5
### Features Added
6
6
7
+
- New `preserveCertificateOrder` option when creating and importing certificates. It can be set as an optional paremeter in `StartCreateCertificate`, as an option in `ImportCertificateOptions`, and it can be retrieved from certificates of type `KeyVaultCertificateWithPolicy`
8
+
7
9
### Breaking Changes
8
10
9
11
### Bugs Fixed
12
+
10
13
- Corrected a typo in the documentation for `CertificatePolicy.KeySize`, changing the RSA key length from "4092" to "4096".
11
14
- Removed an extra `/` when building the request Uri for `CertificateClient.ImportCertificate` and `CertificateClient.ImportCertificateAsync`.
12
15
13
16
### Other Changes
14
17
18
+
- The default service version is now "7.6-preview.2".
Copy file name to clipboardExpand all lines: sdk/keyvault/Azure.Security.KeyVault.Certificates/api/Azure.Security.KeyVault.Certificates.netstandard2.0.cs
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -58,8 +58,12 @@ public CertificateClient(System.Uri vaultUri, Azure.Core.TokenCredential credent
0 commit comments