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 compute/resource-manager/v2017_03_30] [DO NOT MERGE] Compute 2019-07-01 version #320

This pull request is big! We’re only showing the most recent 250 commits.

Commits on Sep 18, 2019

  1. Configuration menu
    Copy the full SHA
    5d58dd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41472ed View commit details
    Browse the repository at this point in the history
  3. Return HttpClient interface rather than Netty impl (#5405)

    Make the NettyAsyncHttpClient class non-public, and have the NettyAsyncHttpClientBuilder return HttpClient instead.
    JonathanGiles authored Sep 18, 2019
    Configuration menu
    Copy the full SHA
    edfaa78 View commit details
    Browse the repository at this point in the history
  4. Add examples for configuring Netty and OkHttp clients with a proxy (#…

    …5387)
    
    * Add examples for configuring Netty and OkHttp clients with a proxy
    
    * Fix duplicate code snippet
    
    * Documentation cleanup
    alzimmermsft authored Sep 18, 2019
    Configuration menu
    Copy the full SHA
    dac9d85 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5fa2a7f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0476f4c View commit details
    Browse the repository at this point in the history
  7. Test for ThrowFromClientLoggerCheck.java (#5317)

    * remove java code isImple check but move to suppression and add only check for public class for external Dependency check
    
    * test for ThrowFromClientLoggerCheck
    
    * add skip check on static methods, static class, and construcoor
    mssfang authored Sep 18, 2019
    Configuration menu
    Copy the full SHA
    7ffae71 View commit details
    Browse the repository at this point in the history
  8. move to ClientSecretCredentialBuilder (#5403)

    Mike Bohdan authored and conniey committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    034847f View commit details
    Browse the repository at this point in the history
  9. Update CODEOWNERS

    Add mssfang as primary owner of /sdk/appconfiguration/
    joshfree authored Sep 18, 2019
    Configuration menu
    Copy the full SHA
    003c622 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    75dd15f View commit details
    Browse the repository at this point in the history
  11. Storage Blob LeaseClient (#5380)

    * Clients and code samples for LeaseClients
    
    * Updated tests
    
    * Updating unit tests
    
    * Using builder pattern for LeaseClients
    
    * Fix unit tests
    
    * Cleaning up documentation
    
    * Fix linting issues and more unit tests
    
    * Moved test files into correct folder
    alzimmermsft authored Sep 18, 2019
    Configuration menu
    Copy the full SHA
    0735cbf View commit details
    Browse the repository at this point in the history
  12. Split Event Hubs related connection and mapping from AMQPConnection (#…

    …5416)
    
    * Add interface for TokenManager and TokenManagerProvider.
    
    * Update ReactorReceiver, Sender, and Session to use TokenManagerProvider.
    
    * Unifies ways of constructing EventHub*Client.
    
    * Rename TokenResourceProvider -> AzureTokenManagerProvider.
    
    * Rename AmqpResponseMapper -> ManagementResponseMapper. Move implementation out of EventHubClient.
    
    * ManagementResponseMapper is used to deserialize.
    
    * Split ManagementNode from ReactorConnection.
    
    * Moving ManagementChannel creation out of ReactorConnection and into an EventHubConnection class.
    conniey authored Sep 18, 2019
    Configuration menu
    Copy the full SHA
    8830e90 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. Configuration menu
    Copy the full SHA
    3297582 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc0c71c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4edd9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd43251 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71f22e2 View commit details
    Browse the repository at this point in the history
  6. Increment the current versions of com.microsoft.azure:azure-keyvault*…

    … artifacts (#5433)
    
    * Increment the current versions of com.microsoft.azure:azure-keyvault* artifacts
    
    * update spotbugs-aggregate-report for keyvault version
    JimSuplizio authored Sep 19, 2019
    Configuration menu
    Copy the full SHA
    9c9280a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1ca8344 View commit details
    Browse the repository at this point in the history
  8. update released versions of azure-cognitiveservices-customvision-pred…

    …iction and azure-cognitiveservices-customvision-training to 1.1.0-preview.3 (#5437)
    JimSuplizio authored Sep 19, 2019
    Configuration menu
    Copy the full SHA
    7339649 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. Configuration menu
    Copy the full SHA
    b11eb91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9127b9e View commit details
    Browse the repository at this point in the history
  3. Refactor new client libraries to ship with full Java module support (#…

    …5181)
    
    * Very early stages of introducing module-info.java files. Code does not compile and tests do not pass.
    
    * Making more modules progress
    
    * A bunch more work on modules. Now it is failing on my machine with the groovy-eclipse-compiler not recognizing '--module-version' option.
    
    * Skip groovy tests and fix a few other JDK 9 related issues
    
    * Add module-info.java
    
    * Update azure-core module-info.java to export to storage modules
    
    * revert storage blob pom file
    
    * Spock and groovy tests for storage
    
    * Fix test failures
    
    * Fix storage tests
    
    * Updates for java8
    
    * Fix groovy tests after rebase
    
    * Add module-info.java to new packages
    
    * Add module-info.java to core management
    
    * Fix checkstyle and spotbugs
    
    * Update module-info after rebase
    
    * Fix RestProxyXMLTests
    
    * Address PR comments
    
    * Remove empty packages from module info
    
    * Update storage imports for new package
    
    * Change profile name from java9plus to java-lts to match CI pipeline names
    
    * Remove core test package from javadoc reports
    JonathanGiles authored and srnagar committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    5f35ba8 View commit details
    Browse the repository at this point in the history
  4. Enhance Code Samples for Common Credentials (#5413)

    * Code samples for common credentials
    
    * Cleaning up linting issues
    alzimmermsft authored Sep 20, 2019
    Configuration menu
    Copy the full SHA
    68b57f5 View commit details
    Browse the repository at this point in the history
  5. Remove Event Hubs logic from ReactorSession. Fix NullPointerException (

    …#5452)
    
    * Adding EventHubReactorSession that implements EventHubSession.
    
    * Use EventHubReactorSession in Connection.
    
    * Fix NullPointerExceptions in SessionHandler and the occasional one in super.onUnhandled.
    conniey authored Sep 20, 2019
    Configuration menu
    Copy the full SHA
    e1183cd View commit details
    Browse the repository at this point in the history
  6. Update the cosmos current version to be ahead of the released version (

    …#5432)
    
    * Cosmos version changes
    
    * cosmos current version update
    
    * update the cosmos ci.yml file
    
    * remove smoke-tests change from PR
    JimSuplizio authored and chidozieononiwu committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    0dce83b View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2019

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

Commits on Sep 23, 2019

  1. Configuration menu
    Copy the full SHA
    903fa36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ef090d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27bfe5d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78401b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7ee401 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c80488 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    778492b View commit details
    Browse the repository at this point in the history
  8. Changes RequestRetryOptions Default Timeout (#5401)

    * Changed default retry timeout and extended test jitter bounds to fix transient tests
    
    * Extending retry bounds more
    alzimmermsft authored Sep 23, 2019
    Configuration menu
    Copy the full SHA
    6b8e163 View commit details
    Browse the repository at this point in the history
  9. Update to cosmos parent POM to use the project.version (#5462)

    * cosmos current version update
    
    * remove smoke-tests change from PR
    
    * use the project.version to set the properties version
    JimSuplizio authored Sep 23, 2019
    Configuration menu
    Copy the full SHA
    e76c75a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    18b89f5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    63af760 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    84abfdf View commit details
    Browse the repository at this point in the history
  13. Upgrade to latest version of reactor core (#5454)

    * Upgrade to latest version of reactor core
    
    * Update reactor-core version in azure-core
    
    * Upgrade reactor-core to 3.2.12
    
    * Add automatic module name to spotbugs pom
    
    * Add automatic module names to eng modules
    srnagar authored Sep 23, 2019
    Configuration menu
    Copy the full SHA
    6161457 View commit details
    Browse the repository at this point in the history
  14. Add groupid in. (#5366)

    mitchdenny authored Sep 23, 2019
    Configuration menu
    Copy the full SHA
    a8e93e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. Use Version Based Profile to Compile Groovy (#5469)

    * Use version based profiles to compile groovy code in encryption clients
    
    * Removed configuration argLine values
    
    * Fix retry delay calculation
    alzimmermsft authored Sep 24, 2019
    Configuration menu
    Copy the full SHA
    d68e009 View commit details
    Browse the repository at this point in the history
  2. Replace EventDataUtil and ManagementResponseMapper with MessageSerial…

    …izer. Add EventHubClient.getEventHubName (#5474)
    
    * Add MessageSerializer interface.
    
    * Update documentation in EventData.
    
    * Rename EventDataUtil -> EventHubMessageSerializer.
    
    * Exposing EventHubClient.getEventHubName() as public.
    
    * Remove ManagementResponseMapper and consolidate into MessageSerializer.
    
    * Removing static public method from EventHubMessageSerializer.
    
    * Fix build breaks when passing MessageSerializer to EventHubAsyncProducer.
    
    * Adding tests for EventHubMessageSerializer. Fixing NullPointerException.
    
    * Move MessageSerializer into azure-core-amqp.
    conniey authored Sep 24, 2019
    Configuration menu
    Copy the full SHA
    1d192b6 View commit details
    Browse the repository at this point in the history
  3. Add module-info to appconfig (#5480)

    * Add module-info to appconfig
    
    * Add license header
    
    * Add license header
    
    * Add exports to app config
    srnagar authored Sep 24, 2019
    Configuration menu
    Copy the full SHA
    7ec9d65 View commit details
    Browse the repository at this point in the history
  4. Remove VoidResponse (#5477)

    samvaity authored Sep 24, 2019
    Configuration menu
    Copy the full SHA
    b200de9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    414e5f7 View commit details
    Browse the repository at this point in the history
  6. Updating Service Bus SDK readme (#5490)

    update SB SDK to mention Management client functionality
    Ashish Chhabria authored and mssfang committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    4c67a44 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. Migration of azure-core-amqp implementation (#5346)

    * Move Reactor handlers into azure-core-amqp.
    
    * Move ReactorDispatcher, AmqpErrorCode to azure-core-amqp.
    
    * Add correct requires in module-info.java.
    
    * Moving implementation specific classes to azure-core-amqp.
    
    * Move tests into azure-core-amqp.
    
    * Use Mockito instead of concrete class.
    
    * Rename host to hostname.
    
    * Fix usages of FQDN.
    conniey authored Sep 25, 2019
    Configuration menu
    Copy the full SHA
    7f8293b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f62cc68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d4dc77 View commit details
    Browse the repository at this point in the history
  4. Fixed the setter and getter method (#5527)

    * Fixed the setter and getter method
    
    * Remvoe setter
    sima-zhu authored Sep 25, 2019
    Configuration menu
    Copy the full SHA
    114b0a4 View commit details
    Browse the repository at this point in the history
  5. Fix an issue where the continuation token was not properly saved in t…

    …he lease collection documents. (#5508)
    milismsft authored Sep 25, 2019
    Configuration menu
    Copy the full SHA
    b14012f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f3af192 View commit details
    Browse the repository at this point in the history
  7. Rename the sas permission (#5532)

    * Fixed the setter and getter method
    sima-zhu authored Sep 25, 2019
    Configuration menu
    Copy the full SHA
    7271bb0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    866a178 View commit details
    Browse the repository at this point in the history
  9. Convert credential scopes param to TokenRequest (#5492)

    * Convert credential scopes param to TokenRequest
    
    * Fix build errors in event hubs
    
    * Change .block() to StepVerifier
    
    * Fix tests
    
    * checkstyle .* imports
    jianghaolu authored Sep 25, 2019
    Configuration menu
    Copy the full SHA
    a913f0a View commit details
    Browse the repository at this point in the history
  10. Remove dot using ampersand (#5549)

    * remove java code isImple check but move to suppression and add only check for public class for external Dependency check
    
    * fix issue 5113
    mssfang authored Sep 25, 2019
    Configuration menu
    Copy the full SHA
    8c6f5af View commit details
    Browse the repository at this point in the history
  11. Fix parameter names (#5539)

    * Rename from values to getValues()
    conniey authored Sep 25, 2019
    Configuration menu
    Copy the full SHA
    3edaf1c View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. Peering: generate 2019 08 01 preview (#5554)

    * Peering: generate 2019 08 01 preview
    
    * fix: compile error
    ChenTanyi authored Sep 26, 2019
    Configuration menu
    Copy the full SHA
    8094472 View commit details
    Browse the repository at this point in the history
  2. Revert "Fix parameter names (#5539)" (#5555)

    This reverts commit 3edaf1c.
    conniey authored Sep 26, 2019
    Configuration menu
    Copy the full SHA
    52bd42b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f83cedb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13dab83 View commit details
    Browse the repository at this point in the history
  5. Throw better exceptions in chained token credentials (#5487)

    * Throw better exceptions in chained token credentials
    
    * Fix checkstyle: line too long
    
    * Better error message in chained credential
    
    * Fix test after new error message
    jianghaolu authored Sep 26, 2019
    Configuration menu
    Copy the full SHA
    6ad4b27 View commit details
    Browse the repository at this point in the history
  6. File ADLS packages (#5550)

    Added File Data Lake package files
    gapra-msft authored Sep 26, 2019
    Configuration menu
    Copy the full SHA
    4373d02 View commit details
    Browse the repository at this point in the history
  7. Fix file and queue failure tests after sas token changes. (#5535)

    * Remove unnessary changes
    
    * Added file and samples changes
    
    * Minor fix
    sima-zhu authored and alzimmermsft committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    e510902 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4c10870 View commit details
    Browse the repository at this point in the history
  9. Move Specialized BlobClients to Specialized Package (#5399)

    * Clients and code samples for LeaseClients
    
    * Updated tests
    
    * Updating unit tests
    
    * Using builder pattern for LeaseClients
    
    * Fix unit tests
    
    * Cleaning up documentation
    
    * Fix linting issues and more unit tests
    
    * Some moving of clients
    
    * Moved test files into correct folder
    
    * Moved sub-blob clients to specialized namespace, added BlobBaseClients
    
    * Refactoring unit tests
    
    * More cleaning up
    
    * More cleaning up
    
    * Cleaning up linting issues
    
    * Addressing PR feedback
    
    * Cleaning up Spotbug and linting issues
    
    * Updated SpecializedBlobClientBuilder to be a full-fledged builder
    
    * Updating CPK variable name and moving specialized test classes to specialized package in test
    
    * Cleaning up tests and linting
    
    * Fix test order and added exception comment
    alzimmermsft authored Sep 26, 2019
    Configuration menu
    Copy the full SHA
    6e0594d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6e8a745 View commit details
    Browse the repository at this point in the history
  11. CosmosDb: up the minor build version (#5540)

    * Update cosmos versions; up the minor build.
    
    * Hot fix version should be 3.2.1
    milismsft authored Sep 26, 2019
    Configuration menu
    Copy the full SHA
    b43d052 View commit details
    Browse the repository at this point in the history
  12. Optimisation for RestProxy createResponse API. (#5435)

    * (Untested) Optimisation for RestProxy createResponse API.
    
    * Make the build happy
    
    * Introducing LambdaMetaFactory based response cache.
    
    * Making LambdaMetaFactory work for Java 9+
    
    * Taking care of concurrent map race
    
    * Using singleton MethodType & Signature, using specialized types in function interfaces, replacing Stream with basic loop.
    
    * Using singleton MethodHandles.Lookup, adding JMH benchmark for MetaFactory/Reflection
    
    * Accomodating removal of core VoidResponse
    
    * Adding bench mark for reflection non-cached case
    
    * address checkstyle violations in BenchMark tests
    JonathanGiles authored and anuchandy committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    e6cd2cd View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Fix errors caused by upgrading to latest reactor versions (#5567)

    * Fix errors caused by upgrading to latest reactor versions
    
    * Update netty version to fix failures on linux
    srnagar authored Sep 27, 2019
    Configuration menu
    Copy the full SHA
    1c42f15 View commit details
    Browse the repository at this point in the history
  2. Storage: update 2019 04 01 (#5568)

    * Storage: update 2019 04 01
    
    * Storage: update pom
    ChenTanyi authored Sep 27, 2019
    Configuration menu
    Copy the full SHA
    1277779 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c14c32e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a72d864 View commit details
    Browse the repository at this point in the history
  5. Changing SettingFields from Enum to ExpandableStringEnum (#5552)

    * remove java code isImple check but move to suppression and add only check for public class for external Dependency check
    
    * change enum to ExpandableStringEnum
    
    * make it final
    mssfang authored Sep 27, 2019
    Configuration menu
    Copy the full SHA
    c72fcf1 View commit details
    Browse the repository at this point in the history
  6. Generate Internal Use Only Models in Implementation Package (#5564)

    * Generating with response models in implementation
    
    * Cleaning up model move changes
    
    * Moved models to implementation.models
    
    * Fix import in unit test
    
    * Fix broken test
    alzimmermsft authored Sep 27, 2019
    Configuration menu
    Copy the full SHA
    cb5bfe9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    edbe8e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2019

  1. Configuration menu
    Copy the full SHA
    88b7fbc View commit details
    Browse the repository at this point in the history
  2. Fixing high CPU and memory leak in session pump (#5493)

    * Fixing high CPU and memory leak in session pump caused by timed out accept session requests.
    
    * Fixing a minor race condition when closing sender or receiver on link creation timeout.
    
    * Fixing 2 nit review comments.
    yvgopal authored and mssfang committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    ba7da44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01160d5 View commit details
    Browse the repository at this point in the history
  4. Changing how peer is verfied in SSL, in the case of websockets via pr…

    …oxy. Instead of teating proxy as the peer, treat the endpoing host as the peer. (#5467)
    yvgopal authored and mssfang committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    19c3a1f View commit details
    Browse the repository at this point in the history
  5. change version from 3.1.1 to 3.1.0. There is no 3.1.0 exist. (#5581)

    * update version
    
    * parent pom changed since last time so stay with 3.1.0
    mssfang authored Sep 28, 2019
    Configuration menu
    Copy the full SHA
    4e8f073 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2019

  1. Cosmos: update build number versions (#5565)

    * Update cosmos versions; up the minor build.
    
    * Hot fix version should be 3.2.1
    
    * update versions to the next build number
    
    * Remove snapshot from the version
    milismsft authored Sep 29, 2019
    Configuration menu
    Copy the full SHA
    d621933 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Move implementation models to implementation.models for storage-file (#…

    …5566)
    
    * Move implementation models to implementation.models for storage-file
    
    * Merged in master
    
    * Add back custom deserializer
    
    * Add back package-info
    
    * Fix samples and test imports
    
    * Fixing a few more imports
    
    * Open implementation.models to Jackson databind and Azure Core
    
    * Move StorageError back to models
    
    * Move another class into models
    
    * Cleanup pom
    
    * Fix pom change
    
    * Suppress SpotBugs issue in codegen model
    jianghaolu authored and alzimmermsft committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    ebb8d8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    976c84b View commit details
    Browse the repository at this point in the history
  3. Move Storage queue internal model types to implementation (#5457)

    * Move internal model types to implementation
    
    * Move more annotations out of implementation
    
    * Move GeoReplication to models (recursively)
    
    * Also enums
    
    * Regenerate
    
    * add missing package-info
    
    * Move implementation models to implementation.models
    
    * Updated pom and module-info
    jianghaolu authored and alzimmermsft committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    0c011dc View commit details
    Browse the repository at this point in the history
  4. Opinionated client libraries (#5577)

    * Fix errors caused by upgrading to latest reactor versions
    
    * Update netty version to fix failures on linux
    
    * Use Netty as default HTTP client
    
    * Update README
    srnagar authored Sep 30, 2019
    Configuration menu
    Copy the full SHA
    0da7e1b View commit details
    Browse the repository at this point in the history
  5. Core cryptography interfaces (#5538)

    Core Cryptography API
    g2vinay authored Sep 30, 2019
    Configuration menu
    Copy the full SHA
    2cda007 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    597f066 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Update return type for download API (#5613)

    * Update return type for download API
    
    * Remove unused method
    
    * Fix unit test
    srnagar authored Oct 1, 2019
    Configuration menu
    Copy the full SHA
    0dd99fe View commit details
    Browse the repository at this point in the history
  2. Enables "EnableReceiverRuntimeMetric" feature from Track 1 (#5575)

    * Add trackLastEnqueuedEventInformation.
    
    * Integrate EventHubConsumerOptions.trackLastEnqueuedInformation into creating consumer.
    
    * Update to EventHubConsumerOptions.trackLastEnqueuedEventProperties
    
    * Update EventHubConsumer.LastEnqueuedEventProperties as each event is received.
    
    * Add tests.
    
    * Make LastEnqueuedEventProperties immutable.
    
    * Use AtomicReference in EventHubAsyncConsumer.
    
    * Throw exception if EventPosition.enqueuedDateTime could not be parsed.
    
    * Fixing log information in EventHubAsyncProducer.
    conniey authored Oct 1, 2019
    Configuration menu
    Copy the full SHA
    89569cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f95913b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88115a5 View commit details
    Browse the repository at this point in the history
  5. Added ParallelTransferOptions to buffered upload, upload from file an…

    …d download to file methods (#5631)
    gapra-msft authored Oct 1, 2019
    Configuration menu
    Copy the full SHA
    532dfa8 View commit details
    Browse the repository at this point in the history
  6. Switch back to powershell from pwsh for cosmos (#5633)

    cosmos needs to use some built-in windows powershell cmdlets
    to work with certificates so we cannot use the cross-plat pwsh
    because that one doesn't support the windows specific cmdlets.
    weshaggard authored Oct 1, 2019
    Configuration menu
    Copy the full SHA
    04b75fd View commit details
    Browse the repository at this point in the history
  7. Removes Metadata Class from Azure Blobs (#5627)

    * Removed Metadata class in favor of Map
    
    * Cleanup unit tests
    
    * Fixed Metadata unit tests
    
    * Fix additional unit tests and typo
    
    * Changes to fix pipeline issues
    
    * More unit test and linting fixes
    
    * Fix for Mockito mocking
    alzimmermsft authored Oct 1, 2019
    Configuration menu
    Copy the full SHA
    8abbb78 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. Cosmos emulator change (#5647)

    * add certificates spec to ci yml
    
    * emulator update
    g2vinay authored and kushagraThapar committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    ff5e7c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7cb5c9 View commit details
    Browse the repository at this point in the history
  3. Removed azure-core-management so that it does not get built when we r…

    …elease
    Hemant Tanwar authored and joshfree committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    b235bce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae70d13 View commit details
    Browse the repository at this point in the history
  5. Update storage APIs based on review feedback (#5644)

    * Update storage APIs based on review feedback
    srnagar authored Oct 2, 2019
    Configuration menu
    Copy the full SHA
    06e58a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8175824 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e300dd8 View commit details
    Browse the repository at this point in the history
  8. preparing for preview.4 (#5642)

    * preparing for preview.4
    
    * changes dependency version to preview.4
    hemanttanwar authored Oct 2, 2019
    Configuration menu
    Copy the full SHA
    8b211a5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bb8c643 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. Update addSetting sync and async APIs (#5630)

    * update addSeting api
    
    * checkstyle error line too long
    mssfang authored and alzimmermsft committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    ea7018c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6ad328 View commit details
    Browse the repository at this point in the history
  3. Fixing intermittent unrecognized connection drops with idle timeout (#…

    …5666)
    
    * Fixing intermitten unrecognized connection drops with idle timeout on client connection.
    
    * Minor tweak to the comment and changing the hardcoded value to a constant
    
    * Minor tweak to the comment
    yvgopal authored and mssfang committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    cd72b30 View commit details
    Browse the repository at this point in the history
  4. Deleted updateSetting and updated setSetting (#5650)

    * delte updateSetting and update setSetting
    
    * Update sdk/appconfiguration/azure-data-appconfiguration/src/main/java/com/azure/data/appconfiguration/ConfigurationClient.java
    
    Co-Authored-By: Connie Yau <conniey@microsoft.com>
    
    * renaming parameter, pass null for REST call instead of *, using NO_LABEL
    
    * deleted updateSetting session records
    
    * update newest json files
    
    * based on Alan's feedback
    mssfang authored Oct 3, 2019
    Configuration menu
    Copy the full SHA
    0af106e View commit details
    Browse the repository at this point in the history
  5. update deleteSetting APIs (#5645)

    * update deleteSetting APIs
    
    * no return "
    
    * update codesnippet
    
    * mit
    mssfang authored Oct 3, 2019
    Configuration menu
    Copy the full SHA
    72fc2fe View commit details
    Browse the repository at this point in the history
  6. Removed BadRequestException when FeedOptions.maxItemCount is -1 (#5618)

    * Only throw BadRequestException when initialPageSize is not != -1 and is not valid
    
    * Made the change more readable
    
    * Fixed multi-master conflict resolution test
    kushagraThapar authored Oct 3, 2019
    Configuration menu
    Copy the full SHA
    3a48c4f View commit details
    Browse the repository at this point in the history
  7. update getSetting (#5649)

    * update getSetting
    
    * based on feedback
    
    * resolve a few bugs
    
    * Update sdk/appconfiguration/azure-data-appconfiguration/src/main/java/com/azure/data/appconfiguration/ConfigurationAsyncClient.java
    
    Co-Authored-By: Alan Zimmer <48699787+alzimmermsft@users.noreply.github.com>
    
    * Update sdk/appconfiguration/azure-data-appconfiguration/src/main/java/com/azure/data/appconfiguration/ConfigurationAsyncClient.java
    
    Co-Authored-By: Alan Zimmer <48699787+alzimmermsft@users.noreply.github.com>
    
    * javadoc
    mssfang authored Oct 3, 2019
    Configuration menu
    Copy the full SHA
    fe03e64 View commit details
    Browse the repository at this point in the history
  8. add custom retry policy (#5669)

    * add custom retry policy
    
    * builder pattern
    
    * Update sdk/appconfiguration/azure-data-appconfiguration/src/main/java/com/azure/data/appconfiguration/ConfigurationClientBuilder.java
    
    Co-Authored-By: Alan Zimmer <48699787+alzimmermsft@users.noreply.github.com>
    
    * Update sdk/appconfiguration/azure-data-appconfiguration/src/main/java/com/azure/data/appconfiguration/ConfigurationClientBuilder.java
    
    Co-Authored-By: Alan Zimmer <48699787+alzimmermsft@users.noreply.github.com>
    
    * wrap with link
    
    * update jacadoc only
    mssfang authored Oct 3, 2019
    Configuration menu
    Copy the full SHA
    c31d1c9 View commit details
    Browse the repository at this point in the history
  9. Incorporated API review comments (#5672)

    *  Incorporated API review comments
    hemanttanwar authored Oct 3, 2019
    Configuration menu
    Copy the full SHA
    4ec31e3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    74fcc08 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2d0cd47 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. Core crypto support in kv (#5659)

    Core Cryptography KV API Implementation
    g2vinay authored Oct 4, 2019
    Configuration menu
    Copy the full SHA
    1b56126 View commit details
    Browse the repository at this point in the history
  2. Removed SASTokenCredential and SASTokenCredentialPolicy (#5680)

    * Removed SASTokenCredential and SASTokenCredentialPolicy
    
    * Attempt to fix unit tests
    
    * Make SasTokenCredential and SasTokenCredentialPolicy an implementation class
    
    * Suppress checkstyle
    alzimmermsft authored Oct 4, 2019
    Configuration menu
    Copy the full SHA
    be73f7e View commit details
    Browse the repository at this point in the history
  3. changing preview version (#5683)

    * changing preview version
    hemanttanwar authored Oct 4, 2019
    Configuration menu
    Copy the full SHA
    16e1fc5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f346f0a View commit details
    Browse the repository at this point in the history
  5. Adds support for proxies in Event Hubs (#5621)

    * Add WebSocketsProxyConnectionHandler.
    
    * Update ReactorHandlerProvider to connect proxy.
    
    * Add Objects.requiresNotNull check.
    
    * Integration web proxy handler in ReactorConnection.
    
    * Fix API for MockReactorHandlerProvider.
    
    * Adding tests for WebSocketsProxyConnectionHandler.
    
    * Use logger.throw
    
    * Adding tests for ReactorHandlerProvider.
    
    * Adding documentation to WebSocketsProxyConnectionHandler. Using SystemDefaults when a proxy should be used.
    
    * Asserting UserAgent string is in connection properties.
    
    * Adding simple proxy for integration tests.
    
    * Update IntegrationTestBase to getProxyConfiguration from configuration.
    
    * Add ProxyIntegrationTest.
    
    * Add ProxyReceiveTest.
    
    * Handling PROTON_IO errors.
    
    * Add integration tests for proxy configuration.
    
    * Cleaning up simple proxy.
    
    * Ignore tests until simple proxy is fixed.
    conniey authored Oct 4, 2019
    Configuration menu
    Copy the full SHA
    eebd2a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c4b91be View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    de86f3d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1e5c000 View commit details
    Browse the repository at this point in the history
  9. Remove SAS Generation Methods from Clients (#5617)

    * Remove SAS generation methods from Azure Blob clients
    
    * Add some resource type logic to BlobServiceSASSignatureValues
    
    * Fix failing test
    
    * Removed SAS token methods in Queue clients
    
    * Fixing some more tests
    
    * Fix Javadoc links
    
    * Fixing linting issues, prototyping BlobSasConstructor
    
    * Minor refactoring in new class
    
    * Re-record failing tests
    
    * Fix checkstyle issues
    
    * Fix accidentally method name change
    
    * Fix javadoc issue
    
    * Cleanup checkstyle issues
    
    * Make SAS generation classes public API
    
    * Fixing checkstyle issues
    alzimmermsft authored Oct 4, 2019
    Configuration menu
    Copy the full SHA
    97b7af2 View commit details
    Browse the repository at this point in the history
  10. azure-core JavaDocs and code snippet clean-up (#5653)

    * Updating comments in package-info.java.
    
    * Update documentation in Tracer and TracerProxy.
    
    * Add doc updates to Poller.
    
    * Making code snippets more reactor-ish.
    
    * Fix naming.
    
    * Fix typos.
    
    * Move ClientLogger java doc samples to correct location.
    
    * Update documentation in ClientLogger.
    
    * Fix codesnippet references.
    
    * Update package-info.java
    
    * Update parameter docs.
    conniey authored Oct 4, 2019
    Configuration menu
    Copy the full SHA
    3de3bbc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3c37147 View commit details
    Browse the repository at this point in the history
  12. Renaming classes and methods as per naming guidelines (#5691)

    * Renaming classes and methods as per naming guidelines
    srnagar authored Oct 4, 2019
    Configuration menu
    Copy the full SHA
    9010b95 View commit details
    Browse the repository at this point in the history
  13. Update README and CHANGELOG for Event Hubs (#5700)

    * Update README and CHANGELOG for Event Hubs
    
    * Add async clients to changelog
    srnagar authored Oct 4, 2019
    Configuration menu
    Copy the full SHA
    0e7867d View commit details
    Browse the repository at this point in the history
  14. Add remove to HttpHeaders (#5704)

    * Add remove to HttpHeaders
    
    * Use ConcurrentHashMap
    alzimmermsft authored Oct 4, 2019
    Configuration menu
    Copy the full SHA
    1facbc0 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2019

  1. 5638-storage-getaccountname (#5696)

    * 5638-storage-getaccountname   expose account name in all the storage clients
    hemanttanwar authored Oct 5, 2019
    Configuration menu
    Copy the full SHA
    7e3ba89 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2019

  1. Add Ink Recognition SDK (#5354)

    * Add Ink Recognition SDK
    
    * Move subfolder contents
    
    * Cleanup gitignore and doc
    
    * Format and doc updates
    
    * Modifications to have just one gitignore file
    
    * Clean up
    
    * Put sdk where it should reside
    
    * Resolve errors due to README
    
    * Modify README
    
    * Modify - README
    
    * Add Azure in readme
    
    * Remove pack
    
    * Modify maxSdkVersion
    
    * Address feedback
    
    * Add gradle wrapper jar
    
    * Modify CODEOWNERS
    
    * Clean up client calls
    
    * Correct alignment in CODEOWNERS
    
    * Treat UNKNOWN as not set for InkStrokeKind
    
    * Add javadoc support, modify README, fix aar corruption
    
    * Remove broken links
    
    * Fix license and suppress lint warning
    
    * Set minSDKVersion to 26 to support Reactor and add stacktrace
    
    * Fix unitMultiple 0.0 bug"
    
    * Import individual packages instead of all
    
    * Change to Java project instead of Android project
    
    * Format
    minaltolpadi authored and mssfang committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    44750cd View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. Fix proxy creation and proxy tests (#5709)

    * Re-write and document SimpleProxy.
    
    * Fix bug in reactor connection creation.
    
    * Update tests for new proxy interface.
    conniey authored Oct 7, 2019
    Configuration menu
    Copy the full SHA
    aaae079 View commit details
    Browse the repository at this point in the history
  2. Implements setReadOnly and clearReadOnly (#5622)

    * lock unlock init
    
    * all works
    
    * update doc
    
    * tests passed and update json
    
    * map instead of flatMap, doOnSubscribe instead of doOnRequest
    
    * update javadoc
    
    * rearrange
    
    * remvoe method with ConfigurationSetting only
    
    * change back to flatMap from map
    
    * update record json files
    
    * refactor getSetting
    
    * refactor tests
    
    * remove unused import
    
    * remove nonexisit element
    
    * remvoe unused getLabel
    
    * update record json files
    
    * fix doc, space before (
    mssfang authored Oct 7, 2019
    Configuration menu
    Copy the full SHA
    1fe9280 View commit details
    Browse the repository at this point in the history
  3. Polling API update (#5091)

    Polling API update
    g2vinay authored Oct 7, 2019
    Configuration menu
    Copy the full SHA
    5b80b66 View commit details
    Browse the repository at this point in the history
  4. Remove configuration settings equals (#5546)

    * remove java code isImple check but move to suppression and add only check for public class for external Dependency check
    
    * remove equal overload
    
    * remove unused import
    
    * custom equal
    
    * checkstyle error
    
    * assertFalse with fail message
    
    * add missing import
    mssfang authored Oct 7, 2019
    Configuration menu
    Copy the full SHA
    1306f44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa08e88 View commit details
    Browse the repository at this point in the history
  6. Add AuthorizationCodeCredential (#5385)

    * Add AuthorizationCodeCredential
    
    * Fix checkstyles
    
    * Immutable package move
    
    * Remove method to get login url
    
    * Clean up javadocs for URL/URI
    
    * Logger checkstyle
    
    * Update javadoc casing
    
    Co-Authored-By: Jonathan Giles <jonathan@jonathangiles.net>
    jianghaolu and JonathanGiles authored Oct 7, 2019
    Configuration menu
    Copy the full SHA
    b6619ce View commit details
    Browse the repository at this point in the history
  7. Added support for implict root container (#5663)

    * Added support for implict root container
    
    * Fix merge issues
    
    * Added missed recording
    
    * One more missing recording
    
    * Another recording file
    
    * Fixed a recording file
    
    * Please let CI work
    
    * Fixed test
    rickle-msft authored Oct 7, 2019
    Configuration menu
    Copy the full SHA
    49c6b72 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c0c86cd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0e0ccf8 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Configuration menu
    Copy the full SHA
    eeeafab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46776a1 View commit details
    Browse the repository at this point in the history
  3. Add Cognitive Service - Ink Recognizer Track 1 SDK (#5708)

    * before remove version
    
    * remove all version in order to stay same with all track 1 sdk
    mssfang authored Oct 8, 2019
    Configuration menu
    Copy the full SHA
    4fa9264 View commit details
    Browse the repository at this point in the history
  4. Preview 4: Final API Review, Update java doc and sample (#5724)

    * save to remote branch and pull to personal computer
    
    * finallize API and DOC and SAMPLE
    
    * change options parameter name to selector
    
    * change api return type to String from URL
    
    * update json RECORD
    
    * Update sdk/appconfiguration/azure-data-appconfiguration/src/main/java/com/azure/data/appconfiguration/credentials/ConfigurationClientCredentials.java
    
    Co-Authored-By: Alan Zimmer <48699787+alzimmermsft@users.noreply.github.com>
    
    * Update sdk/appconfiguration/azure-data-appconfiguration/src/main/java/com/azure/data/appconfiguration/credentials/ConfigurationClientCredentials.java
    
    Co-Authored-By: Alan Zimmer <48699787+alzimmermsft@users.noreply.github.com>
    
    * update url
    
    * update return doc
    mssfang authored Oct 8, 2019
    Configuration menu
    Copy the full SHA
    4bd6af9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ef0d65 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f08ef8b View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

  1. Configuration menu
    Copy the full SHA
    c8cf02b View commit details
    Browse the repository at this point in the history
  2. Tests for GoodLoggerCheck ChecksStyle Rule (#5299)

    * remove java code isImple check but move to suppression and add only check for public class for external Dependency check
    
    * good logger tests
    
    * add doc comments
    
    * wording
    
    * renaming
    
    * change logger var name sicne it is not static final
    
    * add license title
    mssfang authored Oct 9, 2019
    Configuration menu
    Copy the full SHA
    fbb94cb View commit details
    Browse the repository at this point in the history
  3. Kv api update (#5701)

    KV Secret & Keys API updates
    g2vinay authored Oct 9, 2019
    Configuration menu
    Copy the full SHA
    a17ef91 View commit details
    Browse the repository at this point in the history
  4. Kv certificate api update (#5720)

    KV Certificates API updates
    g2vinay authored Oct 9, 2019
    Configuration menu
    Copy the full SHA
    e54ecd8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    078c771 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c8565d2 View commit details
    Browse the repository at this point in the history
  7. azure-core JavaDocs and code snippet clean-up (#5735)

    * Update documentation in Base64Url.
    
    * Update documentation in Configuration.
    
    * Update documentation for ExpandableStringEnum.
    
    * Update iterable stream documentation.
    
    * Fix exception messages.
    
    * Adding getGlobalConfiguration()
    
    * Update code snippets to be more reactive.
    
    * Update documentation in Page, PagedFlux, and PagedResponse.
    
    * Fixing PagedFlux and PagedFluxBase code snippets.
    
    * Update documentation for StreamResponse.
    
    * Fix broken link in PagedIterable.
    
    * Update documentation for SimpleResponse.
    
    * Update documentation in ResponseBase.
    
    * Fix potential NullPointerException in StreamResponse.
    conniey authored Oct 9, 2019
    Configuration menu
    Copy the full SHA
    4b812d9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6b69093 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f099087 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ff71460 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3a4043d View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. Configuration menu
    Copy the full SHA
    ad9d198 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fec0fa1 View commit details
    Browse the repository at this point in the history
  3. Batching in Azure Storage Blobs (#5734)

    * New PR for batching in another module
    
    * More documentation and code snippets
    
    * More code samples and documentation
    
    * More API and Javadoc cleanups
    
    * Test playback records and alignment with .NET naming
    
    * Updating POM versions and README documentation
    
    * Updating POM versions and README documentation
    
    * More tests and linting cleanup
    
    * Updating versions to use new Azure Core version
    
    * Fixing Javadoc issues and moving test files to correct folder
    
    * Update test playback record
    
    * Update parent pom version
    
    * More version updates
    
    * A few more version updates
    
    * Spotbug fixes
    alzimmermsft authored Oct 10, 2019
    Configuration menu
    Copy the full SHA
    d984218 View commit details
    Browse the repository at this point in the history
  4. [#5657] Include error message when checking for null using Objects.re…

    …quireNonNull() (#5729)
    
    * Adds an error message whenever using `Objects.requireNonNull()` to indicate which param is not expected to be null, provides sufficient information to a user to fix the issue.
    alexbaeza authored and conniey committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    f9b6889 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6719538 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    99fee62 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2019

  1. Updated Swagger Transform README (#5769)

    * Updated Swagger transform README and updated code correspondingly
    
    * Delete codegen file that no longer will be generated
    
    * Fix linting issues with codesnippet names
    alzimmermsft authored Oct 11, 2019
    Configuration menu
    Copy the full SHA
    ca4d63f View commit details
    Browse the repository at this point in the history
  2. Add Ink artifact (#5765)

    minaltolpadi authored and mitchdenny committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    164cf2f View commit details
    Browse the repository at this point in the history
  3. update .credential(ConfigurationClientCredentials) (#5778)

    * update .credential(ConfigurationClientCredentials) to .credential(String connectionString)
    
    * replace credential() by using connectionString()
    
    * fix javadoc
    
    * Update sdk/appconfiguration/azure-data-appconfiguration/src/main/java/com/azure/data/appconfiguration/ConfigurationClientBuilder.java
    
    Co-Authored-By: Connie Yau <conniey@microsoft.com>
    
    * Update sdk/appconfiguration/azure-data-appconfiguration/src/main/java/com/azure/data/appconfiguration/ConfigurationClientBuilder.java
    
    Co-Authored-By: Connie Yau <conniey@microsoft.com>
    
    * add err to the IllegalArgumentException
    
    * update CHANGELOG
    mssfang authored Oct 11, 2019
    Configuration menu
    Copy the full SHA
    c2056e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e2d5fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94f534f View commit details
    Browse the repository at this point in the history
  6. Update README and upgrade version number (#5783)

    * update .credential(ConfigurationClientCredentials) to .credential(String connectionString)
    
    * replace credential() by using connectionString()
    
    * fix javadoc
    
    * Update sdk/appconfiguration/azure-data-appconfiguration/src/main/java/com/azure/data/appconfiguration/ConfigurationClientBuilder.java
    
    Co-Authored-By: Connie Yau <conniey@microsoft.com>
    
    * Update sdk/appconfiguration/azure-data-appconfiguration/src/main/java/com/azure/data/appconfiguration/ConfigurationClientBuilder.java
    
    Co-Authored-By: Connie Yau <conniey@microsoft.com>
    
    * add err to the IllegalArgumentException
    
    * update CHANGELOG
    
    * update readme to include default dependency for http netty and upgrade version preview 5
    
    * update latest netty
    mssfang authored Oct 11, 2019
    Configuration menu
    Copy the full SHA
    821c5bc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6a514c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2019

  1. Disabling DTD (#5706)

    XML Serialization had security issues regarding DTD. Disabling those features which are not required.
    Fixes #4466 .
    nemakam authored Oct 12, 2019
    Configuration menu
    Copy the full SHA
    787ce73 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. Upgrade versions of external dependencies (#5795)

    * Upgrade versions of external dependencies
    srnagar authored and JonathanGiles committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    ab07394 View commit details
    Browse the repository at this point in the history
  2. Resources: generate package-2019-07 (#5813)

    * Resources: generate package-2019-07
    
    * Resources: generate package-2019-07
    xseeseesee authored Oct 14, 2019
    Configuration menu
    Copy the full SHA
    db2586c View commit details
    Browse the repository at this point in the history
  3. Align File Upload and Download Methods with Blobs (#5800)

    * Cleanup of download API
    
    * Updated all download methods and removed duplicative uploading methods
    
    * Change File upload to use InputStream to match Blob upload
    
    * Fix linting issues
    
    * Fix Java 8 compile issue
    alzimmermsft authored Oct 14, 2019
    Configuration menu
    Copy the full SHA
    a11d29c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3859703 View commit details
    Browse the repository at this point in the history
  5. Remove FileProperty from API (#5818)

    * Hide FileProperty from public API
    
    * Regenerated using updated swagger
    alzimmermsft authored Oct 14, 2019
    Configuration menu
    Copy the full SHA
    f28315c View commit details
    Browse the repository at this point in the history
  6. Updates to Poller implementation. (#5799)

    * Make pollResponse thread-safe. And pass activationOperation back into pollOperation
    
    * Organise private fields.
    
    * Add Mockito dependency and fix PollerTests.
    
    * Fix opens dependency for Mockito in Java LTS
    
    * Use compareTo rather than .toNanos()
    conniey authored Oct 14, 2019
    Configuration menu
    Copy the full SHA
    3b0bfa1 View commit details
    Browse the repository at this point in the history
  7. Remove Builder Inheritence Structure (#5784)

    * Updated BlobClientBuilder
    
    * Updated blobs and blob encryption
    
    * Updated File builders
    
    * Updated Queue builders
    
    * Fix incorrect ConnectionString constant
    
    * Cleanup unused BaseBuilder
    
    * Fix linting and test issues
    
    * Replying to code cleanup comments
    alzimmermsft authored Oct 14, 2019
    Configuration menu
    Copy the full SHA
    7da63b6 View commit details
    Browse the repository at this point in the history
  8. Cosmos: ChangeFeedProcessor hot-fixes (#5739)

    * Fix CFP load balancing bug when another host is added at a later time.
    Handle 429 exceptions in the processing of the feeds rather than risking restarting the respective worker.
    
    * Update hotfix version
    
    * Revert versions back to 3.3.0
    milismsft authored Oct 14, 2019
    Configuration menu
    Copy the full SHA
    94345f0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    244924b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    10e732b View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. Renaming autogen models BlobProperties & BlobContainerProperties to B…

    …lobItemProperties & BlobContainerItemProperties, applying x-ms-client-name for etag property. (#5808)
    anuchandy authored Oct 15, 2019
    Configuration menu
    Copy the full SHA
    36b0079 View commit details
    Browse the repository at this point in the history
  2. Getting rid of ProxyPolicy, Enabling proxy credentials to be specifie…

    …d in HttpClient level (#5836)
    
    * Getting rid of ProxyPolicy, Enabling proxy credentails to be specified in HttpClient level and supporting raw HttpClient config
    
    * Fix OkHttpAsyncHttpClientBuilder javadoc
    
    * Addressing review comments [userName -> username], remove config function
    
    * Rename ProxyOptions::credentails -> ProxyOptions::setCredentails
    anuchandy authored Oct 15, 2019
    Configuration menu
    Copy the full SHA
    0478750 View commit details
    Browse the repository at this point in the history
  3. Move post processor to policy (#5655)

    * Merge from mainline. Throw StorageException instead of StorageErrorException
    
    * Remove the version thing
    
    * Fixing linting.
    
    * Addressed comments.
    
    * Maxresult changes
    
    * fix linting issue
    
    * Borrow etag from common constant
    
    * Revert "Borrow etag from common constant"
    
    This reverts commit 85c7220.
    sima-zhu authored and mitchdenny committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    1e7a5ff View commit details
    Browse the repository at this point in the history
  4. Removing test entities classes from azure-core and moving into test d…

    …irectory (and into azure-core-test) (#5834)
    
    * Removing test entities classes from azure-core and moving into test directory (and into azure-core-test)
    
    * Do not worry about leaking implementation API out of azure-core-test
    
    * Fixing nit
    JonathanGiles authored and mitchdenny committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    22fc154 View commit details
    Browse the repository at this point in the history
  5. Add overload to deserialize headers case insensitively (#5844)

    * Add overload to deserialize headers case insensitively
    
    * Wrap deserialize in callable
    
    * Simplify header mapper creation
    
    * Spotbugs for setAccessible
    
    * Checkstyle
    jianghaolu authored Oct 15, 2019
    Configuration menu
    Copy the full SHA
    3e03bf2 View commit details
    Browse the repository at this point in the history
  6. Return errors in Publisher's error channel for ConfigurationAsyncClie…

    …nt (#5837)
    
    * Return errors in Publisher's error channel for ConfigurationAsyncClient
    srnagar authored Oct 15, 2019
    Configuration menu
    Copy the full SHA
    6e966b4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    20a67a7 View commit details
    Browse the repository at this point in the history
  8. Resolves issues 275 and 276 (#5829)

    David Noble authored and mitchdenny committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    cda87f6 View commit details
    Browse the repository at this point in the history
  9. Retry not happening with direct mode - port to v3 (#5806)

    * Ported Retry not happening in direct mode fix from v2
    
    * Updated constructor access in tests
    
    * Fixed query documents with aggregate test
    
    * Updated retrieved documents count
    
    * Updated document load time to be greater than or equal to
    kushagraThapar authored and mitchdenny committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    7a16b74 View commit details
    Browse the repository at this point in the history
  10. Ported NPE from v2 (#5804)

    * Ported Sams Club NPE from v2
    
    * Fixed query documents with aggregate test
    
    * Updated retrieved documents count
    
    * Updated document load time to be greater than or equal to
    kushagraThapar authored and mitchdenny committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    4bbc226 View commit details
    Browse the repository at this point in the history
  11. Reactor-Netty HttpClient changes (#5185)

    * Reactor Netty Milestone release changes
    
    * Updated Milestone version to RC version
    
    * Code review comments:
    1. Reverted the RC1 back to M3 version.
    2. Added constants for literal values in Configs.java
    3. Removed inputStream implementation from HttpResponse.java as its not required
    
    * Setting default connections to 1000, and fixed Exception handling by unwrapping exception
    
    * Unwrapping exception
    
    * Fixed validate failure by unwrapping exception
    
    * Fixed multi-master conflict resolution test
    
    * Unwrapping exceptions wherever possible to make sure we check on inner exception cause
    
    * Fixed compilation errors
    
    * Fixed doOnError in Store Client and Consistency Writer to handle unwrapped exceptions
    
    * Handling empty response from backend
    
    * Updating number of documents and collection throughput size
    
    * Updated Feed Response Validator for query metrics
    
    * Fixed query documents with aggregate test
    
    * Updated retrieved documents count
    
    * Updated getLogicalPlanBuildTime for query metrics validation
    
    * Unused imports
    kushagraThapar authored and mitchdenny committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    205b57e View commit details
    Browse the repository at this point in the history
  12. Return errors in Publisher's error channel for CertificateAsyncClient (

    …#5847)
    
    * Return errors in Publisher's error channel for ConfigurationAsyncClient
    
    * Fix checkstyle
    
    * Helper method for mono error
    
    * Use helper method for mono error
    
    * Remove unused imports
    
    * Propagate exceptions in error channel for CertificateAsyncClient
    
    * Fix checkstyle
    srnagar authored Oct 15, 2019
    Configuration menu
    Copy the full SHA
    ebc5511 View commit details
    Browse the repository at this point in the history
  13. Centralize version management

    - Add package versions files and scripts
    - Tag all the data and client versioning tags in projects and readmes
    JimSuplizio authored and weshaggard committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    5a607c4 View commit details
    Browse the repository at this point in the history
  14. more API review changes (#5833)

    *  more API review  changes
    
    * removing typo
    
    * Remove poll interval from device code challenge
    
    * More uri -> url in docs
    
    * More uri -> url in docs
    hemanttanwar authored and jianghaolu committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    bca9959 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2513db8 View commit details
    Browse the repository at this point in the history
  16. Prepend Common Queue Classes with Queue (#5831)

    * Rename common Queue name classes to begin with Queue
    
    * Updated transforms to look for the right XML properties
    
    * Added transform to fix codegen
    
    * Renamed StorageException to QueueStorageException and update playback records
    alzimmermsft authored Oct 15, 2019
    Configuration menu
    Copy the full SHA
    4486ee0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2e240f5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    93513d2 View commit details
    Browse the repository at this point in the history
  19. Fixed PR merge issues, and removed unused imports (#5862)

    Flaky test failures. merging this in.
    kushagraThapar authored Oct 15, 2019
    Configuration menu
    Copy the full SHA
    b3ce006 View commit details
    Browse the repository at this point in the history
  20. Use mono error in KV Keys async clients (#5858)

    * Use mono error in KV Keys async clients
    
    * use mono error for SecretAsyncClient
    srnagar authored Oct 15, 2019
    Configuration menu
    Copy the full SHA
    b343462 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1310d7f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c04df85 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. Paged iterable support paged flux base (#5563)

    Paged Iterable upgrade to support paged flux base.
    g2vinay authored Oct 16, 2019
    Configuration menu
    Copy the full SHA
    3ce5b4c View commit details
    Browse the repository at this point in the history
  2. Updated changelog for v3.3.0 release (#5871)

    > please also update the changelog on official microsoft page.
    
    Sure, will do that too.
    kushagraThapar authored Oct 16, 2019
    Configuration menu
    Copy the full SHA
    7ee5963 View commit details
    Browse the repository at this point in the history
  3. poller upgrade (#5820)

    Poller API support return
    g2vinay authored Oct 16, 2019
    Configuration menu
    Copy the full SHA
    d181b71 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a42d8ca View commit details
    Browse the repository at this point in the history
  5. Fix method and parameter names to use correct casing. (#5872)

    * Fix method and parameter names to use correct casing.
    
    * Fix test case assertion.
    
    * Fix HelperTest.
    conniey authored Oct 16, 2019
    Configuration menu
    Copy the full SHA
    1b1f221 View commit details
    Browse the repository at this point in the history
  6. New API for forceCloseHandles (#5873)

    * New API for forceCloseHanldes
    
    * forceCloseHandle API change, new JavaDocs, and new unit tests
    
    * Use monoError and fix Javadoc code snippet issue
    alzimmermsft authored Oct 16, 2019
    Configuration menu
    Copy the full SHA
    22ad65d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    119370c View commit details
    Browse the repository at this point in the history
  8. Use mono error in storage async clients (#5870)

    * Use mono error for storage async clients
    srnagar authored Oct 16, 2019
    Configuration menu
    Copy the full SHA
    2e56011 View commit details
    Browse the repository at this point in the history
  9. Update artifact versions using the script (#5860)

    * Update artifact versions using the script
    
    * Update user agent strings with new versions
    
    * Add missing tag for core-test in netty pom.xml
    
    * Add missing tag for core-test in netty pom.xml
    
    * Missing tag in okhttp
    srnagar authored Oct 16, 2019
    Configuration menu
    Copy the full SHA
    10bbe29 View commit details
    Browse the repository at this point in the history
  10. Delete SR Class (#5866)

    * Delete the SR class from Storage Common
    
    * Moving more constants out of public API
    
    * Moved constants in public API to local location
    
    * Fixed poms
    alzimmermsft authored Oct 16, 2019
    Configuration menu
    Copy the full SHA
    a101030 View commit details
    Browse the repository at this point in the history
  11. Mapping function to convert from PagedFlux<T> to PagedFlux<S> (#5848)

    * Map functionality for PagedFlux
    
    * Refactor common code and update method name
    
    * Merge from master
    srnagar authored Oct 16, 2019
    Configuration menu
    Copy the full SHA
    4f464ac View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5048a3a View commit details
    Browse the repository at this point in the history
  13. Prepend Common Blob Classes with Blob (#5856)

    * Initial transition of common names
    
    * Updated to use new class names, renamed StorageException to BlobStorageException
    
    * Updated playback records
    
    * Fix playback records that failed
    
    * Fix playback record
    
    * Updating playback record again
    
    * Deleted merged class
    
    * Fix reference change
    
    * Update failing playback test and re-recorded
    alzimmermsft authored Oct 16, 2019
    Configuration menu
    Copy the full SHA
    e7fe4bb View commit details
    Browse the repository at this point in the history
  14. artifact updates (#5878)

    Kv artifact updates
    g2vinay authored Oct 16, 2019
    Configuration menu
    Copy the full SHA
    51b9c01 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. Configuration menu
    Copy the full SHA
    595d60b View commit details
    Browse the repository at this point in the history
  2. Update CONTRIBUTING.md

    Add a quick initial section on pull requests
    joshfree authored Oct 17, 2019
    Configuration menu
    Copy the full SHA
    a329503 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33f4962 View commit details
    Browse the repository at this point in the history
  4. Json deserializer Utility using jsonwrapper (#5853)

    * jsonwrapper utility
    
    * surpress wornings, update module-info
    
    * remove unsued method
    
    * surpress wornings
    
    * surpress wornings
    
    * update module-info
    
    * surpress wornings
    
    * exclude SIC_INNER_SHOULD_BE_STATIC_ANON bug
    
    * code style fix in tests
    navalev authored and anuchandy committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    67c3fc5 View commit details
    Browse the repository at this point in the history
  5. Properly Pass Service Version through Client Hierarchy (#5902)

    * Fix passing service version through the hierarchy
    
    * Fix edge cases
    
    * Changed instance method to static
    alzimmermsft authored Oct 17, 2019
    Configuration menu
    Copy the full SHA
    e2a2ad8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    67e0559 View commit details
    Browse the repository at this point in the history
  7. Removed URL from public API (#5898)

    * Removed URL from public API
    
    * Fix checkstyle issue
    
    * Updated IllegalArgumentExceptions with a message
    alzimmermsft authored Oct 17, 2019
    Configuration menu
    Copy the full SHA
    6be1d48 View commit details
    Browse the repository at this point in the history
  8. Address Identity API review (10/16) (#5903)

    * Move credentials to root package and rename device code parameters
    
    * Return expiresOn in DeviceCodeInfo
    
    * Rename TokenRequest to TokenRequestContext
    
    * Move tests to root package
    
    * Fix references to identity in other sdks
    
    * Checkstyle
    jianghaolu authored Oct 17, 2019
    Configuration menu
    Copy the full SHA
    8cf736e View commit details
    Browse the repository at this point in the history
  9. Fixes for ManagedIdentityCredential (#5897)

    * Avoid waiting 60 seconds for VirtualMachine MSI timeout
    
    * Checkstyle
    
    * Fix app service client id query parameter
    
    https://docs.microsoft.com/en-us/azure/app-service/overview-managed-identity#using-the-rest-protocol
    
    * Fix DefaultAzureCredential test
    jianghaolu authored Oct 17, 2019
    Configuration menu
    Copy the full SHA
    01eaea9 View commit details
    Browse the repository at this point in the history
  10. Specialized async clients with async errors (#5907)

    * Specialized async clients with async errors
    
    * Fix checkstyle
    srnagar authored Oct 17, 2019
    Configuration menu
    Copy the full SHA
    82232d6 View commit details
    Browse the repository at this point in the history
  11. preview 4 API review comments (#5859)

    * preview 4 API review comments
    hemanttanwar authored Oct 17, 2019
    Configuration menu
    Copy the full SHA
    e7097d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Proofreading and cleaning up the Azure Storage Blob README (#5846)

    * Proofread the Azure Storage Blob README and made slight modifications in favor of clarity and consistency to both text and code samples.
    
    * Corrected some code samples
    vcolin7 authored Oct 18, 2019
    Configuration menu
    Copy the full SHA
    44657b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c940c61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    347a4a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4617425 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    530bf6e View commit details
    Browse the repository at this point in the history
  6. Cleanup Batching Implementation (#5892)

    * Addressing most points on the issue
    
    * Using aggregate exception for batch operation failures
    
    * Renamed exception
    
    * Fix linting issue
    alzimmermsft authored Oct 18, 2019
    Configuration menu
    Copy the full SHA
    509efbe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3297e88 View commit details
    Browse the repository at this point in the history
  8. Add access condition models to Azure Core (#5941)

    * Add access condition models to Azure Core
    
    * Override superclass setters to return subtype
    
    * Updated documentation and added Fluent annotation
    alzimmermsft authored Oct 18, 2019
    Configuration menu
    Copy the full SHA
    f391fcb View commit details
    Browse the repository at this point in the history
  9. Update File SAS token generation to match languages. (#5919)

    * Updating File Service SAS with algorithm.
    
    * Adding javadoc and samples.
    conniey authored Oct 18, 2019
    Configuration menu
    Copy the full SHA
    063e398 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9eb8c12 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2019

  1. Update Queue SAS token generation to match languages. (#5915)

    * Update Queue SAS token generation to match languages.
    
    * Adding codesnippets.
    
    * Update QueueService with better docs and samples.
    conniey authored Oct 19, 2019
    Configuration menu
    Copy the full SHA
    0e0a36e View commit details
    Browse the repository at this point in the history
  2. Adding support for all connection string formats (#5924)

    * Adding support for all connection string formats
    
    * Adding unit tests for storage connection string parsing
    
    * Exporting connection string to other modules (java9), Removing Utility::parseConnectionString()
    anuchandy authored Oct 19, 2019
    Configuration menu
    Copy the full SHA
    baabf02 View commit details
    Browse the repository at this point in the history
  3. Sas generation (#5908)

    * Update sas generation to be consistent with Go and .NET.
    
    * Updating documentation and adding snippets.
    conniey authored Oct 19, 2019
    Configuration menu
    Copy the full SHA
    1f87e47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d0bb04 View commit details
    Browse the repository at this point in the history
  5. Renaming Queue StorageServiceProperties::logging to StorageServicePro…

    …perties::analyticsLogging, removing word 'file' from FileHttpHeaders proeprties (#5868)
    
    * Renaming Queue StorageServiceProperties::logging to StorageServiceProperties::analyticsLogging, removing word 'file' from FileHttpHeaders proeprties.
    
    * adding property name transformation for QueueServiceProperties::Logging
    anuchandy authored Oct 19, 2019
    Configuration menu
    Copy the full SHA
    c9eab89 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2511a1b View commit details
    Browse the repository at this point in the history
  7. Update Append, Block, and Page BlobItem Constructors (#5934)

    * Updated the Append, Block, and Page BlobItem classes to use constructors that didn't expose implementation
    
    * Fix linting issues and incorrect parameter passing
    
    * Clone byte array
    alzimmermsft authored Oct 19, 2019
    Configuration menu
    Copy the full SHA
    3ab5ac0 View commit details
    Browse the repository at this point in the history
  8. Support IP Based Endpoints and Changes serviceVersion Methods (#5914)

    * Added test for IP endpoint
    
    * Add support for IP based URLs and fix the service version passing and retrieving
    
    * Cleaned up some public API and added IP based URL support to Queues
    
    * Fixed unresolved merge conflicts and added playback records
    
    * Fixing linting issues and passing snapshots
    
    * Changes based on PR feedback
    
    * Fix SpotBugs issue
    
    * Suppress SpotBugs issue
    alzimmermsft authored Oct 19, 2019
    Configuration menu
    Copy the full SHA
    94221c3 View commit details
    Browse the repository at this point in the history
  9. AzConfig fixes for Renaming, Exception Handling, Doc. Tests (#5900)

    * delete addSetting(ConfigurationSetting)
    
    * renaming asOfDateTime to acceptDateTime
    
    * renamig lock and unlock to readOnly
    
    * getSetting 304 will not throw
    
    * exception hierachi
    
    * correct checkstyle errors
    
    * reoreder
    
    * enable user-defined retry policy
    
    * update conditional getSetting() request and tests
    
    * refactor based on connie feedback
    
    * update test Records
    
    * user default getKey() test
    
    * after getKey() update record
    mssfang authored Oct 19, 2019
    Configuration menu
    Copy the full SHA
    c7a1c80 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f4922a4 View commit details
    Browse the repository at this point in the history
  11. Generated from a6358d49705aeb4f6fcb7298581d6d8ac17e190b

    Add default responses to new APIs.
    SDK Automation committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    a8b8ee4 View commit details
    Browse the repository at this point in the history