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

[Storage Explorer] _token_refresh_source type change #2710

Merged
merged 20 commits into from
Jun 12, 2024
Merged

Conversation

dphulkar-msft
Copy link
Member

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

Copy link
Member

@adreed-msft adreed-msft left a 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.

@seanmcc-msft
Copy link
Member

@dphulkar-msft, let's prioritize this PR, this is the last item we need to complete before the patch release.

Copy link
Member

@adreed-msft adreed-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

@adreed-msft adreed-msft merged commit f079eca into main Jun 12, 2024
17 checks passed
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.

5 participants