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

Serialize timestamps as seconds since Unix epoch #7418

Merged
merged 3 commits into from
Aug 28, 2019
Merged

Conversation

heaths
Copy link
Member

@heaths heaths commented Aug 28, 2019

Fixes #7196 and #7197, as well as cleans up some related code from a change in .NET Core.

heaths added 2 commits August 28, 2019 11:15
Utf8JsonWriter was once a struct, but is now a class so `ref` is unnecessary.
@heaths heaths requested a review from schaabs August 28, 2019 18:43
Copy link
Member

@schaabs schaabs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. One comment, the KeyAttributes class in Azure.Security.KeyVault.Keys project has the same bug so we should fix that at the same time.

@heaths
Copy link
Member Author

heaths commented Aug 28, 2019

I realized that after sending and working on it now. I'll push to the PR and wait for approval. KeyVault.Certificates seems to have the same issue based on the docs. Will test both cases.

@heaths heaths requested a review from schaabs August 28, 2019 21:52
@heaths
Copy link
Member Author

heaths commented Aug 28, 2019

/azp run net - keyvault - ci

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@heaths heaths merged commit 444f949 into Azure:master Aug 28, 2019
@heaths heaths deleted the issue7196 branch August 28, 2019 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants