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

[AutoPR graphrbac/data-plane] graphrbac - updating folder structure to be more consistent #2746

Merged
merged 239 commits into from
Dec 5, 2018

Commits on Feb 25, 2017

  1. Initial commit

    msftgits committed Feb 25, 2017
    Configuration menu
    Copy the full SHA
    29bbaeb View commit details
    Browse the repository at this point in the history
  2. Initial commit

    microsoftopensource committed Feb 25, 2017
    Configuration menu
    Copy the full SHA
    013d7f6 View commit details
    Browse the repository at this point in the history
  3. Initial commit

    microsoftopensource committed Feb 25, 2017
    Configuration menu
    Copy the full SHA
    b08f89d View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2017

  1. Configuration menu
    Copy the full SHA
    f93aa75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c4080b View commit details
    Browse the repository at this point in the history
  3. Updated Key Vault SDK based on none fluent AutoRest and costumized co…

    …de for method calls with long list of optional properties
    pomortaz authored and jianghaolu committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    afe9733 View commit details
    Browse the repository at this point in the history
  4. Removing lambda expression and listing by nextLink. The nextLink list…

    …ing operation is handled implicitly by Azure core
    pomortaz authored and jianghaolu committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    b1290c2 View commit details
    Browse the repository at this point in the history
  5. Updating the API version, documentation, remove policy as mandatory p…

    …arameter, fix AdminDetails tag
    pomortaz authored and jianghaolu committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    ce28f8c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ea2abf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6831a3d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    97b7c86 View commit details
    Browse the repository at this point in the history
  9. changing x5t to x509Thumbprint, adding key ID to secret and updating …

    …documentations for the WebKey types to reflect the accepted types
    pomortaz authored and jianghaolu committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    ff3276e View commit details
    Browse the repository at this point in the history
  10. Use Guava Futures

    herveyw-msft authored and jianghaolu committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    88ac2e8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    14f3690 View commit details
    Browse the repository at this point in the history
  12. Adding the MIT License Header

    pomortaz authored and jianghaolu committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    aae68df View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    21de003 View commit details
    Browse the repository at this point in the history
  14. Fixing projects name and dependency

    pomortaz authored and jianghaolu committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    07b9c53 View commit details
    Browse the repository at this point in the history
  15. Updating documentations

    pomortaz authored and jianghaolu committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    53fff02 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    87b0962 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5b86f0d View commit details
    Browse the repository at this point in the history
  18. Keyvault refactoring

    jianghaolu committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    ac59273 View commit details
    Browse the repository at this point in the history
  19. Fix checkstyle errors

    jianghaolu committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    72d6c5e View commit details
    Browse the repository at this point in the history
  20. Revert keyvault changes

    jianghaolu committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    8b00b65 View commit details
    Browse the repository at this point in the history
  21. Fixed to the key vault certificate feature and tests.

    1) getObjests is changed to listObjects
    2) Removed getObjectsNext as this is controlled by the library
    3) Changes the request parameters for some update* operations to reflect mandatory and optional parameters.
    4) Added tests for Async and some additional tests
    pomortaz authored and jianghaolu committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    17deec7 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    1a40bdb View commit details
    Browse the repository at this point in the history
  23. RS256 Signature support.

    herveyw-msft authored and jianghaolu committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    f8c5583 View commit details
    Browse the repository at this point in the history
  24. Adding managed field for certifciates and use base class of attribute…

    …s in request classes.
    pomortaz authored and jianghaolu committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    83a3fc6 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    4612ba6 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    87af588 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    2af489b View commit details
    Browse the repository at this point in the history
  28. Fix RSA256 signature

    herveyw-msft authored and jianghaolu committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    0240491 View commit details
    Browse the repository at this point in the history
  29. Minor signature code cleanup

    herveyw-msft authored and jianghaolu committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    d47971b View commit details
    Browse the repository at this point in the history
  30. Adapting the observer model for Key Vault wrapped client, fixed build…

    … becaue incompatibility with runtime and instead of using constant string for JWK algorithms use static class representations
    pomortaz authored and jianghaolu committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    de395a3 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    7125cbd View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    c335c05 View commit details
    Browse the repository at this point in the history
  33. key vault cryptography refactoring. Removing additional methods from …

    …ByteExtension and using Arrays extension methods where applicable.
    
    Changed static final names to all caps.
    pomortaz authored and jianghaolu committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    db09121 View commit details
    Browse the repository at this point in the history
  34. Removing the ServiceResponse<> off return type and remove with*() for…

    … readonly objects.
    pomortaz authored and jianghaolu committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    28ed4e8 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    1f90d93 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    c988937 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    1c27b8e View commit details
    Browse the repository at this point in the history
  38. Removed annotation dependency from keyvault libs

    Removed annotation dependency from keyvault libs
    alvadb authored and jianghaolu committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    7642127 View commit details
    Browse the repository at this point in the history
  39. Adding more functionalities to JsonWebKey: AES key conversions, verif…

    …y, equals, clear memory and tests.
    pomortaz authored and jianghaolu committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    bd5555e View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    8740e2c View commit details
    Browse the repository at this point in the history
  41. Remove runtimes from SDK

    jianghaolu committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    20cb23b View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    2819ac3 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    deea0b4 View commit details
    Browse the repository at this point in the history
  44. Cryptography package updates

    herveyw-msft authored and jianghaolu committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    168aaac View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    a6571f7 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    32f2d48 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    5621053 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    27ecb0d View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    0e03b6a View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    78a51c7 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    ddadd3d View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    c574b95 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    4adc1ac View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    bb27d8a View commit details
    Browse the repository at this point in the history
  55. Add pom files

    jianghaolu committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    5094701 View commit details
    Browse the repository at this point in the history
  56. Add simple travis config

    jianghaolu committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    f86da5e View commit details
    Browse the repository at this point in the history
  57. Merge pull request #1 from jianghaolu/kv

    Move key vault libraries from azure-sdk-for-java
    pomortaz authored Feb 27, 2017
    Configuration menu
    Copy the full SHA
    8afe8fe View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    6acb134 View commit details
    Browse the repository at this point in the history
  59. Merge pull request #2 from jianghaolu/kv

    Remove azure-client-authentication as dependency
    pomortaz authored Feb 27, 2017
    Configuration menu
    Copy the full SHA
    67eff8a View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    381abc4 View commit details
    Browse the repository at this point in the history
  61. Merge pull request #3 from jianghaolu/patch-1

    Fix scm connection in pom.xml
    pomortaz authored Feb 27, 2017
    Configuration menu
    Copy the full SHA
    07040e5 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    bb950b2 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    c2f3f75 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2017

  1. Update pom.xml

    pomortaz authored Feb 28, 2017
    Configuration menu
    Copy the full SHA
    1dcad79 View commit details
    Browse the repository at this point in the history
  2. Update pom.xml

    pomortaz authored Feb 28, 2017
    Configuration menu
    Copy the full SHA
    184b33a View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2017

  1. Refactored KeyVaultClient to accomodate autogenerated KeyVaultClientB…

    …ase interface and KeyVaultClientBaseImpl implementation as well as pre-existing custom code
    tiffanyachen committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    4bc08bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a95a75c View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2017

  1. Merge pull request #10 from tiffanyachen/refactoring-changes

    Refactoring changes
    tiffanyachen authored Sep 25, 2017
    Configuration menu
    Copy the full SHA
    0edb0b1 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2017

  1. Configuration menu
    Copy the full SHA
    ab1f38d View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2017

  1. Configuration menu
    Copy the full SHA
    066c1a1 View commit details
    Browse the repository at this point in the history
  2. updated .gitignore

    tiffanyachen committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    345a277 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2017

  1. Changes to fix PR

    tiffanyachen committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    9a33635 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2017

  1. Configuration menu
    Copy the full SHA
    acce07b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from tiffanyachen/record-test

    Integrating test suite with travis CI
    schaabs authored Oct 31, 2017
    Configuration menu
    Copy the full SHA
    6113d2b View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2017

  1. Merge pull request #13 from Azure/dev

    Updates to enable CI testing
    schaabs authored Nov 1, 2017
    Configuration menu
    Copy the full SHA
    a887614 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2017

  1. Configuration menu
    Copy the full SHA
    fceb8cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d4097a View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2017

  1. Added a 4096 constant

    tiffanyachen committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    64a57e2 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2017

  1. Configuration menu
    Copy the full SHA
    73eb85a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7adeec View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2017

  1. Merge pull request #15 from tiffanyachen/dev-4k

    Added a 4096 constant
    RandalliLama authored Dec 14, 2017
    Configuration menu
    Copy the full SHA
    d8ba211 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2017

  1. Merge pull request #14 from tiffanyachen/dev-new-features

    Added new classes from the updated swagger spec (2016-10)
    tiffanyachen authored Dec 19, 2017
    Configuration menu
    Copy the full SHA
    d9b475d View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2018

  1. Configuration menu
    Copy the full SHA
    188e2fd View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. Merge pull request #19 from JonathanGiles/javadoc-fixes

    Fix all JavaDoc reported issues.
    schaabs authored Jan 22, 2018
    Configuration menu
    Copy the full SHA
    9c1cafb View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. Configuration menu
    Copy the full SHA
    7c1b4d0 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2018

  1. Merge pull request #20 from tiffanyachen/pomUpdate

    Updated pom to ignore session-records on clean
    tiffanyachen authored Jan 25, 2018
    Configuration menu
    Copy the full SHA
    b2e99e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2018

  1. Configuration menu
    Copy the full SHA
    1437854 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2018

  1. Configuration menu
    Copy the full SHA
    ca8658e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #21 from tiffanyachen/dev-pom

    Updated versioning for poms
    tiffanyachen authored Feb 1, 2018
    Configuration menu
    Copy the full SHA
    03b577b View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2018

  1. Updated readme

    tiffanyachen authored Feb 27, 2018
    Configuration menu
    Copy the full SHA
    d3de8ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60b99b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2018

  1. Configuration menu
    Copy the full SHA
    4f274b3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #23 from Azure/tiffanyachen-patch-1

    Updated readme
    tiffanyachen authored Mar 5, 2018
    Configuration menu
    Copy the full SHA
    2d6780e View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2018

  1. Configuration menu
    Copy the full SHA
    6cf3182 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2018

  1. Fix mvn clean package

    RandalliLama authored and Richard Randall committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    7a0ea84 View commit details
    Browse the repository at this point in the history
  2. Update ADAL version

    RandalliLama authored and Richard Randall committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    eafad9f View commit details
    Browse the repository at this point in the history
  3. Add PS* JsonWebKeySignatureAlg constants

    RandalliLama authored and Richard Randall committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    6bda41f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c038365 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf3f736 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2018

  1. Update README.md

    RandalliLama authored Mar 12, 2018
    Configuration menu
    Copy the full SHA
    3b2ae0c View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2018

  1. Configuration menu
    Copy the full SHA
    4ac1543 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #25 from tiffanyachen/new-spec

    Updated with preview swagger and re-recorded tests
    tiffanyachen authored Mar 13, 2018
    Configuration menu
    Copy the full SHA
    ea80c2b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #27 from Azure/rrandall/readme-update

    Update README.md
    tiffanyachen authored Mar 13, 2018
    Configuration menu
    Copy the full SHA
    9230218 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2018

  1. Update readme with unlimited crypto install

    Richard Randall committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    86f9675 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2018

  1. Configuration menu
    Copy the full SHA
    1e1c4d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    641ff5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6eaf61a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01a967c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f712f4c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #33 from tiffanyachen/march-data-update

    Updated with 3-21 keyvault preview-swagger
    tiffanyachen authored Mar 23, 2018
    Configuration menu
    Copy the full SHA
    3c9f5c8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    62888dc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    602fb0f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    52b4f10 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ebb2844 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3b2fdd5 View commit details
    Browse the repository at this point in the history
  12. Added kid check back in

    tiffanyachen committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    caec496 View commit details
    Browse the repository at this point in the history
  13. fixing versioning

    tiffanyachen authored Mar 23, 2018
    Configuration menu
    Copy the full SHA
    a39e1b2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    14e0cd0 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2018

  1. Merge pull request #32 from tiffanyachen/rsakeyupdate

    Minor updates to RsaKey to make it more similar to EC Key changes
    tiffanyachen authored Mar 24, 2018
    Configuration menu
    Copy the full SHA
    11900a3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #30 from tiffanyachen/jsonwebkeyupdate

    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
    tiffanyachen authored Mar 24, 2018
    Configuration menu
    Copy the full SHA
    95dafd9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #29 from Azure/rrandall/readme-crypto-update

    Update readme with unlimited crypto install
    tiffanyachen authored Mar 24, 2018
    Configuration menu
    Copy the full SHA
    7412f4b View commit details
    Browse the repository at this point in the history
  4. Fixed javadoc errors

    tiffanyachen committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    8bf504d View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2018

  1. Configuration menu
    Copy the full SHA
    344828d View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2018

  1. Merge pull request #34 from tiffanyachen/dev

    Fixing up javadoc errors as well as modifying exception throwing
    schaabs authored Mar 26, 2018
    Configuration menu
    Copy the full SHA
    eb41400 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2018

  1. script to automatically make necessary changes to generated code; reg…

    …en sdk using script to include cert flag fix
    daviddesberg committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    6947110 View commit details
    Browse the repository at this point in the history
  2. update regen script

    daviddesberg committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    50523a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d78dcd5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #35 from Lusitanian/feature/cert_transparency_fix

    Add python script to automatically make all necessary changes to generated code, regen code from latest swagger
    daviddesberg authored Mar 28, 2018
    Configuration menu
    Copy the full SHA
    2a71a76 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2018

  1. Configuration menu
    Copy the full SHA
    e49ec46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f64bf28 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #36 from Azure/feature/update_readme

    update readme to reference newest version
    daviddesberg authored Mar 29, 2018
    Configuration menu
    Copy the full SHA
    6f0f2c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2018

  1. Configuration menu
    Copy the full SHA
    4db8e32 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #37 from Lusitanian/feature/regen_readme

    Add documentation for regen script
    daviddesberg authored Apr 3, 2018
    Configuration menu
    Copy the full SHA
    aba7004 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2018

  1. Implement message security

    Kirill Logachev committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    f0f3ac0 View commit details
    Browse the repository at this point in the history
  2. Add missing dependency

    Kirill Logachev committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    abaaaa1 View commit details
    Browse the repository at this point in the history
  3. Update expected signature in crypto tests + fix tabs

    Kirill Logachev committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    35b928d View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2018

  1. Add EKV unit tests

    Kirill Logachev committed Apr 7, 2018
    Configuration menu
    Copy the full SHA
    72bf249 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2018

  1. Use local version of cryptography jar

    Kirill Logachev committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    767bee6 View commit details
    Browse the repository at this point in the history
  2. Fix jar name

    Kirill Logachev committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    ad736f4 View commit details
    Browse the repository at this point in the history
  3. Fix jar path

    Kirill Logachev committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    c4bc214 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2018

  1. Fix review comments

    Kirill Logachev committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    499cf3d View commit details
    Browse the repository at this point in the history
  2. Update test with encrypted key

    Kirill Logachev committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    b953faa View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2018

  1. Update comments & modifiers

    logachev committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    96a4923 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2018

  1. Remove unnecessary tests

    Kirill Logachev committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    a5de903 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'kiril/messagesecurity' of github.com:logachev/azure-key…

    …vault-java into kiril/messagesecurity
    Kirill Logachev committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    5afe15a View commit details
    Browse the repository at this point in the history
  3. Update todo comment

    Kirill Logachev committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    d627777 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2018

  1. Fix test to rest KVClient before each test

    Kirill Logachev committed May 1, 2018
    Configuration menu
    Copy the full SHA
    ad9ab8d View commit details
    Browse the repository at this point in the history
  2. Fix tests

    Kirill Logachev committed May 1, 2018
    Configuration menu
    Copy the full SHA
    9682dcd View commit details
    Browse the repository at this point in the history

Commits on May 2, 2018

  1. Update records

    Kirill Logachev committed May 2, 2018
    Configuration menu
    Copy the full SHA
    6200f3e View commit details
    Browse the repository at this point in the history
  2. Update records

    Kirill Logachev committed May 2, 2018
    Configuration menu
    Copy the full SHA
    f555c53 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

  1. Merge pull request #38 from logachev/kiril/messagesecurity

    Implement message security
    schaabs authored May 3, 2018
    Configuration menu
    Copy the full SHA
    ac1aa47 View commit details
    Browse the repository at this point in the history
  2. Ensure message protection works for keys create\delete

    Kirill Logachev committed May 3, 2018
    Configuration menu
    Copy the full SHA
    2fdd623 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #40 from logachev/kiril/messagesecurity

    Fix bugs with  message protection for keys create\delete
    schaabs authored May 3, 2018
    Configuration menu
    Copy the full SHA
    d654a3f View commit details
    Browse the repository at this point in the history

Commits on May 9, 2018

  1. Configuration menu
    Copy the full SHA
    4773baf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1872c75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db8ec50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fdf1928 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2018

  1. Updated error message

    tiffanyachen committed May 10, 2018
    Configuration menu
    Copy the full SHA
    1049626 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #42 from tiffanyachen/dev

    Correcting implementation of EC keys to take in a hashed digest rather than the raw data
    tiffanyachen authored May 10, 2018
    Configuration menu
    Copy the full SHA
    cd98607 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2018

  1. Fixing JavaDoc issues

    JonathanGiles committed May 14, 2018
    Configuration menu
    Copy the full SHA
    ae885a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2018

  1. Added msak tests

    tiffanyachen committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    9be2f51 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #43 from JonathanGiles/dev

    Fixing JavaDoc issues
    tiffanyachen authored Jun 1, 2018
    Configuration menu
    Copy the full SHA
    ec38edb View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2018

  1. Updated pom.xml

    added azure-mgmt-keyvault's versioning
    tiffanyachen authored Jun 4, 2018
    Configuration menu
    Copy the full SHA
    c28caca View commit details
    Browse the repository at this point in the history
  2. Updating dependency versioning

    updated msak recordings
    tiffanyachen committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    516df2f View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2018

  1. Merge pull request #44 from tiffanyachen/dev

    Added msak tests
    tiffanyachen authored Jun 5, 2018
    Configuration menu
    Copy the full SHA
    0661add View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2018

  1. Updated to 7.0

    tiffanyachen committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    2c9fbef View commit details
    Browse the repository at this point in the history
  2. Updated Es256K name

    tiffanyachen committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    8f5686a View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2018

  1. Updated P256k

    tiffanyachen committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    d4982b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2018

  1. Configuration menu
    Copy the full SHA
    95af068 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2018

  1. Created history.md

    Release history
    tiffanyachen authored Jun 28, 2018
    Configuration menu
    Copy the full SHA
    275502c View commit details
    Browse the repository at this point in the history
  2. Updated Readme

    tiffanyachen authored Jun 28, 2018
    Configuration menu
    Copy the full SHA
    1a93917 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5068eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc75f2a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #47 from tiffanyachen/dev

    Updating to released API version and package versions
    tiffanyachen authored Jun 28, 2018
    Configuration menu
    Copy the full SHA
    0f3e495 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #48 from Azure/dev

    Merging dev to master for release.
    tiffanyachen authored Jun 28, 2018
    Configuration menu
    Copy the full SHA
    2b203a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2018

  1. Configuration menu
    Copy the full SHA
    1474f36 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #49 from tiffanyachen/master

    Updated pom to point to remote dependencies
    tiffanyachen authored Jul 2, 2018
    Configuration menu
    Copy the full SHA
    814fec0 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2018

  1. Generated from 1dda4e455040e612e0553c6d9503d29509cde751 (#2247) (#2256)

    Add iotcentral version 2018-09-01
    AutorestCI authored and jianghaolu committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    f06d235 View commit details
    Browse the repository at this point in the history
  2. Generate notification hubs and hdinsight (#2307)

    * Generate notification hubs
    
    * Generate hdinsight
    
    * Manually fix notification hubs
    jianghaolu authored Aug 8, 2018
    Configuration menu
    Copy the full SHA
    763b349 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c0e3ac View commit details
    Browse the repository at this point in the history
  4. Added a sample repo section

    Added a table showing the various categories of features shown by the samples.
    bhicks2 authored Aug 8, 2018
    Configuration menu
    Copy the full SHA
    786af9d View commit details
    Browse the repository at this point in the history
  5. Added build badge

    bhicks2 authored Aug 8, 2018
    Configuration menu
    Copy the full SHA
    fa1e4e1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    793711e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dfd7efd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    47f4d10 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2018

  1. Adding Log Analytics data plane (#2113)

    * adding log analytics data plane
    
    * update pom.xml
    
    * update row type, version correctly, rebase off master, update tests
    
    * Remove exposed credentials; delete associated app
    
    * update tests
    
    * add test recording
    alexeldeib authored and jianghaolu committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    323ff6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56d6445 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. Configuration menu
    Copy the full SHA
    023ca04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b96a7a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2018

  1. Configuration menu
    Copy the full SHA
    dca5ef3 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2018

  1. Update LUIS Authoring auto-gen'ed SDK files using latest specs. (#2327)

    * Update LUIS Authoring auto-gen'ed SDK files using latest specs.
    milismsft authored Aug 17, 2018
    Configuration menu
    Copy the full SHA
    8d70f41 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2018

  1. Merge pull request #51 from bhicks2/readme_updates

    Style Updates to README
    bhicks2 authored Aug 20, 2018
    Configuration menu
    Copy the full SHA
    27dbc88 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

  1. Update runtime and fluent sdk version (#2334)

    * Update runtime and fluent sdk version
    
    * Update references to parent
    jianghaolu authored Aug 21, 2018
    Configuration menu
    Copy the full SHA
    b2a2c05 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2018

  1. Configuration menu
    Copy the full SHA
    2cdc500 View commit details
    Browse the repository at this point in the history
  2. version updates

    brihicks-653 committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    11bb2d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2018

  1. More versioning changes

    brihicks-653 committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    275270b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9000250 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #52 from bhicks2/test_fix

    Webkey 1.1 bug-fix
    bhicks2 authored Aug 23, 2018
    Configuration menu
    Copy the full SHA
    4750369 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2018

  1. Add App Insights data plane query SDK (#2314)

    * Add App Insights SDK
    
    * remove events odata metadata (XML)
    
    * remove test record for XML
    alexeldeib authored and jianghaolu committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    c0c2e87 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2018

  1. Pom changes (#53)

    * Added a new POM file that encapsulates dependencies on all five modules
    
    * Made com.microsoft.azure:azure-client-authentication scope to test
    
    * Added some dependency management features
    
    * Modified dependencyManagement
    
    * Cleaned up webkey
    
    * Cleaned up cryptography
    
    * Cleaned up core
    
    * Added in used but undeclared dependencies
    
    * Removed dependency on commons-io, which appears unneeded
    
    * Cleaned up unused dependencies in extensions and fixed minor typographical problems
    
    * Added undeclared, but used, dependencies to extensions
    
    * Added some more  package versions to the POMP
    
    * Extracted shared versions to parent pom
    
    * Added explicit dependencies to extensions and fixed some minor errors
    
    * Fixed some indentation differences
    
    * Fixed IT bug:
    
    * Updated all versions to 1.1.1
    
    * fixed dependency version error
    
    * Updated integration-test path
    bhicks2 authored and schaabs committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    5dd4609 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. Configuration menu
    Copy the full SHA
    6de3bc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79253c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

  1. Commit for 1.1.1

    brihicks-653 committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    f22cc28 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #56 from bhicks2/dev

    1.1.1 Readme Updates
    schaabs authored Sep 14, 2018
    Configuration menu
    Copy the full SHA
    d12b53a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #57 from Azure/dev

    Merging 1.1.1 updates to master.
    schaabs authored Sep 14, 2018
    Configuration menu
    Copy the full SHA
    bdee224 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2018

  1. EventGrid DataPlane SDK: Regenerate the SDK based on latest Swagger t…

    …o include new event types. (#2341)
    
    * Regenerated EventGrid dataplane SDK for Java to account for new/updated event types.
    
    * Updated version in pom.xml.
    kalyanaj authored and jianghaolu committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    57a3afd View commit details
    Browse the repository at this point in the history
  2. Add Log Analytics readme + example (#2363)

    * Add Log Analytics readme + example
    
    * Add App Insights readme, minor fixes
    
    * working on tests
    
    * update test location + readme
    
    * fix link spacing
    
    * prefer relative links, because github breaks absolute links all the time.
    
    * remove AI due to addlProps not working
    alexeldeib authored and jianghaolu committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    71e50c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2018

  1. Add SDK functionality to make it easier to deserialize/consume EventG…

    …rid events (#2426)
    
    * Adding support for deserialize/conusme (custom) eventgrid events
    
    * Tests for deserialize/conusme (custom) eventgrid events utility (EventGridSubscriber)
    
    * Adding beta annotation for EventGridSubscriber and associated types, rename mappingExists -> containsMappingFor
    
    * Simplifying code using canonicalizeEventType(String), improved custom mapping lookup methods, adding method to return all custom mapping and adding new IoT & resource events
    
    * Adding tests for new IoT [Connected|Disconnected] & resource [Action*] events
    
    * Rename getAllCustomEventMapping() -> getAllCustomEventMappings(), adding tests for custom mapping operations
    anuchandy authored Sep 27, 2018
    Configuration menu
    Copy the full SHA
    7c1e154 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2018

  1. [AutoPR] storage/resource-manager (#2134)

    * Generated from 0c9b4e4b408e4017fca14b4141d0169916d4f703 (#2133)
    
    [Storage] Support hdfs feature.
    
    * [AutoPR storage/resource-manager] [Storage] Set the SignedResource as optional in ListServiceSAS (#2246)
    
    * Generated from 7882bc39a752f3adf4c47186c926094ab65cedc9
    
    [Storage] Set the SignedResource as optional in ListServiceSAS
    
    * Generated from b36d0991a7cc9a7185fc6b7d7ef6919f63435234
    
    [Storage] Fix a format issue.
    
    * Generated from ccc587e3e35b74ffb3b1470c515f988f55ffa134 (#2433)
    
    Add Java support for storage 2018-07-01
    
    * Generated from 61e0377e22894d6330b24ea9cd37c34a0549329b (#2434)
    
    Add storage package-2018-07 to Go SDK
    
    * Fix storage parent version
    AutorestCI authored and jianghaolu committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    5180d19 View commit details
    Browse the repository at this point in the history
  2. Use preview autorest.java

    jianghaolu authored Sep 28, 2018
    Configuration menu
    Copy the full SHA
    cf2b42a View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2018

  1. Update appinsights & loganalytics runtime version (#2440)

    * Update appinsights & loganalytics runtime version
    
    * Move sample to correct location
    jianghaolu authored Oct 1, 2018
    Configuration menu
    Copy the full SHA
    d71cbc7 View commit details
    Browse the repository at this point in the history
  2. App Insights readme and sample (#2442)

    * add App insights java info back
    
    * Migrate example and remove JDK 8 features.
    
    * fix bugs and pom
    
    * change package, add disclaimer.
    alexeldeib authored and jianghaolu committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    9910420 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2018

  1. [AutoPR] containerregistry/resource-manager (#2176)

    * Generated from 16f9e23c3d97f360447f72c29d68cb71885197bb (#2143)
    
    minor
    
    * Generated from de6b3a1607eaca8bef4a23e3323ad6352d4a9a5f (#2150)
    
    Fix list builds odata query
    
    * Generated from 86b5463c9e7a593a222031b8c652836efb5f159f (#2316)
    
    add option to import images from public registries
    
    Allows users to import images from public registries instead of only Azure Container Registries.  Only one registry source can be specified.
    
    * [AutoPR containerregistry/resource-manager] Azure container registry build feature GA API specification and examples. (#2312)
    
    * Generated from 9287b2d8d81830b265620ee97d5ca5ddda400d26
    
    Azure container registry build GA API specification and examples.
    
    * Generated from a3b1cb94eef44835709c9dd5944e76537585831e
    
    Removed Alias and secrets  property from task.
    
    * Generated from 40798dd592ce0d63c1fc0086f983241f7471269b
    
    Update readme.md to include tags for all languages
    
    * Generated from fd9d36edfbdcdd3f434fd8fcac2868cd8c3007d6
    
    Updated the operation ID as per the feedback
    
    * Generated from 8211af77ca617639df4c4668ca621b6f65c05918 (#2349)
    
    Renamed BuildTask to FileTask and RunTask to EncodedTask
    
    * Generated from 13f78c9f9be8ff71afffbe76b21c7b0687b70ea8 (#2436)
    
    Add ContextPath and source location URL for encode task and run type, add support for pull request based trigger.
    
    * Update poms for container registry
    
    * Generated from dee4fc5bf36e06fd0cd1606d0a5b9be728a06c73 (#2459)
    
    Move ACR C# specific config to C#
    
    * Update poms for container registry
    AutorestCI authored and jianghaolu committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    4796f54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    152d2bc View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2018

  1. Added mediaservices sdk (#2475)

    * added mediaservices sdk 2018-07-01
    
    * updated poms for mediaservices 2018-07-01 and removed erroneous file
    iscai-msft authored and jianghaolu committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    c9cf6a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2018

  1. Add data lake analytics and store (#2477)

    * Add data lake analytics and store
    
    * Update poms for data lake libraries
    jianghaolu authored Oct 10, 2018
    Configuration menu
    Copy the full SHA
    3615a8d View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2018

  1. testing for datalakestore & datalakeanalytics (#2511)

    * testing for datalakestore & datalakeanalytics
    
    * change directory to package
    lewu-msft authored and jianghaolu committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    1408944 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2018

  1. [AutoPR] iotcentral/resource-manager (#2413)

    * Generated from 1dda4e455040e612e0553c6d9503d29509cde751 (#2247)
    
    Add iotcentral version 2018-09-01
    
    * [AutoPR iotcentral/resource-manager] IoTCentral - Add ARM endpoint, update model responses/inputs to align with expected values (#2431)
    
    * Generated from ddbb8ffb2dd676863a74cd5d44748fbd93a93025
    
    Update models to align with expected responses
    
    * Generated from 09b4a4594660bc1c21dc7122a3784f64867a041e
    
    Fix build errors
    
    * Generated from 1c89739e3a40c9bf7a6f40e86367d50e6b88f776
    
    Add required field to definitions
    
    * Generated from 2a67d7be3a9b0c1f55324bd0059ff0dc1077a4ff
    
    Remove typo
    
    * Generated from f0df5982f4b75520b1b163b84ea33c9a81d6e79b
    
    add x-ms-client-flatten to errorSchema
    AutorestCI authored and jianghaolu committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    80b8793 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2018

  1. Merging Dev to Master (#69)

    * Do not cache unversionned keys
    
    * Brihicks/fix gauva26.0 problems (#63)
    
    * Fixed issues resulting from incompatibilities with Guava 26.0
    * Updated versioning
    
    * Update pom.xml (#66)
    
    * Versioning fix
    
    * Update pom.xml
    
    * Updated versions of all files 1.1.2
    schaabs authored and bhicks2 committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    02233df View commit details
    Browse the repository at this point in the history
  2. Merge for 1.1.2 (#73)

    * Do not cache unversionned keys
    
    * Brihicks/fix gauva26.0 problems (#63)
    
    * Fixed issues resulting from incompatibilities with Guava 26.0
    * Updated versioning
    
    * Update pom.xml (#66)
    
    * Versioning fix
    
    * Update pom.xml
    
    * Updated versions of all files 1.1.2
    
    * Fixed test error (#72)
    
    * Merging Dev to Master (#69)
    
    * Do not cache unversionned keys
    
    * Brihicks/fix gauva26.0 problems (#63)
    
    * Fixed issues resulting from incompatibilities with Guava 26.0
    * Updated versioning
    
    * Update pom.xml (#66)
    
    * Versioning fix
    
    * Update pom.xml
    
    * Updated versions of all files 1.1.2
    
    * Fixed test error
    bhicks2 authored Nov 2, 2018
    Configuration menu
    Copy the full SHA
    c40aa2b View commit details
    Browse the repository at this point in the history
  3. Update README.md (#74)

    bhicks2 authored Nov 2, 2018
    Configuration menu
    Copy the full SHA
    a0a8f81 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2018

  1. Latest authorization (#2361)

    AutorestCI authored and jianghaolu committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    843aef8 View commit details
    Browse the repository at this point in the history
  2. [AutoPR] datamigration/resource-manager (#2570)

    * Generated from a4cf10ec40bbbcfe492dd714c71c8e9f5758e79e (#2569)
    
    Add azure-sdk-for-java entry
    
    * Fix build
    AutorestCI authored and jianghaolu committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    cac93ab View commit details
    Browse the repository at this point in the history
  3. latest network (#2135)

    AutorestCI authored and jianghaolu committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    36972c4 View commit details
    Browse the repository at this point in the history
  4. [AutoPR] containerinstance/resource-manager (#2292)

    * Generated from 130558caf04982e77015ceb76133473847b3f061 (#2291)
    
    Fix errors in container group update example
    
    * Generated from 9a5541421e8815773449ba570834099b97025183 (#2452)
    
    Moving MSI Identity object to correct properties
    
    * Generated from b28170d473471c298dc43f09299dd655d8e03982 (#2555)
    
    Update swagger with DNSConfig and GPU
    
    * Update poms
    
    * Fix compile error
    AutorestCI authored and jianghaolu committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    baf569f View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. Configuration menu
    Copy the full SHA
    84285ec View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2018

  1. Configuration menu
    Copy the full SHA
    4a9dfb4 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2018

  1. Configuration menu
    Copy the full SHA
    b4e30b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2018

  1. Configuration menu
    Copy the full SHA
    a6fa31f View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2018

  1. Add 'keyvault/data-plane/' from commit 'a0a8f81e25357df5bef6bc3f33350…

    …a03e52ecd7e'
    
    git-subtree-dir: keyvault/data-plane
    git-subtree-mainline: b4e30b6
    git-subtree-split: a0a8f81
    lenala committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    87cefe0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1c6de6 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2018

  1. Adding keyvault sdk to CI pipeline (#2619)

    * adding keyvault sdk to CI pipeline
    
    * adding keyvault sdk to CI pipeline
    
    * adding keyvault sdk to CI pipeline
    
    * checkstyle
    
    * adding keyvault sdk to CI pipeline
    
    * Replacing Thread.sleep() with SdkContext.sleep() to run tests faster in playback mode
    
    * Renaming environment variables for CI as '.' does not work on linux
    
    * Renaming environment variables for CI
    
    * changing order for CI pipeline jobs
    
    * changing order for CI pipeline jobs
    
    * moving 'checkstyle' task to the 'Publish' job
    
    * removing unused files
    lenala authored Nov 26, 2018
    Configuration menu
    Copy the full SHA
    0d8c439 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. Configuration menu
    Copy the full SHA
    d943798 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2018

  1. Update client.yml file to build java repo (#2668)

    * Update client.yml file to build java repo
    * Set logging options to reduce noise in output.
    * Only disable the downloading messages but keep the other messages
    weshaggard authored and mikeharder committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    47fc8dd View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2018

  1. Generated from 10e5ed698dece8c082c064680537ebae7f3a14b7

    updating file due to not desired automatic formatting
    AutorestCI committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    0588978 View commit details
    Browse the repository at this point in the history
  2. Generated from 2f6ff2874bd5221e4a893896305133da6e76fd5f

    updating to Microsoft.GraphRbac
    AutorestCI committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    c3c1c3c View commit details
    Browse the repository at this point in the history