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

[AutoPR features/resource-manager/v2015_12_01] [Do not review]Add new version for Microsoft.Solutions#738

Closed
openapi-sdkautomation[bot] wants to merge 478 commits intotest-repo-billy:sdkAutomation/features/resource-manager/v2015_12_01from
AzureSDKAutomation:sdkAutomation/features/resource-manager/v2015_12_01@7212
Closed

[AutoPR features/resource-manager/v2015_12_01] [Do not review]Add new version for Microsoft.Solutions#738
openapi-sdkautomation[bot] wants to merge 478 commits intotest-repo-billy:sdkAutomation/features/resource-manager/v2015_12_01from
AzureSDKAutomation:sdkAutomation/features/resource-manager/v2015_12_01@7212

Conversation

@openapi-sdkautomation
Copy link

joshfree and others added 30 commits September 18, 2019 14:27
Add mssfang as primary owner of /sdk/appconfiguration/
* 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
…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.
… artifacts (#5433)

* Increment the current versions of com.microsoft.azure:azure-keyvault* artifacts

* update spotbugs-aggregate-report for keyvault version
…iction and azure-cognitiveservices-customvision-training to 1.1.0-preview.3 (#5437)
…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
* Code samples for common credentials

* Cleaning up linting issues
…#5452)

* Adding EventHubReactorSession that implements EventHubSession.

* Use EventHubReactorSession in Connection.

* Fix NullPointerExceptions in SessionHandler and the occasional one in super.onUnhandled.
…#5432)

* Cosmos version changes

* cosmos current version update

* update the cosmos ci.yml file

* remove smoke-tests change from PR
* Changed default retry timeout and extended test jitter bounds to fix transient tests

* Extending retry bounds more
* cosmos current version update

* remove smoke-tests change from PR

* use the project.version to set the properties version
conniey and others added 21 commits October 18, 2019 16:51
* Updating File Service SAS with algorithm.

* Adding javadoc and samples.
* Update Queue SAS token generation to match languages.

* Adding codesnippets.

* Update QueueService with better docs and samples.
* 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()
* Update sas generation to be consistent with Go and .NET.

* Updating documentation and adding snippets.
…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
* 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
* 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
* 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
…rl (#5826)

* Add BlobCopyInfo.

* Add support for beginCopyUrl using Poller.

* Update BlobClientBase. to use Poller API.

* Fix codesnippets.

* Update documentation in FileCopyInfo.

* Make BlobCopyInfo export the same fields as FileCopy.

* Update FileAsyncClient to return custom statuses and end polling when there is an Error.

* Update BlobAsyncClient to end polling when an error occurs.
* rerv5 api review comments
* Added jsonIgnore to logger of JsonSerializable

* Updated version to 3.3.1
* Removed codegen AccessCondition classes for hand-written classes

* Cleaning up linting and tests

* Fix unit tests and BlobOutputStream implementation

* Fixed invalid JavaDoc
* Log more error details in azure core

* Update the util pkg

* Update sdk/core/azure-core/src/main/java/com/azure/core/implementation/SwaggerMethodParser.java

Co-Authored-By: Srikanta <51379715+srnagar@users.noreply.github.com>

* Addressed feedback

* Update sdk/core/azure-core/src/main/java/com/azure/core/implementation/ResponseConstructorsCache.java

Co-Authored-By: Connie Yau <conniey@microsoft.com>

* Update sdk/core/azure-core/src/main/java/com/azure/core/http/policy/HostPolicy.java

Co-Authored-By: Connie Yau <conniey@microsoft.com>

* Added error details for remaining packages and addressed comments.

* Fixed tests

* Removed unused logging

* Fix linting

* Update sdk/core/azure-core/src/main/java/com/azure/core/implementation/serializer/HttpResponseHeaderDecoder.java

Co-Authored-By: Connie Yau <conniey@microsoft.com>

* Update sdk/core/azure-core/src/main/java/com/azure/core/implementation/ResponseConstructorsCache.java

Co-Authored-By: Connie Yau <conniey@microsoft.com>

* Address Connie's Comments.

* Remove unnessary message

* Revert changes

* Update sdk/core/azure-core/src/main/java/com/azure/core/util/polling/Poller.java

Co-Authored-By: Connie Yau <conniey@microsoft.com>

* Rename exception variable.

* Added placeholder.

* Make changes

* Remove imports

* make changes to message

* Update sdk/core/azure-core/src/main/java/com/azure/core/implementation/util/FluxUtil.java

Co-Authored-By: Connie Yau <conniey@microsoft.com>

* Address Connie's feedback

* Fixed linting
…vestigating (#5573)

* add logging to retry policy and temprary AZURE_LOG_LEVEL to 2 for an debugging 429 code

* add duration info in log

* remove HTTP request and responds log info

* info to verbose
@github-actions
Copy link

Hi @openapi-sdkautomation[bot]. Thank you for your interest in helping to improve the Azure SDK experience and for your contribution. We've noticed that there hasn't been recent engagement on this pull request. If this is still an active work stream, please let us know by pushing some changes or leaving a comment. Otherwise, we'll close this out in 7 days.

2 similar comments
@github-actions
Copy link

Hi @openapi-sdkautomation[bot]. Thank you for your interest in helping to improve the Azure SDK experience and for your contribution. We've noticed that there hasn't been recent engagement on this pull request. If this is still an active work stream, please let us know by pushing some changes or leaving a comment. Otherwise, we'll close this out in 7 days.

@github-actions
Copy link

Hi @openapi-sdkautomation[bot]. Thank you for your interest in helping to improve the Azure SDK experience and for your contribution. We've noticed that there hasn't been recent engagement on this pull request. If this is still an active work stream, please let us know by pushing some changes or leaving a comment. Otherwise, we'll close this out in 7 days.

@github-actions
Copy link

Hi @openapi-sdkautomation[bot]. Thank you for your contribution. Since there hasn't been recent engagement, we're going to close this out. Feel free to respond with a comment containing /reopen if you'd like to continue working on these changes. Please be sure to use the command to reopen or remove the no-recent-activity label; otherwise, this is likely to be closed again with the next cleanup pass.

@github-actions github-actions bot closed this Aug 30, 2024
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.