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.
|
@@ -8,7 +7,7 @@
|
|
8
7
|
# --------------------------------------------------------------------------
|
9
8
|
from io import IOBase
|
10
9
|
import sys
|
11
|
-
from typing import Any, Callable, Dict, IO, Iterable, Optional,
|
10
|
+
from typing import Any, Callable, Dict, IO, Iterable, Optional, TypeVar, Union, overload
|
12
11
|
import urllib.parse
|
13
12
|
|
14
13
|
from azure.core.exceptions import (
|
@@ -21,20 +20,18 @@ from azure.core.exceptions import (
|
|
21
20
|
)
|
22
21
|
from azure.core.paging import ItemPaged
|
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 HttpRequest, HttpResponse
|
26
24
|
from azure.core.tracing.decorator import distributed_trace
|
27
25
|
from azure.core.utils import case_insensitive_dict
|
28
26
|
from azure.mgmt.core.exceptions import ARMErrorFormat
|
29
27
|
|
30
28
|
from .. import models as _models
|
31
29
|
from ..._serialization import Serializer
|
32
|
-
from .._vendor import _convert_request
|
33
30
|
|
34
31
|
if sys.version_info >= (3, 9):
|
35
32
|
from collections.abc import MutableMapping
|
36
33
|
else:
|
37
|
-
from typing import MutableMapping # type: ignore
|
34
|
+
from typing import MutableMapping # type: ignore
|
38
35
|
T = TypeVar("T")
|
39
36
|
ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]]
|
40
37
|
|
@@ -243,7 +240,7 @@ class BlobInventoryPoliciesOperations:
|
|
243
240
|
:rtype: ~azure.mgmt.storage.v2023_05_01.models.BlobInventoryPolicy
|
244
241
|
:raises ~azure.core.exceptions.HttpResponseError:
|
245
242
|
"""
|
246
|
-
error_map: MutableMapping
|
243
|
+
error_map: MutableMapping = {
|
247
244
|
401: ClientAuthenticationError,
|
248
245
|
404: ResourceNotFoundError,
|
249
246
|
409: ResourceExistsError,
|
@@ -266,7 +263,6 @@ class BlobInventoryPoliciesOperations:
|
|
266
263
|
headers=_headers,
|
267
264
|
params=_params,
|
268
265
|
)
|
269
|
-
_request = _convert_request(_request)
|
270
266
|
_request.url = self._client.format_url(_request.url)
|
271
267
|
|
272
268
|
_stream = False
|
@@ -280,7 +276,7 @@ class BlobInventoryPoliciesOperations:
|
|
280
276
|
map_error(status_code=response.status_code, response=response, error_map=error_map)
|
281
277
|
raise HttpResponseError(response=response, error_format=ARMErrorFormat)
|
282
278
|
|
283
|
-
deserialized = self._deserialize("BlobInventoryPolicy", pipeline_response)
|
279
|
+
deserialized = self._deserialize("BlobInventoryPolicy", pipeline_response.http_response)
|
284
280
|
|
285
281
|
if cls:
|
286
282
|
return cls(pipeline_response, deserialized, {}) # type: ignore
|
@@ -384,7 +380,7 @@ class BlobInventoryPoliciesOperations:
|
|
384
380
|
:rtype: ~azure.mgmt.storage.v2023_05_01.models.BlobInventoryPolicy
|
385
381
|
:raises ~azure.core.exceptions.HttpResponseError:
|
386
382
|
"""
|
387
|
-
error_map: MutableMapping
|
383
|
+
error_map: MutableMapping = {
|
388
384
|
401: ClientAuthenticationError,
|
389
385
|
404: ResourceNotFoundError,
|
390
386
|
409: ResourceExistsError,
|
@@ -419,7 +415,6 @@ class BlobInventoryPoliciesOperations:
|
|
419
415
|
headers=_headers,
|
420
416
|
params=_params,
|
421
417
|
)
|
422
|
-
_request = _convert_request(_request)
|
423
418
|
_request.url = self._client.format_url(_request.url)
|
424
419
|
|
425
420
|
_stream = False
|
@@ -433,7 +428,7 @@ class BlobInventoryPoliciesOperations:
|
|
433
428
|
map_error(status_code=response.status_code, response=response, error_map=error_map)
|
434
429
|
raise HttpResponseError(response=response, error_format=ARMErrorFormat)
|
435
430
|
|
436
|
-
deserialized = self._deserialize("BlobInventoryPolicy", pipeline_response)
|
431
|
+
deserialized = self._deserialize("BlobInventoryPolicy", pipeline_response.http_response)
|
437
432
|
|
438
433
|
if cls:
|
439
434
|
return cls(pipeline_response, deserialized, {}) # type: ignore
|
@@ -465,7 +460,7 @@ class BlobInventoryPoliciesOperations:
|
|
465
460
|
:rtype: None
|
466
461
|
:raises ~azure.core.exceptions.HttpResponseError:
|
467
462
|
"""
|
468
|
-
error_map: MutableMapping
|
463
|
+
error_map: MutableMapping = {
|
469
464
|
401: ClientAuthenticationError,
|
470
465
|
404: ResourceNotFoundError,
|
471
466
|
409: ResourceExistsError,
|
@@ -488,7 +483,6 @@ class BlobInventoryPoliciesOperations:
|
|
488
483
|
headers=_headers,
|
489
484
|
params=_params,
|
490
485
|
)
|
491
|
-
_request = _convert_request(_request)
|
492
486
|
_request.url = self._client.format_url(_request.url)
|
493
487
|
|
494
488
|
_stream = False
|
@@ -529,7 +523,7 @@ class BlobInventoryPoliciesOperations:
|
|
529
523
|
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2023-05-01"))
|
530
524
|
cls: ClsType[_models.ListBlobInventoryPolicy] = kwargs.pop("cls", None)
|
531
525
|
|
532
|
-
error_map: MutableMapping
|
526
|
+
error_map: MutableMapping = {
|
533
527
|
401: ClientAuthenticationError,
|
534
528
|
404: ResourceNotFoundError,
|
535
529
|
409: ResourceExistsError,
|
@@ -548,7 +542,6 @@ class BlobInventoryPoliciesOperations:
|
|
548
542
|
headers=_headers,
|
549
543
|
params=_params,
|
550
544
|
)
|
551
|
-
_request = _convert_request(_request)
|
552
545
|
_request.url = self._client.format_url(_request.url)
|
553
546
|
|
554
547
|
else:
|
@@ -564,7 +557,6 @@ class BlobInventoryPoliciesOperations:
|
|
564
557
|
_request = HttpRequest(
|
565
558
|
"GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params
|
566
559
|
)
|
567
|
-
_request = _convert_request(_request)
|
568
560
|
_request.url = self._client.format_url(_request.url)
|
569
561
|
_request.method = "GET"
|
570
562
|
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, Callable, Dict, IO, Iterable, Literal, Optional,
|
10
|
+
from typing import Any, Callable, Dict, IO, Iterable, Literal, Optional, TypeVar, Union, overload
|
12
11
|
import urllib.parse
|
13
12
|
|
14
13
|
from azure.core.exceptions import (
|
@@ -21,20 +20,18 @@ from azure.core.exceptions import (
|
|
21
20
|
)
|
22
21
|
from azure.core.paging import ItemPaged
|
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 HttpRequest, HttpResponse
|
26
24
|
from azure.core.tracing.decorator import distributed_trace
|
27
25
|
from azure.core.utils import case_insensitive_dict
|
28
26
|
from azure.mgmt.core.exceptions import ARMErrorFormat
|
29
27
|
|
30
28
|
from .. import models as _models
|
31
29
|
from ..._serialization import Serializer
|
32
|
-
from .._vendor import _convert_request
|
33
30
|
|
34
31
|
if sys.version_info >= (3, 9):
|
35
32
|
from collections.abc import MutableMapping
|
36
33
|
else:
|
37
|
-
from typing import MutableMapping # type: ignore
|
34
|
+
from typing import MutableMapping # type: ignore
|
38
35
|
T = TypeVar("T")
|
39
36
|
ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]]
|
40
37
|
|
@@ -197,7 +194,7 @@ class BlobServicesOperations:
|
|
197
194
|
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2023-05-01"))
|
198
195
|
cls: ClsType[_models.BlobServiceItems] = kwargs.pop("cls", None)
|
199
196
|
|
200
|
-
error_map: MutableMapping
|
197
|
+
error_map: MutableMapping = {
|
201
198
|
401: ClientAuthenticationError,
|
202
199
|
404: ResourceNotFoundError,
|
203
200
|
409: ResourceExistsError,
|
@@ -216,7 +213,6 @@ class BlobServicesOperations:
|
|
216
213
|
headers=_headers,
|
217
214
|
params=_params,
|
218
215
|
)
|
219
|
-
_request = _convert_request(_request)
|
220
216
|
_request.url = self._client.format_url(_request.url)
|
221
217
|
|
222
218
|
else:
|
@@ -232,7 +228,6 @@ class BlobServicesOperations:
|
|
232
228
|
_request = HttpRequest(
|
233
229
|
"GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params
|
234
230
|
)
|
235
|
-
_request = _convert_request(_request)
|
236
231
|
_request.url = self._client.format_url(_request.url)
|
237
232
|
_request.method = "GET"
|
238
233
|
return _request
|
@@ -349,7 +344,7 @@ class BlobServicesOperations:
|
|
349
344
|
:rtype: ~azure.mgmt.storage.v2023_05_01.models.BlobServiceProperties
|
350
345
|
:raises ~azure.core.exceptions.HttpResponseError:
|
351
346
|
"""
|
352
|
-
error_map: MutableMapping
|
347
|
+
error_map: MutableMapping = {
|
353
348
|
401: ClientAuthenticationError,
|
354
349
|
404: ResourceNotFoundError,
|
355
350
|
409: ResourceExistsError,
|
@@ -385,7 +380,6 @@ class BlobServicesOperations:
|
|
385
380
|
headers=_headers,
|
386
381
|
params=_params,
|
387
382
|
)
|
388
|
-
_request = _convert_request(_request)
|
389
383
|
_request.url = self._client.format_url(_request.url)
|
390
384
|
|
391
385
|
_stream = False
|
@@ -399,7 +393,7 @@ class BlobServicesOperations:
|
|
399
393
|
map_error(status_code=response.status_code, response=response, error_map=error_map)
|
400
394
|
raise HttpResponseError(response=response, error_format=ARMErrorFormat)
|
401
395
|
|
402
|
-
deserialized = self._deserialize("BlobServiceProperties", pipeline_response)
|
396
|
+
deserialized = self._deserialize("BlobServiceProperties", pipeline_response.http_response)
|
403
397
|
|
404
398
|
if cls:
|
405
399
|
return cls(pipeline_response, deserialized, {}) # type: ignore
|
@@ -424,7 +418,7 @@ class BlobServicesOperations:
|
|
424
418
|
:rtype: ~azure.mgmt.storage.v2023_05_01.models.BlobServiceProperties
|
425
419
|
:raises ~azure.core.exceptions.HttpResponseError:
|
426
420
|
"""
|
427
|
-
error_map: MutableMapping
|
421
|
+
error_map: MutableMapping = {
|
428
422
|
401: ClientAuthenticationError,
|
429
423
|
404: ResourceNotFoundError,
|
430
424
|
409: ResourceExistsError,
|
@@ -448,7 +442,6 @@ class BlobServicesOperations:
|
|
448
442
|
headers=_headers,
|
449
443
|
params=_params,
|
450
444
|
)
|
451
|
-
_request = _convert_request(_request)
|
452
445
|
_request.url = self._client.format_url(_request.url)
|
453
446
|
|
454
447
|
_stream = False
|
@@ -462,7 +455,7 @@ class BlobServicesOperations:
|
|
462
455
|
map_error(status_code=response.status_code, response=response, error_map=error_map)
|
463
456
|
raise HttpResponseError(response=response, error_format=ARMErrorFormat)
|
464
457
|
|
465
|
-
deserialized = self._deserialize("BlobServiceProperties", pipeline_response)
|
458
|
+
deserialized = self._deserialize("BlobServiceProperties", pipeline_response.http_response)
|
466
459
|
|
467
460
|
if cls:
|
468
461
|
return cls(pipeline_response, deserialized, {}) # type: ignore
|
@@ -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, Callable, Dict, Iterable, Optional,
|
9
|
+
from typing import Any, Callable, Dict, Iterable, Optional, TypeVar
|
11
10
|
import urllib.parse
|
12
11
|
|
13
12
|
from azure.core.exceptions import (
|
@@ -20,20 +19,18 @@ from azure.core.exceptions import (
|
|
20
19
|
)
|
21
20
|
from azure.core.paging import ItemPaged
|
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 HttpRequest, HttpResponse
|
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
28
|
from ..._serialization import Serializer
|
31
|
-
from .._vendor import _convert_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, HttpResponse], T, Dict[str, Any]], Any]]
|
39
36
|
|
@@ -130,7 +127,7 @@ class DeletedAccountsOperations:
|
|
130
127
|
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2023-05-01"))
|
131
128
|
cls: ClsType[_models.DeletedAccountListResult] = kwargs.pop("cls", None)
|
132
129
|
|
133
|
-
error_map: MutableMapping
|
130
|
+
error_map: MutableMapping = {
|
134
131
|
401: ClientAuthenticationError,
|
135
132
|
404: ResourceNotFoundError,
|
136
133
|
409: ResourceExistsError,
|
@@ -147,7 +144,6 @@ class DeletedAccountsOperations:
|
|
147
144
|
headers=_headers,
|
148
145
|
params=_params,
|
149
146
|
)
|
150
|
-
_request = _convert_request(_request)
|
151
147
|
_request.url = self._client.format_url(_request.url)
|
152
148
|
|
153
149
|
else:
|
@@ -163,7 +159,6 @@ class DeletedAccountsOperations:
|
|
163
159
|
_request = HttpRequest(
|
164
160
|
"GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params
|
165
161
|
)
|
166
|
-
_request = _convert_request(_request)
|
167
162
|
_request.url = self._client.format_url(_request.url)
|
168
163
|
_request.method = "GET"
|
169
164
|
return _request
|
@@ -205,7 +200,7 @@ class DeletedAccountsOperations:
|
|
205
200
|
:rtype: ~azure.mgmt.storage.v2023_05_01.models.DeletedAccount
|
206
201
|
:raises ~azure.core.exceptions.HttpResponseError:
|
207
202
|
"""
|
208
|
-
error_map: MutableMapping
|
203
|
+
error_map: MutableMapping = {
|
209
204
|
401: ClientAuthenticationError,
|
210
205
|
404: ResourceNotFoundError,
|
211
206
|
409: ResourceExistsError,
|
@@ -227,7 +222,6 @@ class DeletedAccountsOperations:
|
|
227
222
|
headers=_headers,
|
228
223
|
params=_params,
|
229
224
|
)
|
230
|
-
_request = _convert_request(_request)
|
231
225
|
_request.url = self._client.format_url(_request.url)
|
232
226
|
|
233
227
|
_stream = False
|
@@ -242,7 +236,7 @@ class DeletedAccountsOperations:
|
|
242
236
|
error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
|
243
237
|
raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat)
|
244
238
|
|
245
|
-
deserialized = self._deserialize("DeletedAccount", pipeline_response)
|
239
|
+
deserialized = self._deserialize("DeletedAccount", pipeline_response.http_response)
|
246
240
|
|
247
241
|
if cls:
|
248
242
|
return cls(pipeline_response, deserialized, {}) # type: ignore
|
@@ -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, Callable, Dict, IO, Iterable, Optional,
|
10
|
+
from typing import Any, Callable, Dict, IO, Iterable, Optional, TypeVar, Union, overload
|
12
11
|
import urllib.parse
|
13
12
|
|
14
13
|
from azure.core.exceptions import (
|
@@ -21,20 +20,18 @@ from azure.core.exceptions import (
|
|
21
20
|
)
|
22
21
|
from azure.core.paging import ItemPaged
|
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 HttpRequest, HttpResponse
|
26
24
|
from azure.core.tracing.decorator import distributed_trace
|
27
25
|
from azure.core.utils import case_insensitive_dict
|
28
26
|
from azure.mgmt.core.exceptions import ARMErrorFormat
|
29
27
|
|
30
28
|
from .. import models as _models
|
31
29
|
from ..._serialization import Serializer
|
32
|
-
from .._vendor import _convert_request
|
33
30
|
|
34
31
|
if sys.version_info >= (3, 9):
|
35
32
|
from collections.abc import MutableMapping
|
36
33
|
else:
|
37
|
-
from typing import MutableMapping # type: ignore
|
34
|
+
from typing import MutableMapping # type: ignore
|
38
35
|
T = TypeVar("T")
|
39
36
|
ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]]
|
40
37
|
|
@@ -338,7 +335,7 @@ class EncryptionScopesOperations:
|
|
338
335
|
:rtype: ~azure.mgmt.storage.v2023_05_01.models.EncryptionScope
|
339
336
|
:raises ~azure.core.exceptions.HttpResponseError:
|
340
337
|
"""
|
341
|
-
error_map: MutableMapping
|
338
|
+
error_map: MutableMapping = {
|
342
339
|
401: ClientAuthenticationError,
|
343
340
|
404: ResourceNotFoundError,
|
344
341
|
409: ResourceExistsError,
|
@@ -373,7 +370,6 @@ class EncryptionScopesOperations:
|
|
373
370
|
headers=_headers,
|
374
371
|
params=_params,
|
375
372
|
)
|
376
|
-
_request = _convert_request(_request)
|
377
373
|
_request.url = self._client.format_url(_request.url)
|
378
374
|
|
379
375
|
_stream = False
|
@@ -388,11 +384,7 @@ class EncryptionScopesOperations:
|
|
388
384
|
error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
|
389
385
|
raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat)
|
390
386
|
|
391
|
-
|
392
|
-
deserialized = self._deserialize("EncryptionScope", pipeline_response)
|
393
|
-
|
394
|
-
if response.status_code == 201:
|
395
|
-
deserialized = self._deserialize("EncryptionScope", pipeline_response)
|
387
|
+
deserialized = self._deserialize("EncryptionScope", pipeline_response.http_response)
|
396
388
|
|
397
389
|
if cls:
|
398
390
|
return cls(pipeline_response, deserialized, {}) # type: ignore
|
@@ -502,7 +494,7 @@ class EncryptionScopesOperations:
|
|
502
494
|
:rtype: ~azure.mgmt.storage.v2023_05_01.models.EncryptionScope
|
503
495
|
:raises ~azure.core.exceptions.HttpResponseError:
|
504
496
|
"""
|
505
|
-
error_map: MutableMapping
|
497
|
+
error_map: MutableMapping = {
|
506
498
|
401: ClientAuthenticationError,
|
507
499
|
404: ResourceNotFoundError,
|
508
500
|
409: ResourceExistsError,
|
@@ -537,7 +529,6 @@ class EncryptionScopesOperations:
|
|
537
529
|
headers=_headers,
|
538
530
|
params=_params,
|
539
531
|
)
|
540
|
-
_request = _convert_request(_request)
|
541
532
|
_request.url = self._client.format_url(_request.url)
|
542
533
|
|
543
534
|
_stream = False
|
@@ -552,7 +543,7 @@ class EncryptionScopesOperations:
|
|
552
543
|
error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
|
553
544
|
raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat)
|
554
545
|
|
555
|
-
deserialized = self._deserialize("EncryptionScope", pipeline_response)
|
546
|
+
deserialized = self._deserialize("EncryptionScope", pipeline_response.http_response)
|
556
547
|
|
557
548
|
if cls:
|
558
549
|
return cls(pipeline_response, deserialized, {}) # type: ignore
|
@@ -581,7 +572,7 @@ class EncryptionScopesOperations:
|
|
581
572
|
:rtype: ~azure.mgmt.storage.v2023_05_01.models.EncryptionScope
|
582
573
|
:raises ~azure.core.exceptions.HttpResponseError:
|
583
574
|
"""
|
584
|
-
error_map: MutableMapping
|
575
|
+
error_map: MutableMapping = {
|
585
576
|
401: ClientAuthenticationError,
|
586
577
|
404: ResourceNotFoundError,
|
587
578
|
409: ResourceExistsError,
|
@@ -604,7 +595,6 @@ class EncryptionScopesOperations:
|
|
604
595
|
headers=_headers,
|
605
596
|
params=_params,
|
606
597
|
)
|
607
|
-
_request = _convert_request(_request)
|
608
598
|
_request.url = self._client.format_url(_request.url)
|
609
599
|
|
610
600
|
_stream = False
|
@@ -619,7 +609,7 @@ class EncryptionScopesOperations:
|
|
619
609
|
error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
|
620
610
|
raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat)
|
621
611
|
|
622
|
-
deserialized = self._deserialize("EncryptionScope", pipeline_response)
|
612
|
+
deserialized = self._deserialize("EncryptionScope", pipeline_response.http_response)
|
623
613
|
|
624
614
|
if cls:
|
625
615
|
return cls(pipeline_response, deserialized, {}) # type: ignore
|
@@ -664,7 +654,7 @@ class EncryptionScopesOperations:
|
|
664
654
|
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2023-05-01"))
|
665
655
|
cls: ClsType[_models.EncryptionScopeListResult] = kwargs.pop("cls", None)
|
666
656
|
|
667
|
-
error_map: MutableMapping
|
657
|
+
error_map: MutableMapping = {
|
668
658
|
401: ClientAuthenticationError,
|
669
659
|
404: ResourceNotFoundError,
|
670
660
|
409: ResourceExistsError,
|
@@ -686,7 +676,6 @@ class EncryptionScopesOperations:
|
|
686
676
|
headers=_headers,
|
687
677
|
params=_params,
|
688
678
|
)
|
689
|
-
_request = _convert_request(_request)
|
690
679
|
_request.url = self._client.format_url(_request.url)
|
691
680
|
|
692
681
|
else:
|
@@ -702,7 +691,6 @@ class EncryptionScopesOperations:
|
|
702
691
|
_request = HttpRequest(
|
703
692
|
"GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params
|
704
693
|
)
|
705
|
-
_request = _convert_request(_request)
|
706
694
|
_request.url = self._client.format_url(_request.url)
|
707
695
|
_request.method = "GET"
|
708
696
|
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, Callable, Dict, IO, Literal, Optional,
|
10
|
+
from typing import Any, Callable, Dict, IO, Literal, Optional, TypeVar, Union, overload
|
12
11
|
|
13
12
|
from azure.core.exceptions import (
|
14
13
|
ClientAuthenticationError,
|
@@ -19,20 +18,18 @@ from azure.core.exceptions import (
|
|
19
18
|
map_error,
|
20
19
|
)
|
21
20
|
from azure.core.pipeline import PipelineResponse
|
22
|
-
from azure.core.
|
23
|
-
from azure.core.rest import HttpRequest
|
21
|
+
from azure.core.rest import HttpRequest, HttpResponse
|
24
22
|
from azure.core.tracing.decorator import distributed_trace
|
25
23
|
from azure.core.utils import case_insensitive_dict
|
26
24
|
from azure.mgmt.core.exceptions import ARMErrorFormat
|
27
25
|
|
28
26
|
from .. import models as _models
|
29
27
|
from ..._serialization import Serializer
|
30
|
-
from .._vendor import _convert_request
|
31
28
|
|
32
29
|
if sys.version_info >= (3, 9):
|
33
30
|
from collections.abc import MutableMapping
|
34
31
|
else:
|
35
|
-
from typing import MutableMapping # type: ignore
|
32
|
+
from typing import MutableMapping # type: ignore
|
36
33
|
T = TypeVar("T")
|
37
34
|
ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]]
|
38
35
|
|
@@ -185,7 +182,7 @@ class FileServicesOperations:
|
|
185
182
|
:rtype: ~azure.mgmt.storage.v2023_05_01.models.FileServiceItems
|
186
183
|
:raises ~azure.core.exceptions.HttpResponseError:
|
187
184
|
"""
|
188
|
-
error_map: MutableMapping
|
185
|
+
error_map: MutableMapping = {
|
189
186
|
401: ClientAuthenticationError,
|
190
187
|
404: ResourceNotFoundError,
|
191
188
|
409: ResourceExistsError,
|
@@ -207,7 +204,6 @@ class FileServicesOperations:
|
|
207
204
|
headers=_headers,
|
208
205
|
params=_params,
|
209
206
|
)
|
210
|
-
_request = _convert_request(_request)
|
211
207
|
_request.url = self._client.format_url(_request.url)
|
212
208
|
|
213
209
|
_stream = False
|
@@ -221,7 +217,7 @@ class FileServicesOperations:
|
|
221
217
|
map_error(status_code=response.status_code, response=response, error_map=error_map)
|
222
218
|
raise HttpResponseError(response=response, error_format=ARMErrorFormat)
|
223
219
|
|
224
|
-
deserialized = self._deserialize("FileServiceItems", pipeline_response)
|
220
|
+
deserialized = self._deserialize("FileServiceItems", pipeline_response.http_response)
|
225
221
|
|
226
222
|
if cls:
|
227
223
|
return cls(pipeline_response, deserialized, {}) # type: ignore
|
@@ -316,7 +312,7 @@ class FileServicesOperations:
|
|
316
312
|
:rtype: ~azure.mgmt.storage.v2023_05_01.models.FileServiceProperties
|
317
313
|
:raises ~azure.core.exceptions.HttpResponseError:
|
318
314
|
"""
|
319
|
-
error_map: MutableMapping
|
315
|
+
error_map: MutableMapping = {
|
320
316
|
401: ClientAuthenticationError,
|
321
317
|
404: ResourceNotFoundError,
|
322
318
|
409: ResourceExistsError,
|
@@ -352,7 +348,6 @@ class FileServicesOperations:
|
|
352
348
|
headers=_headers,
|
353
349
|
params=_params,
|
354
350
|
)
|
355
|
-
_request = _convert_request(_request)
|
356
351
|
_request.url = self._client.format_url(_request.url)
|
357
352
|
|
358
353
|
_stream = False
|
@@ -366,7 +361,7 @@ class FileServicesOperations:
|
|
366
361
|
map_error(status_code=response.status_code, response=response, error_map=error_map)
|
367
362
|
raise HttpResponseError(response=response, error_format=ARMErrorFormat)
|
368
363
|
|
369
|
-
deserialized = self._deserialize("FileServiceProperties", pipeline_response)
|
364
|
+
deserialized = self._deserialize("FileServiceProperties", pipeline_response.http_response)
|
370
365
|
|
371
366
|
if cls:
|
372
367
|
return cls(pipeline_response, deserialized, {}) # type: ignore
|
@@ -391,7 +386,7 @@ class FileServicesOperations:
|
|
391
386
|
:rtype: ~azure.mgmt.storage.v2023_05_01.models.FileServiceProperties
|
392
387
|
:raises ~azure.core.exceptions.HttpResponseError:
|
393
388
|
"""
|
394
|
-
error_map: MutableMapping
|
389
|
+
error_map: MutableMapping = {
|
395
390
|
401: ClientAuthenticationError,
|
396
391
|
404: ResourceNotFoundError,
|
397
392
|
409: ResourceExistsError,
|
@@ -415,7 +410,6 @@ class FileServicesOperations:
|
|
415
410
|
headers=_headers,
|
416
411
|
params=_params,
|
417
412
|
)
|
418
|
-
_request = _convert_request(_request)
|
419
413
|
_request.url = self._client.format_url(_request.url)
|
420
414
|
|
421
415
|
_stream = False
|
@@ -429,7 +423,7 @@ class FileServicesOperations:
|
|
429
423
|
map_error(status_code=response.status_code, response=response, error_map=error_map)
|
430
424
|
raise HttpResponseError(response=response, error_format=ARMErrorFormat)
|
431
425
|
|
432
|
-
deserialized = self._deserialize("FileServiceProperties", pipeline_response)
|
426
|
+
deserialized = self._deserialize("FileServiceProperties", pipeline_response.http_response)
|
433
427
|
|
434
428
|
if cls:
|
435
429
|
return cls(pipeline_response, deserialized, {}) # type: ignore
|