This repository was archived by the owner on Aug 26, 2025. It is now read-only.
[AutoPR servicebus/resource-manager/v2015_08_01] ServiceBus: added NetworkRuleSets list API#272
Closed
Conversation
* Fixing link to storage and event hubs. * Fix broken links to Event Hubs. Convert tabs to spaces. * Use relative links to source code. Remove en-us from docs.microsoft.com URLs. * Remove en-us from identity/README.md
Cosmos Key Credential holds the key credentials, and supports key rotations. User can update the key in CosmosKeyCredential object, and that will be reflected in SDK on the fly.
* New version changes - 3.1.0 * Fixed Hello World Demo Link
* Add Samples section. Remove en-us from links. * Remove en-us. * Fix samples links in storage. * Move samples to correct location. * Fix broken links in README. Correct formatting. * remove [package] from README because none of the others have it. * Add syntax highlighting alias java to snippets. * Undo * in appconfig * Update shared key credential steps. * Updating README with comments.
* Sync Client API - Replace Iterable with PagedIterable.
* Bump versions after preview 2 * Update versions in spotbugs * reference preview 4 for core in spotbugs * SDK_VERSION in key vault config * Update versions in jacoco
* Add custom validation for Immutable notation to allow only final fields * fixes for all classes with notation immutable to follow checkstyle rule
* Fix spotbugs pipeline for PR builds
* Azure Storage Common and updates to Azure Storage Blobs to use it * Fixed parent POM version in Common package, cleaned up linting issues * Updated CI build file * Add azure-storage-common to pom.service.xml * Fixed formatting
* Auto-gen and record tests * Update version * Recordings were written to wrong directory, moving them * Retrigger CI
* Azure Storage Common and updates to Azure Storage Blobs to use it * Fixed parent POM version in Common package, cleaned up linting issues * Updated CI build file * Add azure-storage-common to pom.service.xml * Files and Queues using Common package
* Added logWarningAndThrow and changes logAndThrow to logErrorAndThrow and have them return the throwable * Updated other uses of logAndThrow * Changed method name and input to Exception * Reverted back to runtime exception due to type erasure issue causing SpotBug errors * Removed commented out SpotBugs exclusion
Update KV READMEs
* Rename EventHubConsumer -> EventHubAsyncConsumer. * Rename javadoc code snippets from EventHubClientBuild -> EventHubAsyncClient. * Rename EventHubConsumer samples -> EventHubAsyncConsumer. * Rename EventHubProducer samples -> EventHubAsyncProducer. * Rename EventHubProducer -> EventHubAsyncProducer. * Inline variable for EventPosition.
* Remove intermediate POM. * Fix artifact name. * Update module reference.
* Change to the new Logging API
* remove java code isImple check but move to suppression and add only check for public class for external Dependency check * init * updates HttpPipelinePolicy check * rewording and rearranges * regular expression for simplicity of suppresion for track 1
* Setup sdk/loganalytics for unified pipelines. * Provided staging profile. * Tweaked artifact name.
* Setup event grid for unified pipelines. * Added staging profile and tweaked artifact name.:
* Setup mediaservices for unified pipelines. * Added staging profile.
* Setup AI for unified pipelines. * Added staging profile and updated artifact names.
* Setup unified pipelines for sdk/cognitiveservices * Updated staging profiles and artifact names.
* Added storage to the aggregate reports * Fixing SpotBug issues * One last SpotBug fix * Fixed invalid use in sample
* Added clearRange and remove the FileRangeWriteType * Fixed bytebuffer issue.
* add more eng entries to CODEOWNERS with use the correct owners
* Basic plumbing for pipeline caching. * Using new key format. * Add caching to build and analyze phases. * Narrowing scope of fingerprint. * Removed caching from analyze step. * Adding caching kill switch.
Commit directly to master to test a change (need to simulate a CI trigger).
* Roll back customizations to ci.yml for cosmos. * Created a special stage template for cosmos. * Tweaked template path. * Added globals reference in tests job.
* Removed azure-core-http-netty from the published artifact list. * Actually remove the artifact.
This PR includes the requirement of Javadoc annotation @codesnippet @code, check: Use {@codesnippet ...} instead of '<code>', '<pre>', or '{@code ...}' if these tags span multiple lines. Inline code samples are fine as-is. @codesnippet description should match naming pattern requirement below: Package, class and method names should be concatenated by dot '.'. Ex., packageName.className.methodName Methods arguments should be concatenated by dash '-'. Ex. string-string for methodName(String s, String s2) Use '#' to concatenate 1) and 2), ex packageName.className.methodName#string-string. Fixed and Suppress checkstyle errors : A minor fix for HttpPipeLinePolicyCheck, which to find a correct package name. Fixed all non-critical errors but suppress those critical errors so code owner can fix them when they are available.
Good Logging Practice
1) ClientLogger in public API should all named 'logger', public API classes are those classes that are declared
as public and that do not exist in an implementation package or subpackage.
2) ClientLogger should be non-static instance logger
3) Should not use any external logger class, only use ClientLogger. No slf4j, log4j, or other logging imports are allowed.
'System.out' and 'System.err' is not allowed as well.
4) All classes should use ClientLogger as logger only but except ClientLogger itself
added NetworkRuleSets list API
Author
Installation InstructionsYou can install the package Direct DownloadThe generated package artifacts can be directly downloaded from here: |
5 tasks
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#7050