forked from Azure/azure-sdk-for-java
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AutoPR sdk/appconfiguration/mgmt-v2020_07_01_preview] Microsoft.AppConfiguration: Add 2020-07-01-preview API version #3534
Closed
openapi-sdkautomation
wants to merge
780
commits into
sdkAutomation/sdk_appconfiguration_mgmt-v2020_07_01_preview
from
sdkAutomation/sdk_appconfiguration_mgmt-v2020_07_01_preview@10224
Closed
[AutoPR sdk/appconfiguration/mgmt-v2020_07_01_preview] Microsoft.AppConfiguration: Add 2020-07-01-preview API version #3534
openapi-sdkautomation
wants to merge
780
commits into
sdkAutomation/sdk_appconfiguration_mgmt-v2020_07_01_preview
from
sdkAutomation/sdk_appconfiguration_mgmt-v2020_07_01_preview@10224
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merged
10 tasks
openapi-sdkautomation
bot
force-pushed
the
sdkAutomation/sdk_appconfiguration_mgmt-v2020_07_01_preview@10224
branch
3 times, most recently
from
August 25, 2020 08:37
f0813d8
to
111fb53
Compare
* Rewrote / improved documentation for all public classes in azure-data-tables
* Add EventGrid distributed tracing * Update version number data type from Integer to Long for two classes AcsChatMessageEventBaseProperties and AcsChatThreadEventBaseProperties * opens com.azure.messaging.eventgrid.implementation in module-info.java
…meoutException (Azure#15735) * Fixing exception handling for Gone and Request timeouts * Adding basic unit tests * Really enforcing AddressRefresh after failing Gone for writes * Fixing unit test regression * Changing log-level to warn if we don't retry * Fixing VI failure unrelated to my changes * Update log4j2.properties * Fixing unit test flakiness * Merging with Mo's Diagnostics PR * Moving the address refresh to a background task for writes hitting 410 * Addressed Kushagra's PR comments * Addressing benchmark flakiness introduced due to not retrying writes which have been sent
* Adding StrictTlsContext and StrictTlsContextSpi. * Add overloads to ConnectionHandler and WebSocketsConnectionHandler to verify peer. * Removing MockReactorHandlerProvider and fixing test breaks. * Adding tests for StrictTlsContextSpi. * Ensure ClientOptions is not null. * Adding support for Service Bus and Event Hubs. * Replacing deprecated with verifyNoInteractions. * Fixing Proxy Send test because we do not self-sign certs
* Increment package version after release of com.azure azure-storage-blob-cryptography * Increment package version after release of com.azure azure-storage-blob * Increment package version after release of com.azure azure-storage-file-share * Increment package version after release of com.azure azure-storage-blob-changefeed * Increment package version after release of com.azure azure-storage-blob-batch * Increment package version after release of com.azure azure-storage-common * Increment package version after release of com.azure azure-storage-file-datalake * Increment package version after release of com.azure azure-storage-internal-avro * Increment package version after release of com.azure azure-storage-queue
) * Azure Communication Service - Phone Number Administration SDK (Azure#15497) * Add Phone Number functionality to azure-communication-administration * Update checkstyle suppressions * Azure Communication Services - Refactor PhoneNumberAsyncClient to Wrap Exceptions (Azure#15794) * Catch exceptions and return error Mono/PagedFlux * Refactor PhoneNumberAsyncClient method overloads to consolidate logic * Azure Communication Service - Update Phone Number Admin Null Checks (Azure#15811) * Add null checks for required method arguments * Remove setter null check to allow clearing of httpPipeline * Updating azure-communication-administration README with a few samples (Azure#15816) * Updating javadoc with a few samples * resolve comments * Fixing spot check errors * fix typo * Add Env Var check to skip PhoneNumber integration tests (Azure#15855) * Samples and Readme update for Administration package (Azure#15853) * More samples and readme changes * PR comments * build failure * fix indentation * azure-communication-administration - Regenerate Code for Updated Swagger (Azure#15861) * Update swagger and regenerate code * Fix tests after code regeneration * Fix the param name * updating the sample code Co-authored-by: waynemo <[email protected]>
Version increment PR for Azure Core October releases.
* Metric Advisor initial commit (moving from private repo)
Tables needs to depend on 12.9.0-beta.1
* Added docs and readme samples for copy blob * fixed some embedme line numbers
…integration tests (Azure#15891)
…ns in Key Vault backup clients. (Azure#15818) * Added new APIs for checking the status of backup and restore operations. * Added tests for the new status APIs. * Added test recordings.
…s. (Azure#15851) * Created model classes for certificates, keys and secrets identifiers. * Fixed spotbugs issues. * Added unit tests. * Fixed checkstyle and build issues. * Added support for deleted collections ("deletedcertificates", "deletedkeys" and "deletedsecrets"). * Added more validity checks and modified unit tests. * Fixed checkstyle issues. * Applied PR feedback.
…running operations. (Azure#15885) * Added APIs for LROs that accept a specific polling interval. * Modified tests. * Added samples. * Made small corrections. * Fixed checkstyle issues. * Fixed Javadoc.
…rs. (Azure#15899) * Added support for `ClientOptions` in Key Vault client builders. * Simplified some code. * Corrected Javadoc based on PR suggestions. * More Javadoc changes based on PR comments. * Removed unused imports.
Update ContinuablePagedFluxCore implementation to use 'expand' instead of recursive 'concatWith'.
…5814) * Support InputStream as input for ClientCertificateCredential * Fix checkstyle * Improve getCertificateBytes logic * Improve client certificate credential builder javadocs * Add extra check on certificate credential builder
…Azure#15931) * Remove local copy of digital twins preview swagger * Add local copy of digital twins GA swagger
…ure#15956) * version update * Include other packages
* We see error trying to publish package with empty changelog
Co-authored-by: Mitch Denny <[email protected]>
Add 2 artifacts need to be relased: - com.azure:azure-security-keyvault-jca - com.azure.spring:azure-spring-boot-starter-keyvault-certificates Create a sample: - com.azure.spring:azure-spring-boot-sample-keyvault-certificates Co-authored-by: Manfred Riem <[email protected]> Co-authored-by: Rujun Chen <[email protected]>
Minor error in the prepare pipelines template.
I must have picked up the wrong version of the file and merged it in.
Co-authored-by: Mitch Denny <[email protected]>
Co-authored-by: Rujun Chen <[email protected]>
Co-authored-by: Rujun Chen <[email protected]>
…ing-boot-starter-keyvault-certificates (Azure#16631)
* Updated retry policies to consume response body before triggering retry * Validate response body isn't null before attempting to consume
* Communication - Refactor Chat Tests * Fix build * Update tests to get rid of all blocks * Clean up and fix build Co-authored-by: Minnie Liu <[email protected]>
* release for azure-cosmos 4.7.1 and azure-spring-data 3.1.0 * fix Co-authored-by: Annie Liang <[email protected]>
…ndencies from azure-core and azure-core-http-netty (Azure#16604)
* Increment package version after release of com.azure azure-spring-data-cosmos * Increment package version after release of com.azure azure-cosmos
* ConnectionStateListener change Co-authored-by: Annie Liang <[email protected]>
…ier (Azure#16644) * Communication - Refactor Common Tests to replace block with StepVerifier * Fix build Co-authored-by: Minnie Liu <[email protected]>
-Rename Tracestate and Traceparent to TraceState and TraceParent -Rename UpdateModelOptions to DecomissionModelOptions -Rename some setters and getters to be more descriptive
openapi-sdkautomation
bot
force-pushed
the
sdkAutomation/sdk_appconfiguration_mgmt-v2020_07_01_preview@10224
branch
from
October 22, 2020 02:33
111fb53
to
dca773e
Compare
openapi-sdkautomation
bot
deleted the
sdkAutomation/sdk_appconfiguration_mgmt-v2020_07_01_preview@10224
branch
October 22, 2020 04:13
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created to sync Azure/azure-rest-api-specs#10224.
Installation Instructions
You can install the package
sdk/appconfiguration/mgmt-v2020_07_01_preview
of this PR by downloading the artifact jar files. Then ensure that the jar files are on your project's classpath.Direct Download
The generated package artifacts can be directly downloaded from here: