-
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
Resource Group Preparer Logging #17573
Conversation
expiry = datetime.datetime.utcnow() + self.delete_after_tag_timedelta | ||
parameters["tags"] = {"DeleteAfter": expiry.replace(microsecond=0).isoformat()} | ||
expiry = datetime.datetime.utcnow() + self.delete_after_tag_timedelta | ||
parameters["tags"] = {"DeleteAfter": expiry.replace(microsecond=0).isoformat()} |
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.
Should we add these to the try block below with the other tags?
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.
This one doesn't need to be, the others do because when running locally those environment variables wont be set.
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.
Ok so the there is no try get env variable in python to allow for these to be empty if they aren't found?
Hello @seankane-msft! 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 (
|
No description provided.