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

[AutoPR cosmosdb/resource-manager/v2015_04_08] Adding Sql StoredProcedures for CosmosDB resources#383

Closed
openapi-sdkautomation[bot] wants to merge 247 commits intotest-repo-billy:sdkAutomation/cosmosdb/resource-manager/v2015_04_08from
AzureSDKAutomation:sdkAutomation/cosmosdb/resource-manager/v2015_04_08@7201
Closed

[AutoPR cosmosdb/resource-manager/v2015_04_08] Adding Sql StoredProcedures for CosmosDB resources#383
openapi-sdkautomation[bot] wants to merge 247 commits intotest-repo-billy:sdkAutomation/cosmosdb/resource-manager/v2015_04_08from
AzureSDKAutomation:sdkAutomation/cosmosdb/resource-manager/v2015_04_08@7201

Conversation

@openapi-sdkautomation
Copy link

mitchdenny and others added 30 commits August 14, 2019 13:10
Adds a flag to the pipeline which controls whether it is a track 1 or track 2 build.
* Formatting changes in EventHubAsyncProducer.

* Adding EventHubClient, EventHubConsumer, and EventHubProducer.

* Exposing EventHubClient creation in EventHubClientBuilder.

* EventHubClient, Consumer and Producer implements Closeable.

* Fixing sample by removing event hub instance from namespace connection string.

* Remove unneeded sample in EventHubClientBuilder.

* Add EventHubClient to builder annotation.

* Update EventHubClientBuilder samples. Remove unneeded ones.

* Update samples in EventHubClientBuilder.

* Fixing links to EventHubAsyncProducer samples.

* Adding EventHubProducer code samples.

* Update from Iterable to IterableResponse.

* Make test contents package-private.

* Adding tests for EventHubProducer.

* Simplifying creation of EventHubAsyncProducer

* Select correct retryDuration when constructing EventHubProducer.

* Adding EventHubProducer tests.

* Rename EventHubClientIntegrationTest -> EventHubAsyncClientIntegrationTests

* Add integration tests for EventHubClient.

* Make EventHubConsumer methods public
* Split the eventhubs client and data pipelines.

* Removed redundant modules section.

* Specified artifacts for data pipeline.
* Seeing if we can speed up spotbugs by not forking the JVM for each module
* remove java code isImple check but move to suppression and add only check for public class for external Dependency check

* fixes

* Update eng/code-quality-reports/src/main/resources/checkstyle/checkstyle-suppressions.xml

suggest changes on comments

Co-Authored-By: Connie Yau <conniey@microsoft.com>
* Move Storage to official swagger files

There are no (meaningful) code changes except the attribute in
BlobHierarchyListSegment that I can't trace to the swagger

* Upgrade blobs swagger to 2019-02-02

Note that additional work will have to be done to patch our higher level code to
pass new parameters to existing APIs

* Fixes to Swagger generation and updating to use new protocol layer

* Fixed appendBlock content-type, added SpotBug exclusions for autogen code

* Update README.md

* Fixed incorrect exclude
* Migrate queue to spock test framework

* Remove all Junit tests and dependencies
…literals usage (#4994)

* Adding javaDoc formating rule

* Adding fixes for javadoc formatting
* Created StorageException for Files and Queues, moved it into models for Blobs, made it a POJO

* Using getX naming and cleaned up unit test imports

* Fixed additional imports

* Fixed import and ignored issue with enum serialization
* Smoke Test for Key Vault, Storage and Identity SDK

* Create EventHubs.java

* Update EventHubs.java

* Update KeyVaultSecrets.java

* Update App.java

* Create CosmosDB files

* CosmosDB finallized

* Update EventHubs.java

* Handling pre-cleaning the resource

* Update App.java

* Concurrency support

* Update pom.xml

* Review feedback

* Reactive async in Cosmos

* Use of Logger

* Env Variables names changed

* Create README.md

* Use of logger in error message

* Location changed to /eng/

* Create smoke-test.yml

* Update smoke-test.yml

* Update smoke-test.yml

* Update smoke-test.yml

* Update README.md

* Website in pom.xml

* MIT headers

* static final named correctly

* Avoiding import.*

* nit: extra blank lines and logger
KV Track 1 OkHttp Bug fix.
…kstyle errors (#5032)

* remove java code isImple check but move to suppression and add only check for public class for external Dependency check

* refactor and fixes errors

* add break
alzimmermsft and others added 20 commits September 18, 2019 10:48
…5387)

* Add examples for configuring Netty and OkHttp clients with a proxy

* Fix duplicate code snippet

* Documentation cleanup
* 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
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
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAutomation/cosmosdb/resource-manager/v2015_04_08@7201 branch from 259bec5 to 419ab96 Compare September 20, 2019 19:12
alzimmermsft and others added 4 commits September 20, 2019 14:20
* 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
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAutomation/cosmosdb/resource-manager/v2015_04_08@7201 branch from 419ab96 to 0cc16cf Compare September 21, 2019 00:09
@PhoenixHe-NV PhoenixHe-NV deleted the sdkAutomation/cosmosdb/resource-manager/v2015_04_08@7201 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.