-
Notifications
You must be signed in to change notification settings - Fork 183
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
Attempt to purge all vaults, managed HSMs #1912
Conversation
Reverts #1910. Vaults and managed HSMs are automatically purged on their purge date. The point was to purge them daily to preserve capacity. The default purge date is +90 days.
/azp run live-test-resource-cleanup |
No pipelines are associated with this pull request. |
The following pipelines have been queued for testing: |
/azp run automation - live-test-resource-cleanup |
Azure Pipelines successfully started running 1 pipeline(s). |
@@ -7,6 +7,18 @@ function Get-PurgeableGroupResources { | |||
) | |||
$purgeableResources = @() | |||
|
|||
# Discover Managed HSMs first since they are a premium resource. |
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.
It might not be worth pushing this change to all the other repos but if you want to do it locally until we get through the list that is fine but I leave it up to you.
/azp run automation - live-test-resource-cleanup |
Azure Pipelines successfully started running 1 pipeline(s). |
The following pipelines have been queued for testing: |
/azp run automation - live-test-resource-cleanup |
Azure Pipelines successfully started running 1 pipeline(s). |
The following pipelines have been queued for testing: |
/azp run automation - live-test-resource-cleanup |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run automation - live-test-resource-cleanup |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run automation - live-test-resource-cleanup |
Azure Pipelines successfully started running 1 pipeline(s). |
The following pipelines have been queued for testing: |
Added comment to new code explaining why, since ScriptBlock.GetNewClosure() is not working as expected.
/azp run automation - live-test-resource-cleanup |
Azure Pipelines successfully started running 1 pipeline(s). |
The following pipelines have been queued for testing: |
/azp run automation - live-test-resource-cleanup |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run automation - live-test-resource-cleanup |
Azure Pipelines successfully started running 1 pipeline(s). |
The following pipelines have been queued for testing: |
/azp run automation - live-test-resource-cleanup |
Azure Pipelines successfully started running 1 pipeline(s). |
I'm proceeding with the eng/common merge. |
Hello @azure-sdk! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
Reverts #1910. Vaults and managed HSMs are automatically purged on their purge date. The point was to purge them daily to preserve capacity. The default purge date is +90 days.