-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare Key Vault patch release for November 2021 #25367
Prepare Key Vault patch release for November 2021 #25367
Conversation
API changes have been detected in API changes - V7_2("7.2"),
- V7_3_PREVIEW("7.3-preview");
+ V7_2("7.2");
- public static final KeyVaultDataAction WRITE_ROLE_DEFINITION = fromString("Microsoft.KeyVault/managedHsm/roleDefinitions/write/action");
- public static final KeyVaultDataAction DELETE_ROLE_DEFINITION = fromString("Microsoft.KeyVault/managedHsm/roleDefinitions/delete/action");
- public static final KeyVaultDataAction RELEASE_KEY = fromString("Microsoft.KeyVault/managedHsm/keys/release/action");
- public static final KeyVaultDataAction DOWNLOAD_HSM_SECURITY_DOMAIN_STATUS = fromString("Microsoft.KeyVault/managedHsm/securitydomain/download/read");
- public static final KeyVaultDataAction RANDOM_NUMBERS_GENERATE = fromString("Microsoft.KeyVault/managedHsm/rng/action"); |
API changes have been detected in API changes - V7_2("7.2"),
- V7_3_PREVIEW("7.3-preview");
+ V7_2("7.2"); |
API changes have been detected in |
API changes have been detected in API changes - V7_2("7.2"),
- V7_3_PREVIEW("7.3-preview");
+ V7_2("7.2"); |
I don't see the API changes in this PR. Why did it generate an API view diff? |
Could it be comparing it to the latest version regardless of if it's a beta? |
No description provided.