-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Fix 228: Table: DateTime serialization for milliseonds #30
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added back "shortFormat" function, needed by Blob
I've applied the review feedback, and added unit tests. |
jcookems
added a commit
that referenced
this pull request
Apr 4, 2012
Fix 228: Table: DateTime serialization for milliseonds
joostdenijs
pushed a commit
to joostdenijs/azure-sdk-for-java
that referenced
this pull request
Jan 18, 2013
Added preliminary Javadoc content.
joostdenijs
pushed a commit
to joostdenijs/azure-sdk-for-java
that referenced
this pull request
Jan 18, 2013
Removed getRestServiceUri method from contract.
joostdenijs
pushed a commit
to joostdenijs/azure-sdk-for-java
that referenced
this pull request
Jan 18, 2013
Replace "magic" ids with a named constant
gcheng
pushed a commit
that referenced
this pull request
Apr 11, 2013
ensure unit tests can pass on CI machine
jianghaolu
pushed a commit
to jianghaolu/azure-sdk-for-java
that referenced
this pull request
Apr 5, 2017
Fix 228: Table: DateTime serialization for milliseonds
jianghaolu
pushed a commit
to jianghaolu/azure-sdk-for-java
that referenced
this pull request
Apr 5, 2017
Removed getRestServiceUri method from contract.
jianghaolu
pushed a commit
to jianghaolu/azure-sdk-for-java
that referenced
this pull request
Apr 5, 2017
ensure unit tests can pass on CI machine
lenala
pushed a commit
to lenala/azure-sdk-for-java
that referenced
this pull request
Nov 16, 2018
Updates to JsonWebKey as well as ECKey implementation addition JsonWebKey - added RSA_OAEP_256 JsonWebKeyEncryptionAlgorithm - ES256, ES384, ES512, ECDSA256 JsonWebKeySignatureAlgorithm - EC_HSM JsonWebKeyType - EC key attributes (x, y, crv) to JsonWebKey as well as methods to/fromEC key - EC key validation tests ECKey implementation (using the BouncyCastle Provider) - Ecdsa256, Es256, Es384, Es512 signature algorithm support - P_256, P_384, P_521, SECP256K1 ECC named curve support - sign/verify using EC keys - EC key tests
g2vinay
pushed a commit
to g2vinay/azure-sdk-for-java
that referenced
this pull request
Jan 10, 2019
* Update Java SDK to use latest rest api * update spacing * Update changelog * Update Note in changelog * Remove extra import * Infer Batch URL for BatchServiceClient from credentials * Update invalid javadoc comments * Update invalid javadoc comments * Update changelog for blobPrefix
g2vinay
pushed a commit
to g2vinay/azure-sdk-for-java
that referenced
this pull request
Mar 4, 2019
mssfang
referenced
this pull request
in mssfang/azure-sdk-for-java
Apr 23, 2019
Merge latest to master
g2vinay
pushed a commit
to g2vinay/azure-sdk-for-java
that referenced
this pull request
May 30, 2019
sdk release 1.0.1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.