Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

[AutoPR containerservice/resource-manager/v2019_06_01] Aro 2019-09-30 preview API Version#386

Closed
openapi-sdkautomation[bot] wants to merge 336 commits intotest-repo-billy:sdkAutomation/containerservice/resource-manager/v2019_06_01from
AzureSDKAutomation:sdkAutomation/containerservice/resource-manager/v2019_06_01@7211
Closed

[AutoPR containerservice/resource-manager/v2019_06_01] Aro 2019-09-30 preview API Version#386
openapi-sdkautomation[bot] wants to merge 336 commits intotest-repo-billy:sdkAutomation/containerservice/resource-manager/v2019_06_01from
AzureSDKAutomation:sdkAutomation/containerservice/resource-manager/v2019_06_01@7211

Conversation

@openapi-sdkautomation
Copy link

conniey and others added 30 commits August 29, 2019 10:36
Added File and Queue SAS functionality for Storage
* Updating clients to use CREATE_NEW for downloadToFile methods

* Unit tests and playback records

* Fixing unit test and resource cleanup
* remove java code isImple check but move to suppression and add only check for public class for external Dependency check

* change deque to LIFO queue
* Updating testing environment variables to match what is used

* Turn on live tests for AppConfiguration and forcing tests to fail at end of module

* Update tests.yml

* Update tests.yml

* Update globals.yml

* Update archetype-sdk-tests.yml
* Creating a base type of PagedFlux, to allow other types to be created in cases where a subclass of PagedResponse is used.
… And Queues (#5155)

Adds exception processing to map `StorageErrorException` to `StorageException` in Files and Queues.
* Added service principle for storage user delegate key
* OkHttp plugin for azure-core

* adding tests for okhttp plugin

* Invoking enqueue from subscribe. Making builder reusable and enable using existing OkHttpClient as base

* Reflecting removal of HttpClient configiguration methods in OkHttp plugin

* Removing redundant parantheses. Better java doc for builder::interceptors(List)
* remove java code isImple check but move to suppression and add only check for public class for external Dependency check

* suppress one that not RuntimeException and fixes rest of errors
* Correct getAsyncClient in Sample
* Added logger dependency for tests

* Remove the logger dependency from src
* Storage: Blob Package Builder Impl Refactor

Builder classes in blob package now inherit from a BaseClientBuilder in
azure-storage-common. Shared code ported to base class. No public API
changes or behavioral differences.

* Refactoring: Client Builder Member Access

Many protected fields in common/BaseClientBuilder are now private, with
setters that determine if null sets are okay. Child fluent setters now
call those protected setters.

* Blobs package client support 100% custom pipelines

* Files Package Builders Standardized

Brought in the file package builder classes into the builder
standardization under BaseClientBuilder.

* Added Queue Package to builder refactor

Queue package client builders now refactored to use BaseClientBuilder in
common.

* Genericized BaseClientBuilder
Added support for buffered upload feature
* Fix for stale leases wich still have the owner property set.
Fix for work #5013

* Fix for build issue.

* PR related changes.

* PR comment related refactoring.
* Only run buffered tests in live mode as they have variables that can't be captured

* Cleaning up tests that fail playback

* Fixed last test that was failing

* Removed testing variable
* Removing the dependency on netty in identity, replacing with nanohttpd

* Remove netty from whitelist of allowed dependencies to be exported

* SpotBugs can't discern a private method is indeed being called
* Upgrading versions of a lot of things to (hopefully) get all builds passing. Eagerly pushing this to repo to kick of CI builds.
* Move install of azure-sdk-parent up.

* Change pipeline so that run spotbugs can run if triggered on internal pipeline.
* Link auth to parent POM so artifacts work as expected.

* Bump version since we introduced parent POM.
* Repoint to track 1 parent POM.

* Bumped version numbers to 1.1.0-preview.1

* Remove redunant parent POM.
sima-zhu and others added 25 commits October 1, 2019 13:14
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.
* 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
* add certificates spec to ci yml

* emulator update
* Update storage APIs based on review feedback
* preparing for preview.4

* changes dependency version to preview.4
* update addSeting api

* checkstyle error line too long
…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
* 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
* update deleteSetting APIs

* no return "

* update codesnippet

* mit
* Only throw BadRequestException when initialPageSize is not != -1 and is not valid

* Made the change more readable

* Fixed multi-master conflict resolution test
* 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
* 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
*  Incorporated API review comments
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAutomation/containerservice/resource-manager/v2019_06_01@7211 branch from a216bf1 to 4305bdf Compare October 3, 2019 21:17
@PhoenixHe-NV PhoenixHe-NV deleted the sdkAutomation/containerservice/resource-manager/v2019_06_01@7211 branch October 21, 2019 09:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.