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,135 +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
|
-
import sys
|
10
|
-
from typing import Any, AsyncIterable, Callable, Dict, Optional, Type, TypeVar
|
11
|
-
import urllib.parse
|
12
|
-
|
13
|
-
from azure.core.async_paging import AsyncItemPaged, AsyncList
|
14
|
-
from azure.core.exceptions import (
|
15
|
-
ClientAuthenticationError,
|
16
|
-
HttpResponseError,
|
17
|
-
ResourceExistsError,
|
18
|
-
ResourceNotFoundError,
|
19
|
-
ResourceNotModifiedError,
|
20
|
-
map_error,
|
21
|
-
)
|
22
|
-
from azure.core.pipeline import PipelineResponse
|
23
|
-
from azure.core.pipeline.transport import AsyncHttpResponse
|
24
|
-
from azure.core.rest import HttpRequest
|
25
|
-
from azure.core.tracing.decorator import distributed_trace
|
26
|
-
from azure.core.utils import case_insensitive_dict
|
27
|
-
from azure.mgmt.core.exceptions import ARMErrorFormat
|
28
|
-
|
29
|
-
from ... import models as _models
|
30
|
-
from ..._vendor import _convert_request
|
31
|
-
from ...operations._usage_operations import build_list_request
|
32
|
-
|
33
|
-
if sys.version_info >= (3, 9):
|
34
|
-
from collections.abc import MutableMapping
|
35
|
-
else:
|
36
|
-
from typing import MutableMapping # type: ignore # pylint: disable=ungrouped-imports
|
37
|
-
T = TypeVar("T")
|
38
|
-
ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]]
|
39
|
-
|
40
|
-
|
41
|
-
class UsageOperations:
|
42
|
-
"""
|
43
|
-
.. warning::
|
44
|
-
**DO NOT** instantiate this class directly.
|
45
|
-
|
46
|
-
Instead, you should access the following operations through
|
47
|
-
:class:`~azure.mgmt.storage.v2015_06_15.aio.StorageManagement`'s
|
48
|
-
:attr:`usage` attribute.
|
49
|
-
"""
|
50
|
-
|
51
|
-
models = _models
|
52
|
-
|
53
|
-
def __init__(self, *args, **kwargs) -> None:
|
54
|
-
input_args = list(args)
|
55
|
-
self._client = input_args.pop(0) if input_args else kwargs.pop("client")
|
56
|
-
self._config = input_args.pop(0) if input_args else kwargs.pop("config")
|
57
|
-
self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer")
|
58
|
-
self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer")
|
59
|
-
self._api_version = input_args.pop(0) if input_args else kwargs.pop("api_version")
|
60
|
-
|
61
|
-
@distributed_trace
|
62
|
-
def list(self, **kwargs: Any) -> AsyncIterable["_models.Usage"]:
|
63
|
-
"""Lists the current usage count and the limit for the resources under the subscription.
|
64
|
-
|
65
|
-
:return: An iterator like instance of either Usage or the result of cls(response)
|
66
|
-
:rtype: ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.storage.v2015_06_15.models.Usage]
|
67
|
-
:raises ~azure.core.exceptions.HttpResponseError:
|
68
|
-
"""
|
69
|
-
_headers = kwargs.pop("headers", {}) or {}
|
70
|
-
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
71
|
-
|
72
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2015-06-15"))
|
73
|
-
cls: ClsType[_models.UsageListResult] = kwargs.pop("cls", None)
|
74
|
-
|
75
|
-
error_map: MutableMapping[int, Type[HttpResponseError]] = {
|
76
|
-
401: ClientAuthenticationError,
|
77
|
-
404: ResourceNotFoundError,
|
78
|
-
409: ResourceExistsError,
|
79
|
-
304: ResourceNotModifiedError,
|
80
|
-
}
|
81
|
-
error_map.update(kwargs.pop("error_map", {}) or {})
|
82
|
-
|
83
|
-
def prepare_request(next_link=None):
|
84
|
-
if not next_link:
|
85
|
-
|
86
|
-
_request = build_list_request(
|
87
|
-
subscription_id=self._config.subscription_id,
|
88
|
-
api_version=api_version,
|
89
|
-
headers=_headers,
|
90
|
-
params=_params,
|
91
|
-
)
|
92
|
-
_request = _convert_request(_request)
|
93
|
-
_request.url = self._client.format_url(_request.url)
|
94
|
-
|
95
|
-
else:
|
96
|
-
# make call to next link with the client's api-version
|
97
|
-
_parsed_next_link = urllib.parse.urlparse(next_link)
|
98
|
-
_next_request_params = case_insensitive_dict(
|
99
|
-
{
|
100
|
-
key: [urllib.parse.quote(v) for v in value]
|
101
|
-
for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items()
|
102
|
-
}
|
103
|
-
)
|
104
|
-
_next_request_params["api-version"] = self._api_version
|
105
|
-
_request = HttpRequest(
|
106
|
-
"GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params
|
107
|
-
)
|
108
|
-
_request = _convert_request(_request)
|
109
|
-
_request.url = self._client.format_url(_request.url)
|
110
|
-
_request.method = "GET"
|
111
|
-
return _request
|
112
|
-
|
113
|
-
async def extract_data(pipeline_response):
|
114
|
-
deserialized = self._deserialize("UsageListResult", pipeline_response)
|
115
|
-
list_of_elem = deserialized.value
|
116
|
-
if cls:
|
117
|
-
list_of_elem = cls(list_of_elem) # type: ignore
|
118
|
-
return None, AsyncList(list_of_elem)
|
119
|
-
|
120
|
-
async def get_next(next_link=None):
|
121
|
-
_request = prepare_request(next_link)
|
122
|
-
|
123
|
-
_stream = False
|
124
|
-
pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access
|
125
|
-
_request, stream=_stream, **kwargs
|
126
|
-
)
|
127
|
-
response = pipeline_response.http_response
|
128
|
-
|
129
|
-
if response.status_code not in [200]:
|
130
|
-
map_error(status_code=response.status_code, response=response, error_map=error_map)
|
131
|
-
raise HttpResponseError(response=response, error_format=ARMErrorFormat)
|
132
|
-
|
133
|
-
return pipeline_response
|
134
|
-
|
135
|
-
return AsyncItemPaged(get_next, extract_data)
|
@@ -1,55 +0,0 @@
|
|
1
|
-
# coding=utf-8
|
2
|
-
# --------------------------------------------------------------------------
|
3
|
-
# Copyright (c) Microsoft Corporation. All rights reserved.
|
4
|
-
# Licensed under the MIT License. See License.txt in the project root for license information.
|
5
|
-
# Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
-
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
|
-
# --------------------------------------------------------------------------
|
8
|
-
|
9
|
-
from ._models_py3 import CheckNameAvailabilityResult
|
10
|
-
from ._models_py3 import CustomDomain
|
11
|
-
from ._models_py3 import Endpoints
|
12
|
-
from ._models_py3 import Resource
|
13
|
-
from ._models_py3 import StorageAccount
|
14
|
-
from ._models_py3 import StorageAccountCheckNameAvailabilityParameters
|
15
|
-
from ._models_py3 import StorageAccountCreateParameters
|
16
|
-
from ._models_py3 import StorageAccountKeys
|
17
|
-
from ._models_py3 import StorageAccountListResult
|
18
|
-
from ._models_py3 import StorageAccountRegenerateKeyParameters
|
19
|
-
from ._models_py3 import StorageAccountUpdateParameters
|
20
|
-
from ._models_py3 import Usage
|
21
|
-
from ._models_py3 import UsageListResult
|
22
|
-
from ._models_py3 import UsageName
|
23
|
-
|
24
|
-
from ._storage_management_enums import AccountStatus
|
25
|
-
from ._storage_management_enums import AccountType
|
26
|
-
from ._storage_management_enums import ProvisioningState
|
27
|
-
from ._storage_management_enums import Reason
|
28
|
-
from ._storage_management_enums import UsageUnit
|
29
|
-
from ._patch import __all__ as _patch_all
|
30
|
-
from ._patch import * # pylint: disable=unused-wildcard-import
|
31
|
-
from ._patch import patch_sdk as _patch_sdk
|
32
|
-
|
33
|
-
__all__ = [
|
34
|
-
"CheckNameAvailabilityResult",
|
35
|
-
"CustomDomain",
|
36
|
-
"Endpoints",
|
37
|
-
"Resource",
|
38
|
-
"StorageAccount",
|
39
|
-
"StorageAccountCheckNameAvailabilityParameters",
|
40
|
-
"StorageAccountCreateParameters",
|
41
|
-
"StorageAccountKeys",
|
42
|
-
"StorageAccountListResult",
|
43
|
-
"StorageAccountRegenerateKeyParameters",
|
44
|
-
"StorageAccountUpdateParameters",
|
45
|
-
"Usage",
|
46
|
-
"UsageListResult",
|
47
|
-
"UsageName",
|
48
|
-
"AccountStatus",
|
49
|
-
"AccountType",
|
50
|
-
"ProvisioningState",
|
51
|
-
"Reason",
|
52
|
-
"UsageUnit",
|
53
|
-
]
|
54
|
-
__all__.extend([p for p in _patch_all if p not in __all__])
|
55
|
-
_patch_sdk()
|