-
Notifications
You must be signed in to change notification settings - Fork 175
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
Handle expires_on in int format #698
Conversation
Unmarshal the value into an interface{} and perform the proper conversion depending on the underlying type.
Fixes #696 |
Looking at the related issue, it looks to me that |
Everywhere except App Service, |
And App Service is as a time-stamp correct? |
OK I did a little digging. |
Unmarshal the value into an interface{} and perform the proper
conversion depending on the underlying type.
Thank you for your contribution to Go-AutoRest! We will triage and review it as soon as we can.
As part of submitting, please make sure you can make the following assertions: