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] Failover Database Readable Secondary #505

Conversation

openapi-sdkautomation[bot]
Copy link

mitchdenny and others added 30 commits September 3, 2019 10:30
* Add API for Tracing classes, start, end, add links in spans.

* Add scoped start in Span.

* Add support for Tracing in EventProcessor and EventHubProducer through TracerProvider

* Add tests
* Add ProxyConfiguration

* Pass ProxyConfiguration through all layers.

* Expose isProxyConfigured and ctor documentation to ProxyConfiguration.

* Adding constructor and documentation. Updating shouldUseProxy check.

* Adding documentation to useSystemProxyConfiguration().

* Update ProxyConfiguration to match proton-j extensions.

* Fix build breaks.

* Convert ProxyConfiguration to one exposed by proton-j extensions and pass it in

* Remove old overload for WebSocketProxyConnectionHandler.

* Return correct proxy address and log exception.

* Adding mockito-core as a test dependency

* Remove Objects.requireNonNull check

* Add overload for syncClient to create one with ProxyConfiguration

* Fix incorrect naming of constant

* Use WebSocketProxyConnectionHandler when proxyConfig has address configured

* Remove unused imports and add LICENSE

* Add ProxyConfigurationTest.

* Add WebSocketProxyConnectionHandlerTest

* Add WebSocketProxyConnectionHandler tests

* Adding an any() parameter.

* Update version to 1.2.1 qpid-proton-j-extensions

* Add ProxyConfiguration to MessagingFactoryBuilder

* Update to use new overloads.

* Add ProxyConfiguration to EventHubClientOptions.

* Plumb ProxyConfiguration through AAD or TokenCredentials.

* Add environment variables for Proxy Integration Test

* Bump versions of parent/pom.xml

* Update azure-data-sdk-parent in event hubs libraries.

* Add mockito as dependency.

* Bump Event Hubs version to 3.1.0
Load balancer for Event Processor.

Fixes #4880
* Storage: Basic Request Validation

Introduced a pipeline policy that applies general-purpose assertions to
responses. Can add these configurations individually to, or to all of,
the blob, file, and queue packages. Added a validation to optionally match an echoed x-ms-client-request-id
* Include netty library for generating samples
* Remove system-properties from the map after extracting values.

* Update test to test for extracted system properties values.

* Update offset and sequence number from String to Long. long -> Long.

* Fix invalid cast exception.

* Fix test failures due to conversion from String -> Long.

* Updating documentation on builder.

* Add documentation for FQDN.
* Bumped version of jackon to 2.9.9.3 because of CVE.
* Fixed the playback request and blob failed tests
Adds missing dependency to Spotbugs aggregate report which caused it to fail.
* remove java code isImple check but move to suppression and add only check for public class for external Dependency check

* remove suppresion on implementation for ThrowLogger and fixes for Core and AppConfig

* fixes checkstyle errors and remove transient
…khttp, using set prefix for builder setters, javadoc updates (#5222)

* HttpClient plugin updates: centralize buffer resource management in okhttp, using set prefix for builder setters, javadoc updates

* OkHttp plugin: Moving okhttp version to parent/pom

* Adding OkHttp builder samples.

* Javadoc & checkstyle corrections
* Added PagedFlux and PagedIterable to Files

* Added PagedFlux and PagedIterable to Queues

* Fixing unit tests that use listing

* Fixed interleaving response values failing
…or netty and other modules that depend on the test jar. -DskipTests build tests but doesn't run them. Using -Dmaven.test.skip=true means that the tests are not even compiled. (#5246)
* Use logger.logExceptionAsError

* Using countdown latch in case one of the consumers begins to consume.
* Fixed the failed live tests
* Policy:generate package 2019_06_01

* storagecache: generate package v2019_08_01
sima-zhu and others added 6 commits October 4, 2019 11:31
* Remove SAS generation methods from Azure Blob clients

* Add some resource type logic to BlobServiceSASSignatureValues

* Fix failing test

* Removed SAS token methods in Queue clients

* Fixing some more tests

* Fix Javadoc links

* Fixing linting issues, prototyping BlobSasConstructor

* Minor refactoring in new class

* Re-record failing tests

* Fix checkstyle issues

* Fix accidentally method name change

* Fix javadoc issue

* Cleanup checkstyle issues

* Make SAS generation classes public API

* Fixing checkstyle issues
* Updating comments in package-info.java.

* Update documentation in Tracer and TracerProxy.

* Add doc updates to Poller.

* Making code snippets more reactor-ish.

* Fix naming.

* Fix typos.

* Move ClientLogger java doc samples to correct location.

* Update documentation in ClientLogger.

* Fix codesnippet references.

* Update package-info.java

* Update parameter docs.
* Renaming classes and methods as per naming guidelines
* Update README and CHANGELOG for Event Hubs

* Add async clients to changelog
@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:

alzimmermsft and others added 16 commits October 4, 2019 15:59
* Add remove to HttpHeaders

* Use ConcurrentHashMap
* 5638-storage-getaccountname   expose account name in all the storage clients
* Add Ink Recognition SDK

* Move subfolder contents

* Cleanup gitignore and doc

* Format and doc updates

* Modifications to have just one gitignore file

* Clean up

* Put sdk where it should reside

* Resolve errors due to README

* Modify README

* Modify - README

* Add Azure in readme

* Remove pack

* Modify maxSdkVersion

* Address feedback

* Add gradle wrapper jar

* Modify CODEOWNERS

* Clean up client calls

* Correct alignment in CODEOWNERS

* Treat UNKNOWN as not set for InkStrokeKind

* Add javadoc support, modify README, fix aar corruption

* Remove broken links

* Fix license and suppress lint warning

* Set minSDKVersion to 26 to support Reactor and add stacktrace

* Fix unitMultiple 0.0 bug"

* Import individual packages instead of all

* Change to Java project instead of Android project

* Format
* Re-write and document SimpleProxy.

* Fix bug in reactor connection creation.

* Update tests for new proxy interface.
* lock unlock init

* all works

* update doc

* tests passed and update json

* map instead of flatMap, doOnSubscribe instead of doOnRequest

* update javadoc

* rearrange

* remvoe method with ConfigurationSetting only

* change back to flatMap from map

* update record json files

* refactor getSetting

* refactor tests

* remove unused import

* remove nonexisit element

* remvoe unused getLabel

* update record json files

* fix doc, space before (
Polling API update
* remove java code isImple check but move to suppression and add only check for public class for external Dependency check

* remove equal overload

* remove unused import

* custom equal

* checkstyle error

* assertFalse with fail message

* add missing import
* Add AuthorizationCodeCredential

* Fix checkstyles

* Immutable package move

* Remove method to get login url

* Clean up javadocs for URL/URI

* Logger checkstyle

* Update javadoc casing

Co-Authored-By: Jonathan Giles <[email protected]>
* Added support for implict root container

* Fix merge issues

* Added missed recording

* One more missing recording

* Another recording file

* Fixed a recording file

* Please let CI work

* Fixed test
* before remove version

* remove all version in order to stay same with all track 1 sdk
Add swagger files for failover database readable secondaries
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAutomation/sql/resource-manager/v2014_04_01@7405 branch from cfb3d4d to 6fe89aa Compare October 8, 2019 19:54
@PhoenixHe-NV PhoenixHe-NV deleted the sdkAutomation/sql/resource-manager/v2014_04_01@7405 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.