-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Added Container Rename (Blobs & Datalake) and Container Restore (Datalake) #16088
Merged
Conversation
This file contains 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
tasherif-msft
requested review from
amishra-dev,
annatisch,
kasobol-msft,
xiafu-msft and
zezha-msft
as code owners
January 12, 2021 07:41
tasherif-msft
added
the
feature-request
This issue requires a new behavior in the product in order be resolved.
label
Jan 12, 2021
kasobol-msft
approved these changes
Jan 12, 2021
xiafu-msft
reviewed
Jan 26, 2021
with self.assertRaises(ResourceNotFoundError): | ||
filesystem_client.get_file_system_properties() | ||
|
||
filesystem_list = list(self.dsc.list_file_systems()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's not listing deleted file system?
tasherif-msft
added a commit
that referenced
this pull request
Feb 3, 2021
* new swagger * fixed OrMetadata * added new version * Added Container Rename (Blobs & Datalake) and Container Restore (Datalake) (#16088) * generated container rename * ormetadata * added sync and async method for * added all missing methods * added all missing methods * added kwargs * generated from main swagger branch * swagger change * downgraded version * added rename_container sync and async tests * added all tests and fixed filesystems models * fixing recordings * removed uselesss param * fixed failing test * fixed bad import * [Blob] Added support for container SAS on batch operations (#16211) * generated * Added support for container SAS for batch operations * fixed tests and made method more generic * pylint * added canadacentral * added canadacentral * Delete test_container_async.test_batch_blobs_with_container_sas.yaml recording is not used ^_^ * Delete test_container.test_batch_blobs_with_container_sas.yaml * manually fixed test * manually fixed test Co-authored-by: Xiaoxi Fu <49707495+xiafu-msft@users.noreply.github.com> * added missing params * STG76 Archboard cleanup + additional rename methods (#16431) * Arch board clean up * fixed tests * playback only tests * privated rename_container * privated rename filesystem * added all missing apis * added all missing apis * fixed failing test * removed version from docstrings * skipped tests Co-authored-by: Xiaoxi Fu <49707495+xiafu-msft@users.noreply.github.com>
openapi-sdkautomation bot
pushed a commit
to AzureSDKAutomation/azure-sdk-for-python
that referenced
this pull request
Oct 1, 2021
Merging ConnectedVMwarevSphere changes from azure-rest-api-specs-pr private repo... (Azure#16088) * Merging connectedvmware swagger from pr branch * minor updates * minor update * fixing lint warnings * updates * sync latest from private repo * copy examples from private repo
msyyc
added a commit
that referenced
this pull request
Nov 18, 2021
* CodeGen from PR 16088 in Azure/azure-rest-api-specs Merging ConnectedVMwarevSphere changes from azure-rest-api-specs-pr private repo... (#16088) * Merging connectedvmware swagger from pr branch * minor updates * minor update * fixing lint warnings * updates * sync latest from private repo * copy examples from private repo * version,CHANGELOG * Update CHANGELOG.md Co-authored-by: SDKAuto <sdkautomation@microsoft.com> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
rakshith91
pushed a commit
to rakshith91/azure-sdk-for-python
that referenced
this pull request
Nov 18, 2021
* CodeGen from PR 16088 in Azure/azure-rest-api-specs Merging ConnectedVMwarevSphere changes from azure-rest-api-specs-pr private repo... (Azure#16088) * Merging connectedvmware swagger from pr branch * minor updates * minor update * fixing lint warnings * updates * sync latest from private repo * copy examples from private repo * version,CHANGELOG * Update CHANGELOG.md Co-authored-by: SDKAuto <sdkautomation@microsoft.com> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature-request
This issue requires a new behavior in the product in order be resolved.
Storage
Storage Service (Queues, Blobs, Files)
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.