Skip to content

[AutoPR sdk/appconfiguration/mgmt-v2020_07_01_preview] Microsoft.AppConfiguration: Add 2020-07-01-preview API version#3534

Closed
openapi-sdkautomation[bot] wants to merge 780 commits intosdkAutomation/sdk_appconfiguration_mgmt-v2020_07_01_previewfrom
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[bot] wants to merge 780 commits intosdkAutomation/sdk_appconfiguration_mgmt-v2020_07_01_previewfrom
sdkAutomation/sdk_appconfiguration_mgmt-v2020_07_01_preview@10224

Conversation

@openapi-sdkautomation
Copy link

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:

@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAutomation/sdk_appconfiguration_mgmt-v2020_07_01_preview@10224 branch 3 times, most recently from f0813d8 to 111fb53 Compare August 25, 2020 08:37
bsiegel and others added 26 commits October 1, 2020 19:07
* 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 <wamo@microsoft.com>
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
…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
* We see error trying to publish package with empty changelog
azure-sdk and others added 27 commits October 20, 2020 18:06
Co-authored-by: Mitch Denny <mitch@mitchdenny.com>
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 <mriem@manorrock.com>
Co-authored-by: Rujun Chen <rujche@microsoft.com>
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 <mitch@mitchdenny.com>
Co-authored-by: Rujun Chen <rujche@microsoft.com>
Co-authored-by: Rujun Chen <rujche@microsoft.com>
* 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 <peiliu@microsoft.com>
* release for azure-cosmos 4.7.1 and azure-spring-data 3.1.0

* fix

Co-authored-by: Annie Liang <xinlian@microsoft.com>
…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 <xinlian@microsoft.com>
…ier (Azure#16644)

* Communication - Refactor Common Tests to replace block with StepVerifier

* Fix build

Co-authored-by: Minnie Liu <peiliu@microsoft.com>
-Rename Tracestate and Traceparent to TraceState and TraceParent
-Rename UpdateModelOptions to DecomissionModelOptions
-Rename some setters and getters to be more descriptive
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAutomation/sdk_appconfiguration_mgmt-v2020_07_01_preview@10224 branch from 111fb53 to dca773e Compare October 22, 2020 02:33
@openapi-sdkautomation 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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.