-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Add set_delete_after_tag as a parameter on ResourceGroupPreparer #11749
Merged
KieranBrantnerMagee
merged 4 commits into
Azure:master
from
KieranBrantnerMagee:kibrantn/servicebus/add-resource-group-preparer-delete-after-tag
Jun 23, 2020
Merged
Add set_delete_after_tag as a parameter on ResourceGroupPreparer #11749
KieranBrantnerMagee
merged 4 commits into
Azure:master
from
KieranBrantnerMagee:kibrantn/servicebus/add-resource-group-preparer-delete-after-tag
Jun 23, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…hat test-prepared RGs can be automatically cleaned up by engsys. Populate this into the two "default helper RG preparers" (randomized/cached) to implicitly opt-in the tests consuming those into the best practice. (Currently this is a very limited set of SDKs)
KieranBrantnerMagee
added
the
Client
This issue points to a problem in the data-plane of the library.
label
Jun 1, 2020
KieranBrantnerMagee
requested review from
lmazuel,
annatisch,
iscai-msft and
yunhaoling
June 1, 2020 23:45
/azp run python - servicebus - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
yunhaoling
reviewed
Jun 3, 2020
lmazuel
previously approved these changes
Jun 10, 2020
Although we should not be relying on arg order, to be extra careful and set good precedent new args should be appended to the back of the arglist.
/azp run python - servicebus - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
lmazuel
approved these changes
Jun 16, 2020
iscai-msft
added a commit
to iscai-msft/azure-sdk-for-python
that referenced
this pull request
Jun 23, 2020
…into regenerate_certs * 'master' of https://github.com/Azure/azure-sdk-for-python: Resolve Pip Related Errors (Azure#12157) [Service Bus] Delete swagger file (Azure#12097) Add set_delete_after_tag as a parameter on ResourceGroupPreparer (Azure#11749) Custom Vision Training: release_3_3 Prediction: release_3_1 (Azure#12105) Don't redact Key Vault header values in logs (Azure#12077)
iscai-msft
added a commit
to iscai-msft/azure-sdk-for-python
that referenced
this pull request
Jun 23, 2020
…into regenerate_keys * 'master' of https://github.com/Azure/azure-sdk-for-python: Resolve Pip Related Errors (Azure#12157) [Service Bus] Delete swagger file (Azure#12097) Add set_delete_after_tag as a parameter on ResourceGroupPreparer (Azure#11749) Custom Vision Training: release_3_3 Prediction: release_3_1 (Azure#12105) Don't redact Key Vault header values in logs (Azure#12077)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This enables test-prepared RGs to be automatically cleaned up by engsys.
Populate this into the two "default helper RG preparers" (randomized/cached) to implicitly opt-in the tests consuming those into the best practice. (Currently this is a very limited set of SDKs, including the ServiceBus tests, thus my running them to test below)
(Excuse the somewhat grabbag set of reviewers, tried to get both "somewhat wide reach, folks who touch these core bits, and folks who touch other libs", feel free to add any friends you think would care)