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] [DO NOT MERGE] Adding SQL managedDatabases swagger for API v2018-06-01-preview #379

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
joshfree and others added 7 commits September 11, 2019 10:01
Update package version to 1.0.0-preview.3
* Update azure-client-sdk-parent to 1.4.0

* Update azure-core to 1.0.0-preview.5

* Update azure-identity to 1.0.0-preview.4

* Update template xml to azure-core 1.0.0-preview.5

* Update appconfiguration to 1.0.0-preview.4

* Update jacoco and spotbugs report versions for azure-identity and appconfig

* Update azure-messaging-eventhubs to 5.0.0-preview.4.

* Update azure-messaging-eventhubs-checkpoint* to preview.2

* Update keyvault to 4.0.0-preview.4

* Update storage to 12.0.0-preview.4

* Update azure-storage test reference to azure-identity 1.0.0.preview.4

* Bump AzureConfiguration in appconfiguration to 1.0.0-preview.4

* Bump KeyVault versions to 4.0.0-preview.4

* Update azure-storage Configuration.java to 12.0.0-preview.4.

* Update tracing-opentelemetry to 1.0.0-preview.3

* Add azure-core in pom.service.xml so it can resolve reference.
* Add change log and docs for shared token cache cred

* Add compilable sample to identity readme
* Update README.md

* Update README.md

* Update README.md
* Method names now use Javabeans

* Rename setters and getters in file and queue

* Regenerate blob

* Getter setters for core-netty, core-amqp, core-management - code compiles

* Cleaned up API renaming

* Additional fixes for Blob renaming

* Small test fixes for blobs

* Rename getter and setter for queue and ile

* Getters and setters for KeyVault

* Make some changes to commons.

* Getters and setters for Event Hubs

* Make changes for common

* More cleanup

* Fixed linting file and queue

* Getters and setters for AppConfiguration, compilation cleanup

* Merge conflicts

* Misc getter and setter renaming

* Fixing storage tests

* Some linting changes

* Fix exception decoder

* Passing Storage Blob tests

* Rename booleans to use is prefix

* Some linting cleanup

* Fixing more Blob tests

* Update KV certificates with new names

* Merge from mainline and fixed all tests

* Fixed more boolean field

* Update names after rebase

* checkin blob fix

* Small error fix

* linting issues

* keyvault compilation error

* Fixed failed live tests for blob
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAutomation/sql/resource-manager/v2014_04_01@7172 branch 2 times, most recently from d2971d8 to c1678bf Compare September 12, 2019 13:12
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAutomation/sql/resource-manager/v2014_04_01@7172 branch from c1678bf to 70bc07e Compare September 12, 2019 16:36
* Added env for eventbus and keyVault
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAutomation/sql/resource-manager/v2014_04_01@7172 branch 2 times, most recently from d55ccef to 11adea4 Compare September 12, 2019 22:25
alzimmermsft and others added 10 commits September 12, 2019 15:47
* Modules for Blob and Queue cryptography

* Use correct parent POM version
* Initial cleanup for custom Checkstyles

* Suppress LineLength on auto generated code

* More linting cleanup

* More linting cleanup
* Fix logging
Add Http Client documentation to Track 2 READMEs
* Regenerate custom vision prediction

* Regenerate prediction and training for custom vision
* Policy:generate package 2019_06_01

* storagecache: generate package v2019_08_01

* Resource: generate package 2019_06_01

* Storage: regenerated package v2019_04_01
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAutomation/sql/resource-manager/v2014_04_01@7172 branch from 11adea4 to 9a38c4a Compare September 16, 2019 19:38
@PhoenixHe-NV PhoenixHe-NV deleted the sdkAutomation/sql/resource-manager/v2014_04_01@7172 branch October 21, 2019 09:15
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.