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

Blob encryption scope sas api view #24526

Merged

Commits on Sep 28, 2021

  1. ADT ownership transitioning (Azure#24404)

    David R. Williamson authored Sep 28, 2021
    Configuration menu
    Copy the full SHA
    1d78acd View commit details
    Browse the repository at this point in the history
  2. Remove SchemaRegistryClient caching (Azure#24380)

    * Remove builder caching references.
    
    * Remove caching from SchemaRegistryAsyncClient.
    Make methods public for Response.
    
    * Remove cached tests.
    
    * Adding service annotation.
    conniey authored Sep 28, 2021
    Configuration menu
    Copy the full SHA
    ffd48d4 View commit details
    Browse the repository at this point in the history
  3. [Amqp-core, EH]: Prepending namespace|entitypath consistenty in log, …

    …first untrack processor subscriber then notify and adding retry to EventHubConsumer[Receiver]Client (Azure#24417)
    anuchandy authored Sep 28, 2021
    Configuration menu
    Copy the full SHA
    5ceab7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0ec336 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd8ad43 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. . (Azure#24440)

    soeom authored Sep 29, 2021
    Configuration menu
    Copy the full SHA
    95c0df8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7441a50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e48e0e View commit details
    Browse the repository at this point in the history
  4. Sync eng/common directory with azure-sdk-tools for PR 2046 (Azure#24431)

    * Pass package name from calling pipeline to uniquely identify pull request review
    
    * Update log summary
    
    * Update eng/common/scripts/Detect-Api-Changes.ps1
    
    Co-authored-by: Wes Haggard <[email protected]>
    
    Co-authored-by: praveenkuttappan <[email protected]>
    Co-authored-by: praveenkuttappan <[email protected]>
    Co-authored-by: Wes Haggard <[email protected]>
    4 people authored Sep 29, 2021
    Configuration menu
    Copy the full SHA
    66d4525 View commit details
    Browse the repository at this point in the history
  5. Enable API change detection in PR pipeline (Azure#24234)

    * Enable API change detection in PR pipeline
    praveenkuttappan authored Sep 29, 2021
    Configuration menu
    Copy the full SHA
    ad3586a View commit details
    Browse the repository at this point in the history
  6. Communication: Add TokenCredentialAddHostHeaderPolicy for TokenCreden…

    …tial Requests (Azure#24442)
    
    * Communication: Add TokenCredentialAdditionalHeaderPolicy for CallingServerClientBuilder
    
    * Add TokenCredentialAddHostHeaderPolicyTests
    
    * Fixing comment
    
    * Use URL class to get hostname
    
    * Fix style errors
    
    Co-authored-by: Melissa Neubert <[email protected]>
    melneubert and Melissa Neubert authored Sep 29, 2021
    Configuration menu
    Copy the full SHA
    e0987f9 View commit details
    Browse the repository at this point in the history
  7. Add Compliance stage with policheck (Azure#24276)

    * Add Compliance stage with policheck
    
    * Add vmImage pool
    
    * Fix issues flagged by PoliCheck
    
    * Move credscan into the compliance stage
    chidozieononiwu authored Sep 29, 2021
    Configuration menu
    Copy the full SHA
    5d602a2 View commit details
    Browse the repository at this point in the history
  8. update readme for storage libraries to include BOM information. (Azur…

    …e#22858)
    
    update readme for storage libraries
    pallavit authored Sep 29, 2021
    Configuration menu
    Copy the full SHA
    db51da8 View commit details
    Browse the repository at this point in the history
  9. Enable dependency validation of a single library (Azure#24241)

    * Enable validation of a library via it's POM file.
    
    * Incorporate feedback and remove unused code.
    pallavit authored Sep 29, 2021
    Configuration menu
    Copy the full SHA
    e9e9f6b View commit details
    Browse the repository at this point in the history
  10. PR feedback

    rickle-msft committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    9d9ba2d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f37bc26 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4935311 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Configuration menu
    Copy the full SHA
    462e0f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fd44e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d110970 View commit details
    Browse the repository at this point in the history
  4. Updated KeyVaultCredentialPolicy to extend `BearerTokenAuthenticati…

    …onPolicy` in Key Vault clients. (Azure#24199)
    
    * Replaced all uses of KeyVaultCredentialPolicy with BearerTokenAuthenticationPolicy in Key Vault clients. Removed the KeyVaultCredentialPolicy and ScopeTokeCache classes from all Track 2 Key Vault libraries.
    
    * We now pass the appropriate scope to BearerTokenAuthenticationPolicy creating a new instance in client builders, tests and samples.
    
    * Added tests and recordings for KEK tests on MHSM. Fixed and cleaned up tests.
    
    * Removed unused imports.
    
    * Renamed MHSM_SCOPE to MANAGED_HSM_SCOPE in all client builders.
    
    * Reintroduced KeyVaultCredentialPolicy and modified it to extend from BearerTokenAuthenticationPolicy while extracting the scope provided in bearer challenges returned by the Key Vault service.
    
    * Fixed CvheckStyle errors.
    
    * Made changes to KeyVaultCredentialPolicy so we don't set the body of a request as null, but an empty String instead.
    
    * Removed scope constants from Key vault client builders.
    
    * Attempted to fix flaky live tests.
    
    * Removed verify test for HSM as the FromSource test already verifies the build's code coverage and running in parallel against the same HSM can cause problems for some tests.
    
    * Reverted KeyVaultCredentialPolicy in all libraries to set the request body to null instead of an empty string when sending the first unauthenticated  request to get a bearer challenge. Also stored the value of the "Content-Length" header in the pipeline context for use in a subsequent request.
    
    * Fixed KV Administration client live tests that failed due to the authentication policy changes. Also fixed some flaky live tests.
    
    * Fixed CheckStyle issues.
    
    * Fixed another CheckStyle issue.
    
    * Fixed issue that caused an NPE in KeyVaultCredentialPolicy if the content of the request being originally sent were null from the beginning.
    
    * Updated KeyVaultCredentialPolicy in all other libraries.
    
    * Made an attempt at fixing the backup async live tests.
    
    * Added sleep timer when running against service for restore operations.
    
    * Applied PR feedback.
    vcolin7 authored Sep 30, 2021
    Configuration menu
    Copy the full SHA
    75ff342 View commit details
    Browse the repository at this point in the history
  5. [Storage] Try GMavenPlus to unblock Java 17 adoption. (Azure#24471)

    * lets try.
    
    * fix java8
    
    * fix java8 again:/
    
    * track 1
    kasobol-msft authored Sep 30, 2021
    Configuration menu
    Copy the full SHA
    b7bcbe3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    313b6b6 View commit details
    Browse the repository at this point in the history
  7. [Storage] Bump Groovy version to 3 that works with Java 17. (Azure#24477

    )
    
    * bump groovy version
    
    * Revert "bump groovy version"
    
    This reverts commit a80c805.
    
    * use different spocks depending on java version.
    
    * rename.
    kasobol-msft authored Sep 30, 2021
    Configuration menu
    Copy the full SHA
    7f37198 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Use New Javadoc Codesnippet Tooling to Support Java 17 (Azure#24475)

    Use New Javadoc Snippet Tooling to Support Java 17
    alzimmermsft authored Oct 1, 2021
    Configuration menu
    Copy the full SHA
    12c4ba3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dff5f49 View commit details
    Browse the repository at this point in the history
  3. [Storage] Fix track 1 tests. (Azure#24490)

    * Fix track 1 tests.
    
    * revert that.
    kasobol-msft authored Oct 1, 2021
    Configuration menu
    Copy the full SHA
    ea82b91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ef1bdd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8ed75c9 View commit details
    Browse the repository at this point in the history
  6. Adding additional logging to ReactorDispatcher and ReactorExecutor. A…

    …dding closing logic (Azure#24457)
    
    * Closing ReactorExecutor if it has never been run.
    
    * Adding documentation to ReactorDispatcher.
    
    * Updating ReactorExecutor to schedule close work when reactor has not started or scheduler is closed.
    
    * Adding tests.
    
    * In method invocations, adding catch for RejectedExecutionException in the case that the scheduler is disposed.
    
    * Adding assertion for ReactorExecutorTest that an onError is also called.
    
    * Adding documentatioln to reactor connection and timeout to closing execturo.
    
    * Splitting try/catch conditions.
    
    * Add documentation to RequestResponseChannel.
    
    * Using testPublisher for AmqpChannelProcessorTest. Using Flux.never().
    conniey authored Oct 1, 2021
    Configuration menu
    Copy the full SHA
    da926ad View commit details
    Browse the repository at this point in the history
  7. Adding Andy to the IoT CODEOWNERS (Azure#24438)

    Adding Andy to the IoT CODEOWNERS
    jamdavi authored Oct 1, 2021
    Configuration menu
    Copy the full SHA
    4f8a0ad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3ae82f0 View commit details
    Browse the repository at this point in the history
  9. Update docker-start-proxy.ps1 (Azure#24495)

    Update to the latest version of the container
    
    Co-authored-by: Sean Kane <[email protected]>
    azure-sdk and seankane-msft authored Oct 1, 2021
    Configuration menu
    Copy the full SHA
    e54c26a View commit details
    Browse the repository at this point in the history
  10. Added support for Key Rotation. (Azure#24452)

    * Added support for Key Rotation.
    
    * Added tests and updated recordings where necessary.
    
    * Added code snippets for Key Rotation. Updated client documentation and existing code snippets.
    
    * Applied PR feedback.
    
    * Removed unused import.
    
    * Updated releaseKey test for MHSM.
    
    * Fixed tests after merge from main.
    vcolin7 authored Oct 1, 2021
    Configuration menu
    Copy the full SHA
    e89f243 View commit details
    Browse the repository at this point in the history
  11. Renamed Mixed Audio models ( Addressed comments in apiview ) (Azure#2…

    …4481)
    
    * Suggestions after apiview review
    
    * Changes for the comments of  API Review
    
    * tests added back
    
    * Added StartRecordingOptions class
    
    * Annotation added for new class
    
    * Setters return type changed
    
    * Renaming enum names ( feedback on APIView review )
    
    Co-authored-by: Ninika Sharma <[email protected]>
    ninikasharma and ninsharm authored Oct 1, 2021
    Configuration menu
    Copy the full SHA
    f7ee76a View commit details
    Browse the repository at this point in the history
  12. Prepare Azure Core Libraries for October 2021 Release (Azure#24498)

    Prepare Azure Core Libraries for October 2021 Release
    alzimmermsft authored Oct 1, 2021
    Configuration menu
    Copy the full SHA
    124b610 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2021

  1. Configuration menu
    Copy the full SHA
    b59c663 View commit details
    Browse the repository at this point in the history
  2. Add Storage Live Test Run to Core Live Test Run (Azure#24499)

    Add Storage Live Test Run to Core Live Test Run
    alzimmermsft authored Oct 2, 2021
    Configuration menu
    Copy the full SHA
    5835f9c View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. [Storage] Run CI and live tests on Java 17 (Azure#24492)

    * does this work?
    
    * try this.
    
    * Revert "try this."
    
    This reverts commit f157e60.
    
    * does this help ?
    
    * hmm?
    
    * hungry?
    
    * use java 17 in ci.
    
    * fix at least nio.
    
    * move it.
    
    * fixes.
    
    * disable these tests on java 17. CGLib doesn't work
    
    * fix that.
    kasobol-msft authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    7f4dd0e View commit details
    Browse the repository at this point in the history
  2. add support for setting throughput on database creation (Azure#24456)

    * add support for setting throughput on database creation
    
    * added section to readme
    
    * removed locale from links
    
    * fix checkstyle issues
    
    * do not overwrite cosmosTemplate
    Blackbaud-MikeLueders authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    6b96d75 View commit details
    Browse the repository at this point in the history
  3. Increment version for core releases (Azure#24504)

    Increment package version after release of Core libraries
    azure-sdk authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    8a10ae6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72b460d View commit details
    Browse the repository at this point in the history
  5. Fix azure-core-http-jdk-httpclient Tests (Azure#24511)

    Fix azure-core-http-jdk-httpclient Tests
    alzimmermsft authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    15789cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    885c08d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6dd2ff0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0f2cdf7 View commit details
    Browse the repository at this point in the history