This repository was archived by the owner on Aug 26, 2025. It is now read-only.
[AutoPR applicationinsights/resource-manager/v2015_05_01] Microsoft.Insights Log Analytics Query Pack Resource#178
Conversation
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
* Add staging profile.
…ion mark, if so remove it (#5024)
* 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
Author
Installation InstructionsYou can install the package Direct DownloadThe generated package artifacts can be directly downloaded from here: |
5 tasks
* 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
b7cc075 to
42cf47b
Compare
* Policy:generate package 2019_06_01 * storagecache: generate package v2019_08_01
naming and mismatch
42cf47b to
3cd55c2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Created to sync Azure/azure-rest-api-specs#6992