-
Notifications
You must be signed in to change notification settings - Fork 231
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
[Storage Explorer] _token_refresh_source type change #2710
Conversation
…into az-28320197
…into az-28320197
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 seems we miscommunicated on the mode of failure we're trying to fix here, but overall, looks good.
…into az-28320197
…into az-28320197
@dphulkar-msft, let's prioritize this PR, this is the last item we need to complete before the patch release. |
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.
LGTM
Issue: https://msazure.visualstudio.com/One/_workitems/edit/28320197
Error while unmashalling OAuthTokenInfo._token_refresh_source as the type has been changed from string to uint8 and the field is received as string type from user.
Bug-fix: Implemented two interfaces json.Marshaler and json.Unmarshaler on AutoLoginType to marshal and unmarshal it as a string.
PR reference where _token_refresh_source has been changes from string to uint8