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

Consume JsonPatchDocument from azure.core and remove UpdateOperationUtility #16883

Merged
merged 20 commits into from
Oct 30, 2020

Commits on Oct 27, 2020

  1. JsonPatch

    azabbasi committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    5bbf2c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7082d31 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Fixed issue in digital twins sample in deserializing into offsetDateTime

    OffsetDateTime wasn't be deserialized into correctly because the mapper saw the property as a string. It isn't ideal, but defining the type in our DigitalTwinPropertyMetadata as a String instead of an OffsetDateTime at least lets our sample run as expected.
    
    Also make the BasicDigitalTwinMetadata's property metadata map contain DigitalTwinPropertyMetadata values instead of object values
    timtay-microsoft committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    6957c6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ac4a81 View commit details
    Browse the repository at this point in the history
  3. fix build issues

    azabbasi committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    010e4b1 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/feature/adt/timtay/propertyMetad…

    …at' into feature/adt/azabbasi/JsonPatch
    azabbasi committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    97a538d View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. Configuration menu
    Copy the full SHA
    6f7afa3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/Azure/azure-sdk-for-java

    …into feature/adt/azabbasi/JsonPatch
    timtay-microsoft committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    24bfe93 View commit details
    Browse the repository at this point in the history
  3. fix merge issues

    timtay-microsoft committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    abcc016 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b87eea View commit details
    Browse the repository at this point in the history
  5. fixup

    timtay-microsoft committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    0ab7d2e View commit details
    Browse the repository at this point in the history
  6. fix javadocs

    timtay-microsoft committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    d281bc8 View commit details
    Browse the repository at this point in the history
  7. revert Tim's changes

    azabbasi committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    f905488 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0382487 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5fe288f View commit details
    Browse the repository at this point in the history
  10. Update autorest.md

    azabbasi committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    212e32a View commit details
    Browse the repository at this point in the history
  11. update session records

    azabbasi committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    54a266c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    102a87e View commit details
    Browse the repository at this point in the history
  13. Update pom.xml

    azabbasi committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    75afcc3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a9912a6 View commit details
    Browse the repository at this point in the history