-
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
Updated CHANGELOGs and READMEs ahead of the Key Vault beta release for November 2021. #25365
Updated CHANGELOGs and READMEs ahead of the Key Vault beta release for November 2021. #25365
Conversation
/check-enforcer override |
Overrode Check Enforcer as it incorrectly flagged an issue related to the |
@@ -16,7 +16,7 @@ Maven dependency for the Azure Key Vault Secrets client library. Add it to your | |||
<dependency> | |||
<groupId>com.azure</groupId> | |||
<artifactId>azure-security-keyvault-secrets</artifactId> | |||
<version>4.3.4</version> | |||
<version>4.4.0-beta.3</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
README versions should point to stable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the ones that will be included with a beta release's tag should point to the beta version, after releasing said version I'll update the READMEs to point to stable.
@@ -14,7 +14,7 @@ Maven dependency for the Azure Key Vault Administration library. Add it to your | |||
<dependency> | |||
<groupId>com.azure</groupId> | |||
<artifactId>azure-security-keyvault-administration</artifactId> | |||
<version>4.0.4</version> | |||
<version>4.1.0-beta.3</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
README version should point to stable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the ones that will be included with a beta release's tag should point to the beta version, after releasing said version I'll update the READMEs to point to stable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sounds good
…eta-release-november-2021
/check-enforcer override |
…r November 2021. (Azure#25365) * Updated CHANGELOG and README. * Removed unused imports.
Dev/kalyanke/webhook activitypolicy (Azure#25365) * Add pipeline policy and ElapsedTime Policy * adding missing objects * fix schema validation * fix prettier issues * Change webhook to ExecutionActivity * change to policy object * fix comments --------- Co-authored-by: Kalyan C Kesireddy <kalyanke@microsoft.com>
No description provided.