-
Notifications
You must be signed in to change notification settings - Fork 126
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
AzureCliCredential to treat datetime without TZ info as local time. #5179
Conversation
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.
Otherwise, lgtm.
Holding off approval until after #5180 is merged.
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 is a much cleaner and isolated fix (without requiring extra parsing logic in DateTime
within Azure::Core
). Appreciate it!
Closes #5075.
This is not a replacement for #5180, because that one will work only if the user has the new version of Azure CLI installed.
Obsoletes #5076.