azure-mgmt-storage 21.2.1__py3-none-any.whl → 22.1.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 +90 -869
- azure/mgmt/storage/_version.py +1 -1
- azure/mgmt/storage/aio/_storage_management_client.py +90 -869
- azure/mgmt/storage/models.py +2 -2
- 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/{v2018_03_01_preview → v2024_01_01}/__init__.py +9 -3
- azure/mgmt/storage/{v2018_07_01 → v2024_01_01}/_configuration.py +3 -4
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/_storage_management_client.py +52 -52
- azure/mgmt/storage/{v2016_12_01 → v2024_01_01}/_version.py +1 -1
- azure/mgmt/storage/{v2018_07_01 → v2024_01_01/aio}/__init__.py +8 -5
- azure/mgmt/storage/{v2019_04_01 → v2024_01_01}/aio/_configuration.py +3 -4
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/_storage_management_client.py +52 -52
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/__init__.py +32 -26
- azure/mgmt/storage/{v2021_08_01 → v2024_01_01}/aio/operations/_blob_containers_operations.py +145 -143
- azure/mgmt/storage/{v2021_09_01 → v2024_01_01}/aio/operations/_blob_inventory_policies_operations.py +27 -35
- azure/mgmt/storage/{v2021_06_01 → v2024_01_01}/aio/operations/_blob_services_operations.py +19 -26
- azure/mgmt/storage/{v2021_06_01 → v2024_01_01}/aio/operations/_deleted_accounts_operations.py +11 -17
- azure/mgmt/storage/{v2022_09_01 → v2024_01_01}/aio/operations/_encryption_scopes_operations.py +28 -40
- azure/mgmt/storage/{v2021_08_01 → v2024_01_01}/aio/operations/_file_services_operations.py +181 -26
- azure/mgmt/storage/{v2021_08_01 → v2024_01_01}/aio/operations/_file_shares_operations.py +45 -60
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_local_users_operations.py +31 -43
- azure/mgmt/storage/{v2018_11_01 → v2024_01_01}/aio/operations/_management_policies_operations.py +24 -30
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_network_security_perimeter_configurations_operations.py +33 -27
- azure/mgmt/storage/{v2021_08_01 → v2024_01_01}/aio/operations/_object_replication_policies_operations.py +22 -30
- azure/mgmt/storage/{v2018_02_01 → v2024_01_01}/aio/operations/_operations.py +7 -12
- azure/mgmt/storage/{v2021_06_01 → v2024_01_01}/aio/operations/_private_endpoint_connections_operations.py +22 -30
- azure/mgmt/storage/{v2021_06_01 → v2024_01_01}/aio/operations/_private_link_resources_operations.py +8 -12
- azure/mgmt/storage/{v2021_02_01 → v2024_01_01}/aio/operations/_queue_operations.py +30 -41
- azure/mgmt/storage/{v2021_09_01 → v2024_01_01}/aio/operations/_queue_services_operations.py +20 -26
- azure/mgmt/storage/{v2021_06_01 → v2024_01_01}/aio/operations/_skus_operations.py +7 -12
- azure/mgmt/storage/{v2023_01_01 → v2024_01_01}/aio/operations/_storage_accounts_operations.py +202 -167
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_storage_task_assignment_instances_report_operations.py +8 -12
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_storage_task_assignments_instances_report_operations.py +8 -12
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_storage_task_assignments_operations.py +72 -64
- azure/mgmt/storage/{v2021_09_01 → v2024_01_01}/aio/operations/_table_operations.py +30 -41
- azure/mgmt/storage/{v2021_09_01 → v2024_01_01}/aio/operations/_table_services_operations.py +20 -26
- azure/mgmt/storage/{v2018_11_01 → v2024_01_01}/aio/operations/_usages_operations.py +7 -12
- azure/mgmt/storage/v2024_01_01/models/__init__.py +570 -0
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/models/_models_py3.py +1150 -545
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/models/_storage_management_client_enums.py +8 -0
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/__init__.py +32 -26
- azure/mgmt/storage/{v2023_01_01 → v2024_01_01}/operations/_blob_containers_operations.py +145 -154
- azure/mgmt/storage/{v2023_01_01 → v2024_01_01}/operations/_blob_inventory_policies_operations.py +30 -38
- azure/mgmt/storage/{v2023_01_01 → v2024_01_01}/operations/_blob_services_operations.py +22 -29
- azure/mgmt/storage/{v2021_02_01 → v2024_01_01}/operations/_deleted_accounts_operations.py +13 -19
- azure/mgmt/storage/{v2023_01_01 → v2024_01_01}/operations/_encryption_scopes_operations.py +32 -44
- azure/mgmt/storage/{v2023_01_01/operations/_table_operations.py → v2024_01_01/operations/_file_services_operations.py} +187 -293
- azure/mgmt/storage/{v2023_01_01 → v2024_01_01}/operations/_file_shares_operations.py +51 -65
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_local_users_operations.py +36 -46
- azure/mgmt/storage/{v2023_01_01 → v2024_01_01}/operations/_management_policies_operations.py +26 -32
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_network_security_perimeter_configurations_operations.py +35 -30
- azure/mgmt/storage/{v2023_01_01 → v2024_01_01}/operations/_object_replication_policies_operations.py +25 -33
- azure/mgmt/storage/{v2018_11_01 → v2024_01_01}/operations/_operations.py +8 -13
- azure/mgmt/storage/{v2023_01_01 → v2024_01_01}/operations/_private_endpoint_connections_operations.py +25 -33
- azure/mgmt/storage/{v2023_01_01 → v2024_01_01}/operations/_private_link_resources_operations.py +9 -13
- azure/mgmt/storage/{v2023_01_01 → v2024_01_01}/operations/_queue_operations.py +34 -43
- azure/mgmt/storage/{v2023_01_01 → v2024_01_01}/operations/_queue_services_operations.py +23 -29
- azure/mgmt/storage/{v2021_01_01 → v2024_01_01}/operations/_skus_operations.py +8 -13
- azure/mgmt/storage/{v2023_01_01 → v2024_01_01}/operations/_storage_accounts_operations.py +205 -179
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_storage_task_assignment_instances_report_operations.py +9 -13
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_storage_task_assignments_instances_report_operations.py +9 -13
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_storage_task_assignments_operations.py +78 -69
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_table_operations.py +34 -43
- azure/mgmt/storage/{v2023_01_01 → v2024_01_01}/operations/_table_services_operations.py +23 -29
- azure/mgmt/storage/{v2019_04_01 → v2024_01_01}/operations/_usages_operations.py +8 -13
- azure/mgmt/storage/v2024_01_01/py.typed +1 -0
- {azure_mgmt_storage-21.2.1.dist-info → azure_mgmt_storage-22.1.0.dist-info}/METADATA +41 -4
- azure_mgmt_storage-22.1.0.dist-info/RECORD +183 -0
- {azure_mgmt_storage-21.2.1.dist-info → azure_mgmt_storage-22.1.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/_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/_storage_management_enums.py +0 -59
- azure/mgmt/storage/v2015_06_15/operations/__init__.py +0 -21
- 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/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/_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/_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/_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/_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/_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/_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/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/_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/_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_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/_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_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/_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/_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/_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/_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_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/_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/_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_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/_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/_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/_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/_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/_deleted_accounts_operations.py +0 -250
- azure/mgmt/storage/v2023_01_01/operations/_file_services_operations.py +0 -437
- azure/mgmt/storage/v2023_01_01/operations/_local_users_operations.py +0 -770
- 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/_skus_operations.py +0 -162
- azure/mgmt/storage/v2023_01_01/operations/_usages_operations.py +0 -169
- azure/mgmt/storage/v2023_05_01/__init__.py +0 -26
- azure/mgmt/storage/v2023_05_01/_configuration.py +0 -65
- azure/mgmt/storage/v2023_05_01/_patch.py +0 -20
- azure/mgmt/storage/v2023_05_01/_vendor.py +0 -16
- azure/mgmt/storage/v2023_05_01/_version.py +0 -9
- azure/mgmt/storage/v2023_05_01/aio/__init__.py +0 -23
- azure/mgmt/storage/v2023_05_01/aio/_configuration.py +0 -65
- azure/mgmt/storage/v2023_05_01/aio/_patch.py +0 -20
- azure/mgmt/storage/v2023_05_01/aio/operations/_blob_containers_operations.py +0 -1838
- azure/mgmt/storage/v2023_05_01/aio/operations/_blob_inventory_policies_operations.py +0 -442
- azure/mgmt/storage/v2023_05_01/aio/operations/_blob_services_operations.py +0 -362
- azure/mgmt/storage/v2023_05_01/aio/operations/_deleted_accounts_operations.py +0 -194
- azure/mgmt/storage/v2023_05_01/aio/operations/_encryption_scopes_operations.py +0 -568
- azure/mgmt/storage/v2023_05_01/aio/operations/_file_services_operations.py +0 -328
- azure/mgmt/storage/v2023_05_01/aio/operations/_file_shares_operations.py +0 -1003
- azure/mgmt/storage/v2023_05_01/aio/operations/_management_policies_operations.py +0 -349
- azure/mgmt/storage/v2023_05_01/aio/operations/_object_replication_policies_operations.py +0 -446
- azure/mgmt/storage/v2023_05_01/aio/operations/_operations.py +0 -135
- azure/mgmt/storage/v2023_05_01/aio/operations/_patch.py +0 -20
- azure/mgmt/storage/v2023_05_01/aio/operations/_private_endpoint_connections_operations.py +0 -432
- azure/mgmt/storage/v2023_05_01/aio/operations/_private_link_resources_operations.py +0 -117
- azure/mgmt/storage/v2023_05_01/aio/operations/_queue_operations.py +0 -608
- azure/mgmt/storage/v2023_05_01/aio/operations/_queue_services_operations.py +0 -328
- azure/mgmt/storage/v2023_05_01/aio/operations/_skus_operations.py +0 -136
- azure/mgmt/storage/v2023_05_01/aio/operations/_storage_accounts_operations.py +0 -2187
- azure/mgmt/storage/v2023_05_01/aio/operations/_table_operations.py +0 -588
- azure/mgmt/storage/v2023_05_01/aio/operations/_table_services_operations.py +0 -328
- azure/mgmt/storage/v2023_05_01/aio/operations/_usages_operations.py +0 -139
- azure/mgmt/storage/v2023_05_01/models/__init__.py +0 -537
- azure/mgmt/storage/v2023_05_01/models/_patch.py +0 -20
- azure/mgmt/storage/v2023_05_01/operations/_blob_containers_operations.py +0 -2398
- azure/mgmt/storage/v2023_05_01/operations/_blob_inventory_policies_operations.py +0 -595
- azure/mgmt/storage/v2023_05_01/operations/_blob_services_operations.py +0 -470
- azure/mgmt/storage/v2023_05_01/operations/_deleted_accounts_operations.py +0 -250
- azure/mgmt/storage/v2023_05_01/operations/_encryption_scopes_operations.py +0 -732
- azure/mgmt/storage/v2023_05_01/operations/_file_services_operations.py +0 -437
- azure/mgmt/storage/v2023_05_01/operations/_file_shares_operations.py +0 -1310
- azure/mgmt/storage/v2023_05_01/operations/_management_policies_operations.py +0 -465
- azure/mgmt/storage/v2023_05_01/operations/_object_replication_policies_operations.py +0 -593
- azure/mgmt/storage/v2023_05_01/operations/_operations.py +0 -156
- azure/mgmt/storage/v2023_05_01/operations/_patch.py +0 -20
- azure/mgmt/storage/v2023_05_01/operations/_private_endpoint_connections_operations.py +0 -591
- azure/mgmt/storage/v2023_05_01/operations/_private_link_resources_operations.py +0 -155
- azure/mgmt/storage/v2023_05_01/operations/_queue_operations.py +0 -824
- azure/mgmt/storage/v2023_05_01/operations/_queue_services_operations.py +0 -437
- azure/mgmt/storage/v2023_05_01/operations/_skus_operations.py +0 -162
- azure/mgmt/storage/v2023_05_01/operations/_storage_accounts_operations.py +0 -2796
- azure/mgmt/storage/v2023_05_01/operations/_table_services_operations.py +0 -437
- azure/mgmt/storage/v2023_05_01/operations/_usages_operations.py +0 -169
- azure_mgmt_storage-21.2.1.dist-info/RECORD +0 -979
- /azure/mgmt/storage/{v2015_06_15/aio/operations → v2024_01_01}/_patch.py +0 -0
- /azure/mgmt/storage/{v2015_06_15/models → v2024_01_01/aio}/_patch.py +0 -0
- /azure/mgmt/storage/{v2015_06_15 → v2024_01_01/aio}/operations/_patch.py +0 -0
- /azure/mgmt/storage/{v2016_12_01/aio/operations → v2024_01_01/models}/_patch.py +0 -0
- /azure/mgmt/storage/{v2016_12_01/models → v2024_01_01/operations}/_patch.py +0 -0
- {azure_mgmt_storage-21.2.1.dist-info → azure_mgmt_storage-22.1.0.dist-info}/LICENSE +0 -0
- {azure_mgmt_storage-21.2.1.dist-info → azure_mgmt_storage-22.1.0.dist-info}/top_level.txt +0 -0
@@ -8,6 +8,7 @@
|
|
8
8
|
|
9
9
|
from copy import deepcopy
|
10
10
|
from typing import Any, Awaitable, TYPE_CHECKING
|
11
|
+
from typing_extensions import Self
|
11
12
|
|
12
13
|
from azure.core.pipeline import policies
|
13
14
|
from azure.core.rest import AsyncHttpResponse, HttpRequest
|
@@ -45,84 +46,83 @@ from .operations import (
|
|
45
46
|
)
|
46
47
|
|
47
48
|
if TYPE_CHECKING:
|
48
|
-
# pylint: disable=unused-import,ungrouped-imports
|
49
49
|
from azure.core.credentials_async import AsyncTokenCredential
|
50
50
|
|
51
51
|
|
52
|
-
class StorageManagementClient: # pylint: disable=
|
52
|
+
class StorageManagementClient: # pylint: disable=too-many-instance-attributes
|
53
53
|
"""The Azure Storage Management API.
|
54
54
|
|
55
55
|
:ivar blob_services: BlobServicesOperations operations
|
56
|
-
:vartype blob_services: azure.mgmt.storage.
|
56
|
+
:vartype blob_services: azure.mgmt.storage.v2024_01_01.aio.operations.BlobServicesOperations
|
57
57
|
:ivar blob_containers: BlobContainersOperations operations
|
58
58
|
:vartype blob_containers:
|
59
|
-
azure.mgmt.storage.
|
59
|
+
azure.mgmt.storage.v2024_01_01.aio.operations.BlobContainersOperations
|
60
60
|
:ivar file_services: FileServicesOperations operations
|
61
|
-
:vartype file_services: azure.mgmt.storage.
|
61
|
+
:vartype file_services: azure.mgmt.storage.v2024_01_01.aio.operations.FileServicesOperations
|
62
62
|
:ivar file_shares: FileSharesOperations operations
|
63
|
-
:vartype file_shares: azure.mgmt.storage.
|
63
|
+
:vartype file_shares: azure.mgmt.storage.v2024_01_01.aio.operations.FileSharesOperations
|
64
64
|
:ivar queue_services: QueueServicesOperations operations
|
65
|
-
:vartype queue_services: azure.mgmt.storage.
|
65
|
+
:vartype queue_services: azure.mgmt.storage.v2024_01_01.aio.operations.QueueServicesOperations
|
66
66
|
:ivar queue: QueueOperations operations
|
67
|
-
:vartype queue: azure.mgmt.storage.
|
67
|
+
:vartype queue: azure.mgmt.storage.v2024_01_01.aio.operations.QueueOperations
|
68
68
|
:ivar operations: Operations operations
|
69
|
-
:vartype operations: azure.mgmt.storage.
|
69
|
+
:vartype operations: azure.mgmt.storage.v2024_01_01.aio.operations.Operations
|
70
70
|
:ivar skus: SkusOperations operations
|
71
|
-
:vartype skus: azure.mgmt.storage.
|
71
|
+
:vartype skus: azure.mgmt.storage.v2024_01_01.aio.operations.SkusOperations
|
72
72
|
:ivar storage_accounts: StorageAccountsOperations operations
|
73
73
|
:vartype storage_accounts:
|
74
|
-
azure.mgmt.storage.
|
74
|
+
azure.mgmt.storage.v2024_01_01.aio.operations.StorageAccountsOperations
|
75
75
|
:ivar deleted_accounts: DeletedAccountsOperations operations
|
76
76
|
:vartype deleted_accounts:
|
77
|
-
azure.mgmt.storage.
|
77
|
+
azure.mgmt.storage.v2024_01_01.aio.operations.DeletedAccountsOperations
|
78
78
|
:ivar usages: UsagesOperations operations
|
79
|
-
:vartype usages: azure.mgmt.storage.
|
79
|
+
:vartype usages: azure.mgmt.storage.v2024_01_01.aio.operations.UsagesOperations
|
80
80
|
:ivar management_policies: ManagementPoliciesOperations operations
|
81
81
|
:vartype management_policies:
|
82
|
-
azure.mgmt.storage.
|
82
|
+
azure.mgmt.storage.v2024_01_01.aio.operations.ManagementPoliciesOperations
|
83
83
|
:ivar blob_inventory_policies: BlobInventoryPoliciesOperations operations
|
84
84
|
:vartype blob_inventory_policies:
|
85
|
-
azure.mgmt.storage.
|
85
|
+
azure.mgmt.storage.v2024_01_01.aio.operations.BlobInventoryPoliciesOperations
|
86
86
|
:ivar private_endpoint_connections: PrivateEndpointConnectionsOperations operations
|
87
87
|
:vartype private_endpoint_connections:
|
88
|
-
azure.mgmt.storage.
|
88
|
+
azure.mgmt.storage.v2024_01_01.aio.operations.PrivateEndpointConnectionsOperations
|
89
89
|
:ivar private_link_resources: PrivateLinkResourcesOperations operations
|
90
90
|
:vartype private_link_resources:
|
91
|
-
azure.mgmt.storage.
|
91
|
+
azure.mgmt.storage.v2024_01_01.aio.operations.PrivateLinkResourcesOperations
|
92
92
|
:ivar object_replication_policies: ObjectReplicationPoliciesOperations operations
|
93
93
|
:vartype object_replication_policies:
|
94
|
-
azure.mgmt.storage.
|
94
|
+
azure.mgmt.storage.v2024_01_01.aio.operations.ObjectReplicationPoliciesOperations
|
95
95
|
:ivar local_users: LocalUsersOperations operations
|
96
|
-
:vartype local_users: azure.mgmt.storage.
|
96
|
+
:vartype local_users: azure.mgmt.storage.v2024_01_01.aio.operations.LocalUsersOperations
|
97
97
|
:ivar encryption_scopes: EncryptionScopesOperations operations
|
98
98
|
:vartype encryption_scopes:
|
99
|
-
azure.mgmt.storage.
|
99
|
+
azure.mgmt.storage.v2024_01_01.aio.operations.EncryptionScopesOperations
|
100
100
|
:ivar table_services: TableServicesOperations operations
|
101
|
-
:vartype table_services: azure.mgmt.storage.
|
101
|
+
:vartype table_services: azure.mgmt.storage.v2024_01_01.aio.operations.TableServicesOperations
|
102
102
|
:ivar table: TableOperations operations
|
103
|
-
:vartype table: azure.mgmt.storage.
|
103
|
+
:vartype table: azure.mgmt.storage.v2024_01_01.aio.operations.TableOperations
|
104
104
|
:ivar network_security_perimeter_configurations:
|
105
105
|
NetworkSecurityPerimeterConfigurationsOperations operations
|
106
106
|
:vartype network_security_perimeter_configurations:
|
107
|
-
azure.mgmt.storage.
|
107
|
+
azure.mgmt.storage.v2024_01_01.aio.operations.NetworkSecurityPerimeterConfigurationsOperations
|
108
108
|
:ivar storage_task_assignments: StorageTaskAssignmentsOperations operations
|
109
109
|
:vartype storage_task_assignments:
|
110
|
-
azure.mgmt.storage.
|
110
|
+
azure.mgmt.storage.v2024_01_01.aio.operations.StorageTaskAssignmentsOperations
|
111
111
|
:ivar storage_task_assignments_instances_report:
|
112
112
|
StorageTaskAssignmentsInstancesReportOperations operations
|
113
113
|
:vartype storage_task_assignments_instances_report:
|
114
|
-
azure.mgmt.storage.
|
114
|
+
azure.mgmt.storage.v2024_01_01.aio.operations.StorageTaskAssignmentsInstancesReportOperations
|
115
115
|
:ivar storage_task_assignment_instances_report: StorageTaskAssignmentInstancesReportOperations
|
116
116
|
operations
|
117
117
|
:vartype storage_task_assignment_instances_report:
|
118
|
-
azure.mgmt.storage.
|
118
|
+
azure.mgmt.storage.v2024_01_01.aio.operations.StorageTaskAssignmentInstancesReportOperations
|
119
119
|
:param credential: Credential needed for the client to connect to Azure. Required.
|
120
120
|
:type credential: ~azure.core.credentials_async.AsyncTokenCredential
|
121
121
|
:param subscription_id: The ID of the target subscription. Required.
|
122
122
|
:type subscription_id: str
|
123
123
|
:param base_url: Service URL. Default value is "https://management.azure.com".
|
124
124
|
:type base_url: str
|
125
|
-
:keyword api_version: Api Version. Default value is "
|
125
|
+
:keyword api_version: Api Version. Default value is "2024-01-01". Note that overriding this
|
126
126
|
default value may result in unsupported behavior.
|
127
127
|
:paramtype api_version: str
|
128
128
|
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
|
@@ -164,66 +164,66 @@ class StorageManagementClient: # pylint: disable=client-accepts-api-version-key
|
|
164
164
|
self._deserialize = Deserializer(client_models)
|
165
165
|
self._serialize.client_side_validation = False
|
166
166
|
self.blob_services = BlobServicesOperations(
|
167
|
-
self._client, self._config, self._serialize, self._deserialize, "
|
167
|
+
self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
|
168
168
|
)
|
169
169
|
self.blob_containers = BlobContainersOperations(
|
170
|
-
self._client, self._config, self._serialize, self._deserialize, "
|
170
|
+
self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
|
171
171
|
)
|
172
172
|
self.file_services = FileServicesOperations(
|
173
|
-
self._client, self._config, self._serialize, self._deserialize, "
|
173
|
+
self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
|
174
174
|
)
|
175
175
|
self.file_shares = FileSharesOperations(
|
176
|
-
self._client, self._config, self._serialize, self._deserialize, "
|
176
|
+
self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
|
177
177
|
)
|
178
178
|
self.queue_services = QueueServicesOperations(
|
179
|
-
self._client, self._config, self._serialize, self._deserialize, "
|
179
|
+
self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
|
180
180
|
)
|
181
|
-
self.queue = QueueOperations(self._client, self._config, self._serialize, self._deserialize, "
|
182
|
-
self.operations = Operations(self._client, self._config, self._serialize, self._deserialize, "
|
183
|
-
self.skus = SkusOperations(self._client, self._config, self._serialize, self._deserialize, "
|
181
|
+
self.queue = QueueOperations(self._client, self._config, self._serialize, self._deserialize, "2024-01-01")
|
182
|
+
self.operations = Operations(self._client, self._config, self._serialize, self._deserialize, "2024-01-01")
|
183
|
+
self.skus = SkusOperations(self._client, self._config, self._serialize, self._deserialize, "2024-01-01")
|
184
184
|
self.storage_accounts = StorageAccountsOperations(
|
185
|
-
self._client, self._config, self._serialize, self._deserialize, "
|
185
|
+
self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
|
186
186
|
)
|
187
187
|
self.deleted_accounts = DeletedAccountsOperations(
|
188
|
-
self._client, self._config, self._serialize, self._deserialize, "
|
188
|
+
self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
|
189
189
|
)
|
190
|
-
self.usages = UsagesOperations(self._client, self._config, self._serialize, self._deserialize, "
|
190
|
+
self.usages = UsagesOperations(self._client, self._config, self._serialize, self._deserialize, "2024-01-01")
|
191
191
|
self.management_policies = ManagementPoliciesOperations(
|
192
|
-
self._client, self._config, self._serialize, self._deserialize, "
|
192
|
+
self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
|
193
193
|
)
|
194
194
|
self.blob_inventory_policies = BlobInventoryPoliciesOperations(
|
195
|
-
self._client, self._config, self._serialize, self._deserialize, "
|
195
|
+
self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
|
196
196
|
)
|
197
197
|
self.private_endpoint_connections = PrivateEndpointConnectionsOperations(
|
198
|
-
self._client, self._config, self._serialize, self._deserialize, "
|
198
|
+
self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
|
199
199
|
)
|
200
200
|
self.private_link_resources = PrivateLinkResourcesOperations(
|
201
|
-
self._client, self._config, self._serialize, self._deserialize, "
|
201
|
+
self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
|
202
202
|
)
|
203
203
|
self.object_replication_policies = ObjectReplicationPoliciesOperations(
|
204
|
-
self._client, self._config, self._serialize, self._deserialize, "
|
204
|
+
self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
|
205
205
|
)
|
206
206
|
self.local_users = LocalUsersOperations(
|
207
|
-
self._client, self._config, self._serialize, self._deserialize, "
|
207
|
+
self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
|
208
208
|
)
|
209
209
|
self.encryption_scopes = EncryptionScopesOperations(
|
210
|
-
self._client, self._config, self._serialize, self._deserialize, "
|
210
|
+
self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
|
211
211
|
)
|
212
212
|
self.table_services = TableServicesOperations(
|
213
|
-
self._client, self._config, self._serialize, self._deserialize, "
|
213
|
+
self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
|
214
214
|
)
|
215
|
-
self.table = TableOperations(self._client, self._config, self._serialize, self._deserialize, "
|
215
|
+
self.table = TableOperations(self._client, self._config, self._serialize, self._deserialize, "2024-01-01")
|
216
216
|
self.network_security_perimeter_configurations = NetworkSecurityPerimeterConfigurationsOperations(
|
217
|
-
self._client, self._config, self._serialize, self._deserialize, "
|
217
|
+
self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
|
218
218
|
)
|
219
219
|
self.storage_task_assignments = StorageTaskAssignmentsOperations(
|
220
|
-
self._client, self._config, self._serialize, self._deserialize, "
|
220
|
+
self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
|
221
221
|
)
|
222
222
|
self.storage_task_assignments_instances_report = StorageTaskAssignmentsInstancesReportOperations(
|
223
|
-
self._client, self._config, self._serialize, self._deserialize, "
|
223
|
+
self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
|
224
224
|
)
|
225
225
|
self.storage_task_assignment_instances_report = StorageTaskAssignmentInstancesReportOperations(
|
226
|
-
self._client, self._config, self._serialize, self._deserialize, "
|
226
|
+
self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
|
227
227
|
)
|
228
228
|
|
229
229
|
def _send_request(
|
@@ -253,7 +253,7 @@ class StorageManagementClient: # pylint: disable=client-accepts-api-version-key
|
|
253
253
|
async def close(self) -> None:
|
254
254
|
await self._client.close()
|
255
255
|
|
256
|
-
async def __aenter__(self) ->
|
256
|
+
async def __aenter__(self) -> Self:
|
257
257
|
await self._client.__aenter__()
|
258
258
|
return self
|
259
259
|
|
@@ -5,34 +5,40 @@
|
|
5
5
|
# Code generated by Microsoft (R) AutoRest Code Generator.
|
6
6
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
7
|
# --------------------------------------------------------------------------
|
8
|
+
# pylint: disable=wrong-import-position
|
8
9
|
|
9
|
-
from
|
10
|
-
|
11
|
-
|
12
|
-
from .
|
13
|
-
|
14
|
-
from .
|
15
|
-
from .
|
16
|
-
from .
|
17
|
-
from .
|
18
|
-
from .
|
19
|
-
from .
|
20
|
-
from .
|
21
|
-
from .
|
22
|
-
from .
|
23
|
-
from .
|
24
|
-
from .
|
25
|
-
from .
|
26
|
-
from .
|
27
|
-
from .
|
28
|
-
from .
|
29
|
-
from .
|
30
|
-
from .
|
31
|
-
from .
|
32
|
-
from .
|
10
|
+
from typing import TYPE_CHECKING
|
11
|
+
|
12
|
+
if TYPE_CHECKING:
|
13
|
+
from ._patch import * # pylint: disable=unused-wildcard-import
|
14
|
+
|
15
|
+
from ._blob_services_operations import BlobServicesOperations # type: ignore
|
16
|
+
from ._blob_containers_operations import BlobContainersOperations # type: ignore
|
17
|
+
from ._file_services_operations import FileServicesOperations # type: ignore
|
18
|
+
from ._file_shares_operations import FileSharesOperations # type: ignore
|
19
|
+
from ._queue_services_operations import QueueServicesOperations # type: ignore
|
20
|
+
from ._queue_operations import QueueOperations # type: ignore
|
21
|
+
from ._operations import Operations # type: ignore
|
22
|
+
from ._skus_operations import SkusOperations # type: ignore
|
23
|
+
from ._storage_accounts_operations import StorageAccountsOperations # type: ignore
|
24
|
+
from ._deleted_accounts_operations import DeletedAccountsOperations # type: ignore
|
25
|
+
from ._usages_operations import UsagesOperations # type: ignore
|
26
|
+
from ._management_policies_operations import ManagementPoliciesOperations # type: ignore
|
27
|
+
from ._blob_inventory_policies_operations import BlobInventoryPoliciesOperations # type: ignore
|
28
|
+
from ._private_endpoint_connections_operations import PrivateEndpointConnectionsOperations # type: ignore
|
29
|
+
from ._private_link_resources_operations import PrivateLinkResourcesOperations # type: ignore
|
30
|
+
from ._object_replication_policies_operations import ObjectReplicationPoliciesOperations # type: ignore
|
31
|
+
from ._local_users_operations import LocalUsersOperations # type: ignore
|
32
|
+
from ._encryption_scopes_operations import EncryptionScopesOperations # type: ignore
|
33
|
+
from ._table_services_operations import TableServicesOperations # type: ignore
|
34
|
+
from ._table_operations import TableOperations # type: ignore
|
35
|
+
from ._network_security_perimeter_configurations_operations import NetworkSecurityPerimeterConfigurationsOperations # type: ignore
|
36
|
+
from ._storage_task_assignments_operations import StorageTaskAssignmentsOperations # type: ignore
|
37
|
+
from ._storage_task_assignments_instances_report_operations import StorageTaskAssignmentsInstancesReportOperations # type: ignore
|
38
|
+
from ._storage_task_assignment_instances_report_operations import StorageTaskAssignmentInstancesReportOperations # type: ignore
|
33
39
|
|
34
40
|
from ._patch import __all__ as _patch_all
|
35
|
-
from ._patch import *
|
41
|
+
from ._patch import *
|
36
42
|
from ._patch import patch_sdk as _patch_sdk
|
37
43
|
|
38
44
|
__all__ = [
|
@@ -61,5 +67,5 @@ __all__ = [
|
|
61
67
|
"StorageTaskAssignmentsInstancesReportOperations",
|
62
68
|
"StorageTaskAssignmentInstancesReportOperations",
|
63
69
|
]
|
64
|
-
__all__.extend([p for p in _patch_all if p not in __all__])
|
70
|
+
__all__.extend([p for p in _patch_all if p not in __all__]) # pyright: ignore
|
65
71
|
_patch_sdk()
|