Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
resolve SDKissue
  • Loading branch information
Juliehzl committed May 31, 2021
commit c3038c3d2153cbdb0eaa1b60a7fb3ef5ad9ad315
2 changes: 1 addition & 1 deletion src/storage-preview/azext_storage_preview/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,5 +227,5 @@ def _adls_deprecate_message(self):
with self.command_group('storage fs', command_type=adls_fs_sdk,
custom_command_type=get_custom_sdk('filesystem', cf_adls_file_system),
resource_type=CUSTOM_DATA_STORAGE_FILEDATALAKE, min_api='2020-06-12', is_preview=True) as g:
g.storage_command_oauth('list-deleted-path', 'get_deleted_paths')
g.storage_command_oauth('list-deleted-path', 'list_deleted_paths')
g.storage_command_oauth('undelete-path', 'undelete_path')