Skip to content
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 sql/resource-manager/v2014_04_01] chore: jsonfmt sql #327

Conversation

openapi-sdkautomation[bot]
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
mssfang and others added 22 commits August 30, 2019 16:46
* 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.
@openapi-sdkautomation
Copy link
Author

Installation Instructions

You can install the package sql/resource-manager/v2014_04_01 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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.