Merged
Conversation
* Rename PartitionManager class to StorageManager
The focus of these changes is to introduce infrastructure to allow the Service Bus live tests to dynamically manage resources, creating a namespace for each test run and allowing each test to request a dedicated queue or topic scope. Tests using this infrastructure are safe to run in parallel and isolated such that tests are using individual Azure resources and will not cascade failures nor should one test be able to impact the operation of another.
* CreateIfNotExists/DeleteIfExists for blobs logs exception and updated pipeline log method messages
* Set ServerTimeout and MaximumExecutionTime for blob I/O requests. * Instrument more blob APIs with request options.
The focus of these changes is to correct an issue with the test resources ARM template selecting an incorrect subscription for output, ensure the service principal has the contributor role, to allow make some small adjustments to template parameters.
* DataSourceEntityId * sentiment renaming
…ut (Azure#10019) * Set ServerTimeout and MaximumExecutionTime for blob I/O requests. * Instrument more blob APIs with request options. * Implement a workaround for ListBlobsSegmentedAsync hung issue. * Throw OperationCancelledException instead. * Cancel timer if ListBlobsSegmentedAsync returns successfuly.
Implement Receive method
* Adding placeholder to list any third party licenses * Adding standard header
* Improved Event Hubs unit tests coverage * Removed duplicated live tests
* Use base64 encoding for cer, csr, and x5c Resolves Azure#9963 * Reset challenge cache before each test Resolves Azure#9356 * Fix MergeCertificate operation Fixes Azure#9986 by passing the model to the request method. Fixes Azure#7893 by adding tests for merge (tests for import were added in a previous commit) * Update changelog for previous commit
* add none country hint * add changelog * Typo * to const
* Increment package version after release of Azure.Storage.Common * Increment package version after release of Azure.Storage.Blobs * Increment package version after release of Azure.Storage.Blobs.Batch * Increment package version after release of Azure.Storage.Files.Shares * Increment package version after release of Azure.Storage.Files.DataLake * Increment package version after release of Azure.Storage.Queues
* create sentence sentiment label * remove warning
This is being tracked by Azure#10044.
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.