azure-mgmt-storage 21.2.0__py3-none-any.whl → 22.0.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- azure/mgmt/storage/_serialization.py +282 -169
- azure/mgmt/storage/_storage_management_client.py +16 -795
- azure/mgmt/storage/_version.py +1 -1
- azure/mgmt/storage/aio/_storage_management_client.py +16 -795
- azure/mgmt/storage/models.py +1 -1
- azure/mgmt/storage/v2016_01_01/__init__.py +9 -3
- azure/mgmt/storage/v2016_01_01/_configuration.py +1 -2
- azure/mgmt/storage/v2016_01_01/_storage_management_client.py +3 -3
- azure/mgmt/storage/v2016_01_01/_version.py +1 -1
- azure/mgmt/storage/v2016_01_01/aio/__init__.py +9 -3
- azure/mgmt/storage/v2016_01_01/aio/_configuration.py +1 -2
- azure/mgmt/storage/v2016_01_01/aio/_storage_management_client.py +3 -3
- azure/mgmt/storage/v2016_01_01/aio/operations/__init__.py +10 -4
- azure/mgmt/storage/v2016_01_01/aio/operations/_storage_accounts_operations.py +32 -41
- azure/mgmt/storage/v2016_01_01/aio/operations/_usage_operations.py +4 -9
- azure/mgmt/storage/v2016_01_01/models/__init__.py +43 -32
- azure/mgmt/storage/v2016_01_01/models/_models_py3.py +1 -3
- azure/mgmt/storage/v2016_01_01/operations/__init__.py +10 -4
- azure/mgmt/storage/v2016_01_01/operations/_storage_accounts_operations.py +31 -38
- azure/mgmt/storage/v2016_01_01/operations/_usage_operations.py +4 -9
- azure/mgmt/storage/v2016_01_01/py.typed +1 -0
- azure/mgmt/storage/v2017_10_01/__init__.py +9 -3
- azure/mgmt/storage/v2017_10_01/_configuration.py +1 -2
- azure/mgmt/storage/v2017_10_01/_storage_management.py +3 -3
- azure/mgmt/storage/v2017_10_01/_version.py +1 -1
- azure/mgmt/storage/v2017_10_01/aio/__init__.py +9 -3
- azure/mgmt/storage/v2017_10_01/aio/_configuration.py +1 -2
- azure/mgmt/storage/v2017_10_01/aio/_storage_management.py +3 -3
- azure/mgmt/storage/v2017_10_01/aio/operations/__init__.py +12 -6
- azure/mgmt/storage/v2017_10_01/aio/operations/_operations.py +4 -9
- azure/mgmt/storage/v2017_10_01/aio/operations/_skus_operations.py +4 -9
- azure/mgmt/storage/v2017_10_01/aio/operations/_storage_accounts_operations.py +36 -47
- azure/mgmt/storage/v2017_10_01/aio/operations/_usage_operations.py +4 -9
- azure/mgmt/storage/v2017_10_01/models/__init__.py +69 -58
- azure/mgmt/storage/v2017_10_01/models/_models_py3.py +3 -4
- azure/mgmt/storage/v2017_10_01/operations/__init__.py +12 -6
- azure/mgmt/storage/v2017_10_01/operations/_operations.py +4 -9
- azure/mgmt/storage/v2017_10_01/operations/_skus_operations.py +4 -9
- azure/mgmt/storage/v2017_10_01/operations/_storage_accounts_operations.py +35 -44
- azure/mgmt/storage/v2017_10_01/operations/_usage_operations.py +4 -9
- azure/mgmt/storage/v2017_10_01/py.typed +1 -0
- azure/mgmt/storage/v2019_06_01/__init__.py +9 -3
- azure/mgmt/storage/v2019_06_01/_configuration.py +1 -2
- azure/mgmt/storage/v2019_06_01/_storage_management_client.py +3 -3
- azure/mgmt/storage/v2019_06_01/_version.py +1 -1
- azure/mgmt/storage/v2019_06_01/aio/__init__.py +9 -3
- azure/mgmt/storage/v2019_06_01/aio/_configuration.py +1 -2
- azure/mgmt/storage/v2019_06_01/aio/_storage_management_client.py +3 -3
- azure/mgmt/storage/v2019_06_01/aio/operations/__init__.py +26 -20
- azure/mgmt/storage/v2019_06_01/aio/operations/_blob_containers_operations.py +29 -51
- azure/mgmt/storage/v2019_06_01/aio/operations/_blob_inventory_policies_operations.py +10 -18
- azure/mgmt/storage/v2019_06_01/aio/operations/_blob_services_operations.py +8 -15
- azure/mgmt/storage/v2019_06_01/aio/operations/_encryption_scopes_operations.py +10 -22
- azure/mgmt/storage/v2019_06_01/aio/operations/_file_services_operations.py +9 -15
- azure/mgmt/storage/v2019_06_01/aio/operations/_file_shares_operations.py +16 -32
- azure/mgmt/storage/v2019_06_01/aio/operations/_management_policies_operations.py +9 -15
- azure/mgmt/storage/v2019_06_01/aio/operations/_object_replication_policies_operations.py +10 -18
- azure/mgmt/storage/v2019_06_01/aio/operations/_operations.py +4 -9
- azure/mgmt/storage/v2019_06_01/aio/operations/_private_endpoint_connections_operations.py +10 -18
- azure/mgmt/storage/v2019_06_01/aio/operations/_private_link_resources_operations.py +5 -9
- azure/mgmt/storage/v2019_06_01/aio/operations/_queue_operations.py +12 -23
- azure/mgmt/storage/v2019_06_01/aio/operations/_queue_services_operations.py +9 -15
- azure/mgmt/storage/v2019_06_01/aio/operations/_skus_operations.py +4 -9
- azure/mgmt/storage/v2019_06_01/aio/operations/_storage_accounts_operations.py +80 -71
- azure/mgmt/storage/v2019_06_01/aio/operations/_table_operations.py +12 -23
- azure/mgmt/storage/v2019_06_01/aio/operations/_table_services_operations.py +9 -15
- azure/mgmt/storage/v2019_06_01/aio/operations/_usages_operations.py +4 -9
- azure/mgmt/storage/v2019_06_01/models/__init__.py +181 -170
- azure/mgmt/storage/v2019_06_01/models/_models_py3.py +12 -13
- azure/mgmt/storage/v2019_06_01/models/_storage_management_client_enums.py +1 -0
- azure/mgmt/storage/v2019_06_01/operations/__init__.py +26 -20
- azure/mgmt/storage/v2019_06_01/operations/_blob_containers_operations.py +28 -48
- azure/mgmt/storage/v2019_06_01/operations/_blob_inventory_policies_operations.py +9 -17
- azure/mgmt/storage/v2019_06_01/operations/_blob_services_operations.py +8 -15
- azure/mgmt/storage/v2019_06_01/operations/_encryption_scopes_operations.py +10 -22
- azure/mgmt/storage/v2019_06_01/operations/_file_services_operations.py +9 -15
- azure/mgmt/storage/v2019_06_01/operations/_file_shares_operations.py +14 -28
- azure/mgmt/storage/v2019_06_01/operations/_management_policies_operations.py +8 -14
- azure/mgmt/storage/v2019_06_01/operations/_object_replication_policies_operations.py +9 -17
- azure/mgmt/storage/v2019_06_01/operations/_operations.py +4 -9
- azure/mgmt/storage/v2019_06_01/operations/_private_endpoint_connections_operations.py +9 -17
- azure/mgmt/storage/v2019_06_01/operations/_private_link_resources_operations.py +5 -9
- azure/mgmt/storage/v2019_06_01/operations/_queue_operations.py +11 -20
- azure/mgmt/storage/v2019_06_01/operations/_queue_services_operations.py +9 -15
- azure/mgmt/storage/v2019_06_01/operations/_skus_operations.py +4 -9
- azure/mgmt/storage/v2019_06_01/operations/_storage_accounts_operations.py +64 -66
- azure/mgmt/storage/v2019_06_01/operations/_table_operations.py +11 -20
- azure/mgmt/storage/v2019_06_01/operations/_table_services_operations.py +9 -15
- azure/mgmt/storage/v2019_06_01/operations/_usages_operations.py +4 -9
- azure/mgmt/storage/v2019_06_01/py.typed +1 -0
- azure/mgmt/storage/v2023_05_01/__init__.py +9 -3
- azure/mgmt/storage/v2023_05_01/_configuration.py +1 -2
- azure/mgmt/storage/v2023_05_01/_storage_management_client.py +3 -3
- azure/mgmt/storage/v2023_05_01/_version.py +1 -1
- azure/mgmt/storage/v2023_05_01/aio/__init__.py +9 -3
- azure/mgmt/storage/v2023_05_01/aio/_configuration.py +1 -2
- azure/mgmt/storage/v2023_05_01/aio/_storage_management_client.py +3 -3
- azure/mgmt/storage/v2023_05_01/aio/operations/__init__.py +32 -26
- azure/mgmt/storage/v2023_05_01/aio/operations/_blob_containers_operations.py +88 -86
- azure/mgmt/storage/v2023_05_01/aio/operations/_blob_inventory_policies_operations.py +10 -18
- azure/mgmt/storage/v2023_05_01/aio/operations/_blob_services_operations.py +8 -15
- azure/mgmt/storage/v2023_05_01/aio/operations/_deleted_accounts_operations.py +6 -12
- azure/mgmt/storage/v2023_05_01/aio/operations/_encryption_scopes_operations.py +10 -22
- azure/mgmt/storage/v2023_05_01/aio/operations/_file_services_operations.py +9 -15
- azure/mgmt/storage/v2023_05_01/aio/operations/_file_shares_operations.py +18 -33
- azure/mgmt/storage/v2023_05_01/aio/operations/_local_users_operations.py +14 -26
- azure/mgmt/storage/v2023_05_01/aio/operations/_management_policies_operations.py +9 -15
- azure/mgmt/storage/v2023_05_01/aio/operations/_network_security_perimeter_configurations_operations.py +26 -20
- azure/mgmt/storage/v2023_05_01/aio/operations/_object_replication_policies_operations.py +10 -18
- azure/mgmt/storage/v2023_05_01/aio/operations/_operations.py +4 -9
- azure/mgmt/storage/v2023_05_01/aio/operations/_private_endpoint_connections_operations.py +10 -18
- azure/mgmt/storage/v2023_05_01/aio/operations/_private_link_resources_operations.py +5 -9
- azure/mgmt/storage/v2023_05_01/aio/operations/_queue_operations.py +12 -23
- azure/mgmt/storage/v2023_05_01/aio/operations/_queue_services_operations.py +9 -15
- azure/mgmt/storage/v2023_05_01/aio/operations/_skus_operations.py +4 -9
- azure/mgmt/storage/v2023_05_01/aio/operations/_storage_accounts_operations.py +133 -98
- azure/mgmt/storage/v2023_05_01/aio/operations/_storage_task_assignment_instances_report_operations.py +7 -11
- azure/mgmt/storage/v2023_05_01/aio/operations/_storage_task_assignments_instances_report_operations.py +7 -11
- azure/mgmt/storage/v2023_05_01/aio/operations/_storage_task_assignments_operations.py +53 -45
- azure/mgmt/storage/v2023_05_01/aio/operations/_table_operations.py +12 -23
- azure/mgmt/storage/v2023_05_01/aio/operations/_table_services_operations.py +9 -15
- azure/mgmt/storage/v2023_05_01/aio/operations/_usages_operations.py +4 -9
- azure/mgmt/storage/v2023_05_01/models/__init__.py +273 -262
- azure/mgmt/storage/v2023_05_01/models/_models_py3.py +18 -19
- azure/mgmt/storage/v2023_05_01/models/_storage_management_client_enums.py +2 -0
- azure/mgmt/storage/v2023_05_01/operations/__init__.py +32 -26
- azure/mgmt/storage/v2023_05_01/operations/_blob_containers_operations.py +74 -83
- azure/mgmt/storage/v2023_05_01/operations/_blob_inventory_policies_operations.py +9 -17
- azure/mgmt/storage/v2023_05_01/operations/_blob_services_operations.py +8 -15
- azure/mgmt/storage/v2023_05_01/operations/_deleted_accounts_operations.py +6 -12
- azure/mgmt/storage/v2023_05_01/operations/_encryption_scopes_operations.py +10 -22
- azure/mgmt/storage/v2023_05_01/operations/_file_services_operations.py +9 -15
- azure/mgmt/storage/v2023_05_01/operations/_file_shares_operations.py +17 -31
- azure/mgmt/storage/v2023_05_01/operations/_local_users_operations.py +13 -23
- azure/mgmt/storage/v2023_05_01/operations/_management_policies_operations.py +8 -14
- azure/mgmt/storage/v2023_05_01/operations/_network_security_perimeter_configurations_operations.py +25 -20
- azure/mgmt/storage/v2023_05_01/operations/_object_replication_policies_operations.py +9 -17
- azure/mgmt/storage/v2023_05_01/operations/_operations.py +4 -9
- azure/mgmt/storage/v2023_05_01/operations/_private_endpoint_connections_operations.py +9 -17
- azure/mgmt/storage/v2023_05_01/operations/_private_link_resources_operations.py +5 -9
- azure/mgmt/storage/v2023_05_01/operations/_queue_operations.py +11 -20
- azure/mgmt/storage/v2023_05_01/operations/_queue_services_operations.py +9 -15
- azure/mgmt/storage/v2023_05_01/operations/_skus_operations.py +4 -9
- azure/mgmt/storage/v2023_05_01/operations/_storage_accounts_operations.py +118 -92
- azure/mgmt/storage/v2023_05_01/operations/_storage_task_assignment_instances_report_operations.py +9 -13
- azure/mgmt/storage/v2023_05_01/operations/_storage_task_assignments_instances_report_operations.py +9 -13
- azure/mgmt/storage/v2023_05_01/operations/_storage_task_assignments_operations.py +56 -47
- azure/mgmt/storage/v2023_05_01/operations/_table_operations.py +11 -20
- azure/mgmt/storage/v2023_05_01/operations/_table_services_operations.py +9 -15
- azure/mgmt/storage/v2023_05_01/operations/_usages_operations.py +4 -9
- azure/mgmt/storage/v2023_05_01/py.typed +1 -0
- {azure_mgmt_storage-21.2.0.dist-info → azure_mgmt_storage-22.0.0.dist-info}/METADATA +19 -4
- azure_mgmt_storage-22.0.0.dist-info/RECORD +183 -0
- {azure_mgmt_storage-21.2.0.dist-info → azure_mgmt_storage-22.0.0.dist-info}/WHEEL +1 -1
- azure/mgmt/storage/v2015_06_15/__init__.py +0 -26
- azure/mgmt/storage/v2015_06_15/_configuration.py +0 -66
- azure/mgmt/storage/v2015_06_15/_patch.py +0 -32
- azure/mgmt/storage/v2015_06_15/_storage_management.py +0 -115
- azure/mgmt/storage/v2015_06_15/_vendor.py +0 -16
- azure/mgmt/storage/v2015_06_15/_version.py +0 -9
- azure/mgmt/storage/v2015_06_15/aio/__init__.py +0 -23
- azure/mgmt/storage/v2015_06_15/aio/_configuration.py +0 -66
- azure/mgmt/storage/v2015_06_15/aio/_patch.py +0 -32
- azure/mgmt/storage/v2015_06_15/aio/_storage_management.py +0 -118
- azure/mgmt/storage/v2015_06_15/aio/operations/__init__.py +0 -21
- azure/mgmt/storage/v2015_06_15/aio/operations/_patch.py +0 -20
- azure/mgmt/storage/v2015_06_15/aio/operations/_storage_accounts_operations.py +0 -1030
- azure/mgmt/storage/v2015_06_15/aio/operations/_usage_operations.py +0 -135
- azure/mgmt/storage/v2015_06_15/models/__init__.py +0 -55
- azure/mgmt/storage/v2015_06_15/models/_models_py3.py +0 -660
- azure/mgmt/storage/v2015_06_15/models/_patch.py +0 -20
- azure/mgmt/storage/v2015_06_15/models/_storage_management_enums.py +0 -59
- azure/mgmt/storage/v2015_06_15/operations/__init__.py +0 -21
- azure/mgmt/storage/v2015_06_15/operations/_patch.py +0 -20
- azure/mgmt/storage/v2015_06_15/operations/_storage_accounts_operations.py +0 -1297
- azure/mgmt/storage/v2015_06_15/operations/_usage_operations.py +0 -162
- azure/mgmt/storage/v2016_01_01/_vendor.py +0 -16
- azure/mgmt/storage/v2016_12_01/__init__.py +0 -26
- azure/mgmt/storage/v2016_12_01/_configuration.py +0 -66
- azure/mgmt/storage/v2016_12_01/_patch.py +0 -32
- azure/mgmt/storage/v2016_12_01/_storage_management.py +0 -115
- azure/mgmt/storage/v2016_12_01/_vendor.py +0 -16
- azure/mgmt/storage/v2016_12_01/_version.py +0 -9
- azure/mgmt/storage/v2016_12_01/aio/__init__.py +0 -23
- azure/mgmt/storage/v2016_12_01/aio/_configuration.py +0 -66
- azure/mgmt/storage/v2016_12_01/aio/_patch.py +0 -32
- azure/mgmt/storage/v2016_12_01/aio/_storage_management.py +0 -118
- azure/mgmt/storage/v2016_12_01/aio/operations/__init__.py +0 -21
- azure/mgmt/storage/v2016_12_01/aio/operations/_patch.py +0 -20
- azure/mgmt/storage/v2016_12_01/aio/operations/_storage_accounts_operations.py +0 -1310
- azure/mgmt/storage/v2016_12_01/aio/operations/_usage_operations.py +0 -135
- azure/mgmt/storage/v2016_12_01/models/__init__.py +0 -97
- azure/mgmt/storage/v2016_12_01/models/_models_py3.py +0 -1210
- azure/mgmt/storage/v2016_12_01/models/_patch.py +0 -20
- azure/mgmt/storage/v2016_12_01/models/_storage_management_enums.py +0 -169
- azure/mgmt/storage/v2016_12_01/operations/__init__.py +0 -21
- azure/mgmt/storage/v2016_12_01/operations/_patch.py +0 -20
- azure/mgmt/storage/v2016_12_01/operations/_storage_accounts_operations.py +0 -1647
- azure/mgmt/storage/v2016_12_01/operations/_usage_operations.py +0 -162
- azure/mgmt/storage/v2017_06_01/__init__.py +0 -26
- azure/mgmt/storage/v2017_06_01/_configuration.py +0 -66
- azure/mgmt/storage/v2017_06_01/_patch.py +0 -32
- azure/mgmt/storage/v2017_06_01/_storage_management.py +0 -121
- azure/mgmt/storage/v2017_06_01/_vendor.py +0 -16
- azure/mgmt/storage/v2017_06_01/_version.py +0 -9
- azure/mgmt/storage/v2017_06_01/aio/__init__.py +0 -23
- azure/mgmt/storage/v2017_06_01/aio/_configuration.py +0 -66
- azure/mgmt/storage/v2017_06_01/aio/_patch.py +0 -32
- azure/mgmt/storage/v2017_06_01/aio/_storage_management.py +0 -124
- azure/mgmt/storage/v2017_06_01/aio/operations/__init__.py +0 -25
- azure/mgmt/storage/v2017_06_01/aio/operations/_operations.py +0 -135
- azure/mgmt/storage/v2017_06_01/aio/operations/_patch.py +0 -20
- azure/mgmt/storage/v2017_06_01/aio/operations/_skus_operations.py +0 -135
- azure/mgmt/storage/v2017_06_01/aio/operations/_storage_accounts_operations.py +0 -1310
- azure/mgmt/storage/v2017_06_01/aio/operations/_usage_operations.py +0 -135
- azure/mgmt/storage/v2017_06_01/models/__init__.py +0 -129
- azure/mgmt/storage/v2017_06_01/models/_models_py3.py +0 -1843
- azure/mgmt/storage/v2017_06_01/models/_patch.py +0 -20
- azure/mgmt/storage/v2017_06_01/models/_storage_management_enums.py +0 -191
- azure/mgmt/storage/v2017_06_01/operations/__init__.py +0 -25
- azure/mgmt/storage/v2017_06_01/operations/_operations.py +0 -156
- azure/mgmt/storage/v2017_06_01/operations/_patch.py +0 -20
- azure/mgmt/storage/v2017_06_01/operations/_skus_operations.py +0 -162
- azure/mgmt/storage/v2017_06_01/operations/_storage_accounts_operations.py +0 -1647
- azure/mgmt/storage/v2017_06_01/operations/_usage_operations.py +0 -162
- azure/mgmt/storage/v2017_10_01/_vendor.py +0 -16
- azure/mgmt/storage/v2018_02_01/__init__.py +0 -26
- azure/mgmt/storage/v2018_02_01/_configuration.py +0 -65
- azure/mgmt/storage/v2018_02_01/_patch.py +0 -32
- azure/mgmt/storage/v2018_02_01/_storage_management_client.py +0 -127
- azure/mgmt/storage/v2018_02_01/_vendor.py +0 -16
- azure/mgmt/storage/v2018_02_01/_version.py +0 -9
- azure/mgmt/storage/v2018_02_01/aio/__init__.py +0 -23
- azure/mgmt/storage/v2018_02_01/aio/_configuration.py +0 -65
- azure/mgmt/storage/v2018_02_01/aio/_patch.py +0 -32
- azure/mgmt/storage/v2018_02_01/aio/_storage_management_client.py +0 -131
- azure/mgmt/storage/v2018_02_01/aio/operations/__init__.py +0 -27
- azure/mgmt/storage/v2018_02_01/aio/operations/_blob_containers_operations.py +0 -1692
- azure/mgmt/storage/v2018_02_01/aio/operations/_operations.py +0 -135
- azure/mgmt/storage/v2018_02_01/aio/operations/_patch.py +0 -20
- azure/mgmt/storage/v2018_02_01/aio/operations/_skus_operations.py +0 -135
- azure/mgmt/storage/v2018_02_01/aio/operations/_storage_accounts_operations.py +0 -1310
- azure/mgmt/storage/v2018_02_01/aio/operations/_usage_operations.py +0 -215
- azure/mgmt/storage/v2018_02_01/models/__init__.py +0 -171
- azure/mgmt/storage/v2018_02_01/models/_models_py3.py +0 -2556
- azure/mgmt/storage/v2018_02_01/models/_patch.py +0 -20
- azure/mgmt/storage/v2018_02_01/models/_storage_management_client_enums.py +0 -259
- azure/mgmt/storage/v2018_02_01/operations/__init__.py +0 -27
- azure/mgmt/storage/v2018_02_01/operations/_blob_containers_operations.py +0 -2178
- azure/mgmt/storage/v2018_02_01/operations/_operations.py +0 -156
- azure/mgmt/storage/v2018_02_01/operations/_patch.py +0 -20
- azure/mgmt/storage/v2018_02_01/operations/_skus_operations.py +0 -162
- azure/mgmt/storage/v2018_02_01/operations/_storage_accounts_operations.py +0 -1647
- azure/mgmt/storage/v2018_02_01/operations/_usage_operations.py +0 -269
- azure/mgmt/storage/v2018_03_01_preview/__init__.py +0 -26
- azure/mgmt/storage/v2018_03_01_preview/_configuration.py +0 -65
- azure/mgmt/storage/v2018_03_01_preview/_patch.py +0 -32
- azure/mgmt/storage/v2018_03_01_preview/_storage_management_client.py +0 -146
- azure/mgmt/storage/v2018_03_01_preview/_vendor.py +0 -16
- azure/mgmt/storage/v2018_03_01_preview/_version.py +0 -9
- azure/mgmt/storage/v2018_03_01_preview/aio/__init__.py +0 -23
- azure/mgmt/storage/v2018_03_01_preview/aio/_configuration.py +0 -65
- azure/mgmt/storage/v2018_03_01_preview/aio/_patch.py +0 -32
- azure/mgmt/storage/v2018_03_01_preview/aio/_storage_management_client.py +0 -148
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/__init__.py +0 -29
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/_blob_containers_operations.py +0 -1721
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/_management_policies_operations.py +0 -357
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/_operations.py +0 -137
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/_patch.py +0 -20
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/_skus_operations.py +0 -138
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/_storage_accounts_operations.py +0 -1635
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/_usages_operations.py +0 -221
- azure/mgmt/storage/v2018_03_01_preview/models/__init__.py +0 -181
- azure/mgmt/storage/v2018_03_01_preview/models/_models_py3.py +0 -2699
- azure/mgmt/storage/v2018_03_01_preview/models/_patch.py +0 -20
- azure/mgmt/storage/v2018_03_01_preview/models/_storage_management_client_enums.py +0 -265
- azure/mgmt/storage/v2018_03_01_preview/operations/__init__.py +0 -29
- azure/mgmt/storage/v2018_03_01_preview/operations/_blob_containers_operations.py +0 -2207
- azure/mgmt/storage/v2018_03_01_preview/operations/_management_policies_operations.py +0 -467
- azure/mgmt/storage/v2018_03_01_preview/operations/_operations.py +0 -158
- azure/mgmt/storage/v2018_03_01_preview/operations/_patch.py +0 -20
- azure/mgmt/storage/v2018_03_01_preview/operations/_skus_operations.py +0 -164
- azure/mgmt/storage/v2018_03_01_preview/operations/_storage_accounts_operations.py +0 -2085
- azure/mgmt/storage/v2018_03_01_preview/operations/_usages_operations.py +0 -273
- azure/mgmt/storage/v2018_07_01/__init__.py +0 -26
- azure/mgmt/storage/v2018_07_01/_configuration.py +0 -65
- azure/mgmt/storage/v2018_07_01/_patch.py +0 -32
- azure/mgmt/storage/v2018_07_01/_storage_management_client.py +0 -139
- azure/mgmt/storage/v2018_07_01/_vendor.py +0 -16
- azure/mgmt/storage/v2018_07_01/_version.py +0 -9
- azure/mgmt/storage/v2018_07_01/aio/__init__.py +0 -23
- azure/mgmt/storage/v2018_07_01/aio/_configuration.py +0 -65
- azure/mgmt/storage/v2018_07_01/aio/_patch.py +0 -32
- azure/mgmt/storage/v2018_07_01/aio/_storage_management_client.py +0 -143
- azure/mgmt/storage/v2018_07_01/aio/operations/__init__.py +0 -29
- azure/mgmt/storage/v2018_07_01/aio/operations/_blob_containers_operations.py +0 -1692
- azure/mgmt/storage/v2018_07_01/aio/operations/_blob_services_operations.py +0 -282
- azure/mgmt/storage/v2018_07_01/aio/operations/_operations.py +0 -135
- azure/mgmt/storage/v2018_07_01/aio/operations/_patch.py +0 -20
- azure/mgmt/storage/v2018_07_01/aio/operations/_skus_operations.py +0 -135
- azure/mgmt/storage/v2018_07_01/aio/operations/_storage_accounts_operations.py +0 -1420
- azure/mgmt/storage/v2018_07_01/aio/operations/_usages_operations.py +0 -139
- azure/mgmt/storage/v2018_07_01/models/__init__.py +0 -185
- azure/mgmt/storage/v2018_07_01/models/_models_py3.py +0 -2838
- azure/mgmt/storage/v2018_07_01/models/_patch.py +0 -20
- azure/mgmt/storage/v2018_07_01/models/_storage_management_client_enums.py +0 -287
- azure/mgmt/storage/v2018_07_01/operations/__init__.py +0 -29
- azure/mgmt/storage/v2018_07_01/operations/_blob_containers_operations.py +0 -2178
- azure/mgmt/storage/v2018_07_01/operations/_blob_services_operations.py +0 -361
- azure/mgmt/storage/v2018_07_01/operations/_operations.py +0 -156
- azure/mgmt/storage/v2018_07_01/operations/_patch.py +0 -20
- azure/mgmt/storage/v2018_07_01/operations/_skus_operations.py +0 -162
- azure/mgmt/storage/v2018_07_01/operations/_storage_accounts_operations.py +0 -1792
- azure/mgmt/storage/v2018_07_01/operations/_usages_operations.py +0 -169
- azure/mgmt/storage/v2018_11_01/__init__.py +0 -26
- azure/mgmt/storage/v2018_11_01/_configuration.py +0 -65
- azure/mgmt/storage/v2018_11_01/_patch.py +0 -32
- azure/mgmt/storage/v2018_11_01/_storage_management_client.py +0 -146
- azure/mgmt/storage/v2018_11_01/_vendor.py +0 -16
- azure/mgmt/storage/v2018_11_01/_version.py +0 -9
- azure/mgmt/storage/v2018_11_01/aio/__init__.py +0 -23
- azure/mgmt/storage/v2018_11_01/aio/_configuration.py +0 -65
- azure/mgmt/storage/v2018_11_01/aio/_patch.py +0 -32
- azure/mgmt/storage/v2018_11_01/aio/_storage_management_client.py +0 -150
- azure/mgmt/storage/v2018_11_01/aio/operations/__init__.py +0 -31
- azure/mgmt/storage/v2018_11_01/aio/operations/_blob_containers_operations.py +0 -1696
- azure/mgmt/storage/v2018_11_01/aio/operations/_blob_services_operations.py +0 -282
- azure/mgmt/storage/v2018_11_01/aio/operations/_management_policies_operations.py +0 -349
- azure/mgmt/storage/v2018_11_01/aio/operations/_operations.py +0 -135
- azure/mgmt/storage/v2018_11_01/aio/operations/_patch.py +0 -20
- azure/mgmt/storage/v2018_11_01/aio/operations/_skus_operations.py +0 -135
- azure/mgmt/storage/v2018_11_01/aio/operations/_storage_accounts_operations.py +0 -1477
- azure/mgmt/storage/v2018_11_01/aio/operations/_usages_operations.py +0 -139
- azure/mgmt/storage/v2018_11_01/models/__init__.py +0 -209
- azure/mgmt/storage/v2018_11_01/models/_models_py3.py +0 -3194
- azure/mgmt/storage/v2018_11_01/models/_patch.py +0 -20
- azure/mgmt/storage/v2018_11_01/models/_storage_management_client_enums.py +0 -299
- azure/mgmt/storage/v2018_11_01/operations/__init__.py +0 -31
- azure/mgmt/storage/v2018_11_01/operations/_blob_containers_operations.py +0 -2182
- azure/mgmt/storage/v2018_11_01/operations/_blob_services_operations.py +0 -361
- azure/mgmt/storage/v2018_11_01/operations/_management_policies_operations.py +0 -459
- azure/mgmt/storage/v2018_11_01/operations/_operations.py +0 -156
- azure/mgmt/storage/v2018_11_01/operations/_patch.py +0 -20
- azure/mgmt/storage/v2018_11_01/operations/_skus_operations.py +0 -162
- azure/mgmt/storage/v2018_11_01/operations/_storage_accounts_operations.py +0 -1875
- azure/mgmt/storage/v2018_11_01/operations/_usages_operations.py +0 -169
- azure/mgmt/storage/v2019_04_01/__init__.py +0 -26
- azure/mgmt/storage/v2019_04_01/_configuration.py +0 -65
- azure/mgmt/storage/v2019_04_01/_patch.py +0 -32
- azure/mgmt/storage/v2019_04_01/_storage_management_client.py +0 -158
- azure/mgmt/storage/v2019_04_01/_vendor.py +0 -16
- azure/mgmt/storage/v2019_04_01/_version.py +0 -9
- azure/mgmt/storage/v2019_04_01/aio/__init__.py +0 -23
- azure/mgmt/storage/v2019_04_01/aio/_configuration.py +0 -65
- azure/mgmt/storage/v2019_04_01/aio/_patch.py +0 -32
- azure/mgmt/storage/v2019_04_01/aio/_storage_management_client.py +0 -162
- azure/mgmt/storage/v2019_04_01/aio/operations/__init__.py +0 -35
- azure/mgmt/storage/v2019_04_01/aio/operations/_blob_containers_operations.py +0 -1746
- azure/mgmt/storage/v2019_04_01/aio/operations/_blob_services_operations.py +0 -375
- azure/mgmt/storage/v2019_04_01/aio/operations/_file_services_operations.py +0 -341
- azure/mgmt/storage/v2019_04_01/aio/operations/_file_shares_operations.py +0 -625
- azure/mgmt/storage/v2019_04_01/aio/operations/_management_policies_operations.py +0 -349
- azure/mgmt/storage/v2019_04_01/aio/operations/_operations.py +0 -135
- azure/mgmt/storage/v2019_04_01/aio/operations/_patch.py +0 -20
- azure/mgmt/storage/v2019_04_01/aio/operations/_skus_operations.py +0 -135
- azure/mgmt/storage/v2019_04_01/aio/operations/_storage_accounts_operations.py +0 -1483
- azure/mgmt/storage/v2019_04_01/aio/operations/_usages_operations.py +0 -139
- azure/mgmt/storage/v2019_04_01/models/__init__.py +0 -235
- azure/mgmt/storage/v2019_04_01/models/_models_py3.py +0 -3799
- azure/mgmt/storage/v2019_04_01/models/_patch.py +0 -20
- azure/mgmt/storage/v2019_04_01/models/_storage_management_client_enums.py +0 -326
- azure/mgmt/storage/v2019_04_01/operations/__init__.py +0 -35
- azure/mgmt/storage/v2019_04_01/operations/_blob_containers_operations.py +0 -2245
- azure/mgmt/storage/v2019_04_01/operations/_blob_services_operations.py +0 -483
- azure/mgmt/storage/v2019_04_01/operations/_file_services_operations.py +0 -450
- azure/mgmt/storage/v2019_04_01/operations/_file_shares_operations.py +0 -806
- azure/mgmt/storage/v2019_04_01/operations/_management_policies_operations.py +0 -459
- azure/mgmt/storage/v2019_04_01/operations/_operations.py +0 -156
- azure/mgmt/storage/v2019_04_01/operations/_patch.py +0 -20
- azure/mgmt/storage/v2019_04_01/operations/_skus_operations.py +0 -162
- azure/mgmt/storage/v2019_04_01/operations/_storage_accounts_operations.py +0 -1888
- azure/mgmt/storage/v2019_04_01/operations/_usages_operations.py +0 -169
- azure/mgmt/storage/v2019_06_01/_vendor.py +0 -16
- azure/mgmt/storage/v2020_08_01_preview/__init__.py +0 -26
- azure/mgmt/storage/v2020_08_01_preview/_configuration.py +0 -65
- azure/mgmt/storage/v2020_08_01_preview/_patch.py +0 -32
- azure/mgmt/storage/v2020_08_01_preview/_storage_management_client.py +0 -234
- azure/mgmt/storage/v2020_08_01_preview/_vendor.py +0 -16
- azure/mgmt/storage/v2020_08_01_preview/_version.py +0 -9
- azure/mgmt/storage/v2020_08_01_preview/aio/__init__.py +0 -23
- azure/mgmt/storage/v2020_08_01_preview/aio/_configuration.py +0 -65
- azure/mgmt/storage/v2020_08_01_preview/aio/_patch.py +0 -32
- azure/mgmt/storage/v2020_08_01_preview/aio/_storage_management_client.py +0 -237
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/__init__.py +0 -55
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_blob_containers_operations.py +0 -1776
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_blob_inventory_policies_operations.py +0 -454
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_blob_services_operations.py +0 -382
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_deleted_accounts_operations.py +0 -198
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_encryption_scopes_operations.py +0 -560
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_file_services_operations.py +0 -348
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_file_shares_operations.py +0 -825
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_management_policies_operations.py +0 -355
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_object_replication_policies_operations.py +0 -445
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_operations.py +0 -137
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_patch.py +0 -20
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_private_endpoint_connections_operations.py +0 -441
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_private_link_resources_operations.py +0 -119
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_queue_operations.py +0 -618
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_queue_services_operations.py +0 -348
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_skus_operations.py +0 -138
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_storage_accounts_operations.py +0 -1725
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_table_operations.py +0 -416
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_table_services_operations.py +0 -348
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_usages_operations.py +0 -142
- azure/mgmt/storage/v2020_08_01_preview/models/__init__.py +0 -373
- azure/mgmt/storage/v2020_08_01_preview/models/_models_py3.py +0 -6344
- azure/mgmt/storage/v2020_08_01_preview/models/_patch.py +0 -20
- azure/mgmt/storage/v2020_08_01_preview/models/_storage_management_client_enums.py +0 -468
- azure/mgmt/storage/v2020_08_01_preview/operations/__init__.py +0 -55
- azure/mgmt/storage/v2020_08_01_preview/operations/_blob_containers_operations.py +0 -2276
- azure/mgmt/storage/v2020_08_01_preview/operations/_blob_inventory_policies_operations.py +0 -599
- azure/mgmt/storage/v2020_08_01_preview/operations/_blob_services_operations.py +0 -490
- azure/mgmt/storage/v2020_08_01_preview/operations/_deleted_accounts_operations.py +0 -255
- azure/mgmt/storage/v2020_08_01_preview/operations/_encryption_scopes_operations.py +0 -700
- azure/mgmt/storage/v2020_08_01_preview/operations/_file_services_operations.py +0 -457
- azure/mgmt/storage/v2020_08_01_preview/operations/_file_shares_operations.py +0 -1072
- azure/mgmt/storage/v2020_08_01_preview/operations/_management_policies_operations.py +0 -465
- azure/mgmt/storage/v2020_08_01_preview/operations/_object_replication_policies_operations.py +0 -584
- azure/mgmt/storage/v2020_08_01_preview/operations/_operations.py +0 -158
- azure/mgmt/storage/v2020_08_01_preview/operations/_patch.py +0 -20
- azure/mgmt/storage/v2020_08_01_preview/operations/_private_endpoint_connections_operations.py +0 -592
- azure/mgmt/storage/v2020_08_01_preview/operations/_private_link_resources_operations.py +0 -155
- azure/mgmt/storage/v2020_08_01_preview/operations/_queue_operations.py +0 -824
- azure/mgmt/storage/v2020_08_01_preview/operations/_queue_services_operations.py +0 -457
- azure/mgmt/storage/v2020_08_01_preview/operations/_skus_operations.py +0 -165
- azure/mgmt/storage/v2020_08_01_preview/operations/_storage_accounts_operations.py +0 -2170
- azure/mgmt/storage/v2020_08_01_preview/operations/_table_operations.py +0 -582
- azure/mgmt/storage/v2020_08_01_preview/operations/_table_services_operations.py +0 -457
- azure/mgmt/storage/v2020_08_01_preview/operations/_usages_operations.py +0 -171
- azure/mgmt/storage/v2021_01_01/__init__.py +0 -26
- azure/mgmt/storage/v2021_01_01/_configuration.py +0 -65
- azure/mgmt/storage/v2021_01_01/_patch.py +0 -32
- azure/mgmt/storage/v2021_01_01/_storage_management_client.py +0 -219
- azure/mgmt/storage/v2021_01_01/_vendor.py +0 -16
- azure/mgmt/storage/v2021_01_01/_version.py +0 -9
- azure/mgmt/storage/v2021_01_01/aio/__init__.py +0 -23
- azure/mgmt/storage/v2021_01_01/aio/_configuration.py +0 -65
- azure/mgmt/storage/v2021_01_01/aio/_patch.py +0 -32
- azure/mgmt/storage/v2021_01_01/aio/_storage_management_client.py +0 -224
- azure/mgmt/storage/v2021_01_01/aio/operations/__init__.py +0 -55
- azure/mgmt/storage/v2021_01_01/aio/operations/_blob_containers_operations.py +0 -1747
- azure/mgmt/storage/v2021_01_01/aio/operations/_blob_inventory_policies_operations.py +0 -445
- azure/mgmt/storage/v2021_01_01/aio/operations/_blob_services_operations.py +0 -375
- azure/mgmt/storage/v2021_01_01/aio/operations/_deleted_accounts_operations.py +0 -194
- azure/mgmt/storage/v2021_01_01/aio/operations/_encryption_scopes_operations.py +0 -550
- azure/mgmt/storage/v2021_01_01/aio/operations/_file_services_operations.py +0 -341
- azure/mgmt/storage/v2021_01_01/aio/operations/_file_shares_operations.py +0 -810
- azure/mgmt/storage/v2021_01_01/aio/operations/_management_policies_operations.py +0 -349
- azure/mgmt/storage/v2021_01_01/aio/operations/_object_replication_policies_operations.py +0 -436
- azure/mgmt/storage/v2021_01_01/aio/operations/_operations.py +0 -135
- azure/mgmt/storage/v2021_01_01/aio/operations/_patch.py +0 -20
- azure/mgmt/storage/v2021_01_01/aio/operations/_private_endpoint_connections_operations.py +0 -432
- azure/mgmt/storage/v2021_01_01/aio/operations/_private_link_resources_operations.py +0 -117
- azure/mgmt/storage/v2021_01_01/aio/operations/_queue_operations.py +0 -608
- azure/mgmt/storage/v2021_01_01/aio/operations/_queue_services_operations.py +0 -341
- azure/mgmt/storage/v2021_01_01/aio/operations/_skus_operations.py +0 -136
- azure/mgmt/storage/v2021_01_01/aio/operations/_storage_accounts_operations.py +0 -1687
- azure/mgmt/storage/v2021_01_01/aio/operations/_table_operations.py +0 -405
- azure/mgmt/storage/v2021_01_01/aio/operations/_table_services_operations.py +0 -341
- azure/mgmt/storage/v2021_01_01/aio/operations/_usages_operations.py +0 -139
- azure/mgmt/storage/v2021_01_01/models/__init__.py +0 -381
- azure/mgmt/storage/v2021_01_01/models/_models_py3.py +0 -6465
- azure/mgmt/storage/v2021_01_01/models/_patch.py +0 -20
- azure/mgmt/storage/v2021_01_01/models/_storage_management_client_enums.py +0 -483
- azure/mgmt/storage/v2021_01_01/operations/__init__.py +0 -55
- azure/mgmt/storage/v2021_01_01/operations/_blob_containers_operations.py +0 -2246
- azure/mgmt/storage/v2021_01_01/operations/_blob_inventory_policies_operations.py +0 -590
- azure/mgmt/storage/v2021_01_01/operations/_blob_services_operations.py +0 -483
- azure/mgmt/storage/v2021_01_01/operations/_deleted_accounts_operations.py +0 -250
- azure/mgmt/storage/v2021_01_01/operations/_encryption_scopes_operations.py +0 -689
- azure/mgmt/storage/v2021_01_01/operations/_file_services_operations.py +0 -450
- azure/mgmt/storage/v2021_01_01/operations/_file_shares_operations.py +0 -1056
- azure/mgmt/storage/v2021_01_01/operations/_management_policies_operations.py +0 -459
- azure/mgmt/storage/v2021_01_01/operations/_object_replication_policies_operations.py +0 -575
- azure/mgmt/storage/v2021_01_01/operations/_operations.py +0 -156
- azure/mgmt/storage/v2021_01_01/operations/_patch.py +0 -20
- azure/mgmt/storage/v2021_01_01/operations/_private_endpoint_connections_operations.py +0 -583
- azure/mgmt/storage/v2021_01_01/operations/_private_link_resources_operations.py +0 -153
- azure/mgmt/storage/v2021_01_01/operations/_queue_operations.py +0 -814
- azure/mgmt/storage/v2021_01_01/operations/_queue_services_operations.py +0 -450
- azure/mgmt/storage/v2021_01_01/operations/_skus_operations.py +0 -162
- azure/mgmt/storage/v2021_01_01/operations/_storage_accounts_operations.py +0 -2124
- azure/mgmt/storage/v2021_01_01/operations/_table_operations.py +0 -572
- azure/mgmt/storage/v2021_01_01/operations/_table_services_operations.py +0 -450
- azure/mgmt/storage/v2021_01_01/operations/_usages_operations.py +0 -169
- azure/mgmt/storage/v2021_02_01/__init__.py +0 -26
- azure/mgmt/storage/v2021_02_01/_configuration.py +0 -65
- azure/mgmt/storage/v2021_02_01/_patch.py +0 -32
- azure/mgmt/storage/v2021_02_01/_storage_management_client.py +0 -219
- azure/mgmt/storage/v2021_02_01/_vendor.py +0 -16
- azure/mgmt/storage/v2021_02_01/_version.py +0 -9
- azure/mgmt/storage/v2021_02_01/aio/__init__.py +0 -23
- azure/mgmt/storage/v2021_02_01/aio/_configuration.py +0 -65
- azure/mgmt/storage/v2021_02_01/aio/_patch.py +0 -32
- azure/mgmt/storage/v2021_02_01/aio/_storage_management_client.py +0 -224
- azure/mgmt/storage/v2021_02_01/aio/operations/__init__.py +0 -55
- azure/mgmt/storage/v2021_02_01/aio/operations/_blob_containers_operations.py +0 -1747
- azure/mgmt/storage/v2021_02_01/aio/operations/_blob_inventory_policies_operations.py +0 -445
- azure/mgmt/storage/v2021_02_01/aio/operations/_blob_services_operations.py +0 -375
- azure/mgmt/storage/v2021_02_01/aio/operations/_deleted_accounts_operations.py +0 -194
- azure/mgmt/storage/v2021_02_01/aio/operations/_encryption_scopes_operations.py +0 -550
- azure/mgmt/storage/v2021_02_01/aio/operations/_file_services_operations.py +0 -341
- azure/mgmt/storage/v2021_02_01/aio/operations/_file_shares_operations.py +0 -810
- azure/mgmt/storage/v2021_02_01/aio/operations/_management_policies_operations.py +0 -349
- azure/mgmt/storage/v2021_02_01/aio/operations/_object_replication_policies_operations.py +0 -436
- azure/mgmt/storage/v2021_02_01/aio/operations/_operations.py +0 -135
- azure/mgmt/storage/v2021_02_01/aio/operations/_patch.py +0 -20
- azure/mgmt/storage/v2021_02_01/aio/operations/_private_endpoint_connections_operations.py +0 -432
- azure/mgmt/storage/v2021_02_01/aio/operations/_private_link_resources_operations.py +0 -117
- azure/mgmt/storage/v2021_02_01/aio/operations/_queue_operations.py +0 -608
- azure/mgmt/storage/v2021_02_01/aio/operations/_queue_services_operations.py +0 -341
- azure/mgmt/storage/v2021_02_01/aio/operations/_skus_operations.py +0 -136
- azure/mgmt/storage/v2021_02_01/aio/operations/_storage_accounts_operations.py +0 -1687
- azure/mgmt/storage/v2021_02_01/aio/operations/_table_operations.py +0 -405
- azure/mgmt/storage/v2021_02_01/aio/operations/_table_services_operations.py +0 -341
- azure/mgmt/storage/v2021_02_01/aio/operations/_usages_operations.py +0 -139
- azure/mgmt/storage/v2021_02_01/models/__init__.py +0 -389
- azure/mgmt/storage/v2021_02_01/models/_models_py3.py +0 -6606
- azure/mgmt/storage/v2021_02_01/models/_patch.py +0 -20
- azure/mgmt/storage/v2021_02_01/models/_storage_management_client_enums.py +0 -489
- azure/mgmt/storage/v2021_02_01/operations/__init__.py +0 -55
- azure/mgmt/storage/v2021_02_01/operations/_blob_containers_operations.py +0 -2246
- azure/mgmt/storage/v2021_02_01/operations/_blob_inventory_policies_operations.py +0 -590
- azure/mgmt/storage/v2021_02_01/operations/_blob_services_operations.py +0 -483
- azure/mgmt/storage/v2021_02_01/operations/_deleted_accounts_operations.py +0 -250
- azure/mgmt/storage/v2021_02_01/operations/_encryption_scopes_operations.py +0 -689
- azure/mgmt/storage/v2021_02_01/operations/_file_services_operations.py +0 -450
- azure/mgmt/storage/v2021_02_01/operations/_file_shares_operations.py +0 -1056
- azure/mgmt/storage/v2021_02_01/operations/_management_policies_operations.py +0 -459
- azure/mgmt/storage/v2021_02_01/operations/_object_replication_policies_operations.py +0 -575
- azure/mgmt/storage/v2021_02_01/operations/_operations.py +0 -156
- azure/mgmt/storage/v2021_02_01/operations/_patch.py +0 -20
- azure/mgmt/storage/v2021_02_01/operations/_private_endpoint_connections_operations.py +0 -583
- azure/mgmt/storage/v2021_02_01/operations/_private_link_resources_operations.py +0 -153
- azure/mgmt/storage/v2021_02_01/operations/_queue_operations.py +0 -814
- azure/mgmt/storage/v2021_02_01/operations/_queue_services_operations.py +0 -450
- azure/mgmt/storage/v2021_02_01/operations/_skus_operations.py +0 -162
- azure/mgmt/storage/v2021_02_01/operations/_storage_accounts_operations.py +0 -2124
- azure/mgmt/storage/v2021_02_01/operations/_table_operations.py +0 -572
- azure/mgmt/storage/v2021_02_01/operations/_table_services_operations.py +0 -450
- azure/mgmt/storage/v2021_02_01/operations/_usages_operations.py +0 -169
- azure/mgmt/storage/v2021_04_01/__init__.py +0 -26
- azure/mgmt/storage/v2021_04_01/_configuration.py +0 -65
- azure/mgmt/storage/v2021_04_01/_patch.py +0 -32
- azure/mgmt/storage/v2021_04_01/_storage_management_client.py +0 -219
- azure/mgmt/storage/v2021_04_01/_vendor.py +0 -16
- azure/mgmt/storage/v2021_04_01/_version.py +0 -9
- azure/mgmt/storage/v2021_04_01/aio/__init__.py +0 -23
- azure/mgmt/storage/v2021_04_01/aio/_configuration.py +0 -65
- azure/mgmt/storage/v2021_04_01/aio/_patch.py +0 -32
- azure/mgmt/storage/v2021_04_01/aio/_storage_management_client.py +0 -224
- azure/mgmt/storage/v2021_04_01/aio/operations/__init__.py +0 -55
- azure/mgmt/storage/v2021_04_01/aio/operations/_blob_containers_operations.py +0 -1860
- azure/mgmt/storage/v2021_04_01/aio/operations/_blob_inventory_policies_operations.py +0 -445
- azure/mgmt/storage/v2021_04_01/aio/operations/_blob_services_operations.py +0 -375
- azure/mgmt/storage/v2021_04_01/aio/operations/_deleted_accounts_operations.py +0 -194
- azure/mgmt/storage/v2021_04_01/aio/operations/_encryption_scopes_operations.py +0 -550
- azure/mgmt/storage/v2021_04_01/aio/operations/_file_services_operations.py +0 -344
- azure/mgmt/storage/v2021_04_01/aio/operations/_file_shares_operations.py +0 -1010
- azure/mgmt/storage/v2021_04_01/aio/operations/_management_policies_operations.py +0 -349
- azure/mgmt/storage/v2021_04_01/aio/operations/_object_replication_policies_operations.py +0 -446
- azure/mgmt/storage/v2021_04_01/aio/operations/_operations.py +0 -135
- azure/mgmt/storage/v2021_04_01/aio/operations/_patch.py +0 -20
- azure/mgmt/storage/v2021_04_01/aio/operations/_private_endpoint_connections_operations.py +0 -432
- azure/mgmt/storage/v2021_04_01/aio/operations/_private_link_resources_operations.py +0 -117
- azure/mgmt/storage/v2021_04_01/aio/operations/_queue_operations.py +0 -613
- azure/mgmt/storage/v2021_04_01/aio/operations/_queue_services_operations.py +0 -344
- azure/mgmt/storage/v2021_04_01/aio/operations/_skus_operations.py +0 -136
- azure/mgmt/storage/v2021_04_01/aio/operations/_storage_accounts_operations.py +0 -1687
- azure/mgmt/storage/v2021_04_01/aio/operations/_table_operations.py +0 -410
- azure/mgmt/storage/v2021_04_01/aio/operations/_table_services_operations.py +0 -344
- azure/mgmt/storage/v2021_04_01/aio/operations/_usages_operations.py +0 -139
- azure/mgmt/storage/v2021_04_01/models/__init__.py +0 -411
- azure/mgmt/storage/v2021_04_01/models/_models_py3.py +0 -7083
- azure/mgmt/storage/v2021_04_01/models/_patch.py +0 -20
- azure/mgmt/storage/v2021_04_01/models/_storage_management_client_enums.py +0 -528
- azure/mgmt/storage/v2021_04_01/operations/__init__.py +0 -55
- azure/mgmt/storage/v2021_04_01/operations/_blob_containers_operations.py +0 -2392
- azure/mgmt/storage/v2021_04_01/operations/_blob_inventory_policies_operations.py +0 -590
- azure/mgmt/storage/v2021_04_01/operations/_blob_services_operations.py +0 -483
- azure/mgmt/storage/v2021_04_01/operations/_deleted_accounts_operations.py +0 -250
- azure/mgmt/storage/v2021_04_01/operations/_encryption_scopes_operations.py +0 -689
- azure/mgmt/storage/v2021_04_01/operations/_file_services_operations.py +0 -453
- azure/mgmt/storage/v2021_04_01/operations/_file_shares_operations.py +0 -1303
- azure/mgmt/storage/v2021_04_01/operations/_management_policies_operations.py +0 -459
- azure/mgmt/storage/v2021_04_01/operations/_object_replication_policies_operations.py +0 -585
- azure/mgmt/storage/v2021_04_01/operations/_operations.py +0 -156
- azure/mgmt/storage/v2021_04_01/operations/_patch.py +0 -20
- azure/mgmt/storage/v2021_04_01/operations/_private_endpoint_connections_operations.py +0 -583
- azure/mgmt/storage/v2021_04_01/operations/_private_link_resources_operations.py +0 -153
- azure/mgmt/storage/v2021_04_01/operations/_queue_operations.py +0 -819
- azure/mgmt/storage/v2021_04_01/operations/_queue_services_operations.py +0 -453
- azure/mgmt/storage/v2021_04_01/operations/_skus_operations.py +0 -162
- azure/mgmt/storage/v2021_04_01/operations/_storage_accounts_operations.py +0 -2124
- azure/mgmt/storage/v2021_04_01/operations/_table_operations.py +0 -577
- azure/mgmt/storage/v2021_04_01/operations/_table_services_operations.py +0 -453
- azure/mgmt/storage/v2021_04_01/operations/_usages_operations.py +0 -169
- azure/mgmt/storage/v2021_06_01/__init__.py +0 -26
- azure/mgmt/storage/v2021_06_01/_configuration.py +0 -65
- azure/mgmt/storage/v2021_06_01/_patch.py +0 -32
- azure/mgmt/storage/v2021_06_01/_storage_management_client.py +0 -219
- azure/mgmt/storage/v2021_06_01/_vendor.py +0 -16
- azure/mgmt/storage/v2021_06_01/_version.py +0 -9
- azure/mgmt/storage/v2021_06_01/aio/__init__.py +0 -23
- azure/mgmt/storage/v2021_06_01/aio/_configuration.py +0 -65
- azure/mgmt/storage/v2021_06_01/aio/_patch.py +0 -32
- azure/mgmt/storage/v2021_06_01/aio/_storage_management_client.py +0 -224
- azure/mgmt/storage/v2021_06_01/aio/operations/__init__.py +0 -55
- azure/mgmt/storage/v2021_06_01/aio/operations/_blob_containers_operations.py +0 -1838
- azure/mgmt/storage/v2021_06_01/aio/operations/_blob_inventory_policies_operations.py +0 -445
- azure/mgmt/storage/v2021_06_01/aio/operations/_blob_services_operations.py +0 -362
- azure/mgmt/storage/v2021_06_01/aio/operations/_deleted_accounts_operations.py +0 -194
- azure/mgmt/storage/v2021_06_01/aio/operations/_encryption_scopes_operations.py +0 -550
- azure/mgmt/storage/v2021_06_01/aio/operations/_file_services_operations.py +0 -331
- azure/mgmt/storage/v2021_06_01/aio/operations/_file_shares_operations.py +0 -1010
- azure/mgmt/storage/v2021_06_01/aio/operations/_management_policies_operations.py +0 -349
- azure/mgmt/storage/v2021_06_01/aio/operations/_object_replication_policies_operations.py +0 -446
- azure/mgmt/storage/v2021_06_01/aio/operations/_operations.py +0 -135
- azure/mgmt/storage/v2021_06_01/aio/operations/_patch.py +0 -20
- azure/mgmt/storage/v2021_06_01/aio/operations/_private_endpoint_connections_operations.py +0 -432
- azure/mgmt/storage/v2021_06_01/aio/operations/_private_link_resources_operations.py +0 -117
- azure/mgmt/storage/v2021_06_01/aio/operations/_queue_operations.py +0 -613
- azure/mgmt/storage/v2021_06_01/aio/operations/_queue_services_operations.py +0 -331
- azure/mgmt/storage/v2021_06_01/aio/operations/_skus_operations.py +0 -136
- azure/mgmt/storage/v2021_06_01/aio/operations/_storage_accounts_operations.py +0 -1898
- azure/mgmt/storage/v2021_06_01/aio/operations/_table_operations.py +0 -410
- azure/mgmt/storage/v2021_06_01/aio/operations/_table_services_operations.py +0 -331
- azure/mgmt/storage/v2021_06_01/aio/operations/_usages_operations.py +0 -139
- azure/mgmt/storage/v2021_06_01/models/__init__.py +0 -419
- azure/mgmt/storage/v2021_06_01/models/_models_py3.py +0 -7467
- azure/mgmt/storage/v2021_06_01/models/_patch.py +0 -20
- azure/mgmt/storage/v2021_06_01/models/_storage_management_client_enums.py +0 -544
- azure/mgmt/storage/v2021_06_01/operations/__init__.py +0 -55
- azure/mgmt/storage/v2021_06_01/operations/_blob_containers_operations.py +0 -2370
- azure/mgmt/storage/v2021_06_01/operations/_blob_inventory_policies_operations.py +0 -590
- azure/mgmt/storage/v2021_06_01/operations/_blob_services_operations.py +0 -464
- azure/mgmt/storage/v2021_06_01/operations/_deleted_accounts_operations.py +0 -250
- azure/mgmt/storage/v2021_06_01/operations/_encryption_scopes_operations.py +0 -689
- azure/mgmt/storage/v2021_06_01/operations/_file_services_operations.py +0 -434
- azure/mgmt/storage/v2021_06_01/operations/_file_shares_operations.py +0 -1303
- azure/mgmt/storage/v2021_06_01/operations/_management_policies_operations.py +0 -459
- azure/mgmt/storage/v2021_06_01/operations/_object_replication_policies_operations.py +0 -585
- azure/mgmt/storage/v2021_06_01/operations/_operations.py +0 -156
- azure/mgmt/storage/v2021_06_01/operations/_patch.py +0 -20
- azure/mgmt/storage/v2021_06_01/operations/_private_endpoint_connections_operations.py +0 -583
- azure/mgmt/storage/v2021_06_01/operations/_private_link_resources_operations.py +0 -153
- azure/mgmt/storage/v2021_06_01/operations/_queue_operations.py +0 -819
- azure/mgmt/storage/v2021_06_01/operations/_queue_services_operations.py +0 -434
- azure/mgmt/storage/v2021_06_01/operations/_skus_operations.py +0 -162
- azure/mgmt/storage/v2021_06_01/operations/_storage_accounts_operations.py +0 -2400
- azure/mgmt/storage/v2021_06_01/operations/_table_operations.py +0 -577
- azure/mgmt/storage/v2021_06_01/operations/_table_services_operations.py +0 -434
- azure/mgmt/storage/v2021_06_01/operations/_usages_operations.py +0 -169
- azure/mgmt/storage/v2021_08_01/__init__.py +0 -26
- azure/mgmt/storage/v2021_08_01/_configuration.py +0 -65
- azure/mgmt/storage/v2021_08_01/_patch.py +0 -32
- azure/mgmt/storage/v2021_08_01/_storage_management_client.py +0 -225
- azure/mgmt/storage/v2021_08_01/_vendor.py +0 -16
- azure/mgmt/storage/v2021_08_01/_version.py +0 -9
- azure/mgmt/storage/v2021_08_01/aio/__init__.py +0 -23
- azure/mgmt/storage/v2021_08_01/aio/_configuration.py +0 -65
- azure/mgmt/storage/v2021_08_01/aio/_patch.py +0 -32
- azure/mgmt/storage/v2021_08_01/aio/_storage_management_client.py +0 -230
- azure/mgmt/storage/v2021_08_01/aio/operations/__init__.py +0 -57
- azure/mgmt/storage/v2021_08_01/aio/operations/_blob_containers_operations.py +0 -1838
- azure/mgmt/storage/v2021_08_01/aio/operations/_blob_inventory_policies_operations.py +0 -445
- azure/mgmt/storage/v2021_08_01/aio/operations/_blob_services_operations.py +0 -362
- azure/mgmt/storage/v2021_08_01/aio/operations/_deleted_accounts_operations.py +0 -194
- azure/mgmt/storage/v2021_08_01/aio/operations/_encryption_scopes_operations.py +0 -550
- azure/mgmt/storage/v2021_08_01/aio/operations/_file_services_operations.py +0 -328
- azure/mgmt/storage/v2021_08_01/aio/operations/_file_shares_operations.py +0 -1003
- azure/mgmt/storage/v2021_08_01/aio/operations/_local_users_operations.py +0 -560
- azure/mgmt/storage/v2021_08_01/aio/operations/_management_policies_operations.py +0 -349
- azure/mgmt/storage/v2021_08_01/aio/operations/_object_replication_policies_operations.py +0 -446
- azure/mgmt/storage/v2021_08_01/aio/operations/_operations.py +0 -135
- azure/mgmt/storage/v2021_08_01/aio/operations/_patch.py +0 -20
- azure/mgmt/storage/v2021_08_01/aio/operations/_private_endpoint_connections_operations.py +0 -432
- azure/mgmt/storage/v2021_08_01/aio/operations/_private_link_resources_operations.py +0 -117
- azure/mgmt/storage/v2021_08_01/aio/operations/_queue_operations.py +0 -608
- azure/mgmt/storage/v2021_08_01/aio/operations/_queue_services_operations.py +0 -328
- azure/mgmt/storage/v2021_08_01/aio/operations/_skus_operations.py +0 -136
- azure/mgmt/storage/v2021_08_01/aio/operations/_storage_accounts_operations.py +0 -1898
- azure/mgmt/storage/v2021_08_01/aio/operations/_table_operations.py +0 -405
- azure/mgmt/storage/v2021_08_01/aio/operations/_table_services_operations.py +0 -328
- azure/mgmt/storage/v2021_08_01/aio/operations/_usages_operations.py +0 -139
- azure/mgmt/storage/v2021_08_01/models/__init__.py +0 -431
- azure/mgmt/storage/v2021_08_01/models/_models_py3.py +0 -7738
- azure/mgmt/storage/v2021_08_01/models/_patch.py +0 -20
- azure/mgmt/storage/v2021_08_01/models/_storage_management_client_enums.py +0 -560
- azure/mgmt/storage/v2021_08_01/operations/__init__.py +0 -57
- azure/mgmt/storage/v2021_08_01/operations/_blob_containers_operations.py +0 -2370
- azure/mgmt/storage/v2021_08_01/operations/_blob_inventory_policies_operations.py +0 -590
- azure/mgmt/storage/v2021_08_01/operations/_blob_services_operations.py +0 -464
- azure/mgmt/storage/v2021_08_01/operations/_deleted_accounts_operations.py +0 -250
- azure/mgmt/storage/v2021_08_01/operations/_encryption_scopes_operations.py +0 -689
- azure/mgmt/storage/v2021_08_01/operations/_file_services_operations.py +0 -431
- azure/mgmt/storage/v2021_08_01/operations/_file_shares_operations.py +0 -1296
- azure/mgmt/storage/v2021_08_01/operations/_local_users_operations.py +0 -758
- azure/mgmt/storage/v2021_08_01/operations/_management_policies_operations.py +0 -459
- azure/mgmt/storage/v2021_08_01/operations/_object_replication_policies_operations.py +0 -585
- azure/mgmt/storage/v2021_08_01/operations/_operations.py +0 -156
- azure/mgmt/storage/v2021_08_01/operations/_patch.py +0 -20
- azure/mgmt/storage/v2021_08_01/operations/_private_endpoint_connections_operations.py +0 -583
- azure/mgmt/storage/v2021_08_01/operations/_private_link_resources_operations.py +0 -153
- azure/mgmt/storage/v2021_08_01/operations/_queue_operations.py +0 -814
- azure/mgmt/storage/v2021_08_01/operations/_queue_services_operations.py +0 -431
- azure/mgmt/storage/v2021_08_01/operations/_skus_operations.py +0 -162
- azure/mgmt/storage/v2021_08_01/operations/_storage_accounts_operations.py +0 -2400
- azure/mgmt/storage/v2021_08_01/operations/_table_operations.py +0 -572
- azure/mgmt/storage/v2021_08_01/operations/_table_services_operations.py +0 -431
- azure/mgmt/storage/v2021_08_01/operations/_usages_operations.py +0 -169
- azure/mgmt/storage/v2021_09_01/__init__.py +0 -26
- azure/mgmt/storage/v2021_09_01/_configuration.py +0 -65
- azure/mgmt/storage/v2021_09_01/_patch.py +0 -32
- azure/mgmt/storage/v2021_09_01/_storage_management_client.py +0 -225
- azure/mgmt/storage/v2021_09_01/_vendor.py +0 -16
- azure/mgmt/storage/v2021_09_01/_version.py +0 -9
- azure/mgmt/storage/v2021_09_01/aio/__init__.py +0 -23
- azure/mgmt/storage/v2021_09_01/aio/_configuration.py +0 -65
- azure/mgmt/storage/v2021_09_01/aio/_patch.py +0 -32
- azure/mgmt/storage/v2021_09_01/aio/_storage_management_client.py +0 -230
- azure/mgmt/storage/v2021_09_01/aio/operations/__init__.py +0 -57
- azure/mgmt/storage/v2021_09_01/aio/operations/_blob_containers_operations.py +0 -1838
- azure/mgmt/storage/v2021_09_01/aio/operations/_blob_inventory_policies_operations.py +0 -442
- azure/mgmt/storage/v2021_09_01/aio/operations/_blob_services_operations.py +0 -362
- azure/mgmt/storage/v2021_09_01/aio/operations/_deleted_accounts_operations.py +0 -194
- azure/mgmt/storage/v2021_09_01/aio/operations/_encryption_scopes_operations.py +0 -550
- azure/mgmt/storage/v2021_09_01/aio/operations/_file_services_operations.py +0 -328
- azure/mgmt/storage/v2021_09_01/aio/operations/_file_shares_operations.py +0 -1003
- azure/mgmt/storage/v2021_09_01/aio/operations/_local_users_operations.py +0 -560
- azure/mgmt/storage/v2021_09_01/aio/operations/_management_policies_operations.py +0 -349
- azure/mgmt/storage/v2021_09_01/aio/operations/_object_replication_policies_operations.py +0 -446
- azure/mgmt/storage/v2021_09_01/aio/operations/_operations.py +0 -135
- azure/mgmt/storage/v2021_09_01/aio/operations/_patch.py +0 -20
- azure/mgmt/storage/v2021_09_01/aio/operations/_private_endpoint_connections_operations.py +0 -432
- azure/mgmt/storage/v2021_09_01/aio/operations/_private_link_resources_operations.py +0 -117
- azure/mgmt/storage/v2021_09_01/aio/operations/_queue_operations.py +0 -608
- azure/mgmt/storage/v2021_09_01/aio/operations/_queue_services_operations.py +0 -328
- azure/mgmt/storage/v2021_09_01/aio/operations/_skus_operations.py +0 -136
- azure/mgmt/storage/v2021_09_01/aio/operations/_storage_accounts_operations.py +0 -1898
- azure/mgmt/storage/v2021_09_01/aio/operations/_table_operations.py +0 -588
- azure/mgmt/storage/v2021_09_01/aio/operations/_table_services_operations.py +0 -328
- azure/mgmt/storage/v2021_09_01/aio/operations/_usages_operations.py +0 -139
- azure/mgmt/storage/v2021_09_01/models/__init__.py +0 -441
- azure/mgmt/storage/v2021_09_01/models/_models_py3.py +0 -8069
- azure/mgmt/storage/v2021_09_01/models/_patch.py +0 -20
- azure/mgmt/storage/v2021_09_01/models/_storage_management_client_enums.py +0 -583
- azure/mgmt/storage/v2021_09_01/operations/__init__.py +0 -57
- azure/mgmt/storage/v2021_09_01/operations/_blob_containers_operations.py +0 -2370
- azure/mgmt/storage/v2021_09_01/operations/_blob_inventory_policies_operations.py +0 -587
- azure/mgmt/storage/v2021_09_01/operations/_blob_services_operations.py +0 -464
- azure/mgmt/storage/v2021_09_01/operations/_deleted_accounts_operations.py +0 -250
- azure/mgmt/storage/v2021_09_01/operations/_encryption_scopes_operations.py +0 -689
- azure/mgmt/storage/v2021_09_01/operations/_file_services_operations.py +0 -431
- azure/mgmt/storage/v2021_09_01/operations/_file_shares_operations.py +0 -1296
- azure/mgmt/storage/v2021_09_01/operations/_local_users_operations.py +0 -758
- azure/mgmt/storage/v2021_09_01/operations/_management_policies_operations.py +0 -459
- azure/mgmt/storage/v2021_09_01/operations/_object_replication_policies_operations.py +0 -585
- azure/mgmt/storage/v2021_09_01/operations/_operations.py +0 -156
- azure/mgmt/storage/v2021_09_01/operations/_patch.py +0 -20
- azure/mgmt/storage/v2021_09_01/operations/_private_endpoint_connections_operations.py +0 -583
- azure/mgmt/storage/v2021_09_01/operations/_private_link_resources_operations.py +0 -153
- azure/mgmt/storage/v2021_09_01/operations/_queue_operations.py +0 -814
- azure/mgmt/storage/v2021_09_01/operations/_queue_services_operations.py +0 -431
- azure/mgmt/storage/v2021_09_01/operations/_skus_operations.py +0 -162
- azure/mgmt/storage/v2021_09_01/operations/_storage_accounts_operations.py +0 -2400
- azure/mgmt/storage/v2021_09_01/operations/_table_operations.py +0 -765
- azure/mgmt/storage/v2021_09_01/operations/_table_services_operations.py +0 -431
- azure/mgmt/storage/v2021_09_01/operations/_usages_operations.py +0 -169
- azure/mgmt/storage/v2022_05_01/__init__.py +0 -26
- azure/mgmt/storage/v2022_05_01/_configuration.py +0 -65
- azure/mgmt/storage/v2022_05_01/_patch.py +0 -20
- azure/mgmt/storage/v2022_05_01/_storage_management_client.py +0 -225
- azure/mgmt/storage/v2022_05_01/_vendor.py +0 -16
- azure/mgmt/storage/v2022_05_01/_version.py +0 -9
- azure/mgmt/storage/v2022_05_01/aio/__init__.py +0 -23
- azure/mgmt/storage/v2022_05_01/aio/_configuration.py +0 -65
- azure/mgmt/storage/v2022_05_01/aio/_patch.py +0 -20
- azure/mgmt/storage/v2022_05_01/aio/_storage_management_client.py +0 -230
- azure/mgmt/storage/v2022_05_01/aio/operations/__init__.py +0 -57
- azure/mgmt/storage/v2022_05_01/aio/operations/_blob_containers_operations.py +0 -1838
- azure/mgmt/storage/v2022_05_01/aio/operations/_blob_inventory_policies_operations.py +0 -442
- azure/mgmt/storage/v2022_05_01/aio/operations/_blob_services_operations.py +0 -362
- azure/mgmt/storage/v2022_05_01/aio/operations/_deleted_accounts_operations.py +0 -194
- azure/mgmt/storage/v2022_05_01/aio/operations/_encryption_scopes_operations.py +0 -550
- azure/mgmt/storage/v2022_05_01/aio/operations/_file_services_operations.py +0 -328
- azure/mgmt/storage/v2022_05_01/aio/operations/_file_shares_operations.py +0 -1003
- azure/mgmt/storage/v2022_05_01/aio/operations/_local_users_operations.py +0 -560
- azure/mgmt/storage/v2022_05_01/aio/operations/_management_policies_operations.py +0 -349
- azure/mgmt/storage/v2022_05_01/aio/operations/_object_replication_policies_operations.py +0 -446
- azure/mgmt/storage/v2022_05_01/aio/operations/_operations.py +0 -135
- azure/mgmt/storage/v2022_05_01/aio/operations/_patch.py +0 -20
- azure/mgmt/storage/v2022_05_01/aio/operations/_private_endpoint_connections_operations.py +0 -432
- azure/mgmt/storage/v2022_05_01/aio/operations/_private_link_resources_operations.py +0 -117
- azure/mgmt/storage/v2022_05_01/aio/operations/_queue_operations.py +0 -608
- azure/mgmt/storage/v2022_05_01/aio/operations/_queue_services_operations.py +0 -328
- azure/mgmt/storage/v2022_05_01/aio/operations/_skus_operations.py +0 -136
- azure/mgmt/storage/v2022_05_01/aio/operations/_storage_accounts_operations.py +0 -1898
- azure/mgmt/storage/v2022_05_01/aio/operations/_table_operations.py +0 -588
- azure/mgmt/storage/v2022_05_01/aio/operations/_table_services_operations.py +0 -328
- azure/mgmt/storage/v2022_05_01/aio/operations/_usages_operations.py +0 -139
- azure/mgmt/storage/v2022_05_01/models/__init__.py +0 -441
- azure/mgmt/storage/v2022_05_01/models/_models_py3.py +0 -8057
- azure/mgmt/storage/v2022_05_01/models/_patch.py +0 -20
- azure/mgmt/storage/v2022_05_01/models/_storage_management_client_enums.py +0 -584
- azure/mgmt/storage/v2022_05_01/operations/__init__.py +0 -57
- azure/mgmt/storage/v2022_05_01/operations/_blob_containers_operations.py +0 -2370
- azure/mgmt/storage/v2022_05_01/operations/_blob_inventory_policies_operations.py +0 -587
- azure/mgmt/storage/v2022_05_01/operations/_blob_services_operations.py +0 -464
- azure/mgmt/storage/v2022_05_01/operations/_deleted_accounts_operations.py +0 -250
- azure/mgmt/storage/v2022_05_01/operations/_encryption_scopes_operations.py +0 -689
- azure/mgmt/storage/v2022_05_01/operations/_file_services_operations.py +0 -431
- azure/mgmt/storage/v2022_05_01/operations/_file_shares_operations.py +0 -1296
- azure/mgmt/storage/v2022_05_01/operations/_local_users_operations.py +0 -758
- azure/mgmt/storage/v2022_05_01/operations/_management_policies_operations.py +0 -459
- azure/mgmt/storage/v2022_05_01/operations/_object_replication_policies_operations.py +0 -585
- azure/mgmt/storage/v2022_05_01/operations/_operations.py +0 -156
- azure/mgmt/storage/v2022_05_01/operations/_patch.py +0 -20
- azure/mgmt/storage/v2022_05_01/operations/_private_endpoint_connections_operations.py +0 -583
- azure/mgmt/storage/v2022_05_01/operations/_private_link_resources_operations.py +0 -153
- azure/mgmt/storage/v2022_05_01/operations/_queue_operations.py +0 -814
- azure/mgmt/storage/v2022_05_01/operations/_queue_services_operations.py +0 -431
- azure/mgmt/storage/v2022_05_01/operations/_skus_operations.py +0 -162
- azure/mgmt/storage/v2022_05_01/operations/_storage_accounts_operations.py +0 -2400
- azure/mgmt/storage/v2022_05_01/operations/_table_operations.py +0 -765
- azure/mgmt/storage/v2022_05_01/operations/_table_services_operations.py +0 -431
- azure/mgmt/storage/v2022_05_01/operations/_usages_operations.py +0 -169
- azure/mgmt/storage/v2022_09_01/__init__.py +0 -26
- azure/mgmt/storage/v2022_09_01/_configuration.py +0 -65
- azure/mgmt/storage/v2022_09_01/_patch.py +0 -20
- azure/mgmt/storage/v2022_09_01/_storage_management_client.py +0 -225
- azure/mgmt/storage/v2022_09_01/_vendor.py +0 -16
- azure/mgmt/storage/v2022_09_01/_version.py +0 -9
- azure/mgmt/storage/v2022_09_01/aio/__init__.py +0 -23
- azure/mgmt/storage/v2022_09_01/aio/_configuration.py +0 -65
- azure/mgmt/storage/v2022_09_01/aio/_patch.py +0 -20
- azure/mgmt/storage/v2022_09_01/aio/_storage_management_client.py +0 -230
- azure/mgmt/storage/v2022_09_01/aio/operations/__init__.py +0 -57
- azure/mgmt/storage/v2022_09_01/aio/operations/_blob_containers_operations.py +0 -1838
- azure/mgmt/storage/v2022_09_01/aio/operations/_blob_inventory_policies_operations.py +0 -442
- azure/mgmt/storage/v2022_09_01/aio/operations/_blob_services_operations.py +0 -362
- azure/mgmt/storage/v2022_09_01/aio/operations/_deleted_accounts_operations.py +0 -194
- azure/mgmt/storage/v2022_09_01/aio/operations/_encryption_scopes_operations.py +0 -568
- azure/mgmt/storage/v2022_09_01/aio/operations/_file_services_operations.py +0 -328
- azure/mgmt/storage/v2022_09_01/aio/operations/_file_shares_operations.py +0 -1003
- azure/mgmt/storage/v2022_09_01/aio/operations/_local_users_operations.py +0 -560
- azure/mgmt/storage/v2022_09_01/aio/operations/_management_policies_operations.py +0 -349
- azure/mgmt/storage/v2022_09_01/aio/operations/_object_replication_policies_operations.py +0 -446
- azure/mgmt/storage/v2022_09_01/aio/operations/_operations.py +0 -135
- azure/mgmt/storage/v2022_09_01/aio/operations/_patch.py +0 -20
- azure/mgmt/storage/v2022_09_01/aio/operations/_private_endpoint_connections_operations.py +0 -432
- azure/mgmt/storage/v2022_09_01/aio/operations/_private_link_resources_operations.py +0 -117
- azure/mgmt/storage/v2022_09_01/aio/operations/_queue_operations.py +0 -608
- azure/mgmt/storage/v2022_09_01/aio/operations/_queue_services_operations.py +0 -328
- azure/mgmt/storage/v2022_09_01/aio/operations/_skus_operations.py +0 -136
- azure/mgmt/storage/v2022_09_01/aio/operations/_storage_accounts_operations.py +0 -1913
- azure/mgmt/storage/v2022_09_01/aio/operations/_table_operations.py +0 -588
- azure/mgmt/storage/v2022_09_01/aio/operations/_table_services_operations.py +0 -328
- azure/mgmt/storage/v2022_09_01/aio/operations/_usages_operations.py +0 -139
- azure/mgmt/storage/v2022_09_01/models/__init__.py +0 -443
- azure/mgmt/storage/v2022_09_01/models/_models_py3.py +0 -8093
- azure/mgmt/storage/v2022_09_01/models/_patch.py +0 -20
- azure/mgmt/storage/v2022_09_01/models/_storage_management_client_enums.py +0 -592
- azure/mgmt/storage/v2022_09_01/operations/__init__.py +0 -57
- azure/mgmt/storage/v2022_09_01/operations/_blob_containers_operations.py +0 -2370
- azure/mgmt/storage/v2022_09_01/operations/_blob_inventory_policies_operations.py +0 -587
- azure/mgmt/storage/v2022_09_01/operations/_blob_services_operations.py +0 -464
- azure/mgmt/storage/v2022_09_01/operations/_deleted_accounts_operations.py +0 -250
- azure/mgmt/storage/v2022_09_01/operations/_encryption_scopes_operations.py +0 -724
- azure/mgmt/storage/v2022_09_01/operations/_file_services_operations.py +0 -431
- azure/mgmt/storage/v2022_09_01/operations/_file_shares_operations.py +0 -1296
- azure/mgmt/storage/v2022_09_01/operations/_local_users_operations.py +0 -758
- azure/mgmt/storage/v2022_09_01/operations/_management_policies_operations.py +0 -459
- azure/mgmt/storage/v2022_09_01/operations/_object_replication_policies_operations.py +0 -585
- azure/mgmt/storage/v2022_09_01/operations/_operations.py +0 -156
- azure/mgmt/storage/v2022_09_01/operations/_patch.py +0 -20
- azure/mgmt/storage/v2022_09_01/operations/_private_endpoint_connections_operations.py +0 -583
- azure/mgmt/storage/v2022_09_01/operations/_private_link_resources_operations.py +0 -153
- azure/mgmt/storage/v2022_09_01/operations/_queue_operations.py +0 -814
- azure/mgmt/storage/v2022_09_01/operations/_queue_services_operations.py +0 -431
- azure/mgmt/storage/v2022_09_01/operations/_skus_operations.py +0 -162
- azure/mgmt/storage/v2022_09_01/operations/_storage_accounts_operations.py +0 -2422
- azure/mgmt/storage/v2022_09_01/operations/_table_operations.py +0 -765
- azure/mgmt/storage/v2022_09_01/operations/_table_services_operations.py +0 -431
- azure/mgmt/storage/v2022_09_01/operations/_usages_operations.py +0 -169
- azure/mgmt/storage/v2023_01_01/__init__.py +0 -26
- azure/mgmt/storage/v2023_01_01/_configuration.py +0 -65
- azure/mgmt/storage/v2023_01_01/_patch.py +0 -20
- azure/mgmt/storage/v2023_01_01/_storage_management_client.py +0 -225
- azure/mgmt/storage/v2023_01_01/_vendor.py +0 -16
- azure/mgmt/storage/v2023_01_01/_version.py +0 -9
- azure/mgmt/storage/v2023_01_01/aio/__init__.py +0 -23
- azure/mgmt/storage/v2023_01_01/aio/_configuration.py +0 -65
- azure/mgmt/storage/v2023_01_01/aio/_patch.py +0 -20
- azure/mgmt/storage/v2023_01_01/aio/_storage_management_client.py +0 -230
- azure/mgmt/storage/v2023_01_01/aio/operations/__init__.py +0 -57
- azure/mgmt/storage/v2023_01_01/aio/operations/_blob_containers_operations.py +0 -1838
- azure/mgmt/storage/v2023_01_01/aio/operations/_blob_inventory_policies_operations.py +0 -442
- azure/mgmt/storage/v2023_01_01/aio/operations/_blob_services_operations.py +0 -362
- azure/mgmt/storage/v2023_01_01/aio/operations/_deleted_accounts_operations.py +0 -194
- azure/mgmt/storage/v2023_01_01/aio/operations/_encryption_scopes_operations.py +0 -568
- azure/mgmt/storage/v2023_01_01/aio/operations/_file_services_operations.py +0 -328
- azure/mgmt/storage/v2023_01_01/aio/operations/_file_shares_operations.py +0 -1003
- azure/mgmt/storage/v2023_01_01/aio/operations/_local_users_operations.py +0 -560
- azure/mgmt/storage/v2023_01_01/aio/operations/_management_policies_operations.py +0 -349
- azure/mgmt/storage/v2023_01_01/aio/operations/_object_replication_policies_operations.py +0 -446
- azure/mgmt/storage/v2023_01_01/aio/operations/_operations.py +0 -135
- azure/mgmt/storage/v2023_01_01/aio/operations/_patch.py +0 -20
- azure/mgmt/storage/v2023_01_01/aio/operations/_private_endpoint_connections_operations.py +0 -432
- azure/mgmt/storage/v2023_01_01/aio/operations/_private_link_resources_operations.py +0 -117
- azure/mgmt/storage/v2023_01_01/aio/operations/_queue_operations.py +0 -608
- azure/mgmt/storage/v2023_01_01/aio/operations/_queue_services_operations.py +0 -328
- azure/mgmt/storage/v2023_01_01/aio/operations/_skus_operations.py +0 -136
- azure/mgmt/storage/v2023_01_01/aio/operations/_storage_accounts_operations.py +0 -2187
- azure/mgmt/storage/v2023_01_01/aio/operations/_table_operations.py +0 -588
- azure/mgmt/storage/v2023_01_01/aio/operations/_table_services_operations.py +0 -328
- azure/mgmt/storage/v2023_01_01/aio/operations/_usages_operations.py +0 -139
- azure/mgmt/storage/v2023_01_01/models/__init__.py +0 -461
- azure/mgmt/storage/v2023_01_01/models/_models_py3.py +0 -8338
- azure/mgmt/storage/v2023_01_01/models/_patch.py +0 -20
- azure/mgmt/storage/v2023_01_01/models/_storage_management_client_enums.py +0 -626
- azure/mgmt/storage/v2023_01_01/operations/__init__.py +0 -57
- azure/mgmt/storage/v2023_01_01/operations/_blob_containers_operations.py +0 -2398
- azure/mgmt/storage/v2023_01_01/operations/_blob_inventory_policies_operations.py +0 -595
- azure/mgmt/storage/v2023_01_01/operations/_blob_services_operations.py +0 -470
- azure/mgmt/storage/v2023_01_01/operations/_deleted_accounts_operations.py +0 -250
- azure/mgmt/storage/v2023_01_01/operations/_encryption_scopes_operations.py +0 -732
- azure/mgmt/storage/v2023_01_01/operations/_file_services_operations.py +0 -437
- azure/mgmt/storage/v2023_01_01/operations/_file_shares_operations.py +0 -1310
- azure/mgmt/storage/v2023_01_01/operations/_local_users_operations.py +0 -770
- azure/mgmt/storage/v2023_01_01/operations/_management_policies_operations.py +0 -465
- azure/mgmt/storage/v2023_01_01/operations/_object_replication_policies_operations.py +0 -593
- azure/mgmt/storage/v2023_01_01/operations/_operations.py +0 -156
- azure/mgmt/storage/v2023_01_01/operations/_patch.py +0 -20
- azure/mgmt/storage/v2023_01_01/operations/_private_endpoint_connections_operations.py +0 -591
- azure/mgmt/storage/v2023_01_01/operations/_private_link_resources_operations.py +0 -155
- azure/mgmt/storage/v2023_01_01/operations/_queue_operations.py +0 -824
- azure/mgmt/storage/v2023_01_01/operations/_queue_services_operations.py +0 -437
- azure/mgmt/storage/v2023_01_01/operations/_skus_operations.py +0 -162
- azure/mgmt/storage/v2023_01_01/operations/_storage_accounts_operations.py +0 -2796
- azure/mgmt/storage/v2023_01_01/operations/_table_operations.py +0 -775
- azure/mgmt/storage/v2023_01_01/operations/_table_services_operations.py +0 -437
- azure/mgmt/storage/v2023_01_01/operations/_usages_operations.py +0 -169
- azure/mgmt/storage/v2023_05_01/_vendor.py +0 -16
- azure_mgmt_storage-21.2.0.dist-info/RECORD +0 -979
- {azure_mgmt_storage-21.2.0.dist-info → azure_mgmt_storage-22.0.0.dist-info}/LICENSE +0 -0
- {azure_mgmt_storage-21.2.0.dist-info → azure_mgmt_storage-22.0.0.dist-info}/top_level.txt +0 -0
@@ -1,4 +1,3 @@
|
|
1
|
-
# pylint: disable=too-many-lines,too-many-statements
|
2
1
|
# coding=utf-8
|
3
2
|
# --------------------------------------------------------------------------
|
4
3
|
# Copyright (c) Microsoft Corporation. All rights reserved.
|
@@ -7,7 +6,7 @@
|
|
7
6
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
8
7
|
# --------------------------------------------------------------------------
|
9
8
|
import sys
|
10
|
-
from typing import Any, AsyncIterable, Callable, Dict, Optional,
|
9
|
+
from typing import Any, AsyncIterable, Callable, Dict, Optional, TypeVar
|
11
10
|
import urllib.parse
|
12
11
|
|
13
12
|
from azure.core.async_paging import AsyncItemPaged, AsyncList
|
@@ -20,20 +19,18 @@ from azure.core.exceptions import (
|
|
20
19
|
map_error,
|
21
20
|
)
|
22
21
|
from azure.core.pipeline import PipelineResponse
|
23
|
-
from azure.core.
|
24
|
-
from azure.core.rest import HttpRequest
|
22
|
+
from azure.core.rest import AsyncHttpResponse, HttpRequest
|
25
23
|
from azure.core.tracing.decorator import distributed_trace
|
26
24
|
from azure.core.utils import case_insensitive_dict
|
27
25
|
from azure.mgmt.core.exceptions import ARMErrorFormat
|
28
26
|
|
29
27
|
from ... import models as _models
|
30
|
-
from ..._vendor import _convert_request
|
31
28
|
from ...operations._storage_task_assignment_instances_report_operations import build_list_request
|
32
29
|
|
33
30
|
if sys.version_info >= (3, 9):
|
34
31
|
from collections.abc import MutableMapping
|
35
32
|
else:
|
36
|
-
from typing import MutableMapping # type: ignore
|
33
|
+
from typing import MutableMapping # type: ignore
|
37
34
|
T = TypeVar("T")
|
38
35
|
ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]]
|
39
36
|
|
@@ -64,10 +61,11 @@ class StorageTaskAssignmentInstancesReportOperations: # pylint: disable=name-to
|
|
64
61
|
resource_group_name: str,
|
65
62
|
account_name: str,
|
66
63
|
storage_task_assignment_name: str,
|
67
|
-
maxpagesize: Optional[
|
64
|
+
maxpagesize: Optional[int] = None,
|
68
65
|
filter: Optional[str] = None,
|
69
66
|
**kwargs: Any
|
70
67
|
) -> AsyncIterable["_models.StorageTaskReportInstance"]:
|
68
|
+
# pylint: disable=line-too-long
|
71
69
|
"""Fetch the report summary of a single storage task assignment's instances.
|
72
70
|
|
73
71
|
:param resource_group_name: The name of the resource group. The name is case insensitive.
|
@@ -83,7 +81,7 @@ class StorageTaskAssignmentInstancesReportOperations: # pylint: disable=name-to
|
|
83
81
|
:type storage_task_assignment_name: str
|
84
82
|
:param maxpagesize: Optional, specifies the maximum number of storage task assignment instances
|
85
83
|
to be included in the list response. Default value is None.
|
86
|
-
:type maxpagesize:
|
84
|
+
:type maxpagesize: int
|
87
85
|
:param filter: Optional. When specified, it can be used to query using reporting properties.
|
88
86
|
See `Constructing Filter Strings
|
89
87
|
<https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#constructing-filter-strings>`_
|
@@ -101,7 +99,7 @@ class StorageTaskAssignmentInstancesReportOperations: # pylint: disable=name-to
|
|
101
99
|
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2023-05-01"))
|
102
100
|
cls: ClsType[_models.StorageTaskReportSummary] = kwargs.pop("cls", None)
|
103
101
|
|
104
|
-
error_map: MutableMapping
|
102
|
+
error_map: MutableMapping = {
|
105
103
|
401: ClientAuthenticationError,
|
106
104
|
404: ResourceNotFoundError,
|
107
105
|
409: ResourceExistsError,
|
@@ -123,7 +121,6 @@ class StorageTaskAssignmentInstancesReportOperations: # pylint: disable=name-to
|
|
123
121
|
headers=_headers,
|
124
122
|
params=_params,
|
125
123
|
)
|
126
|
-
_request = _convert_request(_request)
|
127
124
|
_request.url = self._client.format_url(_request.url)
|
128
125
|
|
129
126
|
else:
|
@@ -139,7 +136,6 @@ class StorageTaskAssignmentInstancesReportOperations: # pylint: disable=name-to
|
|
139
136
|
_request = HttpRequest(
|
140
137
|
"GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params
|
141
138
|
)
|
142
|
-
_request = _convert_request(_request)
|
143
139
|
_request.url = self._client.format_url(_request.url)
|
144
140
|
_request.method = "GET"
|
145
141
|
return _request
|
@@ -1,4 +1,3 @@
|
|
1
|
-
# pylint: disable=too-many-lines,too-many-statements
|
2
1
|
# coding=utf-8
|
3
2
|
# --------------------------------------------------------------------------
|
4
3
|
# Copyright (c) Microsoft Corporation. All rights reserved.
|
@@ -7,7 +6,7 @@
|
|
7
6
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
8
7
|
# --------------------------------------------------------------------------
|
9
8
|
import sys
|
10
|
-
from typing import Any, AsyncIterable, Callable, Dict, Optional,
|
9
|
+
from typing import Any, AsyncIterable, Callable, Dict, Optional, TypeVar
|
11
10
|
import urllib.parse
|
12
11
|
|
13
12
|
from azure.core.async_paging import AsyncItemPaged, AsyncList
|
@@ -20,20 +19,18 @@ from azure.core.exceptions import (
|
|
20
19
|
map_error,
|
21
20
|
)
|
22
21
|
from azure.core.pipeline import PipelineResponse
|
23
|
-
from azure.core.
|
24
|
-
from azure.core.rest import HttpRequest
|
22
|
+
from azure.core.rest import AsyncHttpResponse, HttpRequest
|
25
23
|
from azure.core.tracing.decorator import distributed_trace
|
26
24
|
from azure.core.utils import case_insensitive_dict
|
27
25
|
from azure.mgmt.core.exceptions import ARMErrorFormat
|
28
26
|
|
29
27
|
from ... import models as _models
|
30
|
-
from ..._vendor import _convert_request
|
31
28
|
from ...operations._storage_task_assignments_instances_report_operations import build_list_request
|
32
29
|
|
33
30
|
if sys.version_info >= (3, 9):
|
34
31
|
from collections.abc import MutableMapping
|
35
32
|
else:
|
36
|
-
from typing import MutableMapping # type: ignore
|
33
|
+
from typing import MutableMapping # type: ignore
|
37
34
|
T = TypeVar("T")
|
38
35
|
ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]]
|
39
36
|
|
@@ -63,10 +60,11 @@ class StorageTaskAssignmentsInstancesReportOperations: # pylint: disable=name-t
|
|
63
60
|
self,
|
64
61
|
resource_group_name: str,
|
65
62
|
account_name: str,
|
66
|
-
maxpagesize: Optional[
|
63
|
+
maxpagesize: Optional[int] = None,
|
67
64
|
filter: Optional[str] = None,
|
68
65
|
**kwargs: Any
|
69
66
|
) -> AsyncIterable["_models.StorageTaskReportInstance"]:
|
67
|
+
# pylint: disable=line-too-long
|
70
68
|
"""Fetch the report summary of all the storage task assignments and instances in an account.
|
71
69
|
|
72
70
|
:param resource_group_name: The name of the resource group. The name is case insensitive.
|
@@ -78,7 +76,7 @@ class StorageTaskAssignmentsInstancesReportOperations: # pylint: disable=name-t
|
|
78
76
|
:type account_name: str
|
79
77
|
:param maxpagesize: Optional, specifies the maximum number of storage task assignment instances
|
80
78
|
to be included in the list response. Default value is None.
|
81
|
-
:type maxpagesize:
|
79
|
+
:type maxpagesize: int
|
82
80
|
:param filter: Optional. When specified, it can be used to query using reporting properties.
|
83
81
|
See `Constructing Filter Strings
|
84
82
|
<https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#constructing-filter-strings>`_
|
@@ -96,7 +94,7 @@ class StorageTaskAssignmentsInstancesReportOperations: # pylint: disable=name-t
|
|
96
94
|
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2023-05-01"))
|
97
95
|
cls: ClsType[_models.StorageTaskReportSummary] = kwargs.pop("cls", None)
|
98
96
|
|
99
|
-
error_map: MutableMapping
|
97
|
+
error_map: MutableMapping = {
|
100
98
|
401: ClientAuthenticationError,
|
101
99
|
404: ResourceNotFoundError,
|
102
100
|
409: ResourceExistsError,
|
@@ -117,7 +115,6 @@ class StorageTaskAssignmentsInstancesReportOperations: # pylint: disable=name-t
|
|
117
115
|
headers=_headers,
|
118
116
|
params=_params,
|
119
117
|
)
|
120
|
-
_request = _convert_request(_request)
|
121
118
|
_request.url = self._client.format_url(_request.url)
|
122
119
|
|
123
120
|
else:
|
@@ -133,7 +130,6 @@ class StorageTaskAssignmentsInstancesReportOperations: # pylint: disable=name-t
|
|
133
130
|
_request = HttpRequest(
|
134
131
|
"GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params
|
135
132
|
)
|
136
|
-
_request = _convert_request(_request)
|
137
133
|
_request.url = self._client.format_url(_request.url)
|
138
134
|
_request.method = "GET"
|
139
135
|
return _request
|
@@ -1,4 +1,3 @@
|
|
1
|
-
# pylint: disable=too-many-lines,too-many-statements
|
2
1
|
# coding=utf-8
|
3
2
|
# --------------------------------------------------------------------------
|
4
3
|
# Copyright (c) Microsoft Corporation. All rights reserved.
|
@@ -8,7 +7,7 @@
|
|
8
7
|
# --------------------------------------------------------------------------
|
9
8
|
from io import IOBase
|
10
9
|
import sys
|
11
|
-
from typing import Any, AsyncIterable, Callable, Dict, IO, Optional,
|
10
|
+
from typing import Any, AsyncIterable, AsyncIterator, Callable, Dict, IO, Optional, TypeVar, Union, cast, overload
|
12
11
|
import urllib.parse
|
13
12
|
|
14
13
|
from azure.core.async_paging import AsyncItemPaged, AsyncList
|
@@ -18,12 +17,13 @@ from azure.core.exceptions import (
|
|
18
17
|
ResourceExistsError,
|
19
18
|
ResourceNotFoundError,
|
20
19
|
ResourceNotModifiedError,
|
20
|
+
StreamClosedError,
|
21
|
+
StreamConsumedError,
|
21
22
|
map_error,
|
22
23
|
)
|
23
24
|
from azure.core.pipeline import PipelineResponse
|
24
|
-
from azure.core.pipeline.transport import AsyncHttpResponse
|
25
25
|
from azure.core.polling import AsyncLROPoller, AsyncNoPolling, AsyncPollingMethod
|
26
|
-
from azure.core.rest import HttpRequest
|
26
|
+
from azure.core.rest import AsyncHttpResponse, HttpRequest
|
27
27
|
from azure.core.tracing.decorator import distributed_trace
|
28
28
|
from azure.core.tracing.decorator_async import distributed_trace_async
|
29
29
|
from azure.core.utils import case_insensitive_dict
|
@@ -31,7 +31,6 @@ from azure.mgmt.core.exceptions import ARMErrorFormat
|
|
31
31
|
from azure.mgmt.core.polling.async_arm_polling import AsyncARMPolling
|
32
32
|
|
33
33
|
from ... import models as _models
|
34
|
-
from ..._vendor import _convert_request
|
35
34
|
from ...operations._storage_task_assignments_operations import (
|
36
35
|
build_create_request,
|
37
36
|
build_delete_request,
|
@@ -43,7 +42,7 @@ from ...operations._storage_task_assignments_operations import (
|
|
43
42
|
if sys.version_info >= (3, 9):
|
44
43
|
from collections.abc import MutableMapping
|
45
44
|
else:
|
46
|
-
from typing import MutableMapping # type: ignore
|
45
|
+
from typing import MutableMapping # type: ignore
|
47
46
|
T = TypeVar("T")
|
48
47
|
ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]]
|
49
48
|
|
@@ -75,8 +74,8 @@ class StorageTaskAssignmentsOperations:
|
|
75
74
|
storage_task_assignment_name: str,
|
76
75
|
parameters: Union[_models.StorageTaskAssignment, IO[bytes]],
|
77
76
|
**kwargs: Any
|
78
|
-
) ->
|
79
|
-
error_map: MutableMapping
|
77
|
+
) -> AsyncIterator[bytes]:
|
78
|
+
error_map: MutableMapping = {
|
80
79
|
401: ClientAuthenticationError,
|
81
80
|
404: ResourceNotFoundError,
|
82
81
|
409: ResourceExistsError,
|
@@ -89,7 +88,7 @@ class StorageTaskAssignmentsOperations:
|
|
89
88
|
|
90
89
|
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2023-05-01"))
|
91
90
|
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
92
|
-
cls: ClsType[
|
91
|
+
cls: ClsType[AsyncIterator[bytes]] = kwargs.pop("cls", None)
|
93
92
|
|
94
93
|
content_type = content_type or "application/json"
|
95
94
|
_json = None
|
@@ -111,10 +110,10 @@ class StorageTaskAssignmentsOperations:
|
|
111
110
|
headers=_headers,
|
112
111
|
params=_params,
|
113
112
|
)
|
114
|
-
_request = _convert_request(_request)
|
115
113
|
_request.url = self._client.format_url(_request.url)
|
116
114
|
|
117
|
-
|
115
|
+
_decompress = kwargs.pop("decompress", True)
|
116
|
+
_stream = True
|
118
117
|
pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access
|
119
118
|
_request, stream=_stream, **kwargs
|
120
119
|
)
|
@@ -122,21 +121,20 @@ class StorageTaskAssignmentsOperations:
|
|
122
121
|
response = pipeline_response.http_response
|
123
122
|
|
124
123
|
if response.status_code not in [200, 201, 202]:
|
124
|
+
try:
|
125
|
+
await response.read() # Load the body in memory and close the socket
|
126
|
+
except (StreamConsumedError, StreamClosedError):
|
127
|
+
pass
|
125
128
|
map_error(status_code=response.status_code, response=response, error_map=error_map)
|
126
129
|
error = self._deserialize.failsafe_deserialize(_models.ErrorResponseAutoGenerated, pipeline_response)
|
127
130
|
raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat)
|
128
131
|
|
129
|
-
deserialized = None
|
130
132
|
response_headers = {}
|
131
|
-
if response.status_code == 200:
|
132
|
-
deserialized = self._deserialize("StorageTaskAssignment", pipeline_response)
|
133
|
-
|
134
|
-
if response.status_code == 201:
|
135
|
-
deserialized = self._deserialize("StorageTaskAssignment", pipeline_response)
|
136
|
-
|
137
133
|
if response.status_code == 202:
|
138
134
|
response_headers["Location"] = self._deserialize("str", response.headers.get("Location"))
|
139
135
|
|
136
|
+
deserialized = response.stream_download(self._client._pipeline, decompress=_decompress)
|
137
|
+
|
140
138
|
if cls:
|
141
139
|
return cls(pipeline_response, deserialized, response_headers) # type: ignore
|
142
140
|
|
@@ -279,10 +277,11 @@ class StorageTaskAssignmentsOperations:
|
|
279
277
|
params=_params,
|
280
278
|
**kwargs
|
281
279
|
)
|
280
|
+
await raw_result.http_response.read() # type: ignore
|
282
281
|
kwargs.pop("error_map", None)
|
283
282
|
|
284
283
|
def get_long_running_output(pipeline_response):
|
285
|
-
deserialized = self._deserialize("StorageTaskAssignment", pipeline_response)
|
284
|
+
deserialized = self._deserialize("StorageTaskAssignment", pipeline_response.http_response)
|
286
285
|
if cls:
|
287
286
|
return cls(pipeline_response, deserialized, {}) # type: ignore
|
288
287
|
return deserialized
|
@@ -313,8 +312,8 @@ class StorageTaskAssignmentsOperations:
|
|
313
312
|
storage_task_assignment_name: str,
|
314
313
|
parameters: Union[_models.StorageTaskAssignmentUpdateParameters, IO[bytes]],
|
315
314
|
**kwargs: Any
|
316
|
-
) ->
|
317
|
-
error_map: MutableMapping
|
315
|
+
) -> AsyncIterator[bytes]:
|
316
|
+
error_map: MutableMapping = {
|
318
317
|
401: ClientAuthenticationError,
|
319
318
|
404: ResourceNotFoundError,
|
320
319
|
409: ResourceExistsError,
|
@@ -327,7 +326,7 @@ class StorageTaskAssignmentsOperations:
|
|
327
326
|
|
328
327
|
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2023-05-01"))
|
329
328
|
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
330
|
-
cls: ClsType[
|
329
|
+
cls: ClsType[AsyncIterator[bytes]] = kwargs.pop("cls", None)
|
331
330
|
|
332
331
|
content_type = content_type or "application/json"
|
333
332
|
_json = None
|
@@ -349,10 +348,10 @@ class StorageTaskAssignmentsOperations:
|
|
349
348
|
headers=_headers,
|
350
349
|
params=_params,
|
351
350
|
)
|
352
|
-
_request = _convert_request(_request)
|
353
351
|
_request.url = self._client.format_url(_request.url)
|
354
352
|
|
355
|
-
|
353
|
+
_decompress = kwargs.pop("decompress", True)
|
354
|
+
_stream = True
|
356
355
|
pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access
|
357
356
|
_request, stream=_stream, **kwargs
|
358
357
|
)
|
@@ -360,18 +359,20 @@ class StorageTaskAssignmentsOperations:
|
|
360
359
|
response = pipeline_response.http_response
|
361
360
|
|
362
361
|
if response.status_code not in [200, 202]:
|
362
|
+
try:
|
363
|
+
await response.read() # Load the body in memory and close the socket
|
364
|
+
except (StreamConsumedError, StreamClosedError):
|
365
|
+
pass
|
363
366
|
map_error(status_code=response.status_code, response=response, error_map=error_map)
|
364
367
|
error = self._deserialize.failsafe_deserialize(_models.ErrorResponseAutoGenerated, pipeline_response)
|
365
368
|
raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat)
|
366
369
|
|
367
|
-
deserialized = None
|
368
370
|
response_headers = {}
|
369
|
-
if response.status_code == 200:
|
370
|
-
deserialized = self._deserialize("StorageTaskAssignment", pipeline_response)
|
371
|
-
|
372
371
|
if response.status_code == 202:
|
373
372
|
response_headers["Location"] = self._deserialize("str", response.headers.get("Location"))
|
374
373
|
|
374
|
+
deserialized = response.stream_download(self._client._pipeline, decompress=_decompress)
|
375
|
+
|
375
376
|
if cls:
|
376
377
|
return cls(pipeline_response, deserialized, response_headers) # type: ignore
|
377
378
|
|
@@ -503,10 +504,11 @@ class StorageTaskAssignmentsOperations:
|
|
503
504
|
params=_params,
|
504
505
|
**kwargs
|
505
506
|
)
|
507
|
+
await raw_result.http_response.read() # type: ignore
|
506
508
|
kwargs.pop("error_map", None)
|
507
509
|
|
508
510
|
def get_long_running_output(pipeline_response):
|
509
|
-
deserialized = self._deserialize("StorageTaskAssignment", pipeline_response)
|
511
|
+
deserialized = self._deserialize("StorageTaskAssignment", pipeline_response.http_response)
|
510
512
|
if cls:
|
511
513
|
return cls(pipeline_response, deserialized, {}) # type: ignore
|
512
514
|
return deserialized
|
@@ -551,7 +553,7 @@ class StorageTaskAssignmentsOperations:
|
|
551
553
|
:rtype: ~azure.mgmt.storage.v2023_05_01.models.StorageTaskAssignment
|
552
554
|
:raises ~azure.core.exceptions.HttpResponseError:
|
553
555
|
"""
|
554
|
-
error_map: MutableMapping
|
556
|
+
error_map: MutableMapping = {
|
555
557
|
401: ClientAuthenticationError,
|
556
558
|
404: ResourceNotFoundError,
|
557
559
|
409: ResourceExistsError,
|
@@ -574,7 +576,6 @@ class StorageTaskAssignmentsOperations:
|
|
574
576
|
headers=_headers,
|
575
577
|
params=_params,
|
576
578
|
)
|
577
|
-
_request = _convert_request(_request)
|
578
579
|
_request.url = self._client.format_url(_request.url)
|
579
580
|
|
580
581
|
_stream = False
|
@@ -589,17 +590,17 @@ class StorageTaskAssignmentsOperations:
|
|
589
590
|
error = self._deserialize.failsafe_deserialize(_models.ErrorResponseAutoGenerated, pipeline_response)
|
590
591
|
raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat)
|
591
592
|
|
592
|
-
deserialized = self._deserialize("StorageTaskAssignment", pipeline_response)
|
593
|
+
deserialized = self._deserialize("StorageTaskAssignment", pipeline_response.http_response)
|
593
594
|
|
594
595
|
if cls:
|
595
596
|
return cls(pipeline_response, deserialized, {}) # type: ignore
|
596
597
|
|
597
598
|
return deserialized # type: ignore
|
598
599
|
|
599
|
-
async def _delete_initial(
|
600
|
+
async def _delete_initial(
|
600
601
|
self, resource_group_name: str, account_name: str, storage_task_assignment_name: str, **kwargs: Any
|
601
|
-
) ->
|
602
|
-
error_map: MutableMapping
|
602
|
+
) -> AsyncIterator[bytes]:
|
603
|
+
error_map: MutableMapping = {
|
603
604
|
401: ClientAuthenticationError,
|
604
605
|
404: ResourceNotFoundError,
|
605
606
|
409: ResourceExistsError,
|
@@ -611,7 +612,7 @@ class StorageTaskAssignmentsOperations:
|
|
611
612
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
612
613
|
|
613
614
|
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2023-05-01"))
|
614
|
-
cls: ClsType[
|
615
|
+
cls: ClsType[AsyncIterator[bytes]] = kwargs.pop("cls", None)
|
615
616
|
|
616
617
|
_request = build_delete_request(
|
617
618
|
resource_group_name=resource_group_name,
|
@@ -622,10 +623,10 @@ class StorageTaskAssignmentsOperations:
|
|
622
623
|
headers=_headers,
|
623
624
|
params=_params,
|
624
625
|
)
|
625
|
-
_request = _convert_request(_request)
|
626
626
|
_request.url = self._client.format_url(_request.url)
|
627
627
|
|
628
|
-
|
628
|
+
_decompress = kwargs.pop("decompress", True)
|
629
|
+
_stream = True
|
629
630
|
pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access
|
630
631
|
_request, stream=_stream, **kwargs
|
631
632
|
)
|
@@ -633,6 +634,10 @@ class StorageTaskAssignmentsOperations:
|
|
633
634
|
response = pipeline_response.http_response
|
634
635
|
|
635
636
|
if response.status_code not in [202, 204]:
|
637
|
+
try:
|
638
|
+
await response.read() # Load the body in memory and close the socket
|
639
|
+
except (StreamConsumedError, StreamClosedError):
|
640
|
+
pass
|
636
641
|
map_error(status_code=response.status_code, response=response, error_map=error_map)
|
637
642
|
error = self._deserialize.failsafe_deserialize(_models.ErrorResponseAutoGenerated, pipeline_response)
|
638
643
|
raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat)
|
@@ -641,8 +646,12 @@ class StorageTaskAssignmentsOperations:
|
|
641
646
|
if response.status_code == 202:
|
642
647
|
response_headers["Location"] = self._deserialize("str", response.headers.get("Location"))
|
643
648
|
|
649
|
+
deserialized = response.stream_download(self._client._pipeline, decompress=_decompress)
|
650
|
+
|
644
651
|
if cls:
|
645
|
-
return cls(pipeline_response,
|
652
|
+
return cls(pipeline_response, deserialized, response_headers) # type: ignore
|
653
|
+
|
654
|
+
return deserialized # type: ignore
|
646
655
|
|
647
656
|
@distributed_trace_async
|
648
657
|
async def begin_delete(
|
@@ -674,7 +683,7 @@ class StorageTaskAssignmentsOperations:
|
|
674
683
|
lro_delay = kwargs.pop("polling_interval", self._config.polling_interval)
|
675
684
|
cont_token: Optional[str] = kwargs.pop("continuation_token", None)
|
676
685
|
if cont_token is None:
|
677
|
-
raw_result = await self._delete_initial(
|
686
|
+
raw_result = await self._delete_initial(
|
678
687
|
resource_group_name=resource_group_name,
|
679
688
|
account_name=account_name,
|
680
689
|
storage_task_assignment_name=storage_task_assignment_name,
|
@@ -684,6 +693,7 @@ class StorageTaskAssignmentsOperations:
|
|
684
693
|
params=_params,
|
685
694
|
**kwargs
|
686
695
|
)
|
696
|
+
await raw_result.http_response.read() # type: ignore
|
687
697
|
kwargs.pop("error_map", None)
|
688
698
|
|
689
699
|
def get_long_running_output(pipeline_response): # pylint: disable=inconsistent-return-statements
|
@@ -709,7 +719,7 @@ class StorageTaskAssignmentsOperations:
|
|
709
719
|
|
710
720
|
@distributed_trace
|
711
721
|
def list(
|
712
|
-
self, resource_group_name: str, account_name: str, maxpagesize: Optional[
|
722
|
+
self, resource_group_name: str, account_name: str, maxpagesize: Optional[int] = None, **kwargs: Any
|
713
723
|
) -> AsyncIterable["_models.StorageTaskAssignment"]:
|
714
724
|
"""List all the storage task assignments in an account.
|
715
725
|
|
@@ -722,7 +732,7 @@ class StorageTaskAssignmentsOperations:
|
|
722
732
|
:type account_name: str
|
723
733
|
:param maxpagesize: Optional, specifies the maximum number of storage task assignment Ids to be
|
724
734
|
included in the list response. Default value is None.
|
725
|
-
:type maxpagesize:
|
735
|
+
:type maxpagesize: int
|
726
736
|
:return: An iterator like instance of either StorageTaskAssignment or the result of
|
727
737
|
cls(response)
|
728
738
|
:rtype:
|
@@ -735,7 +745,7 @@ class StorageTaskAssignmentsOperations:
|
|
735
745
|
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2023-05-01"))
|
736
746
|
cls: ClsType[_models.StorageTaskAssignmentsList] = kwargs.pop("cls", None)
|
737
747
|
|
738
|
-
error_map: MutableMapping
|
748
|
+
error_map: MutableMapping = {
|
739
749
|
401: ClientAuthenticationError,
|
740
750
|
404: ResourceNotFoundError,
|
741
751
|
409: ResourceExistsError,
|
@@ -755,7 +765,6 @@ class StorageTaskAssignmentsOperations:
|
|
755
765
|
headers=_headers,
|
756
766
|
params=_params,
|
757
767
|
)
|
758
|
-
_request = _convert_request(_request)
|
759
768
|
_request.url = self._client.format_url(_request.url)
|
760
769
|
|
761
770
|
else:
|
@@ -771,7 +780,6 @@ class StorageTaskAssignmentsOperations:
|
|
771
780
|
_request = HttpRequest(
|
772
781
|
"GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params
|
773
782
|
)
|
774
|
-
_request = _convert_request(_request)
|
775
783
|
_request.url = self._client.format_url(_request.url)
|
776
784
|
_request.method = "GET"
|
777
785
|
return _request
|
@@ -1,4 +1,3 @@
|
|
1
|
-
# pylint: disable=too-many-lines,too-many-statements
|
2
1
|
# coding=utf-8
|
3
2
|
# --------------------------------------------------------------------------
|
4
3
|
# Copyright (c) Microsoft Corporation. All rights reserved.
|
@@ -8,7 +7,7 @@
|
|
8
7
|
# --------------------------------------------------------------------------
|
9
8
|
from io import IOBase
|
10
9
|
import sys
|
11
|
-
from typing import Any, AsyncIterable, Callable, Dict, IO, Optional,
|
10
|
+
from typing import Any, AsyncIterable, Callable, Dict, IO, Optional, TypeVar, Union, overload
|
12
11
|
import urllib.parse
|
13
12
|
|
14
13
|
from azure.core.async_paging import AsyncItemPaged, AsyncList
|
@@ -21,15 +20,13 @@ from azure.core.exceptions import (
|
|
21
20
|
map_error,
|
22
21
|
)
|
23
22
|
from azure.core.pipeline import PipelineResponse
|
24
|
-
from azure.core.
|
25
|
-
from azure.core.rest import HttpRequest
|
23
|
+
from azure.core.rest import AsyncHttpResponse, HttpRequest
|
26
24
|
from azure.core.tracing.decorator import distributed_trace
|
27
25
|
from azure.core.tracing.decorator_async import distributed_trace_async
|
28
26
|
from azure.core.utils import case_insensitive_dict
|
29
27
|
from azure.mgmt.core.exceptions import ARMErrorFormat
|
30
28
|
|
31
29
|
from ... import models as _models
|
32
|
-
from ..._vendor import _convert_request
|
33
30
|
from ...operations._table_operations import (
|
34
31
|
build_create_request,
|
35
32
|
build_delete_request,
|
@@ -41,7 +38,7 @@ from ...operations._table_operations import (
|
|
41
38
|
if sys.version_info >= (3, 9):
|
42
39
|
from collections.abc import MutableMapping
|
43
40
|
else:
|
44
|
-
from typing import MutableMapping # type: ignore
|
41
|
+
from typing import MutableMapping # type: ignore
|
45
42
|
T = TypeVar("T")
|
46
43
|
ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]]
|
47
44
|
|
@@ -163,7 +160,7 @@ class TableOperations:
|
|
163
160
|
:rtype: ~azure.mgmt.storage.v2023_05_01.models.Table
|
164
161
|
:raises ~azure.core.exceptions.HttpResponseError:
|
165
162
|
"""
|
166
|
-
error_map: MutableMapping
|
163
|
+
error_map: MutableMapping = {
|
167
164
|
401: ClientAuthenticationError,
|
168
165
|
404: ResourceNotFoundError,
|
169
166
|
409: ResourceExistsError,
|
@@ -201,7 +198,6 @@ class TableOperations:
|
|
201
198
|
headers=_headers,
|
202
199
|
params=_params,
|
203
200
|
)
|
204
|
-
_request = _convert_request(_request)
|
205
201
|
_request.url = self._client.format_url(_request.url)
|
206
202
|
|
207
203
|
_stream = False
|
@@ -215,7 +211,7 @@ class TableOperations:
|
|
215
211
|
map_error(status_code=response.status_code, response=response, error_map=error_map)
|
216
212
|
raise HttpResponseError(response=response, error_format=ARMErrorFormat)
|
217
213
|
|
218
|
-
deserialized = self._deserialize("Table", pipeline_response)
|
214
|
+
deserialized = self._deserialize("Table", pipeline_response.http_response)
|
219
215
|
|
220
216
|
if cls:
|
221
217
|
return cls(pipeline_response, deserialized, {}) # type: ignore
|
@@ -319,7 +315,7 @@ class TableOperations:
|
|
319
315
|
:rtype: ~azure.mgmt.storage.v2023_05_01.models.Table
|
320
316
|
:raises ~azure.core.exceptions.HttpResponseError:
|
321
317
|
"""
|
322
|
-
error_map: MutableMapping
|
318
|
+
error_map: MutableMapping = {
|
323
319
|
401: ClientAuthenticationError,
|
324
320
|
404: ResourceNotFoundError,
|
325
321
|
409: ResourceExistsError,
|
@@ -357,7 +353,6 @@ class TableOperations:
|
|
357
353
|
headers=_headers,
|
358
354
|
params=_params,
|
359
355
|
)
|
360
|
-
_request = _convert_request(_request)
|
361
356
|
_request.url = self._client.format_url(_request.url)
|
362
357
|
|
363
358
|
_stream = False
|
@@ -371,7 +366,7 @@ class TableOperations:
|
|
371
366
|
map_error(status_code=response.status_code, response=response, error_map=error_map)
|
372
367
|
raise HttpResponseError(response=response, error_format=ARMErrorFormat)
|
373
368
|
|
374
|
-
deserialized = self._deserialize("Table", pipeline_response)
|
369
|
+
deserialized = self._deserialize("Table", pipeline_response.http_response)
|
375
370
|
|
376
371
|
if cls:
|
377
372
|
return cls(pipeline_response, deserialized, {}) # type: ignore
|
@@ -397,7 +392,7 @@ class TableOperations:
|
|
397
392
|
:rtype: ~azure.mgmt.storage.v2023_05_01.models.Table
|
398
393
|
:raises ~azure.core.exceptions.HttpResponseError:
|
399
394
|
"""
|
400
|
-
error_map: MutableMapping
|
395
|
+
error_map: MutableMapping = {
|
401
396
|
401: ClientAuthenticationError,
|
402
397
|
404: ResourceNotFoundError,
|
403
398
|
409: ResourceExistsError,
|
@@ -420,7 +415,6 @@ class TableOperations:
|
|
420
415
|
headers=_headers,
|
421
416
|
params=_params,
|
422
417
|
)
|
423
|
-
_request = _convert_request(_request)
|
424
418
|
_request.url = self._client.format_url(_request.url)
|
425
419
|
|
426
420
|
_stream = False
|
@@ -434,7 +428,7 @@ class TableOperations:
|
|
434
428
|
map_error(status_code=response.status_code, response=response, error_map=error_map)
|
435
429
|
raise HttpResponseError(response=response, error_format=ARMErrorFormat)
|
436
430
|
|
437
|
-
deserialized = self._deserialize("Table", pipeline_response)
|
431
|
+
deserialized = self._deserialize("Table", pipeline_response.http_response)
|
438
432
|
|
439
433
|
if cls:
|
440
434
|
return cls(pipeline_response, deserialized, {}) # type: ignore
|
@@ -442,9 +436,7 @@ class TableOperations:
|
|
442
436
|
return deserialized # type: ignore
|
443
437
|
|
444
438
|
@distributed_trace_async
|
445
|
-
async def delete(
|
446
|
-
self, resource_group_name: str, account_name: str, table_name: str, **kwargs: Any
|
447
|
-
) -> None:
|
439
|
+
async def delete(self, resource_group_name: str, account_name: str, table_name: str, **kwargs: Any) -> None:
|
448
440
|
"""Deletes the table with the specified table name, under the specified account if it exists.
|
449
441
|
|
450
442
|
:param resource_group_name: The name of the resource group within the user's subscription. The
|
@@ -462,7 +454,7 @@ class TableOperations:
|
|
462
454
|
:rtype: None
|
463
455
|
:raises ~azure.core.exceptions.HttpResponseError:
|
464
456
|
"""
|
465
|
-
error_map: MutableMapping
|
457
|
+
error_map: MutableMapping = {
|
466
458
|
401: ClientAuthenticationError,
|
467
459
|
404: ResourceNotFoundError,
|
468
460
|
409: ResourceExistsError,
|
@@ -485,7 +477,6 @@ class TableOperations:
|
|
485
477
|
headers=_headers,
|
486
478
|
params=_params,
|
487
479
|
)
|
488
|
-
_request = _convert_request(_request)
|
489
480
|
_request.url = self._client.format_url(_request.url)
|
490
481
|
|
491
482
|
_stream = False
|
@@ -523,7 +514,7 @@ class TableOperations:
|
|
523
514
|
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2023-05-01"))
|
524
515
|
cls: ClsType[_models.ListTableResource] = kwargs.pop("cls", None)
|
525
516
|
|
526
|
-
error_map: MutableMapping
|
517
|
+
error_map: MutableMapping = {
|
527
518
|
401: ClientAuthenticationError,
|
528
519
|
404: ResourceNotFoundError,
|
529
520
|
409: ResourceExistsError,
|
@@ -542,7 +533,6 @@ class TableOperations:
|
|
542
533
|
headers=_headers,
|
543
534
|
params=_params,
|
544
535
|
)
|
545
|
-
_request = _convert_request(_request)
|
546
536
|
_request.url = self._client.format_url(_request.url)
|
547
537
|
|
548
538
|
else:
|
@@ -558,7 +548,6 @@ class TableOperations:
|
|
558
548
|
_request = HttpRequest(
|
559
549
|
"GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params
|
560
550
|
)
|
561
|
-
_request = _convert_request(_request)
|
562
551
|
_request.url = self._client.format_url(_request.url)
|
563
552
|
_request.method = "GET"
|
564
553
|
return _request
|