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

Chrwhit/merge master four #22151

Merged

Commits on Jun 7, 2021

  1. Exposes management node in azure-core-amqp (#22095)

    * Update AmqpConnection to have a getManagementNode.
    
    * Adding AmqpManagementNode.
    
    * Update AmqpConnection, AmqpManagementNode, AmqpSession to use AsyncCloseable.
    
    * Adding AsyncCloseable to AmqpLink.
    
    * ClaimsBasedSecurityNode.java uses AsyncCloseable.
    
    * Implements CbsNode's closeAsync() and adds tests.
    
    * ReactorSession implements closeAsync()
    
    * ReactorConnection uses closeAsync(). Renames dispose() to closeAsync(). Fixes errors where some close operations were not subscribed to.
    
    * RequestResponseChannel. Remove close operation with message.
    
    * Adding DeliveryOutcome models and DeliveryState enum.
    
    * Add authorization scope to connection options.
    
    * Add MessageUtils to serialize and deserialize AmqpAnnotatedMessage
    
    * Update AmqpManagementNode to expose delivery outcomes because they can be associated with messages.
    
    * Adding MessageUtil support for converting DeliveryOutcome and Outcomes.
    
    * Fixing build breaks from ConnectionOptions.
    
    * Adding management channel class.
    
    * Adding management channel into ReactorConnection.
    
    * Update ExceptionUtil to return instead of throwing on unknown amqp error codes.
    
    * Moving ManagementChannel formatting.
    
    * Add javadocs to ReceivedDeliveryOutcome.
    
    * Add tests for ManagementChannel
    
    * Adding tests for message utils.
    
    * Fix javadoc on ModifiedDeliveryOutcome
    
    * ReactorConnection: Hook up dispose method.
    
    * EventHubs: Fixing instances of ConnectionOptions.
    
    * ServiceBus: Fix build errors using ConnectionOptions.
    
    * Adding MessageUtilsTests.
    
    * Updating CHANGELOG.
    conniey committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    ad75273 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    940c22d View commit details
    Browse the repository at this point in the history
  3. Cosmos Spark: Changing inferSchema.forceNullableProperties default to…

    … true (#22049)
    
    * Changing default
    
    * Docs
    
    * Tests
    
    * new test
    
    * doc update
    
    * Change log
    ealsur committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    779a485 View commit details
    Browse the repository at this point in the history
  4. Make getScopes in the ARM Authentication Policy Public (#22120)

    Make getScopes in the ARM Authentication Policy Public
    alzimmermsft committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    e80d82e View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. [Communication]: Update version, changelog, and dependency for June r…

    …elease (#22061)
    
    * Update version, changelog, and dependency for June release
    
    * Update Chat, SMS, and PhoneNumbers for release
    
    * Correction for chat version number
    
    * Typo in chat pom
    
    * Unrelease Chat; update change logs for other sdks
    
    * Nit fix
    
    Co-authored-by: JP Chen <jiach@microsoft.com>
    JianpingChen and JP Chen committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    513f071 View commit details
    Browse the repository at this point in the history
  2. Increment version for videoanalyzer releases (#21814)

    * Increment package version after release of com.azure azure-media-videoanalyzer-edge
    
    * Update version_client.txt
    
    Co-authored-by: giakas <giakas@microsoft.com>
    azure-sdk and giakas committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    2878f5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26f9c7d View commit details
    Browse the repository at this point in the history
  4. Fix error in aad-starter-sample (#22109)

    Rujun Chen committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    a30e938 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    52f11be View commit details
    Browse the repository at this point in the history
  6. Updates to monitor query based on API review feedback (#22114)

    * API consistency review feedback
    
    * Remove commented code
    
    * fix tests
    
    * Refactor building prefer header
    srnagar committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    81e47a4 View commit details
    Browse the repository at this point in the history
  7. Fix Management Bug (#22122)

    * Adding missing return statement.
    
    * Using common logic for status codes.
    
    * Adding isSuccessful.
    conniey committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    e2afc2c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0cebceb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2b7514b View commit details
    Browse the repository at this point in the history
  10. Increment version for core releases (#22124)

    Increment package version after release of Core libraries
    azure-sdk committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    bee0474 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    477dd76 View commit details
    Browse the repository at this point in the history
  12. Made Tables service interfaces public (#22130)

    * Made service interfaces public for Key Vault and Tables impl clients.
    
    * Removed kvErrorStrings.properties files from Key Vault SDKs. Made KeyVaultErrorCodeStrings store the constants that were in the files.
    
    * Added check for null credentials in Key Vault Administration Builders.
    
    * Reverted changes made to KV libraries.
    vcolin7 committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    fa289ae View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    126cf34 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c44cbf4 View commit details
    Browse the repository at this point in the history
  15. Client throughput control: Deferring store invocation (#22144)

    * Dummy
    
    * Deferring teh request when ClinetThrouhgputControl is enabled
    
    * Client throughput control: defer store invocation
    
    * Adding additional test-coverage in throughput tests
    
    * Reacting to code review feedback.
    
    * Adding back createItem_withBulk test
    FabianMeiswinkel committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    cd2363d View commit details
    Browse the repository at this point in the history
  16. Sync eng/common directory with azure-sdk-tools for PR 1633 (#22145)

    * Update format of new Changelog Entry
    
    * Add parsing of changelog sections
    
    * Update ChangeLog Logic
    
    Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
    azure-sdk and chidozieononiwu committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    5d276f1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b2e672c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b54359b View commit details
    Browse the repository at this point in the history