Skip to content
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

[EventHubs] Enable DeleteAfter Tag for test resource group #16058

Merged

Conversation

yunhaoling
Copy link
Contributor

@yunhaoling yunhaoling commented Jan 8, 2021

This is a temporary workaround to enable the DeleteAfter tag for the fixture test preparer before we start the work on migrating to eventhub preparer: #12616.

code copied from

if self.delete_after_tag_timedelta:
expiry = datetime.datetime.utcnow() + self.delete_after_tag_timedelta
parameters['tags'] = {'DeleteAfter': expiry.replace(microsecond=0).isoformat()}

@yunhaoling
Copy link
Contributor Author

/azp run python - eventhub - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Member

@seankane-msft seankane-msft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :shipit:

@yunhaoling yunhaoling merged commit 64eeda0 into Azure:master Jan 12, 2021
@yunhaoling yunhaoling deleted the yuling/eh/resource-group-delete-after branch January 13, 2021 01:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants