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 sdk/eventhubs/mgmt-v2018_01_01_preview] Eventhub: Added PrivateEndpointConnection API #3685

Commits on Aug 28, 2020

  1. Configuration menu
    Copy the full SHA
    2db109b View commit details
    Browse the repository at this point in the history
  2. TA add "opinion mining" new feature (#13333)

    Added "opinion mining" new feature implementation
    mssfang authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    5843d99 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2020

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

Commits on Aug 31, 2020

  1. LogAnalytics: generate package-2020-08 (Azure#14631)

    * generate package-2020-08
    
    * fix compile errors
    
    * fix deleteAsync
    xseeseesee authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    6a833f1 View commit details
    Browse the repository at this point in the history
  2. mgmt add azure-resourcemanager-eventhubs (Azure#14469)

    * copy eventhubs code from azure-libraries-for-java
    
    * rename package
    
    * update api-spec
    
    * generate eventhubs
    
    * fix compile errors
    
    * update session records
    
    * update for storage changes
    
    * update eventhubs in azure client
    
    * add samples for eventhubs
    
    * update credcheck and session records
    
    * rename and reformat
    
    * rename EventHubManager to EventHubsManager
    
    * remove azure-storage-blob
    
    * update indexable cast
    
    * throw illegal argument exception when casting
    
    * support add both send and listen access
    
    * concatenate post run tasks in eventhubs
    
    * update credcheck and session records
    
    * update test case after running credcheck
    xseeseesee authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    8880b04 View commit details
    Browse the repository at this point in the history
  3. Implement new version schema for cosmosdb starter (Azure#14465)

    * Correct usage, small time is first parameter, otherwise the result is negative
    
    * update cosmosdb starter artfact id
    
    * Implement new version schema for cosmosdb starter
    Azure#14369
    
    * update readme link broken;add python ignore dir
    
    * update readme link broken
    
    * update indentation
    
    * refer to reviewer' comment and update
    
    * refer to reviewer' comment and update
    
    * refer to reviewer's comment and update
    
    * update change log
    
    * fix test error and update python code
    
    * fix test error
    
    * update indentation and markdown
    
    * update python log
    
    * update pom description
    
    * update indentation in spring/test.yml
    
    * update readme link address
    
    * update readme link address
    
    * update spring live test config
    
    * update spring live test config
    moarychan authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    a5acccf View commit details
    Browse the repository at this point in the history
  4. Mgmt Spring Cloud Deployment update (Azure#14423)

    * add attach for deployment
    
    * update test
    
    * fix compile warning
    
    * format code
    
    * fix test
    
    * fix checkstyle
    
    * grouping all definition
    
    * rename spring cloud test
    
    * separate some playback test
    
    * cannot remove disk from app
    
    * update session-records
    
    * fix checkstyle
    
    * Add changelog
    ChenTanyi authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    c329352 View commit details
    Browse the repository at this point in the history
  5. Use next link from group membership request (Azure#14305)

    * Use next link from group membership request
    
    loadUser only gets the first 100 groups a user belongs to rather than
    using the odata.nextLink in the response to get the full list of groups.
    Fix this by checking if the response contains an odata.nextLink and then
    build the URL appropriately for the configured API version.
    
    For V1, odata.nextLink contains a skip token which we extract. More
    information here: https://docs.microsoft.com/en-us/previous-versions/azure/ad/graph/api/users-operations#get-a-users-manager--
    
    For V2, odata.nextLink can be used directly as the URL for the request
    as specified here: https://docs.microsoft.com/en-us/graph/paging
    
    fix Azure#14222
    
    * Remove jackson datatype dep
    
    Change the type of the odata.nextLink from Optional<String> to String
    
    * Remove unused Jdk8Module import
    
    Co-authored-by: Philippe Partarrieu <ppartarrieu@minimaxlabs.com>
    ppartarr and ppartarr authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    419eeb1 View commit details
    Browse the repository at this point in the history
  6. add azure spring boot servicebus jms integration test (Azure#14562)

    * Resolve netty version conflicts
    
    * modify order
    
    * add azure spring boot servicebus jms integration test
    
    Signed-off-by: Jack Lu <dbqp99@msn.com>
    
    * add azure spring boot servicebus jms integration test
    
    Signed-off-by: Jack Lu <dbqp99@msn.com>
    
    * modify test-resources.json
    
    Signed-off-by: Jack Lu <dbqp99@msn.com>
    
    * modify test-resource.json
    
    * remove unused import
    jacko9et authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    a31612a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    db97b97 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1317e07 View commit details
    Browse the repository at this point in the history
  9. Add metadata to TableItem & TableEntity (Azure#14497)

    * Implement metadata methods for all clients
    
    * Add Timestamp metadata to TableEntity
    
    * Store full metadata for TableItem
    
    * Add listTables test
    
    * Fix SpotBugs issue
    bsiegel authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    299d31f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7fb9af3 View commit details
    Browse the repository at this point in the history
  11. Add implementation for relationship APIs (Azure#14527)

    * feat(adt): Add implementation for relationship APIs
    abhipsaMisra authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    28503b2 View commit details
    Browse the repository at this point in the history
  12. Fix deserialization of entities (Azure#14551)

    * TablesJacksonSerializer uniformly deserializes entities
    
    1. Enable the serializer to handle lists of entities
    2. Centralize the conversion from Map -> TableEntity in its constructor
    3. Begin implementing @odata.type annotation processing
    
    * Fix deserialization of single entities for getEntity
    
    * Deserialized TableEntities have no required properties
    
    When using a Select clause, the user can cause any properties to be
    omitted, even ones that are service-specific like PartitionKey and
    RowKey.
    bsiegel authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    1d8ce6b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e9be5e2 View commit details
    Browse the repository at this point in the history
  14. SB Track2 : SubQueue Implementation (Azure#14587)

    * SubQueue Implementation  to support deadLetter and transfer deadletter queue using builder.subQueue() API
    hemanttanwar authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    d0ff18e View commit details
    Browse the repository at this point in the history
  15. Update the helper classes used for serialization and deserialization (A…

    …zure#14659)
    
    * Update the helper classes used for serialization and deserialization
    abhipsaMisra authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    c06b9eb View commit details
    Browse the repository at this point in the history
  16. Added unit test (Azure#14634)

    Co-authored-by: Hemant Tanwar <hetanwar@users.noreply.github.com>
    hemanttanwar and Hemant Tanwar authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    f7add49 View commit details
    Browse the repository at this point in the history
  17. EventGrid Track 2 autogenerated code (Azure#14440)

    * Regenerate SDK from Autorest v4
    
    Autorest regenerated using up to date version for track 2
    pom file incorporated to jacoco and dependencies for module handled
    issue around capitalization of etag discrepancy fixed
    no test coverage yet
    
    * Regenerate SDK from Autorest v4
    
    Autorest regenerated using up to date version for track 2
    pom file incorporated to jacoco and dependencies for module handled
    issue around capitalization of etag discrepancy fixed
    no test coverage yet
    
    * EventGrid Track 2 Autogenerated
    
    Autogenerate EventGrid track 2 classes using the swagger. All files except EventGridPublisherImplTests.java, pom.xml, and the swagger readme.md are autogenerated.
    
    * Exclude readme requirement
    
    Readme is included in the PR that has all the written components, since the Readme contains samples that only work with written code.
    
    * fix docsettings indents
    
    * Add back in paths
    
    * Fix tests and pom
    
    tests now renamed, use StepVerifier. Core dependency changed, added reactor test as dependency and remove build configs in pom. Refactor swagger readme for captialization.
    
    * fix docsettings indenting again
    
    Co-authored-by: Soren Dahl <Soreloser2@users.noreply.github.com>
    Soreloser2 and Soreloser2 authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    01e0e42 View commit details
    Browse the repository at this point in the history
  18. Add offset and length to SentenceSentiment (Azure#14599)

    * add offset and length for SentenceSentiment
    mssfang authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    2e2087d View commit details
    Browse the repository at this point in the history
  19. Azure Search Documents Performance Tests (Azure#14383)

    * azure-search-documents performance tests for autocomplete, search, suggest, and document indexing
    
    * Update performance test names and add validation to tests
    alzimmermsft authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    b9d2ea7 View commit details
    Browse the repository at this point in the history
  20. Adding Subscription rules (Azure#14633)

    * Adding create rules.
    
    * Adding RuleAction and RuleFilter.
    
    * Adding overloads in ServiceBusAdministrationClient and ServiceBusAdministrationAsyncClient.
    
    * Regenerate swagger. KeyValue names are changed.
    
    * Renaming generated swagger classes to `*Impl` to avoid name conflicts.
    conniey authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    7b1e380 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4a74849 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. Configuration menu
    Copy the full SHA
    1b10644 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8baef5d View commit details
    Browse the repository at this point in the history
  3. mgmt update test base by azure-resourcemanager-test (Azure#14654)

    * refactor tests in resources
    
    * refactor tests in storage
    
    * refactor tests in authorization
    
    * refactor tests in keyvault
    
    * refactor tests in msi
    
    * refactor tests in network
    
    * refactor tests in compute
    
    * refactor tests in sql
    
    * refactor tests in dns
    
    * refactor tests in appservice
    
    * refactor tests in cosmos
    
    * refactor tests in containerservice
    
    * refactor tests in monitor
    
    * refactor tests in containerregistry
    
    * refactor tests in appplatform
    
    * refactor tests in containerinstance
    
    * refactor tests in privatedns
    
    * refactor tests in redis
    
    * refactor tests in eventhubs
    
    * refactor tests in azure resourcemanager
    
    * update azure resourcemanager samples
    
    * update dns manager and test deplay provider
    
    * reformat code
    xseeseesee authored Sep 1, 2020
    Configuration menu
    Copy the full SHA
    50297c7 View commit details
    Browse the repository at this point in the history
  4. ConnectionString : Default scheme to SB:// in Endpoint if not specifi…

    …ed (Azure#14600)
    
    * Default scheme to SB:// if no scheme is provided in endpoint
    hemanttanwar authored Sep 1, 2020
    Configuration menu
    Copy the full SHA
    4ebe57b View commit details
    Browse the repository at this point in the history
  5. Add integration test for AAD User Group count (Azure#14638)

    * No logic change, just make code easier to read.
    
    * Fix error reported by maven-checkstyle-plugin.
    
    * Add integration test: AADGroupsCountIT.
    
    * No logic change, just make code easier to read. (Azure#14638)
    
    Co-authored-by: Rujun Chen <rujche@microsoft.com>
    Rujun Chen and rujche authored Sep 1, 2020
    Configuration menu
    Copy the full SHA
    4886fc8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0d591ec View commit details
    Browse the repository at this point in the history
  7. Remove Priyanka as ADT code owner (Azure#14688)

    David R. Williamson authored Sep 1, 2020
    Configuration menu
    Copy the full SHA
    bd08b9f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bafca90 View commit details
    Browse the repository at this point in the history
  9. Remove httpclient suffix from JDK 11 HTTP client module (#13338)

    * Remove httpclient suffix from JDK 11 HTTP client module
    
    * Revert some changes IntelliJ did automatically
    srnagar authored Sep 1, 2020
    Configuration menu
    Copy the full SHA
    2e13d83 View commit details
    Browse the repository at this point in the history
  10. Add implementation and API design for ADT component APIs (Azure#14666)

    Also added new ___RequestOptions classes for each group of  client side APIs that map to one service API in case we ever need to add additional options to a particular service API.
    
    Also added a few null checks on code that dereferenced request option instances
    timtay-microsoft authored Sep 1, 2020
    Configuration menu
    Copy the full SHA
    ed9952a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    39bd935 View commit details
    Browse the repository at this point in the history
  12. Cosmos Encryption removed block() in implementation (Azure#14529)

    * removed blocking calls from cosmos encryption
    
    * undo change
    
    * cleanup
    
    * minor cleanup
    
    * address code review comment
    
    * method renaming (dropped Async suffix from the methods)
    
    * cleanup, move internal classes to implementation package
    
    * move internal classes to implementation
    
    * internal APIs moved to package private
    moderakh authored Sep 1, 2020
    Configuration menu
    Copy the full SHA
    181a04a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    07f7930 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f7c2bb9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b9e2eb1 View commit details
    Browse the repository at this point in the history
  16. Moved module specific exports, opens, and reads configuration from pa…

    …rent POM into specified module (Azure#14663)
    alzimmermsft authored Sep 1, 2020
    Configuration menu
    Copy the full SHA
    bf7b33c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    49d7bb5 View commit details
    Browse the repository at this point in the history
  18. [TA] upgrade to 3.1-Preview.2 and fixes the tests (Azure#14680)

    upgrade to 3.1-Preview.2 and fixes the tests
    mssfang authored Sep 1, 2020
    Configuration menu
    Copy the full SHA
    7b31154 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    12f0801 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Configuration menu
    Copy the full SHA
    827f763 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39b1947 View commit details
    Browse the repository at this point in the history
  3. Handle OData property types (Azure#14597)

    * Handle OData types when deserializing
    
    * Insert OData metadata properties when serializing
    
    * Add OData type test
    bsiegel authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    ed6476a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b1b54d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51b2e32 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    25d8d5a View commit details
    Browse the repository at this point in the history
  7. mgmt update maven profile (Azure#14728)

    * mgmt update maven build profile
    
    * move TestUtilities to azure-resourcemanager-test
    
    * update TestUtilities
    xseeseesee authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    fbd12ff View commit details
    Browse the repository at this point in the history
  8. Mgmt: update changelog (Azure#14726)

    * update changelog
    
    * fix typo
    
    * minor change spelling in compute
    ChenTanyi authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    17b9444 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3af01df View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    41771aa View commit details
    Browse the repository at this point in the history
  11. Revert jdk httpclient artifact name (Azure#14701)

    * Revert jdk httpclient artifact name
    
    * Update ci.yml
    
    * Update checkstyle-suppression
    srnagar authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    087377f View commit details
    Browse the repository at this point in the history
  12. Add helpers for accessing sample resources (Azure#14706)

    * feat(adt): Add helpers for accessing sample's resources
    abhipsaMisra authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    73a8ec3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    37c78d7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ab7e1ff View commit details
    Browse the repository at this point in the history
  15. [TA] Add redactedText to PiiEntityCollection (Azure#14719)

    * add redactedText to PiiEntityCollection
    mssfang authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    9b68a46 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6d87858 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b68dd3d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    eff062e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e1ed6ef View commit details
    Browse the repository at this point in the history
  20. Change prerelease versioning (Azure#14703)

    - Use alpha instead of dev
    weshaggard authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    c9a6313 View commit details
    Browse the repository at this point in the history
  21. Add digital twin lifecycle sample (Azure#14744)

    * samples(adt): Add digital twin lifecycle sample
    abhipsaMisra authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    dc4f2ba View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Cosmos fix resource leak on client initialization failure (Azure#14742)

    * fix resource leak on client initialization failure
    
    * guard for global endpoint manager initilization issue
    
    * fixd spotbug issue
    moderakh authored Sep 3, 2020
    Configuration menu
    Copy the full SHA
    c84e8f4 View commit details
    Browse the repository at this point in the history
  2. Update AfterBurner version to match other Jackson versions (Azure#14745)

    * Update AfterBurner version to match other Jackson versions
    
    * Remove all unnecessary Maven enforcer includes
    alzimmermsft authored Sep 3, 2020
    Configuration menu
    Copy the full SHA
    d71fd3a View commit details
    Browse the repository at this point in the history
  3. Update generated ADT code to reflect swagger changes (Azure#14760)

    The local swagger copy isn't used in code gen, but this keeps it up to date anyways
    timtay-microsoft authored Sep 3, 2020
    Configuration menu
    Copy the full SHA
    4b3a9f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d02daf View commit details
    Browse the repository at this point in the history
  5. Updating libraries with dependency vulnerable to CVE-2020-11612 (Azur…

    …e#14590)
    
    Updating a library that has a dependency library vulnerable to https://nvd.nist.gov/vuln/detail/CVE-2020-11612
    wcom939 authored Sep 3, 2020
    Configuration menu
    Copy the full SHA
    99491d4 View commit details
    Browse the repository at this point in the history
  6. Mgmt: update ci (Azure#14771)

    * Mgmt: update ci
    
    * add redis
    ChenTanyi authored Sep 3, 2020
    Configuration menu
    Copy the full SHA
    6167cfa View commit details
    Browse the repository at this point in the history
  7. mgmt skip traffic sample test for CI random failure (Azure#14732)

    * mgmt skip traffic sample test for CI random failure
    
    * skip testTrafficManager()
    xseeseesee authored Sep 3, 2020
    Configuration menu
    Copy the full SHA
    6a2d823 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4647a58 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    21787ac View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6b8fa2c View commit details
    Browse the repository at this point in the history
  11. SB track2: Remove locktoken with ServiceBusReceivedMessage in settlem…

    …ent API. (Azure#14696)
    
    * remove locktoken with ServiceBusReceivedMessage in settlement API.
    hemanttanwar authored Sep 3, 2020
    Configuration menu
    Copy the full SHA
    0d23a8e View commit details
    Browse the repository at this point in the history
  12. [TA] Add StringIndexType value and tests (Azure#14784)

    * String Index Type feature
    mssfang authored Sep 3, 2020
    Configuration menu
    Copy the full SHA
    e03a589 View commit details
    Browse the repository at this point in the history
  13. Fix timeout exceptions when using tcnative (Azure#14748)

    * Fixed RequestTimeoutException when enabled tcnative
    
    * remove exclusions of tcnative from the pom files
    
    Co-authored-by: Annie Liang <xinlian@microsoft.com>
    xinlian12 and Annie Liang authored Sep 3, 2020
    Configuration menu
    Copy the full SHA
    df5a8f4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7c4890f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8d99c11 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9d87eea View commit details
    Browse the repository at this point in the history
  17. Update Tables README (Azure#14698)

    * Update Tables README
    bsiegel authored Sep 3, 2020
    Configuration menu
    Copy the full SHA
    fc161f8 View commit details
    Browse the repository at this point in the history
  18. [TA] Update samples and readme (Azure#14793)

    * update samples and readme
    
    * remove credential name
    mssfang authored Sep 3, 2020
    Configuration menu
    Copy the full SHA
    90bbd5f View commit details
    Browse the repository at this point in the history
  19. Azure Core API Changes Before Release (Azure#14786)

    * Make JsonSerializerProvider implementations final
    
    * Changes to generic representation and isEnabled to isTracingEnabled
    
    * Fix generic reference
    
    * Update sdk/core/azure-core/src/main/java/com/azure/core/util/serializer/SerializerAdapter.java
    
    Co-authored-by: Srikanta <51379715+srnagar@users.noreply.github.com>
    
    * Update sdk/core/azure-core/src/main/java/com/azure/core/util/serializer/SerializerAdapter.java
    
    Co-authored-by: Srikanta <51379715+srnagar@users.noreply.github.com>
    
    Co-authored-by: Srikanta <51379715+srnagar@users.noreply.github.com>
    alzimmermsft and srnagar authored Sep 3, 2020
    Configuration menu
    Copy the full SHA
    5b40cc8 View commit details
    Browse the repository at this point in the history
  20. Add models operations to twin lifecycle sample (Azure#14781)

    * samples(adt): Add model operations to twin sample
    abhipsaMisra authored Sep 3, 2020
    Configuration menu
    Copy the full SHA
    f5fbc85 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    04cc3ff View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. Add live tests to EventGrid SDK (Azure#14799)

    * Add live test files
    
    Fix custom event test slightly to be formatted correctly
    
    * Fixed test formatting
    
    * Small test config changes
    
    Co-authored-by: Soren Dahl <Soreloser2@users.noreply.github.com>
    Soreloser2 and Soreloser2 authored Sep 4, 2020
    Configuration menu
    Copy the full SHA
    67864dc View commit details
    Browse the repository at this point in the history
  2. [TA] Add domainFilter feature to PII endpoint (Azure#14714)

    * add domainFilter feature
    mssfang authored Sep 4, 2020
    Configuration menu
    Copy the full SHA
    eecf0ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d918cc View commit details
    Browse the repository at this point in the history
  4. Network: regenerate package-2020-06 (Azure#14773)

    * regenerate package-2020-06
    
    * update pom
    
    * fix compile errors
    xseeseesee authored Sep 4, 2020
    Configuration menu
    Copy the full SHA
    be68aad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f8ce5b View commit details
    Browse the repository at this point in the history
  6. mgmt compute update test dependency (Azure#14731)

    * mgmt compute update test dependency
    
    * remove azure-storage from external dependency list
    xseeseesee authored Sep 4, 2020
    Configuration menu
    Copy the full SHA
    65f4820 View commit details
    Browse the repository at this point in the history
  7. Support java modules for azure-spring-data-cosmos (Azure#14636)

    * add module info
    
    * fix split packages and runtime exceptions
    
    * fix compilation error
    
    * fix tests failure
    
    * fix checkstyle
    
    * extend surefire plugin in spring-data-cosmos
    
    * inherit plugin from profile
    
    * fix broken link caused by changing samples package name
    
    * use plain Java reflection instead of commons.lang3, hence opens to spring module
    
    Co-authored-by: Xiaolu Dai <xiada@microsoft.com>
    saragluna and saragluna authored Sep 4, 2020
    Configuration menu
    Copy the full SHA
    d890893 View commit details
    Browse the repository at this point in the history
  8. [TA] test live tests in private endpoint (Azure#14800)

    * add disable azure resource creation
    mssfang authored Sep 4, 2020
    Configuration menu
    Copy the full SHA
    3b8c182 View commit details
    Browse the repository at this point in the history
  9. Increment version for core releases (Azure#14803)

    * Increment package version after release of com.azure azure-core
    
    * Increment package version after release of com.azure azure-core-experimental
    
    * Increment package version after release of com.azure azure-core-test
    
    * Increment package version after release of com.azure azure-core-serializer-json-jackson
    
    * Increment package version after release of com.azure azure-core-http-okhttp
    
    * Increment package version after release of com.azure azure-core-http-netty
    
    * Increment package version after release of com.azure azure-core-serializer-json-gson
    
    * Increment package version after release of com.azure azure-core-serializer-avro-apache
    
    * Remove unreleased azure-core
    
    Co-authored-by: alzimmermsft <48699787+alzimmermsft@users.noreply.github.com>
    azure-sdk and alzimmermsft authored Sep 4, 2020
    Configuration menu
    Copy the full SHA
    3e041ec View commit details
    Browse the repository at this point in the history
  10. Increment version for resourcemanager releases (Azure#14768)

    * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-containerinstance
    
    * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-keyvault
    
    * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-containerservice
    
    * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-sql
    
    * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-containerregistry
    
    * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-appplatform
    
    * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-monitor
    
    * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-msi
    
    * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-compute
    
    * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-cosmos
    
    * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-authorization
    
    * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-dns
    
    * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-appservice
    
    * Increment package version after release of com.azure.resourcemanager azure-resourcemanager
    
    * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-storage
    
    * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-resources
    
    * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-network
    
    * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-redis
    
    * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-trafficmanager
    
    * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-privatedns
    
    * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-eventhubs
    
    * update version for sample and test
    
    * update version
    
    * update readme
    
    * update change log version
    
    Co-authored-by: Tanyi Chen <tanchen@microsoft.com>
    azure-sdk and ChenTanyi authored Sep 4, 2020
    Configuration menu
    Copy the full SHA
    1c32eba View commit details
    Browse the repository at this point in the history
  11. mgmt support azure-resourcemanager-servicebus (Azure#14723)

    * copy service bus from azure-libraries-for-java
    
    * reformat code
    
    * update api-spec
    
    * generate servicebus
    
    * update versioning
    
    * fix compile errors
    
    * manual changes for inner classes
    
    * update tests and session records
    
    * update azure and samples
    
    * update test after credcheck
    
    * update TimeSpan
    
    * update TimeSpan javadoc
    
    * update version of azure-resourcemanager-servicebus
    
    * update version of azure-resourcemanager-servicebus
    
    * update maven profile
    
    * update maven profile
    
    * update after moving ManagerBase and TestUtilities
    
    * update CHANGELOG
    
    * update pom
    xseeseesee authored Sep 4, 2020
    Configuration menu
    Copy the full SHA
    f4ee6aa View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7c64896 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    99537ed View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8e7f5c0 View commit details
    Browse the repository at this point in the history
  15. Initial KeyVaultAccessControlClient for Java (#12405)

    * Created azure-security-keyvault-administration module including its POM, README and CHANGELOG files.
    
    * Created AutoRest README and generated artifacts.
    
    * Added sync methods
    
    * Modified the AutoRest specification to generate async methods only. Renamed the generated AccessControl client and builder.
    
    * Created the AccessControl builder and clients (sync + async), public API for getting Role Definitions and some helper classes and resources.
    
    * Regenerated classes with AutoRest v4 instead of v3.
    
    * Added the 'KeyVault' prefix to all access control clients, implementation classes and their builders.
    
    * Added an API for listing role definitions.
    
    * Added APIs for creating, getting, deleting and listing role assignments.
    
    * Polished README.
    
    * Added the an entry for Key Vault Administration in version_client.txt
    
    * Renamed to not break the CI build.
    
    * Fixed copy/paste error on autorest.md
    
    * Changed README references (keys -> administration).
    
    * Addressed PR comments. Added a new ExpandableStringEnum: RoleScope. Corrected some of the Javadoc.
    
    * Addressed more PR feedback.
    
    * Added the new Key Vault Administration library to eng/jacoco-test-coverage/pom.xml
    
    * Re-generated code from the Swagger specification.
    
    * Renamed many of the implementation models.
    
    * Added additional null checks for members in public methods that accept KeyVaultRoleAssignmentProperties.
    
    * Added a module-info file.
    
    * Made small formatting corrections.
    
    * Removed an entry from module-info.java. Modified how KeyVaultAccessControlAsyncClient get error messages for parameter validation.
    
    * Added missing package-info.java files.
    
    * Corrected errors highlighted by APIView.
    
    * Reverted implementation classes to their original names and hid them from public API signatures. Added convenience layer models to be exposed as public API.
    
    * Renamed KeyVaultRoleScope to KeyVaultRoleAssignmentScope.
    
    * Fixed build issues.
    
    * Made model classes final.
    
    * Updated module-info.java
    
    * Renamed input parameter "scope" to "roleScope" in a multitude of public APIs. Corrected version number in files inside /eng.
    
    * Fixed package-info.java Javadoc.
    
    * Fixed some strings used for logging.
    
    * Fixed JavaDoc formatting issues pointed out by @g2vinay.
    
    * Added samples to README.md
    
    * Fixed build analysis issues with the module's POM.
    
    * Fixed Build analysis issue related to README.
    
    * Fixed broken links in autorest.md and README.md
    
    * Fixed a bug in `KeyVaultAccessControlAsyncClient.createRoleAssignmentWithResponse()`. Made fixes for tests cases.
    
    * Updated azure-core versions.
    vcolin7 authored Sep 4, 2020
    Configuration menu
    Copy the full SHA
    5eb4798 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f01cc0b View commit details
    Browse the repository at this point in the history
  17. Update LockRenewalOperation API (Azure#14705)

    * Removing public from LockRenewalOperation.
    
    * Update LockRenewalOperation to return a completion Mono.
    conniey authored Sep 4, 2020
    Configuration menu
    Copy the full SHA
    a50c4f0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9e55604 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e97bfad View commit details
    Browse the repository at this point in the history
  20. Stopping Pair<L, R> of implementation package from leaking into publi…

    …c surface area (Azure#14795)
    
    * Removing Pair<L, R> of implementation package from leaking into public surface area for readMany API
    
    * Making CosmosItemIdentity class sealed/final
    
    * Adding Beta-Annotation to CosmosItemIdentity
    
    * Fixing build error due to corrupt link after spring data samples were moved
    
    * Fixing SpotBug issue in ItemOperations
    
    * Fixing unit test failure due to conversion error in ItemOperations
    FabianMeiswinkel authored Sep 4, 2020
    Configuration menu
    Copy the full SHA
    e41c370 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6149c79 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9491334 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b455a61 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b637366 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2020

  1. Add convenience layer to generated code for Event Grid Track 2 (Azure…

    …#14442)
    
    * Regenerate SDK from Autorest v4
    
    Autorest regenerated using up to date version for track 2
    pom file incorporated to jacoco and dependencies for module handled
    issue around capitalization of etag discrepancy fixed
    no test coverage yet
    
    * Regenerate SDK from Autorest v4
    
    Autorest regenerated using up to date version for track 2
    pom file incorporated to jacoco and dependencies for module handled
    issue around capitalization of etag discrepancy fixed
    no test coverage yet
    
    * EventGrid Track 2 Autogenerated
    
    Autogenerate EventGrid track 2 classes using the swagger. All files except EventGridPublisherImplTests.java, pom.xml, and the swagger readme.md are autogenerated.
    
    * EventGrid Track 2 written code
    
    Convenience layer for EventGrid Track 2 on top of autogenerated code.
    
    * Add Javadoc comments
    
    Add a few missing javadoc comments and remove a few comments from private methods.
    
    * Merge in changes from autogenerated PR
    
    test and pom edits mostly
    
    * Fix tests
    
    Rename methods and use StepVerifier instead of blocking
    
    * Add Changelog
    
    * Rework CloudEvent serialization
    
    Drop explicit support for non-JSON data. Modify/fix tests slightly.
    
    * Abbreviate SAS
    
    SharedAccessSignature -> SAS, refactor methods and classes
    
    * Small formatting changes
    
    * Readme and changelog formatting issues
    
    Maven artifact not included since it hasn't published yet, some github links are broken since they point to folders that are included in this commit, however they should work once the changes are merged.
    
    * Changed CustomEvent test
    
    conforms to live test expected custom event properties
    
    * Address review comments
    
    Variety of changes, major ones include:
    - Async methods on generic getData
    - Lazy list creation for send methods
    - Credential methods both renamed to `credential`
    - Logging errors instead of throwing
    - Additional missing javadoc comments
    
    * Final set of review comments
    
    mostly minor changes, except a small license change to all source files, including generated ones.
    
    Co-authored-by: Soren Dahl <Soreloser2@users.noreply.github.com>
    Soreloser2 and Soreloser2 authored Sep 5, 2020
    Configuration menu
    Copy the full SHA
    18528bd View commit details
    Browse the repository at this point in the history
  2. Initial KeyVaultBackupClient for Java (#12671)

    * Created azure-security-keyvault-administration module including its POM, README and CHANGELOG files.
    
    * Created AutoRest README and generated artifacts.
    
    * Added sync methods
    
    * Modified the AutoRest specification to generate async methods only. Renamed the generated AccessControl client and builder.
    
    * Created the AccessControl builder and clients (sync + async), public API for getting Role Definitions and some helper classes and resources.
    
    * Regenerated classes with AutoRest v4 instead of v3.
    
    * Added the 'KeyVault' prefix to all access control clients, implementation classes and their builders.
    
    * Added an API for listing role definitions.
    
    * Added APIs for creating, getting, deleting and listing role assignments.
    
    * Polished README.
    
    * Added the an entry for Key Vault Administration in version_client.txt
    
    * Renamed to not break the CI build.
    
    * Fixed copy/paste error on autorest.md
    
    * Changed README references (keys -> administration).
    
    * Addressed PR comments. Added a new ExpandableStringEnum: RoleScope. Corrected some of the Javadoc.
    
    * Removed AccessControl classes. Used AutoRest to generate code from the backuprestore swagger. Modified README.md, CHANGELOG.md and autorest.md.
    
    * Created the async and syncs backup clients, as well as their builder.
    
    * Made small corrections.
    
    * Made slight corrections.
    
    * Added the new Key Vault Administration library to eng/jacoco-test-coverage/pom.xml
    
    * Re-generated code from the Swagger specification.
    
    * Renamed LROs to use "begin" instead of "start". Added a way to handle errors when polling LROs.
    
    * Created custom models to expose to users instead of the ones in implementation.models
    
    * Added package-info.java and module-info.java
    
    * Made some small corrections.
    
    * Removed and added a couple entries to module-info.java. Moved KeyVaultLongRunningOperation to administration.models
    
    * Changed version of the Key Vault Administration package.
    
    * Corrected errors highlighted by APIView.
    
    * Removed implementation classes from public API signatures and documentation. Added KeyVaultException to take the place of KeyVaultErrorException in the Javadoc of public APIs.
    
    * Removed KeyVaultException.
    
    * Fixed Javadoc.
    
    * Updated module-info.java
    
    * Corrected version number in files inside /eng. Fixed package-info.java Javadoc. Updated dependency versions in azure-security-keyvault-administration's POM.
    
    * Fixed Javadoc formatting for public APIs. Fixed build analysis issues with the module's POM. Made utility methods in KeyVaultBackupAsyncClient static and ensured we correctly parse long running operation statuses.
    
    * Updated Reactor version.
    
    * Changed the final result return type of the `beginBackup` operation from `Void` to `String` so it returns the blob storage URI of the resulting backup. Improved logging for LROs.
    
    * Added samples to README. Fixed Build analysis issue related to README.
    
    * Fixed broken links in autorest.md
    
    * Made fixes for test cases.
    
    * Updated azure-core versions.
    
    * Corrected typos in README. Fixed a couple bugs discovered by live testing.
    vcolin7 authored Sep 5, 2020
    Configuration menu
    Copy the full SHA
    3e7eb21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b79469c View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2020

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

Commits on Sep 7, 2020

  1. Configuration menu
    Copy the full SHA
    cc372c8 View commit details
    Browse the repository at this point in the history
  2. Fix pipeline failure caused by install java/maven/git failed. (Azure#…

    …14775)
    
    * Enable KeyVaultIT.keyVaultWithVirtualMachineMSI.
    
    * 1. Remove download script from git. 2. Add retry logic.
    
    * Move retry logic into sh script.
    
    * ignore KeyVaultIT.keyVaultWithVirtualMachineMSI
    
    * Add newline at end of file.
    
    * Not install maven and git.
    
    * Not ignore keyVaultWithVirtualMachineMSI().
    
    * Reinstall openjsk-9-jre-headless.
    
    * reinstall 2 more modules.
    
    * Install default-jdk
    
    * Add -y in apt-get install
    
    * Add install_java_with_retry.sh
    
    * Test just try one time.
    
    * Update retry logic.
    
    * Update until do logic
    
    * retry 5 times if install java failed.
    
    * Fix error about: Permisstion denied.
    
    * ignore test keyVaultWithVirtualMachineMSI.
    
    Co-authored-by: Rujun Chen <rujche@microsoft.com>
    Rujun Chen and rujche authored Sep 7, 2020
    Configuration menu
    Copy the full SHA
    b598dcd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c24435 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9465d61 View commit details
    Browse the repository at this point in the history
  5. modify eventhub reademe (Azure#14778)

    * modify eventhub reademe
    
    * modify link errors
    
    * adjust readme links to bottom of the doc
    
    * update sample url
    yiliuTo authored Sep 7, 2020
    Configuration menu
    Copy the full SHA
    eac9534 View commit details
    Browse the repository at this point in the history
  6. Update script path. (Azure#14869)

    Co-authored-by: Rujun Chen <rujche@microsoft.com>
    Rujun Chen and rujche authored Sep 7, 2020
    Configuration menu
    Copy the full SHA
    464f387 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    53dee37 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Mgmt Move Client and ClientBuilder (Azure#14872)

    * refactor resources
    
    * refactor appplatform
    
    * refactor appservice
    
    * refactor auth
    
    * refactor compute
    
    * refactor aci
    
    * refactor acr
    
    * refactor acs
    
    * refactor cosmos
    
    * refactor dns
    
    * refactor eventhub
    
    * refactor monitor
    
    * msi
    
    * network
    
    * private dns
    
    * redis
    
    * service bus
    
    * sql
    
    * storage
    
    * traffic manager
    
    * fix compile
    
    * fix checkstyle
    ChenTanyi authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    ecc8944 View commit details
    Browse the repository at this point in the history
  2. add readme file for Storage Queue starter (Azure#14880)

    Co-authored-by: v-gaoh <v-gaoh@Microsoft.com>
    han-gao and v-gaoh authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    76a1ce7 View commit details
    Browse the repository at this point in the history
  3. update version for spring release (Azure#14873)

    Co-authored-by: unknown <fenzho@FZHOU.fareast.corp.microsoft.com>
    zhoufenqin and unknown authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    51b0378 View commit details
    Browse the repository at this point in the history
  4. Mgmt auth: support list by filter (Azure#14893)

    * add support list by filter
    
    * support list by filter for auth
    
    * support filter in impl
    
    * fix checkstyle
    
    * fix checkstyle
    ChenTanyi authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    16059ae View commit details
    Browse the repository at this point in the history
  5. Complete / enrich readme files for Spring Cloud integration with Serv…

    …ice Bus (Azure#14780)
    
    * add readme file for spring integration service bus
    
    * add readme for spring cloud starter azure service bus
    
    * add readme file for spring cloud stream binder service bus core
    
    * add readme file for service bus binder for queue
    
    * add readme file for spring cloud stream binder for service bus topic
    
    * address comments
    
    * fix sample reference links
    
    Co-authored-by: Xiaolu Dai <xiada@microsoft.com>
    saragluna and saragluna authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    2e87a35 View commit details
    Browse the repository at this point in the history
  6. Move the azure-spring-cloud-starter-appconfiguration-config module fr…

    …om sdk/spring to sdk/appconfiguration (Azure#14894)
    
    * Move the azure-spring-cloud-starter-appconfiguration-config module from sdk/spring to sdk/appconfiguration
    
    * Move the azure-spring-cloud-starter-appconfiguration-config module from sdk/spring to sdk/appconfiguration
    
    * Fix links
    
    * modify ci.yml
    jacko9et authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    9f0ec7c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5fd43cd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0471806 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    894add3 View commit details
    Browse the repository at this point in the history
  10. Bump the template version (Azure#14840)

    * bump it again
    
    * Fixed change log
    
    * Bump to latest
    
    * Added version file
    
    * Update CHANGELOG.md
    sima-zhu authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    ff1d0dc View commit details
    Browse the repository at this point in the history
  11. Keyvault Administration clients tests (Azure#14856)

    * Created azure-security-keyvault-administration module including its POM, README and CHANGELOG files.
    
    * Created AutoRest README and generated artifacts.
    
    * Added sync methods
    
    * Modified the AutoRest specification to generate async methods only. Renamed the generated AccessControl client and builder.
    
    * Created the AccessControl builder and clients (sync + async), public API for getting Role Definitions and some helper classes and resources.
    
    * Regenerated classes with AutoRest v4 instead of v3.
    
    * Added the 'KeyVault' prefix to all access control clients, implementation classes and their builders.
    
    * Added an API for listing role definitions.
    
    * Added APIs for creating, getting, deleting and listing role assignments.
    
    * Polished README.
    
    * Added the an entry for Key Vault Administration in version_client.txt
    
    * Renamed to not break the CI build.
    
    * Fixed copy/paste error on autorest.md
    
    * Changed README references (keys -> administration).
    
    * Addressed PR comments. Added a new ExpandableStringEnum: RoleScope. Corrected some of the Javadoc.
    
    * Removed AccessControl classes. Used AutoRest to generate code from the backuprestore swagger. Modified README.md, CHANGELOG.md and autorest.md.
    
    * Created the async and syncs backup clients, as well as their builder.
    
    * Made small corrections.
    
    * Made slight corrections.
    
    * Added the new Key Vault Administration library to eng/jacoco-test-coverage/pom.xml
    
    * Re-generated code from the Swagger specification.
    
    * Renamed LROs to use "begin" instead of "start". Added a way to handle errors when polling LROs.
    
    * Created custom models to expose to users instead of the ones in implementation.models
    
    * Added package-info.java and module-info.java
    
    * Made some small corrections.
    
    * Removed and added a couple entries to module-info.java. Moved KeyVaultLongRunningOperation to administration.models
    
    * Changed version of the Key Vault Administration package.
    
    * Corrected errors highlighted by APIView.
    
    * Removed implementation classes from public API signatures and documentation. Added KeyVaultException to take the place of KeyVaultErrorException in the Javadoc of public APIs.
    
    * Removed KeyVaultException.
    
    * Fixed Javadoc.
    
    * Updated module-info.java
    
    * Corrected version number in files inside /eng. Fixed package-info.java Javadoc. Updated dependency versions in azure-security-keyvault-administration's POM.
    
    * Fixed Javadoc formatting for public APIs. Fixed build analysis issues with the module's POM. Made utility methods in KeyVaultBackupAsyncClient static and ensured we correctly parse long running operation statuses.
    
    * Updated Reactor version.
    
    * Changed the final result return type of the `beginBackup` operation from `Void` to `String` so it returns the blob storage URI of the resulting backup. Improved logging for LROs.
    
    * Added samples to README. Fixed Build analysis issue related to README.
    
    * Fixed broken links in autorest.md
    
    * Made fixes for test cases.
    
    * Updated azure-core versions.
    
    * Corrected typos in README. Fixed a couple bugs discovered by live testing.
    
    * Created unit tests for the Key Vault Administration clients. Added test recordings.
    vcolin7 authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    b7b0e66 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4edb33a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6c6a275 View commit details
    Browse the repository at this point in the history
  14. Fix HttpRequest Body Being Consumed and Sending an Empty Request Body (

    …Azure#14915)
    
    * Fix AppConfiguration live tests
    
    * Update Form Recognizer and Text Analytics as additional validation, fix version checks
    alzimmermsft authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    259e63f View commit details
    Browse the repository at this point in the history
  15. Updated the ci.yml for publishing the new Key Vault Administration pa…

    …ckage (Azure#14914)
    
    * Updated the ci.yml file for publishing the new Key Vault Administration package.
    
    * Fixed Javadoc issue.
    
    * Fixed checkstyle and spotbugs errors.
    vcolin7 authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    eee7889 View commit details
    Browse the repository at this point in the history
  16. Release Azure Core Hotfix for HttpRequest Body Consumption Fix (Azure…

    …#14920)
    
    * Update CHANGELOGs and READMEs in preparation for release
    
    * Update versions for release
    
    * Revert Core AMQP version changes
    alzimmermsft authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    1a4077f View commit details
    Browse the repository at this point in the history
  17. Refactor util and helper classes to their own packages (Azure#14919)

    * refactor(adt, samples): Refactor util and helper classes to their own package
    abhipsaMisra authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    de09084 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1b5a85b View commit details
    Browse the repository at this point in the history
  19. [Cog Serv Anomaly Detector] add sample codes (Azure#14591)

    * add samples and sample data
    
    * add REAME.md for samples
    
    * add javafdoc; rename variates;
    
    * add more comments
    moreOver0 authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    3f42cdb View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. [Event Hubs] Support SAS token in connnection string (Azure#14912)

    * Move load balancing options changes to main branch
    
    * Support SAS token in connnection string
    srnagar authored Sep 9, 2020
    Configuration menu
    Copy the full SHA
    1ea7f17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac8715d View commit details
    Browse the repository at this point in the history
  3. [Tables] Fix tables livetest (Azure#14797)

    * Fix tables livetests
    
    * Fix LIVE mode and switch from RECORD to LIVE
    
    * Work around unsupported operation in Cosmos API
    
    * Mono.when doesn't play nice with Cosmos's 429 retries
    
    * Permit more retries in tests
    
    * Fix tests and re-enable disabled tests
    bsiegel authored Sep 9, 2020
    Configuration menu
    Copy the full SHA
    992ee0b View commit details
    Browse the repository at this point in the history
  4. Increment version for core releases (Azure#14923)

    * Increment package version after release of com.azure azure-core
    
    * Increment package version after release of com.azure azure-core-experimental
    
    * Increment package version after release of com.azure azure-core-serializer-avro-apache
    
    * Increment package version after release of com.azure azure-core-test
    
    * Increment package version after release of com.azure azure-core-http-okhttp
    
    * Increment package version after release of com.azure azure-core-http-netty
    
    * Increment package version after release of com.azure azure-core-serializer-json-gson
    
    * Increment package version after release of com.azure azure-core-serializer-json-jackson
    
    * Remove unreleased Core tags (except AMQP as that is still in use
    
    Co-authored-by: alzimmermsft <48699787+alzimmermsft@users.noreply.github.com>
    azure-sdk and alzimmermsft authored Sep 9, 2020
    Configuration menu
    Copy the full SHA
    45599a3 View commit details
    Browse the repository at this point in the history
  5. upgrade spring release version 2.3.5 (Azure#14904)

    Co-authored-by: unknown <fenzho@FZHOU.fareast.corp.microsoft.com>
    zhoufenqin and unknown authored Sep 9, 2020
    Configuration menu
    Copy the full SHA
    c1ad3ca View commit details
    Browse the repository at this point in the history
  6. Mgmt: remove catch exception Samples (Azure#14897)

    * remove catch exception in samples
    
    * fix compile error
    
    * throws Exception in samples
    
    * throws Exception in test
    
    * remove return false in last
    
    * fix compile error
    
    * Revert "throws Exception in test"
    
    This reverts commit 3cb862d.
    
    * Revert "throws Exception in samples"
    
    This reverts commit d61c58a.
    
    * throw specific exception for samples
    
    * throw exception in test
    ChenTanyi authored Sep 9, 2020
    Configuration menu
    Copy the full SHA
    2521ad6 View commit details
    Browse the repository at this point in the history
  7. Query annotation support (Azure#14661)

    * This PR adds support for query annotations. This enables end users to add annotated queries to their repositories using @query(value = "<query>") which opens up all the query capabilities of underlying cosmos java sdk to the cosmos spring driver.
    mbhaskar authored Sep 9, 2020
    Configuration menu
    Copy the full SHA
    32f9ae0 View commit details
    Browse the repository at this point in the history
  8. Mgmt: add flatmap test (Azure#14960)

    * add reactor test
    
    * add flatmap test
    
    * remove reator-test duplicate versioning
    
    * add return mono.error
    ChenTanyi authored Sep 9, 2020
    Configuration menu
    Copy the full SHA
    3e48a04 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    020de86 View commit details
    Browse the repository at this point in the history
  10. [Service Bus] Enable SAS support in connection string for Service Bus (

    …Azure#14939)
    
    * Enable SAS support in connection string for Service Bus
    
    * Fix checkstyle
    
    * Add logs
    srnagar authored Sep 9, 2020
    Configuration menu
    Copy the full SHA
    ca756d5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3a7e446 View commit details
    Browse the repository at this point in the history
  12. Add Model API tests to ADT, fix a few ADT implementation details (Azu…

    …re#14791)
    
    Fixed a few test assets as well. While they were accepted by the service when the context field was just one value, the service always returns a model such that the context is an array with one value instead. This makes it easier to test that models retrieved from the service match our expectations
    timtay-microsoft authored Sep 9, 2020
    Configuration menu
    Copy the full SHA
    a683ebd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4f90c1c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    82f97f9 View commit details
    Browse the repository at this point in the history
  15. Fixes management support for AuthorizationRules (Azure#14865)

    * Expose AuthorizationRules on Queue and Topic options.
    
    * Rename AuthorizationRule -> AuthorizationRuleImpl. Add an implementation of SharedAccessAuthorizationRule.
    
    * Adding CreateQueueEntry with rules.
    
    * Fixing namespaces on autogenerated code.
    
    * Fixing serialization and replacing global namespace.
    conniey authored Sep 9, 2020
    Configuration menu
    Copy the full SHA
    cd8b4a1 View commit details
    Browse the repository at this point in the history
  16. Update CODEOWNERS (Azure#14991)

    Update label for AzConfig
    AlexGhiondea authored Sep 9, 2020
    Configuration menu
    Copy the full SHA
    e96097f View commit details
    Browse the repository at this point in the history
  17. Prepare azure-search-documents for September 2020 GA Release (Azure#1…

    …4988)
    
    * Renamed SearchableFieldProperty to SearchableField and SimpleFieldProperty to SimpleField and updated the CHANGELOG and README in preparation for release
    
    * Update version for release
    alzimmermsft authored Sep 9, 2020
    Configuration menu
    Copy the full SHA
    c9b6a2e View commit details
    Browse the repository at this point in the history
  18. Scope Which Folders in /eng Trigger Core CI (Azure#14983)

    * Scope which folders in /eng trigger Core CI
    
    * Update ci.yml
    
    * Update ci.yml
    alzimmermsft authored Sep 9, 2020
    Configuration menu
    Copy the full SHA
    55f2ab1 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Configuration menu
    Copy the full SHA
    4e74250 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96eccb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10bf934 View commit details
    Browse the repository at this point in the history
  4. Update spring cloud reademe (Azure#14971)

    * readme: autoconfig, context, appconfig
    
    * update readme for spring cloud services
    
    * udpate readme of storage
    
    * update readme for storage queue
    
    * readme: autoconfig, context, appconfig
    
    * update readme for spring cloud services
    
    * udpate readme of storage
    
    * update readme for storage queue
    
    * update readme for version tag
    
    * fix for pipeline errors
    yiliuTo authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    f69050c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    272ad9c View commit details
    Browse the repository at this point in the history
  6. SB Track2: Expose AMQP details ServiceBus Messages for sending and re…

    …ceiving. (Azure#14848)
    
    Expose AMQP details ServiceBus Messages for sending and receiving.
    hemanttanwar authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    70d16c3 View commit details
    Browse the repository at this point in the history
  7. Update CODEOWNERS for event grid (Azure#15002)

    * Update CODEOWNERS for event grid
    YijunXieMS authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    03fe534 View commit details
    Browse the repository at this point in the history
  8. mgmt improve test (Azure#14970)

    * enable test
    
    * fix delay in playback
    weidongxu-microsoft authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    c94fcb4 View commit details
    Browse the repository at this point in the history
  9. Updating user agent and adding query annotation snippets to readme (A…

    …zure#14998)
    
    * - Updating user agent as per the guidelines.
    - Adding query annotation snippets to readme.
    * readme changes
    mbhaskar authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    d8bdf64 View commit details
    Browse the repository at this point in the history
  10. Mgmt: add junit platform (Azure#14972)

    * add junit platform
    
    * suppress non sequetial test due to random fail
    
    * add comment
    ChenTanyi authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    5733f75 View commit details
    Browse the repository at this point in the history
  11. Generated from f69510cef189b74f05f0a26e815a096faccbc386

    SDK Automation committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    3a823fa View commit details
    Browse the repository at this point in the history