This repository was archived by the owner on Aug 26, 2025. It is now read-only.
forked from Azure/azure-sdk-for-java
-
Notifications
You must be signed in to change notification settings - Fork 0
[AutoPR features/resource-manager/v2015_12_01] [Resources] Add Deployment scripts as a new resource type - preview - #599
Closed
Conversation
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
* Support context for ConfigurationAsyncClient APIs * Initial commit for storage blob partition manager * Minor fixes * Fix checkstyle * Remove etag from blob properties * Clean up * Merge from master and add more samples * Update metadata key names * Fix README title * Fix README title * More unit tests * Add changelog and contributing md files * Add documentation for samples * Add storage blobs module to pom.service.xml and update javadocs * Add missing section to README * Add dependency modules to get CI build to pass * Add dependency modules to get CI build to pass * Fix indentation * Revert changes to BlobProperties * Update README * Update README
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
* Added env for eventbus and keyVault
* 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
Fix typo
Fix typo
* Policy:generate package 2019_06_01 * storagecache: generate package v2019_08_01 * Resource: generate package 2019_06_01 * Storage: regenerated package v2019_04_01
* Use builder to expose ways to create client. * Replace manual creation of EventHubClient with createBuilder(). * Remove TestUtils.getEventsAsList * Move test data set up for integration tests into IntegrationTestBase. * Use shared parallel scheduler instead of creating new ones.
* Fixed the case when deserialized header is null
Overriding since this won't impact any existing pipelines.
…nt Libraries' and 'Previous Client Libraries'. (#5397)
* Minor cleanups for azure-core: 1) Move AzureEnvironment from azure-core to azure-core-management 2) Adding a convenience 'stream()' method to HttpHeaders class 3) Renaming HttpPipeline.httpClient() to HttpPipeline.getHttpClient() 4) Stop HttpRequest being serializable 5) Renamed HttpRequest.buffer() to HttpRequest.clone() 6) Making HttpResponse immutable by setting the internal HttpRequest to the constructor, rather than having it on the setter
This PR will enable Check Enforcer on the Java repo.
* Renaming HttpHeaders getter methods `value` and `values` to `getValue` and `getValue`
* Rename common Queue name classes to begin with Queue * Updated transforms to look for the right XML properties * Added transform to fix codegen * Renamed StorageException to QueueStorageException and update playback records
Flaky test failures. merging this in.
* Use mono error in KV Keys async clients * use mono error for SecretAsyncClient
Paged Iterable upgrade to support paged flux base.
> please also update the changelog on official microsoft page. Sure, will do that too.
Poller API support return
* Fix method and parameter names to use correct casing. * Fix test case assertion. * Fix HelperTest.
* New API for forceCloseHanldes * forceCloseHandle API change, new JavaDocs, and new unit tests * Use monoError and fix Javadoc code snippet issue
* Use mono error for storage async clients
* Update artifact versions using the script * Update user agent strings with new versions * Add missing tag for core-test in netty pom.xml * Add missing tag for core-test in netty pom.xml * Missing tag in okhttp
* Delete the SR class from Storage Common * Moving more constants out of public API * Moved constants in public API to local location * Fixed poms
* Map functionality for PagedFlux * Refactor common code and update method name * Merge from master
* Initial transition of common names * Updated to use new class names, renamed StorageException to BlobStorageException * Updated playback records * Fix playback records that failed * Fix playback record * Updating playback record again * Deleted merged class * Fix reference change * Update failing playback test and re-recorded
Kv artifact updates
Add a quick initial section on pull requests
c17342c to
329b5b7
Compare
Update specification/resources/resource-manager/readme.csharp.md update package name Co-Authored-By: Yeming Liu <[email protected]>
329b5b7 to
f344718
Compare
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#7486