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
Updated service version to 7.3 and re-recorded tests for Key Vault libraries (Azure#27953)
* Updated service version to 7.3 and re-recorded tests for Key Vault Administration.
* Updated service version to 7.3 and re-recorded tests for Key Vault Certificates.
* Updated service version to 7.3 and re-recorded tests for Key Vault Secrets.
* Updated service version to 7.3 and re-recorded tests for Key Vault Keys.
* Re-generated implementation layer of Key Vault Administration.
* Updated CHANGELOG files.
* Added specific commit for link in swagger autorest.md file
Co-authored-by: Maor Leger <[email protected]>
* Fixed issues with test recordings in Key Vault Administration.
* Fixed issues with test recordings in Key Vault Certificates. Refactored and reformatted test classes.
* Fixed issues with test recordings in Key Vault Keys. Refactored and reformatted test classes.
* Fixed issues with test recordings in Key Vault Secrets. Refactored and reformatted test classes.
* Fixed build issue.
* Fixed checkstyle issues.
* Fixed failing KV Admin test.
Co-authored-by: Maor Leger <[email protected]>
Copy file name to clipboardExpand all lines: sdk/keyvault/azure-security-keyvault-administration/src/main/java/com/azure/security/keyvault/administration/KeyVaultAdministrationServiceVersion.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,9 @@ public enum KeyVaultAdministrationServiceVersion implements ServiceVersion {
15
15
V7_2("7.2"),
16
16
17
17
/**
18
-
* Service version {@code 7.3-preview}.
18
+
* Service version {@code 7.3}.
19
19
*/
20
-
V7_3_PREVIEW("7.3-preview");
20
+
V7_3("7.3");
21
21
22
22
privatefinalStringversion;
23
23
@@ -36,6 +36,6 @@ public String getVersion() {
36
36
* @return The latest {@link KeyVaultAdministrationServiceVersion}.
Copy file name to clipboardExpand all lines: sdk/keyvault/azure-security-keyvault-administration/src/main/java/com/azure/security/keyvault/administration/implementation/KeyVaultAccessControlClientImplBuilder.java
Copy file name to clipboardExpand all lines: sdk/keyvault/azure-security-keyvault-administration/src/main/java/com/azure/security/keyvault/administration/implementation/KeyVaultBackupClientImpl.java
0 commit comments