azure-mgmt-storage 21.2.1__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 +281 -168
- 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 +5 -9
- azure/mgmt/storage/v2023_05_01/aio/operations/_storage_task_assignments_instances_report_operations.py +5 -9
- azure/mgmt/storage/v2023_05_01/aio/operations/_storage_task_assignments_operations.py +51 -43
- 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 +5 -9
- azure/mgmt/storage/v2023_05_01/operations/_storage_task_assignments_instances_report_operations.py +5 -9
- azure/mgmt/storage/v2023_05_01/operations/_storage_task_assignments_operations.py +52 -43
- 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.1.dist-info → azure_mgmt_storage-22.0.0.dist-info}/METADATA +11 -4
- azure_mgmt_storage-22.0.0.dist-info/RECORD +183 -0
- {azure_mgmt_storage-21.2.1.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.1.dist-info/RECORD +0 -979
- {azure_mgmt_storage-21.2.1.dist-info → azure_mgmt_storage-22.0.0.dist-info}/LICENSE +0 -0
- {azure_mgmt_storage-21.2.1.dist-info → azure_mgmt_storage-22.0.0.dist-info}/top_level.txt +0 -0
@@ -1,806 +0,0 @@
|
|
1
|
-
# pylint: disable=too-many-lines,too-many-statements
|
2
|
-
# coding=utf-8
|
3
|
-
# --------------------------------------------------------------------------
|
4
|
-
# Copyright (c) Microsoft Corporation. All rights reserved.
|
5
|
-
# Licensed under the MIT License. See License.txt in the project root for license information.
|
6
|
-
# Code generated by Microsoft (R) AutoRest Code Generator.
|
7
|
-
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
8
|
-
# --------------------------------------------------------------------------
|
9
|
-
from io import IOBase
|
10
|
-
import sys
|
11
|
-
from typing import Any, Callable, Dict, IO, Iterable, Optional, Type, TypeVar, Union, overload
|
12
|
-
import urllib.parse
|
13
|
-
|
14
|
-
from azure.core.exceptions import (
|
15
|
-
ClientAuthenticationError,
|
16
|
-
HttpResponseError,
|
17
|
-
ResourceExistsError,
|
18
|
-
ResourceNotFoundError,
|
19
|
-
ResourceNotModifiedError,
|
20
|
-
map_error,
|
21
|
-
)
|
22
|
-
from azure.core.paging import ItemPaged
|
23
|
-
from azure.core.pipeline import PipelineResponse
|
24
|
-
from azure.core.pipeline.transport import HttpResponse
|
25
|
-
from azure.core.rest import HttpRequest
|
26
|
-
from azure.core.tracing.decorator import distributed_trace
|
27
|
-
from azure.core.utils import case_insensitive_dict
|
28
|
-
from azure.mgmt.core.exceptions import ARMErrorFormat
|
29
|
-
|
30
|
-
from .. import models as _models
|
31
|
-
from ..._serialization import Serializer
|
32
|
-
from .._vendor import _convert_request
|
33
|
-
|
34
|
-
if sys.version_info >= (3, 9):
|
35
|
-
from collections.abc import MutableMapping
|
36
|
-
else:
|
37
|
-
from typing import MutableMapping # type: ignore # pylint: disable=ungrouped-imports
|
38
|
-
T = TypeVar("T")
|
39
|
-
ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]]
|
40
|
-
|
41
|
-
_SERIALIZER = Serializer()
|
42
|
-
_SERIALIZER.client_side_validation = False
|
43
|
-
|
44
|
-
|
45
|
-
def build_list_request(
|
46
|
-
resource_group_name: str,
|
47
|
-
account_name: str,
|
48
|
-
subscription_id: str,
|
49
|
-
*,
|
50
|
-
skip_token: Optional[str] = None,
|
51
|
-
maxpagesize: Optional[str] = None,
|
52
|
-
filter: Optional[str] = None,
|
53
|
-
**kwargs: Any
|
54
|
-
) -> HttpRequest:
|
55
|
-
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
56
|
-
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
57
|
-
|
58
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2019-04-01"))
|
59
|
-
accept = _headers.pop("Accept", "application/json")
|
60
|
-
|
61
|
-
# Construct URL
|
62
|
-
_url = kwargs.pop(
|
63
|
-
"template_url",
|
64
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/fileServices/default/shares",
|
65
|
-
) # pylint: disable=line-too-long
|
66
|
-
path_format_arguments = {
|
67
|
-
"resourceGroupName": _SERIALIZER.url(
|
68
|
-
"resource_group_name", resource_group_name, "str", max_length=90, min_length=1, pattern=r"^[-\w\._\(\)]+$"
|
69
|
-
),
|
70
|
-
"accountName": _SERIALIZER.url("account_name", account_name, "str", max_length=24, min_length=3),
|
71
|
-
"subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1),
|
72
|
-
}
|
73
|
-
|
74
|
-
_url: str = _url.format(**path_format_arguments) # type: ignore
|
75
|
-
|
76
|
-
# Construct parameters
|
77
|
-
_params["api-version"] = _SERIALIZER.query("api_version", api_version, "str")
|
78
|
-
if skip_token is not None:
|
79
|
-
_params["$skipToken"] = _SERIALIZER.query("skip_token", skip_token, "str")
|
80
|
-
if maxpagesize is not None:
|
81
|
-
_params["$maxpagesize"] = _SERIALIZER.query("maxpagesize", maxpagesize, "str")
|
82
|
-
if filter is not None:
|
83
|
-
_params["$filter"] = _SERIALIZER.query("filter", filter, "str")
|
84
|
-
|
85
|
-
# Construct headers
|
86
|
-
_headers["Accept"] = _SERIALIZER.header("accept", accept, "str")
|
87
|
-
|
88
|
-
return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs)
|
89
|
-
|
90
|
-
|
91
|
-
def build_create_request(
|
92
|
-
resource_group_name: str, account_name: str, share_name: str, subscription_id: str, **kwargs: Any
|
93
|
-
) -> HttpRequest:
|
94
|
-
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
95
|
-
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
96
|
-
|
97
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2019-04-01"))
|
98
|
-
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
99
|
-
accept = _headers.pop("Accept", "application/json")
|
100
|
-
|
101
|
-
# Construct URL
|
102
|
-
_url = kwargs.pop(
|
103
|
-
"template_url",
|
104
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/fileServices/default/shares/{shareName}",
|
105
|
-
) # pylint: disable=line-too-long
|
106
|
-
path_format_arguments = {
|
107
|
-
"resourceGroupName": _SERIALIZER.url(
|
108
|
-
"resource_group_name", resource_group_name, "str", max_length=90, min_length=1, pattern=r"^[-\w\._\(\)]+$"
|
109
|
-
),
|
110
|
-
"accountName": _SERIALIZER.url("account_name", account_name, "str", max_length=24, min_length=3),
|
111
|
-
"shareName": _SERIALIZER.url("share_name", share_name, "str", max_length=63, min_length=3),
|
112
|
-
"subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1),
|
113
|
-
}
|
114
|
-
|
115
|
-
_url: str = _url.format(**path_format_arguments) # type: ignore
|
116
|
-
|
117
|
-
# Construct parameters
|
118
|
-
_params["api-version"] = _SERIALIZER.query("api_version", api_version, "str")
|
119
|
-
|
120
|
-
# Construct headers
|
121
|
-
if content_type is not None:
|
122
|
-
_headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str")
|
123
|
-
_headers["Accept"] = _SERIALIZER.header("accept", accept, "str")
|
124
|
-
|
125
|
-
return HttpRequest(method="PUT", url=_url, params=_params, headers=_headers, **kwargs)
|
126
|
-
|
127
|
-
|
128
|
-
def build_update_request(
|
129
|
-
resource_group_name: str, account_name: str, share_name: str, subscription_id: str, **kwargs: Any
|
130
|
-
) -> HttpRequest:
|
131
|
-
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
132
|
-
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
133
|
-
|
134
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2019-04-01"))
|
135
|
-
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
136
|
-
accept = _headers.pop("Accept", "application/json")
|
137
|
-
|
138
|
-
# Construct URL
|
139
|
-
_url = kwargs.pop(
|
140
|
-
"template_url",
|
141
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/fileServices/default/shares/{shareName}",
|
142
|
-
) # pylint: disable=line-too-long
|
143
|
-
path_format_arguments = {
|
144
|
-
"resourceGroupName": _SERIALIZER.url(
|
145
|
-
"resource_group_name", resource_group_name, "str", max_length=90, min_length=1, pattern=r"^[-\w\._\(\)]+$"
|
146
|
-
),
|
147
|
-
"accountName": _SERIALIZER.url("account_name", account_name, "str", max_length=24, min_length=3),
|
148
|
-
"shareName": _SERIALIZER.url("share_name", share_name, "str", max_length=63, min_length=3),
|
149
|
-
"subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1),
|
150
|
-
}
|
151
|
-
|
152
|
-
_url: str = _url.format(**path_format_arguments) # type: ignore
|
153
|
-
|
154
|
-
# Construct parameters
|
155
|
-
_params["api-version"] = _SERIALIZER.query("api_version", api_version, "str")
|
156
|
-
|
157
|
-
# Construct headers
|
158
|
-
if content_type is not None:
|
159
|
-
_headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str")
|
160
|
-
_headers["Accept"] = _SERIALIZER.header("accept", accept, "str")
|
161
|
-
|
162
|
-
return HttpRequest(method="PATCH", url=_url, params=_params, headers=_headers, **kwargs)
|
163
|
-
|
164
|
-
|
165
|
-
def build_get_request(
|
166
|
-
resource_group_name: str, account_name: str, share_name: str, subscription_id: str, **kwargs: Any
|
167
|
-
) -> HttpRequest:
|
168
|
-
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
169
|
-
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
170
|
-
|
171
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2019-04-01"))
|
172
|
-
accept = _headers.pop("Accept", "application/json")
|
173
|
-
|
174
|
-
# Construct URL
|
175
|
-
_url = kwargs.pop(
|
176
|
-
"template_url",
|
177
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/fileServices/default/shares/{shareName}",
|
178
|
-
) # pylint: disable=line-too-long
|
179
|
-
path_format_arguments = {
|
180
|
-
"resourceGroupName": _SERIALIZER.url(
|
181
|
-
"resource_group_name", resource_group_name, "str", max_length=90, min_length=1, pattern=r"^[-\w\._\(\)]+$"
|
182
|
-
),
|
183
|
-
"accountName": _SERIALIZER.url("account_name", account_name, "str", max_length=24, min_length=3),
|
184
|
-
"shareName": _SERIALIZER.url("share_name", share_name, "str", max_length=63, min_length=3),
|
185
|
-
"subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1),
|
186
|
-
}
|
187
|
-
|
188
|
-
_url: str = _url.format(**path_format_arguments) # type: ignore
|
189
|
-
|
190
|
-
# Construct parameters
|
191
|
-
_params["api-version"] = _SERIALIZER.query("api_version", api_version, "str")
|
192
|
-
|
193
|
-
# Construct headers
|
194
|
-
_headers["Accept"] = _SERIALIZER.header("accept", accept, "str")
|
195
|
-
|
196
|
-
return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs)
|
197
|
-
|
198
|
-
|
199
|
-
def build_delete_request(
|
200
|
-
resource_group_name: str, account_name: str, share_name: str, subscription_id: str, **kwargs: Any
|
201
|
-
) -> HttpRequest:
|
202
|
-
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
203
|
-
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
204
|
-
|
205
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2019-04-01"))
|
206
|
-
accept = _headers.pop("Accept", "application/json")
|
207
|
-
|
208
|
-
# Construct URL
|
209
|
-
_url = kwargs.pop(
|
210
|
-
"template_url",
|
211
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/fileServices/default/shares/{shareName}",
|
212
|
-
) # pylint: disable=line-too-long
|
213
|
-
path_format_arguments = {
|
214
|
-
"resourceGroupName": _SERIALIZER.url(
|
215
|
-
"resource_group_name", resource_group_name, "str", max_length=90, min_length=1, pattern=r"^[-\w\._\(\)]+$"
|
216
|
-
),
|
217
|
-
"accountName": _SERIALIZER.url("account_name", account_name, "str", max_length=24, min_length=3),
|
218
|
-
"shareName": _SERIALIZER.url("share_name", share_name, "str", max_length=63, min_length=3),
|
219
|
-
"subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1),
|
220
|
-
}
|
221
|
-
|
222
|
-
_url: str = _url.format(**path_format_arguments) # type: ignore
|
223
|
-
|
224
|
-
# Construct parameters
|
225
|
-
_params["api-version"] = _SERIALIZER.query("api_version", api_version, "str")
|
226
|
-
|
227
|
-
# Construct headers
|
228
|
-
_headers["Accept"] = _SERIALIZER.header("accept", accept, "str")
|
229
|
-
|
230
|
-
return HttpRequest(method="DELETE", url=_url, params=_params, headers=_headers, **kwargs)
|
231
|
-
|
232
|
-
|
233
|
-
class FileSharesOperations:
|
234
|
-
"""
|
235
|
-
.. warning::
|
236
|
-
**DO NOT** instantiate this class directly.
|
237
|
-
|
238
|
-
Instead, you should access the following operations through
|
239
|
-
:class:`~azure.mgmt.storage.v2019_04_01.StorageManagementClient`'s
|
240
|
-
:attr:`file_shares` attribute.
|
241
|
-
"""
|
242
|
-
|
243
|
-
models = _models
|
244
|
-
|
245
|
-
def __init__(self, *args, **kwargs):
|
246
|
-
input_args = list(args)
|
247
|
-
self._client = input_args.pop(0) if input_args else kwargs.pop("client")
|
248
|
-
self._config = input_args.pop(0) if input_args else kwargs.pop("config")
|
249
|
-
self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer")
|
250
|
-
self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer")
|
251
|
-
self._api_version = input_args.pop(0) if input_args else kwargs.pop("api_version")
|
252
|
-
|
253
|
-
@distributed_trace
|
254
|
-
def list(
|
255
|
-
self,
|
256
|
-
resource_group_name: str,
|
257
|
-
account_name: str,
|
258
|
-
skip_token: Optional[str] = None,
|
259
|
-
maxpagesize: Optional[str] = None,
|
260
|
-
filter: Optional[str] = None,
|
261
|
-
**kwargs: Any
|
262
|
-
) -> Iterable["_models.FileShareItem"]:
|
263
|
-
"""Lists all shares.
|
264
|
-
|
265
|
-
:param resource_group_name: The name of the resource group within the user's subscription. The
|
266
|
-
name is case insensitive. Required.
|
267
|
-
:type resource_group_name: str
|
268
|
-
:param account_name: The name of the storage account within the specified resource group.
|
269
|
-
Storage account names must be between 3 and 24 characters in length and use numbers and
|
270
|
-
lower-case letters only. Required.
|
271
|
-
:type account_name: str
|
272
|
-
:param skip_token: Optional. Continuation token for the list operation. Default value is None.
|
273
|
-
:type skip_token: str
|
274
|
-
:param maxpagesize: Optional. Specified maximum number of shares that can be included in the
|
275
|
-
list. Default value is None.
|
276
|
-
:type maxpagesize: str
|
277
|
-
:param filter: Optional. When specified, only share names starting with the filter will be
|
278
|
-
listed. Default value is None.
|
279
|
-
:type filter: str
|
280
|
-
:return: An iterator like instance of either FileShareItem or the result of cls(response)
|
281
|
-
:rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.storage.v2019_04_01.models.FileShareItem]
|
282
|
-
:raises ~azure.core.exceptions.HttpResponseError:
|
283
|
-
"""
|
284
|
-
_headers = kwargs.pop("headers", {}) or {}
|
285
|
-
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
286
|
-
|
287
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2019-04-01"))
|
288
|
-
cls: ClsType[_models.FileShareItems] = kwargs.pop("cls", None)
|
289
|
-
|
290
|
-
error_map: MutableMapping[int, Type[HttpResponseError]] = {
|
291
|
-
401: ClientAuthenticationError,
|
292
|
-
404: ResourceNotFoundError,
|
293
|
-
409: ResourceExistsError,
|
294
|
-
304: ResourceNotModifiedError,
|
295
|
-
}
|
296
|
-
error_map.update(kwargs.pop("error_map", {}) or {})
|
297
|
-
|
298
|
-
def prepare_request(next_link=None):
|
299
|
-
if not next_link:
|
300
|
-
|
301
|
-
_request = build_list_request(
|
302
|
-
resource_group_name=resource_group_name,
|
303
|
-
account_name=account_name,
|
304
|
-
subscription_id=self._config.subscription_id,
|
305
|
-
skip_token=skip_token,
|
306
|
-
maxpagesize=maxpagesize,
|
307
|
-
filter=filter,
|
308
|
-
api_version=api_version,
|
309
|
-
headers=_headers,
|
310
|
-
params=_params,
|
311
|
-
)
|
312
|
-
_request = _convert_request(_request)
|
313
|
-
_request.url = self._client.format_url(_request.url)
|
314
|
-
|
315
|
-
else:
|
316
|
-
# make call to next link with the client's api-version
|
317
|
-
_parsed_next_link = urllib.parse.urlparse(next_link)
|
318
|
-
_next_request_params = case_insensitive_dict(
|
319
|
-
{
|
320
|
-
key: [urllib.parse.quote(v) for v in value]
|
321
|
-
for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items()
|
322
|
-
}
|
323
|
-
)
|
324
|
-
_next_request_params["api-version"] = self._api_version
|
325
|
-
_request = HttpRequest(
|
326
|
-
"GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params
|
327
|
-
)
|
328
|
-
_request = _convert_request(_request)
|
329
|
-
_request.url = self._client.format_url(_request.url)
|
330
|
-
_request.method = "GET"
|
331
|
-
return _request
|
332
|
-
|
333
|
-
def extract_data(pipeline_response):
|
334
|
-
deserialized = self._deserialize("FileShareItems", pipeline_response)
|
335
|
-
list_of_elem = deserialized.value
|
336
|
-
if cls:
|
337
|
-
list_of_elem = cls(list_of_elem) # type: ignore
|
338
|
-
return deserialized.next_link or None, iter(list_of_elem)
|
339
|
-
|
340
|
-
def get_next(next_link=None):
|
341
|
-
_request = prepare_request(next_link)
|
342
|
-
|
343
|
-
_stream = False
|
344
|
-
pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access
|
345
|
-
_request, stream=_stream, **kwargs
|
346
|
-
)
|
347
|
-
response = pipeline_response.http_response
|
348
|
-
|
349
|
-
if response.status_code not in [200]:
|
350
|
-
map_error(status_code=response.status_code, response=response, error_map=error_map)
|
351
|
-
raise HttpResponseError(response=response, error_format=ARMErrorFormat)
|
352
|
-
|
353
|
-
return pipeline_response
|
354
|
-
|
355
|
-
return ItemPaged(get_next, extract_data)
|
356
|
-
|
357
|
-
@overload
|
358
|
-
def create(
|
359
|
-
self,
|
360
|
-
resource_group_name: str,
|
361
|
-
account_name: str,
|
362
|
-
share_name: str,
|
363
|
-
file_share: _models.FileShare,
|
364
|
-
*,
|
365
|
-
content_type: str = "application/json",
|
366
|
-
**kwargs: Any
|
367
|
-
) -> _models.FileShare:
|
368
|
-
"""Creates a new share under the specified account as described by request body. The share
|
369
|
-
resource includes metadata and properties for that share. It does not include a list of the
|
370
|
-
files contained by the share.
|
371
|
-
|
372
|
-
:param resource_group_name: The name of the resource group within the user's subscription. The
|
373
|
-
name is case insensitive. Required.
|
374
|
-
:type resource_group_name: str
|
375
|
-
:param account_name: The name of the storage account within the specified resource group.
|
376
|
-
Storage account names must be between 3 and 24 characters in length and use numbers and
|
377
|
-
lower-case letters only. Required.
|
378
|
-
:type account_name: str
|
379
|
-
:param share_name: The name of the file share within the specified storage account. File share
|
380
|
-
names must be between 3 and 63 characters in length and use numbers, lower-case letters and
|
381
|
-
dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter
|
382
|
-
or number. Required.
|
383
|
-
:type share_name: str
|
384
|
-
:param file_share: Properties of the file share to create. Required.
|
385
|
-
:type file_share: ~azure.mgmt.storage.v2019_04_01.models.FileShare
|
386
|
-
:keyword content_type: Body Parameter content-type. Content type parameter for JSON body.
|
387
|
-
Default value is "application/json".
|
388
|
-
:paramtype content_type: str
|
389
|
-
:return: FileShare or the result of cls(response)
|
390
|
-
:rtype: ~azure.mgmt.storage.v2019_04_01.models.FileShare
|
391
|
-
:raises ~azure.core.exceptions.HttpResponseError:
|
392
|
-
"""
|
393
|
-
|
394
|
-
@overload
|
395
|
-
def create(
|
396
|
-
self,
|
397
|
-
resource_group_name: str,
|
398
|
-
account_name: str,
|
399
|
-
share_name: str,
|
400
|
-
file_share: IO[bytes],
|
401
|
-
*,
|
402
|
-
content_type: str = "application/json",
|
403
|
-
**kwargs: Any
|
404
|
-
) -> _models.FileShare:
|
405
|
-
"""Creates a new share under the specified account as described by request body. The share
|
406
|
-
resource includes metadata and properties for that share. It does not include a list of the
|
407
|
-
files contained by the share.
|
408
|
-
|
409
|
-
:param resource_group_name: The name of the resource group within the user's subscription. The
|
410
|
-
name is case insensitive. Required.
|
411
|
-
:type resource_group_name: str
|
412
|
-
:param account_name: The name of the storage account within the specified resource group.
|
413
|
-
Storage account names must be between 3 and 24 characters in length and use numbers and
|
414
|
-
lower-case letters only. Required.
|
415
|
-
:type account_name: str
|
416
|
-
:param share_name: The name of the file share within the specified storage account. File share
|
417
|
-
names must be between 3 and 63 characters in length and use numbers, lower-case letters and
|
418
|
-
dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter
|
419
|
-
or number. Required.
|
420
|
-
:type share_name: str
|
421
|
-
:param file_share: Properties of the file share to create. Required.
|
422
|
-
:type file_share: IO[bytes]
|
423
|
-
:keyword content_type: Body Parameter content-type. Content type parameter for binary body.
|
424
|
-
Default value is "application/json".
|
425
|
-
:paramtype content_type: str
|
426
|
-
:return: FileShare or the result of cls(response)
|
427
|
-
:rtype: ~azure.mgmt.storage.v2019_04_01.models.FileShare
|
428
|
-
:raises ~azure.core.exceptions.HttpResponseError:
|
429
|
-
"""
|
430
|
-
|
431
|
-
@distributed_trace
|
432
|
-
def create(
|
433
|
-
self,
|
434
|
-
resource_group_name: str,
|
435
|
-
account_name: str,
|
436
|
-
share_name: str,
|
437
|
-
file_share: Union[_models.FileShare, IO[bytes]],
|
438
|
-
**kwargs: Any
|
439
|
-
) -> _models.FileShare:
|
440
|
-
"""Creates a new share under the specified account as described by request body. The share
|
441
|
-
resource includes metadata and properties for that share. It does not include a list of the
|
442
|
-
files contained by the share.
|
443
|
-
|
444
|
-
:param resource_group_name: The name of the resource group within the user's subscription. The
|
445
|
-
name is case insensitive. Required.
|
446
|
-
:type resource_group_name: str
|
447
|
-
:param account_name: The name of the storage account within the specified resource group.
|
448
|
-
Storage account names must be between 3 and 24 characters in length and use numbers and
|
449
|
-
lower-case letters only. Required.
|
450
|
-
:type account_name: str
|
451
|
-
:param share_name: The name of the file share within the specified storage account. File share
|
452
|
-
names must be between 3 and 63 characters in length and use numbers, lower-case letters and
|
453
|
-
dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter
|
454
|
-
or number. Required.
|
455
|
-
:type share_name: str
|
456
|
-
:param file_share: Properties of the file share to create. Is either a FileShare type or a
|
457
|
-
IO[bytes] type. Required.
|
458
|
-
:type file_share: ~azure.mgmt.storage.v2019_04_01.models.FileShare or IO[bytes]
|
459
|
-
:return: FileShare or the result of cls(response)
|
460
|
-
:rtype: ~azure.mgmt.storage.v2019_04_01.models.FileShare
|
461
|
-
:raises ~azure.core.exceptions.HttpResponseError:
|
462
|
-
"""
|
463
|
-
error_map: MutableMapping[int, Type[HttpResponseError]] = {
|
464
|
-
401: ClientAuthenticationError,
|
465
|
-
404: ResourceNotFoundError,
|
466
|
-
409: ResourceExistsError,
|
467
|
-
304: ResourceNotModifiedError,
|
468
|
-
}
|
469
|
-
error_map.update(kwargs.pop("error_map", {}) or {})
|
470
|
-
|
471
|
-
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
472
|
-
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
473
|
-
|
474
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2019-04-01"))
|
475
|
-
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
476
|
-
cls: ClsType[_models.FileShare] = kwargs.pop("cls", None)
|
477
|
-
|
478
|
-
content_type = content_type or "application/json"
|
479
|
-
_json = None
|
480
|
-
_content = None
|
481
|
-
if isinstance(file_share, (IOBase, bytes)):
|
482
|
-
_content = file_share
|
483
|
-
else:
|
484
|
-
_json = self._serialize.body(file_share, "FileShare")
|
485
|
-
|
486
|
-
_request = build_create_request(
|
487
|
-
resource_group_name=resource_group_name,
|
488
|
-
account_name=account_name,
|
489
|
-
share_name=share_name,
|
490
|
-
subscription_id=self._config.subscription_id,
|
491
|
-
api_version=api_version,
|
492
|
-
content_type=content_type,
|
493
|
-
json=_json,
|
494
|
-
content=_content,
|
495
|
-
headers=_headers,
|
496
|
-
params=_params,
|
497
|
-
)
|
498
|
-
_request = _convert_request(_request)
|
499
|
-
_request.url = self._client.format_url(_request.url)
|
500
|
-
|
501
|
-
_stream = False
|
502
|
-
pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access
|
503
|
-
_request, stream=_stream, **kwargs
|
504
|
-
)
|
505
|
-
|
506
|
-
response = pipeline_response.http_response
|
507
|
-
|
508
|
-
if response.status_code not in [200, 201]:
|
509
|
-
map_error(status_code=response.status_code, response=response, error_map=error_map)
|
510
|
-
raise HttpResponseError(response=response, error_format=ARMErrorFormat)
|
511
|
-
|
512
|
-
if response.status_code == 200:
|
513
|
-
deserialized = self._deserialize("FileShare", pipeline_response)
|
514
|
-
|
515
|
-
if response.status_code == 201:
|
516
|
-
deserialized = self._deserialize("FileShare", pipeline_response)
|
517
|
-
|
518
|
-
if cls:
|
519
|
-
return cls(pipeline_response, deserialized, {}) # type: ignore
|
520
|
-
|
521
|
-
return deserialized # type: ignore
|
522
|
-
|
523
|
-
@overload
|
524
|
-
def update(
|
525
|
-
self,
|
526
|
-
resource_group_name: str,
|
527
|
-
account_name: str,
|
528
|
-
share_name: str,
|
529
|
-
file_share: _models.FileShare,
|
530
|
-
*,
|
531
|
-
content_type: str = "application/json",
|
532
|
-
**kwargs: Any
|
533
|
-
) -> _models.FileShare:
|
534
|
-
"""Updates share properties as specified in request body. Properties not mentioned in the request
|
535
|
-
will not be changed. Update fails if the specified share does not already exist.
|
536
|
-
|
537
|
-
:param resource_group_name: The name of the resource group within the user's subscription. The
|
538
|
-
name is case insensitive. Required.
|
539
|
-
:type resource_group_name: str
|
540
|
-
:param account_name: The name of the storage account within the specified resource group.
|
541
|
-
Storage account names must be between 3 and 24 characters in length and use numbers and
|
542
|
-
lower-case letters only. Required.
|
543
|
-
:type account_name: str
|
544
|
-
:param share_name: The name of the file share within the specified storage account. File share
|
545
|
-
names must be between 3 and 63 characters in length and use numbers, lower-case letters and
|
546
|
-
dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter
|
547
|
-
or number. Required.
|
548
|
-
:type share_name: str
|
549
|
-
:param file_share: Properties to update for the file share. Required.
|
550
|
-
:type file_share: ~azure.mgmt.storage.v2019_04_01.models.FileShare
|
551
|
-
:keyword content_type: Body Parameter content-type. Content type parameter for JSON body.
|
552
|
-
Default value is "application/json".
|
553
|
-
:paramtype content_type: str
|
554
|
-
:return: FileShare or the result of cls(response)
|
555
|
-
:rtype: ~azure.mgmt.storage.v2019_04_01.models.FileShare
|
556
|
-
:raises ~azure.core.exceptions.HttpResponseError:
|
557
|
-
"""
|
558
|
-
|
559
|
-
@overload
|
560
|
-
def update(
|
561
|
-
self,
|
562
|
-
resource_group_name: str,
|
563
|
-
account_name: str,
|
564
|
-
share_name: str,
|
565
|
-
file_share: IO[bytes],
|
566
|
-
*,
|
567
|
-
content_type: str = "application/json",
|
568
|
-
**kwargs: Any
|
569
|
-
) -> _models.FileShare:
|
570
|
-
"""Updates share properties as specified in request body. Properties not mentioned in the request
|
571
|
-
will not be changed. Update fails if the specified share does not already exist.
|
572
|
-
|
573
|
-
:param resource_group_name: The name of the resource group within the user's subscription. The
|
574
|
-
name is case insensitive. Required.
|
575
|
-
:type resource_group_name: str
|
576
|
-
:param account_name: The name of the storage account within the specified resource group.
|
577
|
-
Storage account names must be between 3 and 24 characters in length and use numbers and
|
578
|
-
lower-case letters only. Required.
|
579
|
-
:type account_name: str
|
580
|
-
:param share_name: The name of the file share within the specified storage account. File share
|
581
|
-
names must be between 3 and 63 characters in length and use numbers, lower-case letters and
|
582
|
-
dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter
|
583
|
-
or number. Required.
|
584
|
-
:type share_name: str
|
585
|
-
:param file_share: Properties to update for the file share. Required.
|
586
|
-
:type file_share: IO[bytes]
|
587
|
-
:keyword content_type: Body Parameter content-type. Content type parameter for binary body.
|
588
|
-
Default value is "application/json".
|
589
|
-
:paramtype content_type: str
|
590
|
-
:return: FileShare or the result of cls(response)
|
591
|
-
:rtype: ~azure.mgmt.storage.v2019_04_01.models.FileShare
|
592
|
-
:raises ~azure.core.exceptions.HttpResponseError:
|
593
|
-
"""
|
594
|
-
|
595
|
-
@distributed_trace
|
596
|
-
def update(
|
597
|
-
self,
|
598
|
-
resource_group_name: str,
|
599
|
-
account_name: str,
|
600
|
-
share_name: str,
|
601
|
-
file_share: Union[_models.FileShare, IO[bytes]],
|
602
|
-
**kwargs: Any
|
603
|
-
) -> _models.FileShare:
|
604
|
-
"""Updates share properties as specified in request body. Properties not mentioned in the request
|
605
|
-
will not be changed. Update fails if the specified share does not already exist.
|
606
|
-
|
607
|
-
:param resource_group_name: The name of the resource group within the user's subscription. The
|
608
|
-
name is case insensitive. Required.
|
609
|
-
:type resource_group_name: str
|
610
|
-
:param account_name: The name of the storage account within the specified resource group.
|
611
|
-
Storage account names must be between 3 and 24 characters in length and use numbers and
|
612
|
-
lower-case letters only. Required.
|
613
|
-
:type account_name: str
|
614
|
-
:param share_name: The name of the file share within the specified storage account. File share
|
615
|
-
names must be between 3 and 63 characters in length and use numbers, lower-case letters and
|
616
|
-
dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter
|
617
|
-
or number. Required.
|
618
|
-
:type share_name: str
|
619
|
-
:param file_share: Properties to update for the file share. Is either a FileShare type or a
|
620
|
-
IO[bytes] type. Required.
|
621
|
-
:type file_share: ~azure.mgmt.storage.v2019_04_01.models.FileShare or IO[bytes]
|
622
|
-
:return: FileShare or the result of cls(response)
|
623
|
-
:rtype: ~azure.mgmt.storage.v2019_04_01.models.FileShare
|
624
|
-
:raises ~azure.core.exceptions.HttpResponseError:
|
625
|
-
"""
|
626
|
-
error_map: MutableMapping[int, Type[HttpResponseError]] = {
|
627
|
-
401: ClientAuthenticationError,
|
628
|
-
404: ResourceNotFoundError,
|
629
|
-
409: ResourceExistsError,
|
630
|
-
304: ResourceNotModifiedError,
|
631
|
-
}
|
632
|
-
error_map.update(kwargs.pop("error_map", {}) or {})
|
633
|
-
|
634
|
-
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
635
|
-
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
636
|
-
|
637
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2019-04-01"))
|
638
|
-
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
639
|
-
cls: ClsType[_models.FileShare] = kwargs.pop("cls", None)
|
640
|
-
|
641
|
-
content_type = content_type or "application/json"
|
642
|
-
_json = None
|
643
|
-
_content = None
|
644
|
-
if isinstance(file_share, (IOBase, bytes)):
|
645
|
-
_content = file_share
|
646
|
-
else:
|
647
|
-
_json = self._serialize.body(file_share, "FileShare")
|
648
|
-
|
649
|
-
_request = build_update_request(
|
650
|
-
resource_group_name=resource_group_name,
|
651
|
-
account_name=account_name,
|
652
|
-
share_name=share_name,
|
653
|
-
subscription_id=self._config.subscription_id,
|
654
|
-
api_version=api_version,
|
655
|
-
content_type=content_type,
|
656
|
-
json=_json,
|
657
|
-
content=_content,
|
658
|
-
headers=_headers,
|
659
|
-
params=_params,
|
660
|
-
)
|
661
|
-
_request = _convert_request(_request)
|
662
|
-
_request.url = self._client.format_url(_request.url)
|
663
|
-
|
664
|
-
_stream = False
|
665
|
-
pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access
|
666
|
-
_request, stream=_stream, **kwargs
|
667
|
-
)
|
668
|
-
|
669
|
-
response = pipeline_response.http_response
|
670
|
-
|
671
|
-
if response.status_code not in [200]:
|
672
|
-
map_error(status_code=response.status_code, response=response, error_map=error_map)
|
673
|
-
raise HttpResponseError(response=response, error_format=ARMErrorFormat)
|
674
|
-
|
675
|
-
deserialized = self._deserialize("FileShare", pipeline_response)
|
676
|
-
|
677
|
-
if cls:
|
678
|
-
return cls(pipeline_response, deserialized, {}) # type: ignore
|
679
|
-
|
680
|
-
return deserialized # type: ignore
|
681
|
-
|
682
|
-
@distributed_trace
|
683
|
-
def get(self, resource_group_name: str, account_name: str, share_name: str, **kwargs: Any) -> _models.FileShare:
|
684
|
-
"""Gets properties of a specified share.
|
685
|
-
|
686
|
-
:param resource_group_name: The name of the resource group within the user's subscription. The
|
687
|
-
name is case insensitive. Required.
|
688
|
-
:type resource_group_name: str
|
689
|
-
:param account_name: The name of the storage account within the specified resource group.
|
690
|
-
Storage account names must be between 3 and 24 characters in length and use numbers and
|
691
|
-
lower-case letters only. Required.
|
692
|
-
:type account_name: str
|
693
|
-
:param share_name: The name of the file share within the specified storage account. File share
|
694
|
-
names must be between 3 and 63 characters in length and use numbers, lower-case letters and
|
695
|
-
dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter
|
696
|
-
or number. Required.
|
697
|
-
:type share_name: str
|
698
|
-
:return: FileShare or the result of cls(response)
|
699
|
-
:rtype: ~azure.mgmt.storage.v2019_04_01.models.FileShare
|
700
|
-
:raises ~azure.core.exceptions.HttpResponseError:
|
701
|
-
"""
|
702
|
-
error_map: MutableMapping[int, Type[HttpResponseError]] = {
|
703
|
-
401: ClientAuthenticationError,
|
704
|
-
404: ResourceNotFoundError,
|
705
|
-
409: ResourceExistsError,
|
706
|
-
304: ResourceNotModifiedError,
|
707
|
-
}
|
708
|
-
error_map.update(kwargs.pop("error_map", {}) or {})
|
709
|
-
|
710
|
-
_headers = kwargs.pop("headers", {}) or {}
|
711
|
-
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
712
|
-
|
713
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2019-04-01"))
|
714
|
-
cls: ClsType[_models.FileShare] = kwargs.pop("cls", None)
|
715
|
-
|
716
|
-
_request = build_get_request(
|
717
|
-
resource_group_name=resource_group_name,
|
718
|
-
account_name=account_name,
|
719
|
-
share_name=share_name,
|
720
|
-
subscription_id=self._config.subscription_id,
|
721
|
-
api_version=api_version,
|
722
|
-
headers=_headers,
|
723
|
-
params=_params,
|
724
|
-
)
|
725
|
-
_request = _convert_request(_request)
|
726
|
-
_request.url = self._client.format_url(_request.url)
|
727
|
-
|
728
|
-
_stream = False
|
729
|
-
pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access
|
730
|
-
_request, stream=_stream, **kwargs
|
731
|
-
)
|
732
|
-
|
733
|
-
response = pipeline_response.http_response
|
734
|
-
|
735
|
-
if response.status_code not in [200]:
|
736
|
-
map_error(status_code=response.status_code, response=response, error_map=error_map)
|
737
|
-
raise HttpResponseError(response=response, error_format=ARMErrorFormat)
|
738
|
-
|
739
|
-
deserialized = self._deserialize("FileShare", pipeline_response)
|
740
|
-
|
741
|
-
if cls:
|
742
|
-
return cls(pipeline_response, deserialized, {}) # type: ignore
|
743
|
-
|
744
|
-
return deserialized # type: ignore
|
745
|
-
|
746
|
-
@distributed_trace
|
747
|
-
def delete( # pylint: disable=inconsistent-return-statements
|
748
|
-
self, resource_group_name: str, account_name: str, share_name: str, **kwargs: Any
|
749
|
-
) -> None:
|
750
|
-
"""Deletes specified share under its account.
|
751
|
-
|
752
|
-
:param resource_group_name: The name of the resource group within the user's subscription. The
|
753
|
-
name is case insensitive. Required.
|
754
|
-
:type resource_group_name: str
|
755
|
-
:param account_name: The name of the storage account within the specified resource group.
|
756
|
-
Storage account names must be between 3 and 24 characters in length and use numbers and
|
757
|
-
lower-case letters only. Required.
|
758
|
-
:type account_name: str
|
759
|
-
:param share_name: The name of the file share within the specified storage account. File share
|
760
|
-
names must be between 3 and 63 characters in length and use numbers, lower-case letters and
|
761
|
-
dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter
|
762
|
-
or number. Required.
|
763
|
-
:type share_name: str
|
764
|
-
:return: None or the result of cls(response)
|
765
|
-
:rtype: None
|
766
|
-
:raises ~azure.core.exceptions.HttpResponseError:
|
767
|
-
"""
|
768
|
-
error_map: MutableMapping[int, Type[HttpResponseError]] = {
|
769
|
-
401: ClientAuthenticationError,
|
770
|
-
404: ResourceNotFoundError,
|
771
|
-
409: ResourceExistsError,
|
772
|
-
304: ResourceNotModifiedError,
|
773
|
-
}
|
774
|
-
error_map.update(kwargs.pop("error_map", {}) or {})
|
775
|
-
|
776
|
-
_headers = kwargs.pop("headers", {}) or {}
|
777
|
-
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
778
|
-
|
779
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2019-04-01"))
|
780
|
-
cls: ClsType[None] = kwargs.pop("cls", None)
|
781
|
-
|
782
|
-
_request = build_delete_request(
|
783
|
-
resource_group_name=resource_group_name,
|
784
|
-
account_name=account_name,
|
785
|
-
share_name=share_name,
|
786
|
-
subscription_id=self._config.subscription_id,
|
787
|
-
api_version=api_version,
|
788
|
-
headers=_headers,
|
789
|
-
params=_params,
|
790
|
-
)
|
791
|
-
_request = _convert_request(_request)
|
792
|
-
_request.url = self._client.format_url(_request.url)
|
793
|
-
|
794
|
-
_stream = False
|
795
|
-
pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access
|
796
|
-
_request, stream=_stream, **kwargs
|
797
|
-
)
|
798
|
-
|
799
|
-
response = pipeline_response.http_response
|
800
|
-
|
801
|
-
if response.status_code not in [200, 204]:
|
802
|
-
map_error(status_code=response.status_code, response=response, error_map=error_map)
|
803
|
-
raise HttpResponseError(response=response, error_format=ARMErrorFormat)
|
804
|
-
|
805
|
-
if cls:
|
806
|
-
return cls(pipeline_response, None, {}) # type: ignore
|