azure-mgmt-storage 21.1.0b1__py3-none-any.whl → 21.2.1__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/_configuration.py +2 -3
- azure/mgmt/storage/_serialization.py +66 -60
- azure/mgmt/storage/_storage_management_client.py +232 -26
- azure/mgmt/storage/_version.py +1 -1
- azure/mgmt/storage/aio/_configuration.py +2 -3
- azure/mgmt/storage/aio/_storage_management_client.py +232 -26
- azure/mgmt/storage/models.py +1 -1
- azure/mgmt/storage/v2015_06_15/_configuration.py +4 -11
- azure/mgmt/storage/v2015_06_15/_patch.py +1 -0
- azure/mgmt/storage/v2015_06_15/_storage_management.py +25 -5
- azure/mgmt/storage/v2015_06_15/_vendor.py +0 -14
- azure/mgmt/storage/v2015_06_15/_version.py +1 -1
- azure/mgmt/storage/v2015_06_15/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2015_06_15/aio/_patch.py +1 -0
- azure/mgmt/storage/v2015_06_15/aio/_storage_management.py +27 -5
- azure/mgmt/storage/v2015_06_15/aio/operations/_storage_accounts_operations.py +132 -213
- azure/mgmt/storage/v2015_06_15/aio/operations/_usage_operations.py +20 -22
- azure/mgmt/storage/v2015_06_15/models/_models_py3.py +6 -6
- azure/mgmt/storage/v2015_06_15/operations/_storage_accounts_operations.py +151 -232
- azure/mgmt/storage/v2015_06_15/operations/_usage_operations.py +23 -25
- azure/mgmt/storage/v2016_01_01/_configuration.py +4 -11
- azure/mgmt/storage/v2016_01_01/_patch.py +1 -0
- azure/mgmt/storage/v2016_01_01/_storage_management_client.py +25 -5
- azure/mgmt/storage/v2016_01_01/_vendor.py +0 -14
- azure/mgmt/storage/v2016_01_01/_version.py +1 -1
- azure/mgmt/storage/v2016_01_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2016_01_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2016_01_01/aio/_storage_management_client.py +27 -5
- azure/mgmt/storage/v2016_01_01/aio/operations/_storage_accounts_operations.py +132 -213
- azure/mgmt/storage/v2016_01_01/aio/operations/_usage_operations.py +20 -22
- azure/mgmt/storage/v2016_01_01/models/_models_py3.py +7 -7
- azure/mgmt/storage/v2016_01_01/operations/_storage_accounts_operations.py +151 -232
- azure/mgmt/storage/v2016_01_01/operations/_usage_operations.py +23 -25
- azure/mgmt/storage/v2016_12_01/_configuration.py +4 -11
- azure/mgmt/storage/v2016_12_01/_patch.py +1 -0
- azure/mgmt/storage/v2016_12_01/_storage_management.py +25 -5
- azure/mgmt/storage/v2016_12_01/_vendor.py +0 -14
- azure/mgmt/storage/v2016_12_01/_version.py +1 -1
- azure/mgmt/storage/v2016_12_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2016_12_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2016_12_01/aio/_storage_management.py +27 -5
- azure/mgmt/storage/v2016_12_01/aio/operations/_storage_accounts_operations.py +162 -263
- azure/mgmt/storage/v2016_12_01/aio/operations/_usage_operations.py +20 -22
- azure/mgmt/storage/v2016_12_01/models/_models_py3.py +9 -9
- azure/mgmt/storage/v2016_12_01/operations/_storage_accounts_operations.py +185 -286
- azure/mgmt/storage/v2016_12_01/operations/_usage_operations.py +23 -25
- azure/mgmt/storage/v2017_06_01/_configuration.py +4 -11
- azure/mgmt/storage/v2017_06_01/_patch.py +1 -0
- azure/mgmt/storage/v2017_06_01/_storage_management.py +27 -7
- azure/mgmt/storage/v2017_06_01/_vendor.py +0 -14
- azure/mgmt/storage/v2017_06_01/_version.py +1 -1
- azure/mgmt/storage/v2017_06_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2017_06_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2017_06_01/aio/_storage_management.py +29 -7
- azure/mgmt/storage/v2017_06_01/aio/operations/_operations.py +20 -22
- azure/mgmt/storage/v2017_06_01/aio/operations/_skus_operations.py +20 -22
- azure/mgmt/storage/v2017_06_01/aio/operations/_storage_accounts_operations.py +162 -263
- azure/mgmt/storage/v2017_06_01/aio/operations/_usage_operations.py +20 -22
- azure/mgmt/storage/v2017_06_01/models/_models_py3.py +16 -22
- azure/mgmt/storage/v2017_06_01/operations/_operations.py +21 -23
- azure/mgmt/storage/v2017_06_01/operations/_skus_operations.py +23 -25
- azure/mgmt/storage/v2017_06_01/operations/_storage_accounts_operations.py +185 -286
- azure/mgmt/storage/v2017_06_01/operations/_usage_operations.py +23 -25
- azure/mgmt/storage/v2017_10_01/_configuration.py +4 -11
- azure/mgmt/storage/v2017_10_01/_patch.py +1 -0
- azure/mgmt/storage/v2017_10_01/_storage_management.py +27 -7
- azure/mgmt/storage/v2017_10_01/_vendor.py +0 -14
- azure/mgmt/storage/v2017_10_01/_version.py +1 -1
- azure/mgmt/storage/v2017_10_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2017_10_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2017_10_01/aio/_storage_management.py +29 -7
- azure/mgmt/storage/v2017_10_01/aio/operations/_operations.py +20 -22
- azure/mgmt/storage/v2017_10_01/aio/operations/_skus_operations.py +20 -22
- azure/mgmt/storage/v2017_10_01/aio/operations/_storage_accounts_operations.py +162 -263
- azure/mgmt/storage/v2017_10_01/aio/operations/_usage_operations.py +20 -22
- azure/mgmt/storage/v2017_10_01/models/_models_py3.py +16 -22
- azure/mgmt/storage/v2017_10_01/operations/_operations.py +21 -23
- azure/mgmt/storage/v2017_10_01/operations/_skus_operations.py +23 -25
- azure/mgmt/storage/v2017_10_01/operations/_storage_accounts_operations.py +185 -286
- azure/mgmt/storage/v2017_10_01/operations/_usage_operations.py +23 -25
- azure/mgmt/storage/v2018_02_01/_configuration.py +4 -11
- azure/mgmt/storage/v2018_02_01/_patch.py +1 -0
- azure/mgmt/storage/v2018_02_01/_storage_management_client.py +30 -8
- azure/mgmt/storage/v2018_02_01/_vendor.py +0 -14
- azure/mgmt/storage/v2018_02_01/_version.py +1 -1
- azure/mgmt/storage/v2018_02_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2018_02_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2018_02_01/aio/_storage_management_client.py +32 -8
- azure/mgmt/storage/v2018_02_01/aio/operations/_blob_containers_operations.py +166 -264
- azure/mgmt/storage/v2018_02_01/aio/operations/_operations.py +20 -22
- azure/mgmt/storage/v2018_02_01/aio/operations/_skus_operations.py +20 -22
- azure/mgmt/storage/v2018_02_01/aio/operations/_storage_accounts_operations.py +162 -263
- azure/mgmt/storage/v2018_02_01/aio/operations/_usage_operations.py +34 -41
- azure/mgmt/storage/v2018_02_01/models/_models_py3.py +28 -34
- azure/mgmt/storage/v2018_02_01/models/_storage_management_client_enums.py +1 -1
- azure/mgmt/storage/v2018_02_01/operations/_blob_containers_operations.py +194 -292
- azure/mgmt/storage/v2018_02_01/operations/_operations.py +21 -23
- azure/mgmt/storage/v2018_02_01/operations/_skus_operations.py +23 -25
- azure/mgmt/storage/v2018_02_01/operations/_storage_accounts_operations.py +185 -286
- azure/mgmt/storage/v2018_02_01/operations/_usage_operations.py +39 -46
- azure/mgmt/storage/v2018_03_01_preview/_configuration.py +4 -11
- azure/mgmt/storage/v2018_03_01_preview/_patch.py +1 -0
- azure/mgmt/storage/v2018_03_01_preview/_storage_management_client.py +41 -8
- azure/mgmt/storage/v2018_03_01_preview/_vendor.py +0 -14
- azure/mgmt/storage/v2018_03_01_preview/_version.py +1 -1
- azure/mgmt/storage/v2018_03_01_preview/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2018_03_01_preview/aio/_patch.py +1 -0
- azure/mgmt/storage/v2018_03_01_preview/aio/_storage_management_client.py +43 -8
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/__init__.py +2 -0
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/_blob_containers_operations.py +182 -277
- azure/mgmt/storage/{v2018_07_01 → v2018_03_01_preview}/aio/operations/_management_policies_operations.py +55 -72
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/_operations.py +21 -23
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/_skus_operations.py +21 -23
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/_storage_accounts_operations.py +209 -330
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/_usages_operations.py +36 -43
- azure/mgmt/storage/v2018_03_01_preview/models/_models_py3.py +30 -34
- azure/mgmt/storage/v2018_03_01_preview/models/_storage_management_client_enums.py +1 -1
- azure/mgmt/storage/v2018_03_01_preview/operations/__init__.py +2 -0
- azure/mgmt/storage/v2018_03_01_preview/operations/_blob_containers_operations.py +210 -331
- azure/mgmt/storage/{v2018_07_01 → v2018_03_01_preview}/operations/_management_policies_operations.py +62 -85
- azure/mgmt/storage/v2018_03_01_preview/operations/_operations.py +22 -26
- azure/mgmt/storage/v2018_03_01_preview/operations/_skus_operations.py +24 -28
- azure/mgmt/storage/v2018_03_01_preview/operations/_storage_accounts_operations.py +239 -388
- azure/mgmt/storage/v2018_03_01_preview/operations/_usages_operations.py +41 -52
- azure/mgmt/storage/v2018_07_01/_configuration.py +9 -4
- azure/mgmt/storage/v2018_07_01/_patch.py +1 -0
- azure/mgmt/storage/v2018_07_01/_storage_management_client.py +36 -16
- azure/mgmt/storage/v2018_07_01/_vendor.py +0 -14
- azure/mgmt/storage/v2018_07_01/_version.py +1 -1
- azure/mgmt/storage/v2018_07_01/aio/_configuration.py +9 -4
- azure/mgmt/storage/v2018_07_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2018_07_01/aio/_storage_management_client.py +38 -16
- azure/mgmt/storage/v2018_07_01/aio/operations/__init__.py +0 -2
- azure/mgmt/storage/v2018_07_01/aio/operations/_blob_containers_operations.py +166 -264
- azure/mgmt/storage/v2018_07_01/aio/operations/_blob_services_operations.py +31 -44
- azure/mgmt/storage/v2018_07_01/aio/operations/_operations.py +31 -21
- azure/mgmt/storage/v2018_07_01/aio/operations/_skus_operations.py +31 -21
- azure/mgmt/storage/v2018_07_01/aio/operations/_storage_accounts_operations.py +195 -289
- azure/mgmt/storage/v2018_07_01/aio/operations/_usages_operations.py +31 -23
- azure/mgmt/storage/v2018_07_01/models/__init__.py +0 -10
- azure/mgmt/storage/v2018_07_01/models/_models_py3.py +30 -164
- azure/mgmt/storage/v2018_07_01/models/_storage_management_client_enums.py +1 -7
- azure/mgmt/storage/v2018_07_01/operations/__init__.py +0 -2
- azure/mgmt/storage/v2018_07_01/operations/_blob_containers_operations.py +194 -292
- azure/mgmt/storage/v2018_07_01/operations/_blob_services_operations.py +36 -49
- azure/mgmt/storage/v2018_07_01/operations/_operations.py +32 -22
- azure/mgmt/storage/v2018_07_01/operations/_skus_operations.py +34 -24
- azure/mgmt/storage/v2018_07_01/operations/_storage_accounts_operations.py +220 -314
- azure/mgmt/storage/v2018_07_01/operations/_usages_operations.py +34 -26
- azure/mgmt/storage/v2018_11_01/_configuration.py +4 -11
- azure/mgmt/storage/v2018_11_01/_patch.py +1 -0
- azure/mgmt/storage/v2018_11_01/_storage_management_client.py +34 -10
- azure/mgmt/storage/v2018_11_01/_vendor.py +0 -14
- azure/mgmt/storage/v2018_11_01/_version.py +1 -1
- azure/mgmt/storage/v2018_11_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2018_11_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2018_11_01/aio/_storage_management_client.py +36 -10
- azure/mgmt/storage/v2018_11_01/aio/operations/_blob_containers_operations.py +164 -262
- azure/mgmt/storage/v2018_11_01/aio/operations/_blob_services_operations.py +31 -44
- azure/mgmt/storage/v2018_11_01/aio/operations/_management_policies_operations.py +39 -57
- azure/mgmt/storage/v2018_11_01/aio/operations/_operations.py +20 -22
- azure/mgmt/storage/v2018_11_01/aio/operations/_skus_operations.py +20 -22
- azure/mgmt/storage/v2018_11_01/aio/operations/_storage_accounts_operations.py +182 -304
- azure/mgmt/storage/v2018_11_01/aio/operations/_usages_operations.py +20 -24
- azure/mgmt/storage/v2018_11_01/models/_models_py3.py +37 -43
- azure/mgmt/storage/v2018_11_01/models/_storage_management_client_enums.py +1 -1
- azure/mgmt/storage/v2018_11_01/operations/_blob_containers_operations.py +192 -290
- azure/mgmt/storage/v2018_11_01/operations/_blob_services_operations.py +36 -49
- azure/mgmt/storage/v2018_11_01/operations/_management_policies_operations.py +46 -64
- azure/mgmt/storage/v2018_11_01/operations/_operations.py +21 -23
- azure/mgmt/storage/v2018_11_01/operations/_skus_operations.py +23 -25
- azure/mgmt/storage/v2018_11_01/operations/_storage_accounts_operations.py +210 -332
- azure/mgmt/storage/v2018_11_01/operations/_usages_operations.py +23 -27
- azure/mgmt/storage/v2019_04_01/_configuration.py +4 -11
- azure/mgmt/storage/v2019_04_01/_patch.py +1 -0
- azure/mgmt/storage/v2019_04_01/_storage_management_client.py +40 -12
- azure/mgmt/storage/v2019_04_01/_vendor.py +0 -14
- azure/mgmt/storage/v2019_04_01/_version.py +1 -1
- azure/mgmt/storage/v2019_04_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2019_04_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2019_04_01/aio/_storage_management_client.py +42 -12
- azure/mgmt/storage/v2019_04_01/aio/operations/_blob_containers_operations.py +169 -267
- azure/mgmt/storage/v2019_04_01/aio/operations/_blob_services_operations.py +45 -63
- azure/mgmt/storage/v2019_04_01/aio/operations/_file_services_operations.py +41 -59
- azure/mgmt/storage/v2019_04_01/aio/operations/_file_shares_operations.py +68 -101
- azure/mgmt/storage/v2019_04_01/aio/operations/_management_policies_operations.py +39 -57
- azure/mgmt/storage/v2019_04_01/aio/operations/_operations.py +20 -22
- azure/mgmt/storage/v2019_04_01/aio/operations/_skus_operations.py +20 -22
- azure/mgmt/storage/v2019_04_01/aio/operations/_storage_accounts_operations.py +183 -304
- azure/mgmt/storage/v2019_04_01/aio/operations/_usages_operations.py +20 -24
- azure/mgmt/storage/v2019_04_01/models/_models_py3.py +42 -48
- azure/mgmt/storage/v2019_04_01/models/_storage_management_client_enums.py +1 -1
- azure/mgmt/storage/v2019_04_01/operations/_blob_containers_operations.py +197 -295
- azure/mgmt/storage/v2019_04_01/operations/_blob_services_operations.py +52 -70
- azure/mgmt/storage/v2019_04_01/operations/_file_services_operations.py +48 -66
- azure/mgmt/storage/v2019_04_01/operations/_file_shares_operations.py +79 -112
- azure/mgmt/storage/v2019_04_01/operations/_management_policies_operations.py +46 -64
- azure/mgmt/storage/v2019_04_01/operations/_operations.py +21 -23
- azure/mgmt/storage/v2019_04_01/operations/_skus_operations.py +23 -25
- azure/mgmt/storage/v2019_04_01/operations/_storage_accounts_operations.py +211 -332
- azure/mgmt/storage/v2019_04_01/operations/_usages_operations.py +23 -27
- azure/mgmt/storage/v2019_06_01/_configuration.py +4 -11
- azure/mgmt/storage/v2019_06_01/_patch.py +1 -0
- azure/mgmt/storage/v2019_06_01/_storage_management_client.py +54 -22
- azure/mgmt/storage/v2019_06_01/_vendor.py +0 -14
- azure/mgmt/storage/v2019_06_01/_version.py +1 -1
- azure/mgmt/storage/v2019_06_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2019_06_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2019_06_01/aio/_storage_management_client.py +56 -22
- azure/mgmt/storage/v2019_06_01/aio/operations/_blob_containers_operations.py +169 -267
- azure/mgmt/storage/v2019_06_01/aio/operations/_blob_inventory_policies_operations.py +53 -76
- azure/mgmt/storage/v2019_06_01/aio/operations/_blob_services_operations.py +45 -63
- azure/mgmt/storage/v2019_06_01/aio/operations/_encryption_scopes_operations.py +58 -86
- azure/mgmt/storage/v2019_06_01/aio/operations/_file_services_operations.py +41 -59
- azure/mgmt/storage/v2019_06_01/aio/operations/_file_shares_operations.py +82 -125
- azure/mgmt/storage/v2019_06_01/aio/operations/_management_policies_operations.py +39 -57
- azure/mgmt/storage/v2019_06_01/aio/operations/_object_replication_policies_operations.py +54 -76
- azure/mgmt/storage/v2019_06_01/aio/operations/_operations.py +20 -22
- azure/mgmt/storage/v2019_06_01/aio/operations/_private_endpoint_connections_operations.py +53 -76
- azure/mgmt/storage/v2019_06_01/aio/operations/_private_link_resources_operations.py +15 -19
- azure/mgmt/storage/v2019_06_01/aio/operations/_queue_operations.py +68 -101
- azure/mgmt/storage/v2019_06_01/aio/operations/_queue_services_operations.py +40 -58
- azure/mgmt/storage/v2019_06_01/aio/operations/_skus_operations.py +20 -22
- azure/mgmt/storage/v2019_06_01/aio/operations/_storage_accounts_operations.py +203 -357
- azure/mgmt/storage/v2019_06_01/aio/operations/_table_operations.py +55 -79
- azure/mgmt/storage/v2019_06_01/aio/operations/_table_services_operations.py +40 -58
- azure/mgmt/storage/v2019_06_01/aio/operations/_usages_operations.py +20 -24
- azure/mgmt/storage/v2019_06_01/models/_models_py3.py +62 -68
- azure/mgmt/storage/v2019_06_01/models/_storage_management_client_enums.py +1 -1
- azure/mgmt/storage/v2019_06_01/operations/_blob_containers_operations.py +197 -295
- azure/mgmt/storage/v2019_06_01/operations/_blob_inventory_policies_operations.py +62 -85
- azure/mgmt/storage/v2019_06_01/operations/_blob_services_operations.py +52 -70
- azure/mgmt/storage/v2019_06_01/operations/_encryption_scopes_operations.py +67 -95
- azure/mgmt/storage/v2019_06_01/operations/_file_services_operations.py +48 -66
- azure/mgmt/storage/v2019_06_01/operations/_file_shares_operations.py +95 -138
- azure/mgmt/storage/v2019_06_01/operations/_management_policies_operations.py +46 -64
- azure/mgmt/storage/v2019_06_01/operations/_object_replication_policies_operations.py +63 -85
- azure/mgmt/storage/v2019_06_01/operations/_operations.py +21 -23
- azure/mgmt/storage/v2019_06_01/operations/_private_endpoint_connections_operations.py +62 -85
- azure/mgmt/storage/v2019_06_01/operations/_private_link_resources_operations.py +18 -22
- azure/mgmt/storage/v2019_06_01/operations/_queue_operations.py +79 -112
- azure/mgmt/storage/v2019_06_01/operations/_queue_services_operations.py +47 -65
- azure/mgmt/storage/v2019_06_01/operations/_skus_operations.py +23 -25
- azure/mgmt/storage/v2019_06_01/operations/_storage_accounts_operations.py +233 -387
- azure/mgmt/storage/v2019_06_01/operations/_table_operations.py +66 -90
- azure/mgmt/storage/v2019_06_01/operations/_table_services_operations.py +47 -65
- azure/mgmt/storage/v2019_06_01/operations/_usages_operations.py +23 -27
- azure/mgmt/storage/v2020_08_01_preview/_configuration.py +4 -11
- azure/mgmt/storage/v2020_08_01_preview/_patch.py +1 -0
- azure/mgmt/storage/v2020_08_01_preview/_storage_management_client.py +64 -24
- azure/mgmt/storage/v2020_08_01_preview/_vendor.py +0 -14
- azure/mgmt/storage/v2020_08_01_preview/_version.py +1 -1
- azure/mgmt/storage/v2020_08_01_preview/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2020_08_01_preview/aio/_patch.py +1 -0
- azure/mgmt/storage/v2020_08_01_preview/aio/_storage_management_client.py +66 -24
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_blob_containers_operations.py +185 -280
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_blob_inventory_policies_operations.py +58 -80
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_blob_services_operations.py +49 -66
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_deleted_accounts_operations.py +31 -38
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_encryption_scopes_operations.py +64 -90
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_file_services_operations.py +45 -62
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_file_shares_operations.py +88 -131
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_management_policies_operations.py +42 -60
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_object_replication_policies_operations.py +59 -80
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_operations.py +21 -23
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_private_endpoint_connections_operations.py +57 -80
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_private_link_resources_operations.py +16 -20
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_queue_operations.py +73 -106
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_queue_services_operations.py +44 -61
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_skus_operations.py +21 -23
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_storage_accounts_operations.py +221 -374
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_table_operations.py +60 -84
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_table_services_operations.py +44 -61
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_usages_operations.py +21 -25
- azure/mgmt/storage/v2020_08_01_preview/models/_models_py3.py +64 -86
- azure/mgmt/storage/v2020_08_01_preview/models/_storage_management_client_enums.py +1 -1
- azure/mgmt/storage/v2020_08_01_preview/operations/_blob_containers_operations.py +213 -334
- azure/mgmt/storage/v2020_08_01_preview/operations/_blob_inventory_policies_operations.py +67 -97
- azure/mgmt/storage/v2020_08_01_preview/operations/_blob_services_operations.py +56 -79
- azure/mgmt/storage/v2020_08_01_preview/operations/_deleted_accounts_operations.py +36 -47
- azure/mgmt/storage/v2020_08_01_preview/operations/_encryption_scopes_operations.py +73 -107
- azure/mgmt/storage/v2020_08_01_preview/operations/_file_services_operations.py +52 -75
- azure/mgmt/storage/v2020_08_01_preview/operations/_file_shares_operations.py +101 -156
- azure/mgmt/storage/v2020_08_01_preview/operations/_management_policies_operations.py +49 -73
- azure/mgmt/storage/v2020_08_01_preview/operations/_object_replication_policies_operations.py +68 -97
- azure/mgmt/storage/v2020_08_01_preview/operations/_operations.py +22 -26
- azure/mgmt/storage/v2020_08_01_preview/operations/_private_endpoint_connections_operations.py +66 -97
- azure/mgmt/storage/v2020_08_01_preview/operations/_private_link_resources_operations.py +19 -25
- azure/mgmt/storage/v2020_08_01_preview/operations/_queue_operations.py +84 -127
- azure/mgmt/storage/v2020_08_01_preview/operations/_queue_services_operations.py +51 -74
- azure/mgmt/storage/v2020_08_01_preview/operations/_skus_operations.py +24 -28
- azure/mgmt/storage/v2020_08_01_preview/operations/_storage_accounts_operations.py +251 -432
- azure/mgmt/storage/v2020_08_01_preview/operations/_table_operations.py +71 -105
- azure/mgmt/storage/v2020_08_01_preview/operations/_table_services_operations.py +51 -74
- azure/mgmt/storage/v2020_08_01_preview/operations/_usages_operations.py +24 -30
- azure/mgmt/storage/v2021_01_01/_configuration.py +4 -11
- azure/mgmt/storage/v2021_01_01/_patch.py +1 -0
- azure/mgmt/storage/v2021_01_01/_storage_management_client.py +55 -23
- azure/mgmt/storage/v2021_01_01/_vendor.py +0 -14
- azure/mgmt/storage/v2021_01_01/_version.py +1 -1
- azure/mgmt/storage/v2021_01_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2021_01_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2021_01_01/aio/_storage_management_client.py +57 -23
- azure/mgmt/storage/v2021_01_01/aio/operations/_blob_containers_operations.py +169 -267
- azure/mgmt/storage/v2021_01_01/aio/operations/_blob_inventory_policies_operations.py +53 -76
- azure/mgmt/storage/v2021_01_01/aio/operations/_blob_services_operations.py +45 -63
- azure/mgmt/storage/v2021_01_01/aio/operations/_deleted_accounts_operations.py +29 -36
- azure/mgmt/storage/v2021_01_01/aio/operations/_encryption_scopes_operations.py +58 -86
- azure/mgmt/storage/v2021_01_01/aio/operations/_file_services_operations.py +41 -59
- azure/mgmt/storage/v2021_01_01/aio/operations/_file_shares_operations.py +82 -125
- azure/mgmt/storage/v2021_01_01/aio/operations/_management_policies_operations.py +39 -57
- azure/mgmt/storage/v2021_01_01/aio/operations/_object_replication_policies_operations.py +54 -76
- azure/mgmt/storage/v2021_01_01/aio/operations/_operations.py +20 -22
- azure/mgmt/storage/v2021_01_01/aio/operations/_private_endpoint_connections_operations.py +53 -76
- azure/mgmt/storage/v2021_01_01/aio/operations/_private_link_resources_operations.py +15 -19
- azure/mgmt/storage/v2021_01_01/aio/operations/_queue_operations.py +68 -101
- azure/mgmt/storage/v2021_01_01/aio/operations/_queue_services_operations.py +40 -58
- azure/mgmt/storage/v2021_01_01/aio/operations/_skus_operations.py +20 -22
- azure/mgmt/storage/v2021_01_01/aio/operations/_storage_accounts_operations.py +203 -357
- azure/mgmt/storage/v2021_01_01/aio/operations/_table_operations.py +55 -79
- azure/mgmt/storage/v2021_01_01/aio/operations/_table_services_operations.py +40 -58
- azure/mgmt/storage/v2021_01_01/aio/operations/_usages_operations.py +20 -24
- azure/mgmt/storage/v2021_01_01/models/_models_py3.py +64 -86
- azure/mgmt/storage/v2021_01_01/models/_storage_management_client_enums.py +1 -1
- azure/mgmt/storage/v2021_01_01/operations/_blob_containers_operations.py +197 -295
- azure/mgmt/storage/v2021_01_01/operations/_blob_inventory_policies_operations.py +62 -85
- azure/mgmt/storage/v2021_01_01/operations/_blob_services_operations.py +52 -70
- azure/mgmt/storage/v2021_01_01/operations/_deleted_accounts_operations.py +34 -41
- azure/mgmt/storage/v2021_01_01/operations/_encryption_scopes_operations.py +67 -95
- azure/mgmt/storage/v2021_01_01/operations/_file_services_operations.py +48 -66
- azure/mgmt/storage/v2021_01_01/operations/_file_shares_operations.py +95 -138
- azure/mgmt/storage/v2021_01_01/operations/_management_policies_operations.py +46 -64
- azure/mgmt/storage/v2021_01_01/operations/_object_replication_policies_operations.py +63 -85
- azure/mgmt/storage/v2021_01_01/operations/_operations.py +21 -23
- azure/mgmt/storage/v2021_01_01/operations/_private_endpoint_connections_operations.py +62 -85
- azure/mgmt/storage/v2021_01_01/operations/_private_link_resources_operations.py +18 -22
- azure/mgmt/storage/v2021_01_01/operations/_queue_operations.py +79 -112
- azure/mgmt/storage/v2021_01_01/operations/_queue_services_operations.py +47 -65
- azure/mgmt/storage/v2021_01_01/operations/_skus_operations.py +23 -25
- azure/mgmt/storage/v2021_01_01/operations/_storage_accounts_operations.py +233 -387
- azure/mgmt/storage/v2021_01_01/operations/_table_operations.py +66 -90
- azure/mgmt/storage/v2021_01_01/operations/_table_services_operations.py +47 -65
- azure/mgmt/storage/v2021_01_01/operations/_usages_operations.py +23 -27
- azure/mgmt/storage/v2021_02_01/_configuration.py +4 -11
- azure/mgmt/storage/v2021_02_01/_patch.py +1 -0
- azure/mgmt/storage/v2021_02_01/_storage_management_client.py +55 -23
- azure/mgmt/storage/v2021_02_01/_vendor.py +0 -14
- azure/mgmt/storage/v2021_02_01/_version.py +1 -1
- azure/mgmt/storage/v2021_02_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2021_02_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2021_02_01/aio/_storage_management_client.py +57 -23
- azure/mgmt/storage/v2021_02_01/aio/operations/_blob_containers_operations.py +169 -267
- azure/mgmt/storage/v2021_02_01/aio/operations/_blob_inventory_policies_operations.py +53 -76
- azure/mgmt/storage/v2021_02_01/aio/operations/_blob_services_operations.py +45 -63
- azure/mgmt/storage/v2021_02_01/aio/operations/_deleted_accounts_operations.py +29 -36
- azure/mgmt/storage/v2021_02_01/aio/operations/_encryption_scopes_operations.py +58 -86
- azure/mgmt/storage/v2021_02_01/aio/operations/_file_services_operations.py +41 -59
- azure/mgmt/storage/v2021_02_01/aio/operations/_file_shares_operations.py +82 -125
- azure/mgmt/storage/v2021_02_01/aio/operations/_management_policies_operations.py +39 -57
- azure/mgmt/storage/v2021_02_01/aio/operations/_object_replication_policies_operations.py +54 -76
- azure/mgmt/storage/v2021_02_01/aio/operations/_operations.py +20 -22
- azure/mgmt/storage/v2021_02_01/aio/operations/_private_endpoint_connections_operations.py +53 -76
- azure/mgmt/storage/v2021_02_01/aio/operations/_private_link_resources_operations.py +15 -19
- azure/mgmt/storage/v2021_02_01/aio/operations/_queue_operations.py +68 -101
- azure/mgmt/storage/v2021_02_01/aio/operations/_queue_services_operations.py +40 -58
- azure/mgmt/storage/v2021_02_01/aio/operations/_skus_operations.py +20 -22
- azure/mgmt/storage/v2021_02_01/aio/operations/_storage_accounts_operations.py +203 -357
- azure/mgmt/storage/v2021_02_01/aio/operations/_table_operations.py +55 -79
- azure/mgmt/storage/v2021_02_01/aio/operations/_table_services_operations.py +40 -58
- azure/mgmt/storage/v2021_02_01/aio/operations/_usages_operations.py +20 -24
- azure/mgmt/storage/v2021_02_01/models/_models_py3.py +66 -88
- azure/mgmt/storage/v2021_02_01/models/_storage_management_client_enums.py +1 -1
- azure/mgmt/storage/v2021_02_01/operations/_blob_containers_operations.py +197 -295
- azure/mgmt/storage/v2021_02_01/operations/_blob_inventory_policies_operations.py +62 -85
- azure/mgmt/storage/v2021_02_01/operations/_blob_services_operations.py +52 -70
- azure/mgmt/storage/v2021_02_01/operations/_deleted_accounts_operations.py +34 -41
- azure/mgmt/storage/v2021_02_01/operations/_encryption_scopes_operations.py +67 -95
- azure/mgmt/storage/v2021_02_01/operations/_file_services_operations.py +48 -66
- azure/mgmt/storage/v2021_02_01/operations/_file_shares_operations.py +95 -138
- azure/mgmt/storage/v2021_02_01/operations/_management_policies_operations.py +46 -64
- azure/mgmt/storage/v2021_02_01/operations/_object_replication_policies_operations.py +63 -85
- azure/mgmt/storage/v2021_02_01/operations/_operations.py +21 -23
- azure/mgmt/storage/v2021_02_01/operations/_private_endpoint_connections_operations.py +62 -85
- azure/mgmt/storage/v2021_02_01/operations/_private_link_resources_operations.py +18 -22
- azure/mgmt/storage/v2021_02_01/operations/_queue_operations.py +79 -112
- azure/mgmt/storage/v2021_02_01/operations/_queue_services_operations.py +47 -65
- azure/mgmt/storage/v2021_02_01/operations/_skus_operations.py +23 -25
- azure/mgmt/storage/v2021_02_01/operations/_storage_accounts_operations.py +233 -387
- azure/mgmt/storage/v2021_02_01/operations/_table_operations.py +66 -90
- azure/mgmt/storage/v2021_02_01/operations/_table_services_operations.py +47 -65
- azure/mgmt/storage/v2021_02_01/operations/_usages_operations.py +23 -27
- azure/mgmt/storage/v2021_04_01/_configuration.py +4 -11
- azure/mgmt/storage/v2021_04_01/_patch.py +1 -0
- azure/mgmt/storage/v2021_04_01/_storage_management_client.py +55 -23
- azure/mgmt/storage/v2021_04_01/_vendor.py +0 -14
- azure/mgmt/storage/v2021_04_01/_version.py +1 -1
- azure/mgmt/storage/v2021_04_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2021_04_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2021_04_01/aio/_storage_management_client.py +57 -23
- azure/mgmt/storage/v2021_04_01/aio/operations/_blob_containers_operations.py +181 -295
- azure/mgmt/storage/v2021_04_01/aio/operations/_blob_inventory_policies_operations.py +53 -76
- azure/mgmt/storage/v2021_04_01/aio/operations/_blob_services_operations.py +45 -63
- azure/mgmt/storage/v2021_04_01/aio/operations/_deleted_accounts_operations.py +29 -36
- azure/mgmt/storage/v2021_04_01/aio/operations/_encryption_scopes_operations.py +58 -86
- azure/mgmt/storage/v2021_04_01/aio/operations/_file_services_operations.py +41 -59
- azure/mgmt/storage/v2021_04_01/aio/operations/_file_shares_operations.py +98 -151
- azure/mgmt/storage/v2021_04_01/aio/operations/_management_policies_operations.py +39 -57
- azure/mgmt/storage/v2021_04_01/aio/operations/_object_replication_policies_operations.py +54 -76
- azure/mgmt/storage/v2021_04_01/aio/operations/_operations.py +20 -22
- azure/mgmt/storage/v2021_04_01/aio/operations/_private_endpoint_connections_operations.py +53 -76
- azure/mgmt/storage/v2021_04_01/aio/operations/_private_link_resources_operations.py +15 -19
- azure/mgmt/storage/v2021_04_01/aio/operations/_queue_operations.py +68 -101
- azure/mgmt/storage/v2021_04_01/aio/operations/_queue_services_operations.py +40 -58
- azure/mgmt/storage/v2021_04_01/aio/operations/_skus_operations.py +20 -22
- azure/mgmt/storage/v2021_04_01/aio/operations/_storage_accounts_operations.py +203 -357
- azure/mgmt/storage/v2021_04_01/aio/operations/_table_operations.py +55 -79
- azure/mgmt/storage/v2021_04_01/aio/operations/_table_services_operations.py +40 -58
- azure/mgmt/storage/v2021_04_01/aio/operations/_usages_operations.py +20 -24
- azure/mgmt/storage/v2021_04_01/models/_models_py3.py +66 -88
- azure/mgmt/storage/v2021_04_01/models/_storage_management_client_enums.py +2 -2
- azure/mgmt/storage/v2021_04_01/operations/_blob_containers_operations.py +211 -325
- azure/mgmt/storage/v2021_04_01/operations/_blob_inventory_policies_operations.py +62 -85
- azure/mgmt/storage/v2021_04_01/operations/_blob_services_operations.py +52 -70
- azure/mgmt/storage/v2021_04_01/operations/_deleted_accounts_operations.py +34 -41
- azure/mgmt/storage/v2021_04_01/operations/_encryption_scopes_operations.py +67 -95
- azure/mgmt/storage/v2021_04_01/operations/_file_services_operations.py +48 -66
- azure/mgmt/storage/v2021_04_01/operations/_file_shares_operations.py +113 -166
- azure/mgmt/storage/v2021_04_01/operations/_management_policies_operations.py +46 -64
- azure/mgmt/storage/v2021_04_01/operations/_object_replication_policies_operations.py +63 -85
- azure/mgmt/storage/v2021_04_01/operations/_operations.py +21 -23
- azure/mgmt/storage/v2021_04_01/operations/_private_endpoint_connections_operations.py +62 -85
- azure/mgmt/storage/v2021_04_01/operations/_private_link_resources_operations.py +18 -22
- azure/mgmt/storage/v2021_04_01/operations/_queue_operations.py +79 -112
- azure/mgmt/storage/v2021_04_01/operations/_queue_services_operations.py +47 -65
- azure/mgmt/storage/v2021_04_01/operations/_skus_operations.py +23 -25
- azure/mgmt/storage/v2021_04_01/operations/_storage_accounts_operations.py +233 -387
- azure/mgmt/storage/v2021_04_01/operations/_table_operations.py +66 -90
- azure/mgmt/storage/v2021_04_01/operations/_table_services_operations.py +47 -65
- azure/mgmt/storage/v2021_04_01/operations/_usages_operations.py +23 -27
- azure/mgmt/storage/v2021_06_01/_configuration.py +4 -11
- azure/mgmt/storage/v2021_06_01/_patch.py +1 -0
- azure/mgmt/storage/v2021_06_01/_storage_management_client.py +55 -23
- azure/mgmt/storage/v2021_06_01/_vendor.py +0 -14
- azure/mgmt/storage/v2021_06_01/_version.py +1 -1
- azure/mgmt/storage/v2021_06_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2021_06_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2021_06_01/aio/_storage_management_client.py +57 -23
- azure/mgmt/storage/v2021_06_01/aio/operations/_blob_containers_operations.py +181 -315
- azure/mgmt/storage/v2021_06_01/aio/operations/_blob_inventory_policies_operations.py +53 -76
- azure/mgmt/storage/v2021_06_01/aio/operations/_blob_services_operations.py +45 -79
- azure/mgmt/storage/v2021_06_01/aio/operations/_deleted_accounts_operations.py +29 -36
- azure/mgmt/storage/v2021_06_01/aio/operations/_encryption_scopes_operations.py +58 -86
- azure/mgmt/storage/v2021_06_01/aio/operations/_file_services_operations.py +41 -75
- azure/mgmt/storage/v2021_06_01/aio/operations/_file_shares_operations.py +98 -151
- azure/mgmt/storage/v2021_06_01/aio/operations/_management_policies_operations.py +39 -57
- azure/mgmt/storage/v2021_06_01/aio/operations/_object_replication_policies_operations.py +54 -76
- azure/mgmt/storage/v2021_06_01/aio/operations/_operations.py +20 -22
- azure/mgmt/storage/v2021_06_01/aio/operations/_private_endpoint_connections_operations.py +53 -76
- azure/mgmt/storage/v2021_06_01/aio/operations/_private_link_resources_operations.py +15 -19
- azure/mgmt/storage/v2021_06_01/aio/operations/_queue_operations.py +68 -101
- azure/mgmt/storage/v2021_06_01/aio/operations/_queue_services_operations.py +40 -74
- azure/mgmt/storage/v2021_06_01/aio/operations/_skus_operations.py +20 -22
- azure/mgmt/storage/v2021_06_01/aio/operations/_storage_accounts_operations.py +230 -416
- azure/mgmt/storage/v2021_06_01/aio/operations/_table_operations.py +55 -79
- azure/mgmt/storage/v2021_06_01/aio/operations/_table_services_operations.py +40 -74
- azure/mgmt/storage/v2021_06_01/aio/operations/_usages_operations.py +20 -24
- azure/mgmt/storage/v2021_06_01/models/_models_py3.py +66 -88
- azure/mgmt/storage/v2021_06_01/models/_storage_management_client_enums.py +2 -2
- azure/mgmt/storage/v2021_06_01/operations/_blob_containers_operations.py +211 -345
- azure/mgmt/storage/v2021_06_01/operations/_blob_inventory_policies_operations.py +62 -85
- azure/mgmt/storage/v2021_06_01/operations/_blob_services_operations.py +52 -86
- azure/mgmt/storage/v2021_06_01/operations/_deleted_accounts_operations.py +34 -41
- azure/mgmt/storage/v2021_06_01/operations/_encryption_scopes_operations.py +67 -95
- azure/mgmt/storage/v2021_06_01/operations/_file_services_operations.py +48 -82
- azure/mgmt/storage/v2021_06_01/operations/_file_shares_operations.py +113 -166
- azure/mgmt/storage/v2021_06_01/operations/_management_policies_operations.py +46 -64
- azure/mgmt/storage/v2021_06_01/operations/_object_replication_policies_operations.py +63 -85
- azure/mgmt/storage/v2021_06_01/operations/_operations.py +21 -23
- azure/mgmt/storage/v2021_06_01/operations/_private_endpoint_connections_operations.py +62 -85
- azure/mgmt/storage/v2021_06_01/operations/_private_link_resources_operations.py +18 -22
- azure/mgmt/storage/v2021_06_01/operations/_queue_operations.py +79 -112
- azure/mgmt/storage/v2021_06_01/operations/_queue_services_operations.py +47 -81
- azure/mgmt/storage/v2021_06_01/operations/_skus_operations.py +23 -25
- azure/mgmt/storage/v2021_06_01/operations/_storage_accounts_operations.py +266 -452
- azure/mgmt/storage/v2021_06_01/operations/_table_operations.py +66 -90
- azure/mgmt/storage/v2021_06_01/operations/_table_services_operations.py +47 -81
- azure/mgmt/storage/v2021_06_01/operations/_usages_operations.py +23 -27
- azure/mgmt/storage/v2021_08_01/_configuration.py +4 -11
- azure/mgmt/storage/v2021_08_01/_patch.py +1 -0
- azure/mgmt/storage/v2021_08_01/_storage_management_client.py +59 -25
- azure/mgmt/storage/v2021_08_01/_vendor.py +0 -14
- azure/mgmt/storage/v2021_08_01/_version.py +1 -1
- azure/mgmt/storage/v2021_08_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2021_08_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2021_08_01/aio/_storage_management_client.py +61 -25
- azure/mgmt/storage/v2021_08_01/aio/operations/_blob_containers_operations.py +181 -315
- azure/mgmt/storage/v2021_08_01/aio/operations/_blob_inventory_policies_operations.py +53 -76
- azure/mgmt/storage/v2021_08_01/aio/operations/_blob_services_operations.py +45 -79
- azure/mgmt/storage/v2021_08_01/aio/operations/_deleted_accounts_operations.py +29 -36
- azure/mgmt/storage/v2021_08_01/aio/operations/_encryption_scopes_operations.py +58 -86
- azure/mgmt/storage/v2021_08_01/aio/operations/_file_services_operations.py +41 -75
- azure/mgmt/storage/v2021_08_01/aio/operations/_file_shares_operations.py +98 -151
- azure/mgmt/storage/v2021_08_01/aio/operations/_local_users_operations.py +71 -104
- azure/mgmt/storage/v2021_08_01/aio/operations/_management_policies_operations.py +39 -57
- azure/mgmt/storage/v2021_08_01/aio/operations/_object_replication_policies_operations.py +54 -76
- azure/mgmt/storage/v2021_08_01/aio/operations/_operations.py +20 -22
- azure/mgmt/storage/v2021_08_01/aio/operations/_private_endpoint_connections_operations.py +53 -76
- azure/mgmt/storage/v2021_08_01/aio/operations/_private_link_resources_operations.py +15 -19
- azure/mgmt/storage/v2021_08_01/aio/operations/_queue_operations.py +68 -101
- azure/mgmt/storage/v2021_08_01/aio/operations/_queue_services_operations.py +40 -74
- azure/mgmt/storage/v2021_08_01/aio/operations/_skus_operations.py +20 -22
- azure/mgmt/storage/v2021_08_01/aio/operations/_storage_accounts_operations.py +230 -416
- azure/mgmt/storage/v2021_08_01/aio/operations/_table_operations.py +55 -79
- azure/mgmt/storage/v2021_08_01/aio/operations/_table_services_operations.py +40 -74
- azure/mgmt/storage/v2021_08_01/aio/operations/_usages_operations.py +20 -24
- azure/mgmt/storage/v2021_08_01/models/_models_py3.py +68 -90
- azure/mgmt/storage/v2021_08_01/models/_storage_management_client_enums.py +2 -2
- azure/mgmt/storage/v2021_08_01/operations/_blob_containers_operations.py +211 -345
- azure/mgmt/storage/v2021_08_01/operations/_blob_inventory_policies_operations.py +62 -85
- azure/mgmt/storage/v2021_08_01/operations/_blob_services_operations.py +52 -86
- azure/mgmt/storage/v2021_08_01/operations/_deleted_accounts_operations.py +34 -41
- azure/mgmt/storage/v2021_08_01/operations/_encryption_scopes_operations.py +67 -95
- azure/mgmt/storage/v2021_08_01/operations/_file_services_operations.py +48 -82
- azure/mgmt/storage/v2021_08_01/operations/_file_shares_operations.py +113 -166
- azure/mgmt/storage/v2021_08_01/operations/_local_users_operations.py +84 -117
- azure/mgmt/storage/v2021_08_01/operations/_management_policies_operations.py +46 -64
- azure/mgmt/storage/v2021_08_01/operations/_object_replication_policies_operations.py +63 -85
- azure/mgmt/storage/v2021_08_01/operations/_operations.py +21 -23
- azure/mgmt/storage/v2021_08_01/operations/_private_endpoint_connections_operations.py +62 -85
- azure/mgmt/storage/v2021_08_01/operations/_private_link_resources_operations.py +18 -22
- azure/mgmt/storage/v2021_08_01/operations/_queue_operations.py +79 -112
- azure/mgmt/storage/v2021_08_01/operations/_queue_services_operations.py +47 -81
- azure/mgmt/storage/v2021_08_01/operations/_skus_operations.py +23 -25
- azure/mgmt/storage/v2021_08_01/operations/_storage_accounts_operations.py +266 -452
- azure/mgmt/storage/v2021_08_01/operations/_table_operations.py +66 -90
- azure/mgmt/storage/v2021_08_01/operations/_table_services_operations.py +47 -81
- azure/mgmt/storage/v2021_08_01/operations/_usages_operations.py +23 -27
- azure/mgmt/storage/v2021_09_01/_configuration.py +4 -11
- azure/mgmt/storage/v2021_09_01/_patch.py +1 -0
- azure/mgmt/storage/v2021_09_01/_storage_management_client.py +59 -25
- azure/mgmt/storage/v2021_09_01/_vendor.py +0 -14
- azure/mgmt/storage/v2021_09_01/_version.py +1 -1
- azure/mgmt/storage/v2021_09_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2021_09_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2021_09_01/aio/_storage_management_client.py +61 -25
- azure/mgmt/storage/v2021_09_01/aio/operations/_blob_containers_operations.py +181 -315
- azure/mgmt/storage/v2021_09_01/aio/operations/_blob_inventory_policies_operations.py +53 -76
- azure/mgmt/storage/v2021_09_01/aio/operations/_blob_services_operations.py +45 -79
- azure/mgmt/storage/v2021_09_01/aio/operations/_deleted_accounts_operations.py +29 -36
- azure/mgmt/storage/v2021_09_01/aio/operations/_encryption_scopes_operations.py +58 -86
- azure/mgmt/storage/v2021_09_01/aio/operations/_file_services_operations.py +41 -75
- azure/mgmt/storage/v2021_09_01/aio/operations/_file_shares_operations.py +98 -151
- azure/mgmt/storage/v2021_09_01/aio/operations/_local_users_operations.py +71 -104
- azure/mgmt/storage/v2021_09_01/aio/operations/_management_policies_operations.py +39 -57
- azure/mgmt/storage/v2021_09_01/aio/operations/_object_replication_policies_operations.py +54 -76
- azure/mgmt/storage/v2021_09_01/aio/operations/_operations.py +20 -22
- azure/mgmt/storage/v2021_09_01/aio/operations/_private_endpoint_connections_operations.py +53 -76
- azure/mgmt/storage/v2021_09_01/aio/operations/_private_link_resources_operations.py +15 -19
- azure/mgmt/storage/v2021_09_01/aio/operations/_queue_operations.py +68 -101
- azure/mgmt/storage/v2021_09_01/aio/operations/_queue_services_operations.py +40 -74
- azure/mgmt/storage/v2021_09_01/aio/operations/_skus_operations.py +20 -22
- azure/mgmt/storage/v2021_09_01/aio/operations/_storage_accounts_operations.py +230 -416
- azure/mgmt/storage/v2021_09_01/aio/operations/_table_operations.py +70 -103
- azure/mgmt/storage/v2021_09_01/aio/operations/_table_services_operations.py +40 -74
- azure/mgmt/storage/v2021_09_01/aio/operations/_usages_operations.py +20 -24
- azure/mgmt/storage/v2021_09_01/models/_models_py3.py +70 -92
- azure/mgmt/storage/v2021_09_01/models/_storage_management_client_enums.py +2 -2
- azure/mgmt/storage/v2021_09_01/operations/_blob_containers_operations.py +211 -345
- azure/mgmt/storage/v2021_09_01/operations/_blob_inventory_policies_operations.py +62 -85
- azure/mgmt/storage/v2021_09_01/operations/_blob_services_operations.py +52 -86
- azure/mgmt/storage/v2021_09_01/operations/_deleted_accounts_operations.py +34 -41
- azure/mgmt/storage/v2021_09_01/operations/_encryption_scopes_operations.py +67 -95
- azure/mgmt/storage/v2021_09_01/operations/_file_services_operations.py +48 -82
- azure/mgmt/storage/v2021_09_01/operations/_file_shares_operations.py +113 -166
- azure/mgmt/storage/v2021_09_01/operations/_local_users_operations.py +84 -117
- azure/mgmt/storage/v2021_09_01/operations/_management_policies_operations.py +46 -64
- azure/mgmt/storage/v2021_09_01/operations/_object_replication_policies_operations.py +63 -85
- azure/mgmt/storage/v2021_09_01/operations/_operations.py +21 -23
- azure/mgmt/storage/v2021_09_01/operations/_private_endpoint_connections_operations.py +62 -85
- azure/mgmt/storage/v2021_09_01/operations/_private_link_resources_operations.py +18 -22
- azure/mgmt/storage/v2021_09_01/operations/_queue_operations.py +79 -112
- azure/mgmt/storage/v2021_09_01/operations/_queue_services_operations.py +47 -81
- azure/mgmt/storage/v2021_09_01/operations/_skus_operations.py +23 -25
- azure/mgmt/storage/v2021_09_01/operations/_storage_accounts_operations.py +266 -452
- azure/mgmt/storage/v2021_09_01/operations/_table_operations.py +81 -114
- azure/mgmt/storage/v2021_09_01/operations/_table_services_operations.py +47 -81
- azure/mgmt/storage/v2021_09_01/operations/_usages_operations.py +23 -27
- azure/mgmt/storage/v2022_05_01/_configuration.py +4 -11
- azure/mgmt/storage/v2022_05_01/_storage_management_client.py +59 -25
- azure/mgmt/storage/v2022_05_01/_vendor.py +0 -14
- azure/mgmt/storage/v2022_05_01/_version.py +1 -1
- azure/mgmt/storage/v2022_05_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2022_05_01/aio/_storage_management_client.py +61 -25
- azure/mgmt/storage/v2022_05_01/aio/operations/_blob_containers_operations.py +181 -315
- azure/mgmt/storage/v2022_05_01/aio/operations/_blob_inventory_policies_operations.py +53 -76
- azure/mgmt/storage/v2022_05_01/aio/operations/_blob_services_operations.py +45 -79
- azure/mgmt/storage/v2022_05_01/aio/operations/_deleted_accounts_operations.py +29 -36
- azure/mgmt/storage/v2022_05_01/aio/operations/_encryption_scopes_operations.py +58 -86
- azure/mgmt/storage/v2022_05_01/aio/operations/_file_services_operations.py +41 -75
- azure/mgmt/storage/v2022_05_01/aio/operations/_file_shares_operations.py +98 -151
- azure/mgmt/storage/v2022_05_01/aio/operations/_local_users_operations.py +71 -104
- azure/mgmt/storage/v2022_05_01/aio/operations/_management_policies_operations.py +39 -57
- azure/mgmt/storage/v2022_05_01/aio/operations/_object_replication_policies_operations.py +54 -76
- azure/mgmt/storage/v2022_05_01/aio/operations/_operations.py +20 -22
- azure/mgmt/storage/v2022_05_01/aio/operations/_private_endpoint_connections_operations.py +53 -76
- azure/mgmt/storage/v2022_05_01/aio/operations/_private_link_resources_operations.py +15 -19
- azure/mgmt/storage/v2022_05_01/aio/operations/_queue_operations.py +68 -101
- azure/mgmt/storage/v2022_05_01/aio/operations/_queue_services_operations.py +40 -74
- azure/mgmt/storage/v2022_05_01/aio/operations/_skus_operations.py +20 -22
- azure/mgmt/storage/v2022_05_01/aio/operations/_storage_accounts_operations.py +230 -416
- azure/mgmt/storage/v2022_05_01/aio/operations/_table_operations.py +70 -103
- azure/mgmt/storage/v2022_05_01/aio/operations/_table_services_operations.py +40 -74
- azure/mgmt/storage/v2022_05_01/aio/operations/_usages_operations.py +20 -24
- azure/mgmt/storage/v2022_05_01/models/_models_py3.py +69 -91
- azure/mgmt/storage/v2022_05_01/models/_storage_management_client_enums.py +2 -2
- azure/mgmt/storage/v2022_05_01/operations/_blob_containers_operations.py +211 -345
- azure/mgmt/storage/v2022_05_01/operations/_blob_inventory_policies_operations.py +62 -85
- azure/mgmt/storage/v2022_05_01/operations/_blob_services_operations.py +52 -86
- azure/mgmt/storage/v2022_05_01/operations/_deleted_accounts_operations.py +34 -41
- azure/mgmt/storage/v2022_05_01/operations/_encryption_scopes_operations.py +67 -95
- azure/mgmt/storage/v2022_05_01/operations/_file_services_operations.py +48 -82
- azure/mgmt/storage/v2022_05_01/operations/_file_shares_operations.py +113 -166
- azure/mgmt/storage/v2022_05_01/operations/_local_users_operations.py +84 -117
- azure/mgmt/storage/v2022_05_01/operations/_management_policies_operations.py +46 -64
- azure/mgmt/storage/v2022_05_01/operations/_object_replication_policies_operations.py +63 -85
- azure/mgmt/storage/v2022_05_01/operations/_operations.py +21 -23
- azure/mgmt/storage/v2022_05_01/operations/_private_endpoint_connections_operations.py +62 -85
- azure/mgmt/storage/v2022_05_01/operations/_private_link_resources_operations.py +18 -22
- azure/mgmt/storage/v2022_05_01/operations/_queue_operations.py +79 -112
- azure/mgmt/storage/v2022_05_01/operations/_queue_services_operations.py +47 -81
- azure/mgmt/storage/v2022_05_01/operations/_skus_operations.py +23 -25
- azure/mgmt/storage/v2022_05_01/operations/_storage_accounts_operations.py +266 -452
- azure/mgmt/storage/v2022_05_01/operations/_table_operations.py +81 -114
- azure/mgmt/storage/v2022_05_01/operations/_table_services_operations.py +47 -81
- azure/mgmt/storage/v2022_05_01/operations/_usages_operations.py +23 -27
- azure/mgmt/storage/v2022_09_01/_configuration.py +4 -11
- azure/mgmt/storage/v2022_09_01/_storage_management_client.py +59 -25
- azure/mgmt/storage/v2022_09_01/_vendor.py +0 -14
- azure/mgmt/storage/v2022_09_01/_version.py +1 -1
- azure/mgmt/storage/v2022_09_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2022_09_01/aio/_storage_management_client.py +61 -25
- azure/mgmt/storage/v2022_09_01/aio/operations/_blob_containers_operations.py +181 -315
- azure/mgmt/storage/v2022_09_01/aio/operations/_blob_inventory_policies_operations.py +53 -76
- azure/mgmt/storage/v2022_09_01/aio/operations/_blob_services_operations.py +45 -79
- azure/mgmt/storage/v2022_09_01/aio/operations/_deleted_accounts_operations.py +29 -36
- azure/mgmt/storage/v2022_09_01/aio/operations/_encryption_scopes_operations.py +58 -86
- azure/mgmt/storage/v2022_09_01/aio/operations/_file_services_operations.py +41 -75
- azure/mgmt/storage/v2022_09_01/aio/operations/_file_shares_operations.py +98 -151
- azure/mgmt/storage/v2022_09_01/aio/operations/_local_users_operations.py +71 -104
- azure/mgmt/storage/v2022_09_01/aio/operations/_management_policies_operations.py +39 -57
- azure/mgmt/storage/v2022_09_01/aio/operations/_object_replication_policies_operations.py +54 -76
- azure/mgmt/storage/v2022_09_01/aio/operations/_operations.py +20 -22
- azure/mgmt/storage/v2022_09_01/aio/operations/_private_endpoint_connections_operations.py +53 -76
- azure/mgmt/storage/v2022_09_01/aio/operations/_private_link_resources_operations.py +15 -19
- azure/mgmt/storage/v2022_09_01/aio/operations/_queue_operations.py +68 -101
- azure/mgmt/storage/v2022_09_01/aio/operations/_queue_services_operations.py +40 -74
- azure/mgmt/storage/v2022_09_01/aio/operations/_skus_operations.py +20 -22
- azure/mgmt/storage/v2022_09_01/aio/operations/_storage_accounts_operations.py +230 -416
- azure/mgmt/storage/v2022_09_01/aio/operations/_table_operations.py +70 -103
- azure/mgmt/storage/v2022_09_01/aio/operations/_table_services_operations.py +40 -74
- azure/mgmt/storage/v2022_09_01/aio/operations/_usages_operations.py +20 -24
- azure/mgmt/storage/v2022_09_01/models/_models_py3.py +69 -91
- azure/mgmt/storage/v2022_09_01/models/_storage_management_client_enums.py +2 -2
- azure/mgmt/storage/v2022_09_01/operations/_blob_containers_operations.py +211 -345
- azure/mgmt/storage/v2022_09_01/operations/_blob_inventory_policies_operations.py +62 -85
- azure/mgmt/storage/v2022_09_01/operations/_blob_services_operations.py +52 -86
- azure/mgmt/storage/v2022_09_01/operations/_deleted_accounts_operations.py +34 -41
- azure/mgmt/storage/v2022_09_01/operations/_encryption_scopes_operations.py +67 -95
- azure/mgmt/storage/v2022_09_01/operations/_file_services_operations.py +48 -82
- azure/mgmt/storage/v2022_09_01/operations/_file_shares_operations.py +113 -166
- azure/mgmt/storage/v2022_09_01/operations/_local_users_operations.py +84 -117
- azure/mgmt/storage/v2022_09_01/operations/_management_policies_operations.py +46 -64
- azure/mgmt/storage/v2022_09_01/operations/_object_replication_policies_operations.py +63 -85
- azure/mgmt/storage/v2022_09_01/operations/_operations.py +21 -23
- azure/mgmt/storage/v2022_09_01/operations/_private_endpoint_connections_operations.py +62 -85
- azure/mgmt/storage/v2022_09_01/operations/_private_link_resources_operations.py +18 -22
- azure/mgmt/storage/v2022_09_01/operations/_queue_operations.py +79 -112
- azure/mgmt/storage/v2022_09_01/operations/_queue_services_operations.py +47 -81
- azure/mgmt/storage/v2022_09_01/operations/_skus_operations.py +23 -25
- azure/mgmt/storage/v2022_09_01/operations/_storage_accounts_operations.py +266 -452
- azure/mgmt/storage/v2022_09_01/operations/_table_operations.py +81 -114
- azure/mgmt/storage/v2022_09_01/operations/_table_services_operations.py +47 -81
- azure/mgmt/storage/v2022_09_01/operations/_usages_operations.py +23 -27
- azure/mgmt/storage/v2023_01_01/__init__.py +26 -0
- azure/mgmt/storage/v2023_01_01/_configuration.py +65 -0
- azure/mgmt/storage/v2023_01_01/_patch.py +20 -0
- azure/mgmt/storage/v2023_01_01/_storage_management_client.py +225 -0
- azure/mgmt/storage/v2023_01_01/_vendor.py +16 -0
- azure/mgmt/storage/v2023_01_01/_version.py +9 -0
- azure/mgmt/storage/v2023_01_01/aio/__init__.py +23 -0
- azure/mgmt/storage/v2023_01_01/aio/_configuration.py +65 -0
- azure/mgmt/storage/v2023_01_01/aio/_patch.py +20 -0
- azure/mgmt/storage/v2023_01_01/aio/_storage_management_client.py +230 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/__init__.py +57 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_blob_containers_operations.py +1838 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_blob_inventory_policies_operations.py +442 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_blob_services_operations.py +362 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_deleted_accounts_operations.py +194 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_encryption_scopes_operations.py +568 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_file_services_operations.py +328 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_file_shares_operations.py +1003 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_local_users_operations.py +560 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_management_policies_operations.py +349 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_object_replication_policies_operations.py +446 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_operations.py +135 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_patch.py +20 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_private_endpoint_connections_operations.py +432 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_private_link_resources_operations.py +117 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_queue_operations.py +608 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_queue_services_operations.py +328 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_skus_operations.py +136 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_storage_accounts_operations.py +2187 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_table_operations.py +588 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_table_services_operations.py +328 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_usages_operations.py +139 -0
- azure/mgmt/storage/v2023_01_01/models/__init__.py +461 -0
- azure/mgmt/storage/v2023_01_01/models/_models_py3.py +8338 -0
- azure/mgmt/storage/v2023_01_01/models/_patch.py +20 -0
- azure/mgmt/storage/v2023_01_01/models/_storage_management_client_enums.py +626 -0
- azure/mgmt/storage/v2023_01_01/operations/__init__.py +57 -0
- azure/mgmt/storage/v2023_01_01/operations/_blob_containers_operations.py +2398 -0
- azure/mgmt/storage/v2023_01_01/operations/_blob_inventory_policies_operations.py +595 -0
- azure/mgmt/storage/v2023_01_01/operations/_blob_services_operations.py +470 -0
- azure/mgmt/storage/v2023_01_01/operations/_deleted_accounts_operations.py +250 -0
- azure/mgmt/storage/v2023_01_01/operations/_encryption_scopes_operations.py +732 -0
- azure/mgmt/storage/v2023_01_01/operations/_file_services_operations.py +437 -0
- azure/mgmt/storage/v2023_01_01/operations/_file_shares_operations.py +1310 -0
- azure/mgmt/storage/v2023_01_01/operations/_local_users_operations.py +770 -0
- azure/mgmt/storage/v2023_01_01/operations/_management_policies_operations.py +465 -0
- azure/mgmt/storage/v2023_01_01/operations/_object_replication_policies_operations.py +593 -0
- azure/mgmt/storage/v2023_01_01/operations/_operations.py +156 -0
- azure/mgmt/storage/v2023_01_01/operations/_patch.py +20 -0
- azure/mgmt/storage/v2023_01_01/operations/_private_endpoint_connections_operations.py +591 -0
- azure/mgmt/storage/v2023_01_01/operations/_private_link_resources_operations.py +155 -0
- azure/mgmt/storage/v2023_01_01/operations/_queue_operations.py +824 -0
- azure/mgmt/storage/v2023_01_01/operations/_queue_services_operations.py +437 -0
- azure/mgmt/storage/v2023_01_01/operations/_skus_operations.py +162 -0
- azure/mgmt/storage/v2023_01_01/operations/_storage_accounts_operations.py +2796 -0
- azure/mgmt/storage/v2023_01_01/operations/_table_operations.py +775 -0
- azure/mgmt/storage/v2023_01_01/operations/_table_services_operations.py +437 -0
- azure/mgmt/storage/v2023_01_01/operations/_usages_operations.py +169 -0
- azure/mgmt/storage/v2023_05_01/__init__.py +26 -0
- azure/mgmt/storage/v2023_05_01/_configuration.py +65 -0
- azure/mgmt/storage/v2023_05_01/_patch.py +20 -0
- azure/mgmt/storage/v2023_05_01/_storage_management_client.py +256 -0
- azure/mgmt/storage/v2023_05_01/_vendor.py +16 -0
- azure/mgmt/storage/v2023_05_01/_version.py +9 -0
- azure/mgmt/storage/v2023_05_01/aio/__init__.py +23 -0
- azure/mgmt/storage/v2023_05_01/aio/_configuration.py +65 -0
- azure/mgmt/storage/v2023_05_01/aio/_patch.py +20 -0
- azure/mgmt/storage/v2023_05_01/aio/_storage_management_client.py +261 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/__init__.py +65 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_blob_containers_operations.py +1838 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_blob_inventory_policies_operations.py +442 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_blob_services_operations.py +362 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_deleted_accounts_operations.py +194 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_encryption_scopes_operations.py +568 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_file_services_operations.py +328 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_file_shares_operations.py +1003 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_local_users_operations.py +583 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_management_policies_operations.py +349 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_network_security_perimeter_configurations_operations.py +342 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_object_replication_policies_operations.py +446 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_operations.py +135 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_patch.py +20 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_private_endpoint_connections_operations.py +432 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_private_link_resources_operations.py +117 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_queue_operations.py +608 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_queue_services_operations.py +328 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_skus_operations.py +136 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_storage_accounts_operations.py +2187 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_storage_task_assignment_instances_report_operations.py +170 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_storage_task_assignments_instances_report_operations.py +164 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_storage_task_assignments_operations.py +802 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_table_operations.py +588 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_table_services_operations.py +328 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_usages_operations.py +139 -0
- azure/mgmt/storage/v2023_05_01/models/__init__.py +537 -0
- azure/mgmt/storage/v2023_05_01/models/_models_py3.py +9703 -0
- azure/mgmt/storage/v2023_05_01/models/_patch.py +20 -0
- azure/mgmt/storage/v2023_05_01/models/_storage_management_client_enums.py +706 -0
- azure/mgmt/storage/v2023_05_01/operations/__init__.py +65 -0
- azure/mgmt/storage/v2023_05_01/operations/_blob_containers_operations.py +2398 -0
- azure/mgmt/storage/v2023_05_01/operations/_blob_inventory_policies_operations.py +595 -0
- azure/mgmt/storage/v2023_05_01/operations/_blob_services_operations.py +470 -0
- azure/mgmt/storage/v2023_05_01/operations/_deleted_accounts_operations.py +250 -0
- azure/mgmt/storage/v2023_05_01/operations/_encryption_scopes_operations.py +732 -0
- azure/mgmt/storage/v2023_05_01/operations/_file_services_operations.py +437 -0
- azure/mgmt/storage/v2023_05_01/operations/_file_shares_operations.py +1310 -0
- azure/mgmt/storage/v2023_05_01/operations/_local_users_operations.py +808 -0
- azure/mgmt/storage/v2023_05_01/operations/_management_policies_operations.py +465 -0
- azure/mgmt/storage/v2023_05_01/operations/_network_security_perimeter_configurations_operations.py +463 -0
- azure/mgmt/storage/v2023_05_01/operations/_object_replication_policies_operations.py +593 -0
- azure/mgmt/storage/v2023_05_01/operations/_operations.py +156 -0
- azure/mgmt/storage/v2023_05_01/operations/_patch.py +20 -0
- azure/mgmt/storage/v2023_05_01/operations/_private_endpoint_connections_operations.py +591 -0
- azure/mgmt/storage/v2023_05_01/operations/_private_link_resources_operations.py +155 -0
- azure/mgmt/storage/v2023_05_01/operations/_queue_operations.py +824 -0
- azure/mgmt/storage/v2023_05_01/operations/_queue_services_operations.py +437 -0
- azure/mgmt/storage/v2023_05_01/operations/_skus_operations.py +162 -0
- azure/mgmt/storage/v2023_05_01/operations/_storage_accounts_operations.py +2796 -0
- azure/mgmt/storage/v2023_05_01/operations/_storage_task_assignment_instances_report_operations.py +227 -0
- azure/mgmt/storage/v2023_05_01/operations/_storage_task_assignments_instances_report_operations.py +212 -0
- azure/mgmt/storage/v2023_05_01/operations/_storage_task_assignments_operations.py +1018 -0
- azure/mgmt/storage/v2023_05_01/operations/_table_operations.py +775 -0
- azure/mgmt/storage/v2023_05_01/operations/_table_services_operations.py +437 -0
- azure/mgmt/storage/v2023_05_01/operations/_usages_operations.py +169 -0
- {azure_mgmt_storage-21.1.0b1.dist-info → azure_mgmt_storage-21.2.1.dist-info}/METADATA +52 -13
- azure_mgmt_storage-21.2.1.dist-info/RECORD +979 -0
- {azure_mgmt_storage-21.1.0b1.dist-info → azure_mgmt_storage-21.2.1.dist-info}/WHEEL +1 -1
- azure_mgmt_storage-21.1.0b1.dist-info/RECORD +0 -855
- {azure_mgmt_storage-21.1.0b1.dist-info → azure_mgmt_storage-21.2.1.dist-info}/LICENSE +0 -0
- {azure_mgmt_storage-21.1.0b1.dist-info → azure_mgmt_storage-21.2.1.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,225 @@
|
|
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 copy import deepcopy
|
10
|
+
from typing import Any, TYPE_CHECKING
|
11
|
+
|
12
|
+
from azure.core.pipeline import policies
|
13
|
+
from azure.core.rest import HttpRequest, HttpResponse
|
14
|
+
from azure.mgmt.core import ARMPipelineClient
|
15
|
+
from azure.mgmt.core.policies import ARMAutoResourceProviderRegistrationPolicy
|
16
|
+
|
17
|
+
from . import models as _models
|
18
|
+
from .._serialization import Deserializer, Serializer
|
19
|
+
from ._configuration import StorageManagementClientConfiguration
|
20
|
+
from .operations import (
|
21
|
+
BlobContainersOperations,
|
22
|
+
BlobInventoryPoliciesOperations,
|
23
|
+
BlobServicesOperations,
|
24
|
+
DeletedAccountsOperations,
|
25
|
+
EncryptionScopesOperations,
|
26
|
+
FileServicesOperations,
|
27
|
+
FileSharesOperations,
|
28
|
+
LocalUsersOperations,
|
29
|
+
ManagementPoliciesOperations,
|
30
|
+
ObjectReplicationPoliciesOperations,
|
31
|
+
Operations,
|
32
|
+
PrivateEndpointConnectionsOperations,
|
33
|
+
PrivateLinkResourcesOperations,
|
34
|
+
QueueOperations,
|
35
|
+
QueueServicesOperations,
|
36
|
+
SkusOperations,
|
37
|
+
StorageAccountsOperations,
|
38
|
+
TableOperations,
|
39
|
+
TableServicesOperations,
|
40
|
+
UsagesOperations,
|
41
|
+
)
|
42
|
+
|
43
|
+
if TYPE_CHECKING:
|
44
|
+
# pylint: disable=unused-import,ungrouped-imports
|
45
|
+
from azure.core.credentials import TokenCredential
|
46
|
+
|
47
|
+
|
48
|
+
class StorageManagementClient: # pylint: disable=client-accepts-api-version-keyword,too-many-instance-attributes
|
49
|
+
"""The Azure Storage Management API.
|
50
|
+
|
51
|
+
:ivar operations: Operations operations
|
52
|
+
:vartype operations: azure.mgmt.storage.v2023_01_01.operations.Operations
|
53
|
+
:ivar skus: SkusOperations operations
|
54
|
+
:vartype skus: azure.mgmt.storage.v2023_01_01.operations.SkusOperations
|
55
|
+
:ivar storage_accounts: StorageAccountsOperations operations
|
56
|
+
:vartype storage_accounts: azure.mgmt.storage.v2023_01_01.operations.StorageAccountsOperations
|
57
|
+
:ivar deleted_accounts: DeletedAccountsOperations operations
|
58
|
+
:vartype deleted_accounts: azure.mgmt.storage.v2023_01_01.operations.DeletedAccountsOperations
|
59
|
+
:ivar usages: UsagesOperations operations
|
60
|
+
:vartype usages: azure.mgmt.storage.v2023_01_01.operations.UsagesOperations
|
61
|
+
:ivar management_policies: ManagementPoliciesOperations operations
|
62
|
+
:vartype management_policies:
|
63
|
+
azure.mgmt.storage.v2023_01_01.operations.ManagementPoliciesOperations
|
64
|
+
:ivar blob_inventory_policies: BlobInventoryPoliciesOperations operations
|
65
|
+
:vartype blob_inventory_policies:
|
66
|
+
azure.mgmt.storage.v2023_01_01.operations.BlobInventoryPoliciesOperations
|
67
|
+
:ivar private_endpoint_connections: PrivateEndpointConnectionsOperations operations
|
68
|
+
:vartype private_endpoint_connections:
|
69
|
+
azure.mgmt.storage.v2023_01_01.operations.PrivateEndpointConnectionsOperations
|
70
|
+
:ivar private_link_resources: PrivateLinkResourcesOperations operations
|
71
|
+
:vartype private_link_resources:
|
72
|
+
azure.mgmt.storage.v2023_01_01.operations.PrivateLinkResourcesOperations
|
73
|
+
:ivar object_replication_policies: ObjectReplicationPoliciesOperations operations
|
74
|
+
:vartype object_replication_policies:
|
75
|
+
azure.mgmt.storage.v2023_01_01.operations.ObjectReplicationPoliciesOperations
|
76
|
+
:ivar local_users: LocalUsersOperations operations
|
77
|
+
:vartype local_users: azure.mgmt.storage.v2023_01_01.operations.LocalUsersOperations
|
78
|
+
:ivar encryption_scopes: EncryptionScopesOperations operations
|
79
|
+
:vartype encryption_scopes:
|
80
|
+
azure.mgmt.storage.v2023_01_01.operations.EncryptionScopesOperations
|
81
|
+
:ivar blob_services: BlobServicesOperations operations
|
82
|
+
:vartype blob_services: azure.mgmt.storage.v2023_01_01.operations.BlobServicesOperations
|
83
|
+
:ivar blob_containers: BlobContainersOperations operations
|
84
|
+
:vartype blob_containers: azure.mgmt.storage.v2023_01_01.operations.BlobContainersOperations
|
85
|
+
:ivar file_services: FileServicesOperations operations
|
86
|
+
:vartype file_services: azure.mgmt.storage.v2023_01_01.operations.FileServicesOperations
|
87
|
+
:ivar file_shares: FileSharesOperations operations
|
88
|
+
:vartype file_shares: azure.mgmt.storage.v2023_01_01.operations.FileSharesOperations
|
89
|
+
:ivar queue_services: QueueServicesOperations operations
|
90
|
+
:vartype queue_services: azure.mgmt.storage.v2023_01_01.operations.QueueServicesOperations
|
91
|
+
:ivar queue: QueueOperations operations
|
92
|
+
:vartype queue: azure.mgmt.storage.v2023_01_01.operations.QueueOperations
|
93
|
+
:ivar table_services: TableServicesOperations operations
|
94
|
+
:vartype table_services: azure.mgmt.storage.v2023_01_01.operations.TableServicesOperations
|
95
|
+
:ivar table: TableOperations operations
|
96
|
+
:vartype table: azure.mgmt.storage.v2023_01_01.operations.TableOperations
|
97
|
+
:param credential: Credential needed for the client to connect to Azure. Required.
|
98
|
+
:type credential: ~azure.core.credentials.TokenCredential
|
99
|
+
:param subscription_id: The ID of the target subscription. Required.
|
100
|
+
:type subscription_id: str
|
101
|
+
:param base_url: Service URL. Default value is "https://management.azure.com".
|
102
|
+
:type base_url: str
|
103
|
+
:keyword api_version: Api Version. Default value is "2023-01-01". Note that overriding this
|
104
|
+
default value may result in unsupported behavior.
|
105
|
+
:paramtype api_version: str
|
106
|
+
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
|
107
|
+
Retry-After header is present.
|
108
|
+
"""
|
109
|
+
|
110
|
+
def __init__(
|
111
|
+
self,
|
112
|
+
credential: "TokenCredential",
|
113
|
+
subscription_id: str,
|
114
|
+
base_url: str = "https://management.azure.com",
|
115
|
+
**kwargs: Any
|
116
|
+
) -> None:
|
117
|
+
self._config = StorageManagementClientConfiguration(
|
118
|
+
credential=credential, subscription_id=subscription_id, **kwargs
|
119
|
+
)
|
120
|
+
_policies = kwargs.pop("policies", None)
|
121
|
+
if _policies is None:
|
122
|
+
_policies = [
|
123
|
+
policies.RequestIdPolicy(**kwargs),
|
124
|
+
self._config.headers_policy,
|
125
|
+
self._config.user_agent_policy,
|
126
|
+
self._config.proxy_policy,
|
127
|
+
policies.ContentDecodePolicy(**kwargs),
|
128
|
+
ARMAutoResourceProviderRegistrationPolicy(),
|
129
|
+
self._config.redirect_policy,
|
130
|
+
self._config.retry_policy,
|
131
|
+
self._config.authentication_policy,
|
132
|
+
self._config.custom_hook_policy,
|
133
|
+
self._config.logging_policy,
|
134
|
+
policies.DistributedTracingPolicy(**kwargs),
|
135
|
+
policies.SensitiveHeaderCleanupPolicy(**kwargs) if self._config.redirect_policy else None,
|
136
|
+
self._config.http_logging_policy,
|
137
|
+
]
|
138
|
+
self._client: ARMPipelineClient = ARMPipelineClient(base_url=base_url, policies=_policies, **kwargs)
|
139
|
+
|
140
|
+
client_models = {k: v for k, v in _models.__dict__.items() if isinstance(v, type)}
|
141
|
+
self._serialize = Serializer(client_models)
|
142
|
+
self._deserialize = Deserializer(client_models)
|
143
|
+
self._serialize.client_side_validation = False
|
144
|
+
self.operations = Operations(self._client, self._config, self._serialize, self._deserialize, "2023-01-01")
|
145
|
+
self.skus = SkusOperations(self._client, self._config, self._serialize, self._deserialize, "2023-01-01")
|
146
|
+
self.storage_accounts = StorageAccountsOperations(
|
147
|
+
self._client, self._config, self._serialize, self._deserialize, "2023-01-01"
|
148
|
+
)
|
149
|
+
self.deleted_accounts = DeletedAccountsOperations(
|
150
|
+
self._client, self._config, self._serialize, self._deserialize, "2023-01-01"
|
151
|
+
)
|
152
|
+
self.usages = UsagesOperations(self._client, self._config, self._serialize, self._deserialize, "2023-01-01")
|
153
|
+
self.management_policies = ManagementPoliciesOperations(
|
154
|
+
self._client, self._config, self._serialize, self._deserialize, "2023-01-01"
|
155
|
+
)
|
156
|
+
self.blob_inventory_policies = BlobInventoryPoliciesOperations(
|
157
|
+
self._client, self._config, self._serialize, self._deserialize, "2023-01-01"
|
158
|
+
)
|
159
|
+
self.private_endpoint_connections = PrivateEndpointConnectionsOperations(
|
160
|
+
self._client, self._config, self._serialize, self._deserialize, "2023-01-01"
|
161
|
+
)
|
162
|
+
self.private_link_resources = PrivateLinkResourcesOperations(
|
163
|
+
self._client, self._config, self._serialize, self._deserialize, "2023-01-01"
|
164
|
+
)
|
165
|
+
self.object_replication_policies = ObjectReplicationPoliciesOperations(
|
166
|
+
self._client, self._config, self._serialize, self._deserialize, "2023-01-01"
|
167
|
+
)
|
168
|
+
self.local_users = LocalUsersOperations(
|
169
|
+
self._client, self._config, self._serialize, self._deserialize, "2023-01-01"
|
170
|
+
)
|
171
|
+
self.encryption_scopes = EncryptionScopesOperations(
|
172
|
+
self._client, self._config, self._serialize, self._deserialize, "2023-01-01"
|
173
|
+
)
|
174
|
+
self.blob_services = BlobServicesOperations(
|
175
|
+
self._client, self._config, self._serialize, self._deserialize, "2023-01-01"
|
176
|
+
)
|
177
|
+
self.blob_containers = BlobContainersOperations(
|
178
|
+
self._client, self._config, self._serialize, self._deserialize, "2023-01-01"
|
179
|
+
)
|
180
|
+
self.file_services = FileServicesOperations(
|
181
|
+
self._client, self._config, self._serialize, self._deserialize, "2023-01-01"
|
182
|
+
)
|
183
|
+
self.file_shares = FileSharesOperations(
|
184
|
+
self._client, self._config, self._serialize, self._deserialize, "2023-01-01"
|
185
|
+
)
|
186
|
+
self.queue_services = QueueServicesOperations(
|
187
|
+
self._client, self._config, self._serialize, self._deserialize, "2023-01-01"
|
188
|
+
)
|
189
|
+
self.queue = QueueOperations(self._client, self._config, self._serialize, self._deserialize, "2023-01-01")
|
190
|
+
self.table_services = TableServicesOperations(
|
191
|
+
self._client, self._config, self._serialize, self._deserialize, "2023-01-01"
|
192
|
+
)
|
193
|
+
self.table = TableOperations(self._client, self._config, self._serialize, self._deserialize, "2023-01-01")
|
194
|
+
|
195
|
+
def _send_request(self, request: HttpRequest, *, stream: bool = False, **kwargs: Any) -> HttpResponse:
|
196
|
+
"""Runs the network request through the client's chained policies.
|
197
|
+
|
198
|
+
>>> from azure.core.rest import HttpRequest
|
199
|
+
>>> request = HttpRequest("GET", "https://www.example.org/")
|
200
|
+
<HttpRequest [GET], url: 'https://www.example.org/'>
|
201
|
+
>>> response = client._send_request(request)
|
202
|
+
<HttpResponse: 200 OK>
|
203
|
+
|
204
|
+
For more information on this code flow, see https://aka.ms/azsdk/dpcodegen/python/send_request
|
205
|
+
|
206
|
+
:param request: The network request you want to make. Required.
|
207
|
+
:type request: ~azure.core.rest.HttpRequest
|
208
|
+
:keyword bool stream: Whether the response payload will be streamed. Defaults to False.
|
209
|
+
:return: The response of your network call. Does not do error handling on your response.
|
210
|
+
:rtype: ~azure.core.rest.HttpResponse
|
211
|
+
"""
|
212
|
+
|
213
|
+
request_copy = deepcopy(request)
|
214
|
+
request_copy.url = self._client.format_url(request_copy.url)
|
215
|
+
return self._client.send_request(request_copy, stream=stream, **kwargs) # type: ignore
|
216
|
+
|
217
|
+
def close(self) -> None:
|
218
|
+
self._client.close()
|
219
|
+
|
220
|
+
def __enter__(self) -> "StorageManagementClient":
|
221
|
+
self._client.__enter__()
|
222
|
+
return self
|
223
|
+
|
224
|
+
def __exit__(self, *exc_details: Any) -> None:
|
225
|
+
self._client.__exit__(*exc_details)
|
@@ -0,0 +1,16 @@
|
|
1
|
+
# --------------------------------------------------------------------------
|
2
|
+
# Copyright (c) Microsoft Corporation. All rights reserved.
|
3
|
+
# Licensed under the MIT License. See License.txt in the project root for license information.
|
4
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
5
|
+
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
6
|
+
# --------------------------------------------------------------------------
|
7
|
+
|
8
|
+
from azure.core.pipeline.transport import HttpRequest
|
9
|
+
|
10
|
+
|
11
|
+
def _convert_request(request, files=None):
|
12
|
+
data = request.content if not files else None
|
13
|
+
request = HttpRequest(method=request.method, url=request.url, headers=request.headers, data=data)
|
14
|
+
if files:
|
15
|
+
request.set_formdata_body(files)
|
16
|
+
return request
|
@@ -0,0 +1,9 @@
|
|
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
|
+
VERSION = "21.2.1"
|
@@ -0,0 +1,23 @@
|
|
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 ._storage_management_client import StorageManagementClient
|
10
|
+
|
11
|
+
try:
|
12
|
+
from ._patch import __all__ as _patch_all
|
13
|
+
from ._patch import * # pylint: disable=unused-wildcard-import
|
14
|
+
except ImportError:
|
15
|
+
_patch_all = []
|
16
|
+
from ._patch import patch_sdk as _patch_sdk
|
17
|
+
|
18
|
+
__all__ = [
|
19
|
+
"StorageManagementClient",
|
20
|
+
]
|
21
|
+
__all__.extend([p for p in _patch_all if p not in __all__])
|
22
|
+
|
23
|
+
_patch_sdk()
|
@@ -0,0 +1,65 @@
|
|
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 typing import Any, TYPE_CHECKING
|
10
|
+
|
11
|
+
from azure.core.pipeline import policies
|
12
|
+
from azure.mgmt.core.policies import ARMHttpLoggingPolicy, AsyncARMChallengeAuthenticationPolicy
|
13
|
+
|
14
|
+
from .._version import VERSION
|
15
|
+
|
16
|
+
if TYPE_CHECKING:
|
17
|
+
# pylint: disable=unused-import,ungrouped-imports
|
18
|
+
from azure.core.credentials_async import AsyncTokenCredential
|
19
|
+
|
20
|
+
|
21
|
+
class StorageManagementClientConfiguration: # pylint: disable=too-many-instance-attributes,name-too-long
|
22
|
+
"""Configuration for StorageManagementClient.
|
23
|
+
|
24
|
+
Note that all parameters used to create this instance are saved as instance
|
25
|
+
attributes.
|
26
|
+
|
27
|
+
:param credential: Credential needed for the client to connect to Azure. Required.
|
28
|
+
:type credential: ~azure.core.credentials_async.AsyncTokenCredential
|
29
|
+
:param subscription_id: The ID of the target subscription. Required.
|
30
|
+
:type subscription_id: str
|
31
|
+
:keyword api_version: Api Version. Default value is "2023-01-01". Note that overriding this
|
32
|
+
default value may result in unsupported behavior.
|
33
|
+
:paramtype api_version: str
|
34
|
+
"""
|
35
|
+
|
36
|
+
def __init__(self, credential: "AsyncTokenCredential", subscription_id: str, **kwargs: Any) -> None:
|
37
|
+
api_version: str = kwargs.pop("api_version", "2023-01-01")
|
38
|
+
|
39
|
+
if credential is None:
|
40
|
+
raise ValueError("Parameter 'credential' must not be None.")
|
41
|
+
if subscription_id is None:
|
42
|
+
raise ValueError("Parameter 'subscription_id' must not be None.")
|
43
|
+
|
44
|
+
self.credential = credential
|
45
|
+
self.subscription_id = subscription_id
|
46
|
+
self.api_version = api_version
|
47
|
+
self.credential_scopes = kwargs.pop("credential_scopes", ["https://management.azure.com/.default"])
|
48
|
+
kwargs.setdefault("sdk_moniker", "mgmt-storage/{}".format(VERSION))
|
49
|
+
self.polling_interval = kwargs.get("polling_interval", 30)
|
50
|
+
self._configure(**kwargs)
|
51
|
+
|
52
|
+
def _configure(self, **kwargs: Any) -> None:
|
53
|
+
self.user_agent_policy = kwargs.get("user_agent_policy") or policies.UserAgentPolicy(**kwargs)
|
54
|
+
self.headers_policy = kwargs.get("headers_policy") or policies.HeadersPolicy(**kwargs)
|
55
|
+
self.proxy_policy = kwargs.get("proxy_policy") or policies.ProxyPolicy(**kwargs)
|
56
|
+
self.logging_policy = kwargs.get("logging_policy") or policies.NetworkTraceLoggingPolicy(**kwargs)
|
57
|
+
self.http_logging_policy = kwargs.get("http_logging_policy") or ARMHttpLoggingPolicy(**kwargs)
|
58
|
+
self.custom_hook_policy = kwargs.get("custom_hook_policy") or policies.CustomHookPolicy(**kwargs)
|
59
|
+
self.redirect_policy = kwargs.get("redirect_policy") or policies.AsyncRedirectPolicy(**kwargs)
|
60
|
+
self.retry_policy = kwargs.get("retry_policy") or policies.AsyncRetryPolicy(**kwargs)
|
61
|
+
self.authentication_policy = kwargs.get("authentication_policy")
|
62
|
+
if self.credential and not self.authentication_policy:
|
63
|
+
self.authentication_policy = AsyncARMChallengeAuthenticationPolicy(
|
64
|
+
self.credential, *self.credential_scopes, **kwargs
|
65
|
+
)
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# ------------------------------------
|
2
|
+
# Copyright (c) Microsoft Corporation.
|
3
|
+
# Licensed under the MIT License.
|
4
|
+
# ------------------------------------
|
5
|
+
"""Customize generated code here.
|
6
|
+
|
7
|
+
Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize
|
8
|
+
"""
|
9
|
+
from typing import List
|
10
|
+
|
11
|
+
__all__: List[str] = [] # Add all objects you want publicly available to users at this package level
|
12
|
+
|
13
|
+
|
14
|
+
def patch_sdk():
|
15
|
+
"""Do not remove from this file.
|
16
|
+
|
17
|
+
`patch_sdk` is a last resort escape hatch that allows you to do customizations
|
18
|
+
you can't accomplish using the techniques described in
|
19
|
+
https://aka.ms/azsdk/python/dpcodegen/python/customize
|
20
|
+
"""
|
@@ -0,0 +1,230 @@
|
|
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 copy import deepcopy
|
10
|
+
from typing import Any, Awaitable, TYPE_CHECKING
|
11
|
+
|
12
|
+
from azure.core.pipeline import policies
|
13
|
+
from azure.core.rest import AsyncHttpResponse, HttpRequest
|
14
|
+
from azure.mgmt.core import AsyncARMPipelineClient
|
15
|
+
from azure.mgmt.core.policies import AsyncARMAutoResourceProviderRegistrationPolicy
|
16
|
+
|
17
|
+
from .. import models as _models
|
18
|
+
from ..._serialization import Deserializer, Serializer
|
19
|
+
from ._configuration import StorageManagementClientConfiguration
|
20
|
+
from .operations import (
|
21
|
+
BlobContainersOperations,
|
22
|
+
BlobInventoryPoliciesOperations,
|
23
|
+
BlobServicesOperations,
|
24
|
+
DeletedAccountsOperations,
|
25
|
+
EncryptionScopesOperations,
|
26
|
+
FileServicesOperations,
|
27
|
+
FileSharesOperations,
|
28
|
+
LocalUsersOperations,
|
29
|
+
ManagementPoliciesOperations,
|
30
|
+
ObjectReplicationPoliciesOperations,
|
31
|
+
Operations,
|
32
|
+
PrivateEndpointConnectionsOperations,
|
33
|
+
PrivateLinkResourcesOperations,
|
34
|
+
QueueOperations,
|
35
|
+
QueueServicesOperations,
|
36
|
+
SkusOperations,
|
37
|
+
StorageAccountsOperations,
|
38
|
+
TableOperations,
|
39
|
+
TableServicesOperations,
|
40
|
+
UsagesOperations,
|
41
|
+
)
|
42
|
+
|
43
|
+
if TYPE_CHECKING:
|
44
|
+
# pylint: disable=unused-import,ungrouped-imports
|
45
|
+
from azure.core.credentials_async import AsyncTokenCredential
|
46
|
+
|
47
|
+
|
48
|
+
class StorageManagementClient: # pylint: disable=client-accepts-api-version-keyword,too-many-instance-attributes
|
49
|
+
"""The Azure Storage Management API.
|
50
|
+
|
51
|
+
:ivar operations: Operations operations
|
52
|
+
:vartype operations: azure.mgmt.storage.v2023_01_01.aio.operations.Operations
|
53
|
+
:ivar skus: SkusOperations operations
|
54
|
+
:vartype skus: azure.mgmt.storage.v2023_01_01.aio.operations.SkusOperations
|
55
|
+
:ivar storage_accounts: StorageAccountsOperations operations
|
56
|
+
:vartype storage_accounts:
|
57
|
+
azure.mgmt.storage.v2023_01_01.aio.operations.StorageAccountsOperations
|
58
|
+
:ivar deleted_accounts: DeletedAccountsOperations operations
|
59
|
+
:vartype deleted_accounts:
|
60
|
+
azure.mgmt.storage.v2023_01_01.aio.operations.DeletedAccountsOperations
|
61
|
+
:ivar usages: UsagesOperations operations
|
62
|
+
:vartype usages: azure.mgmt.storage.v2023_01_01.aio.operations.UsagesOperations
|
63
|
+
:ivar management_policies: ManagementPoliciesOperations operations
|
64
|
+
:vartype management_policies:
|
65
|
+
azure.mgmt.storage.v2023_01_01.aio.operations.ManagementPoliciesOperations
|
66
|
+
:ivar blob_inventory_policies: BlobInventoryPoliciesOperations operations
|
67
|
+
:vartype blob_inventory_policies:
|
68
|
+
azure.mgmt.storage.v2023_01_01.aio.operations.BlobInventoryPoliciesOperations
|
69
|
+
:ivar private_endpoint_connections: PrivateEndpointConnectionsOperations operations
|
70
|
+
:vartype private_endpoint_connections:
|
71
|
+
azure.mgmt.storage.v2023_01_01.aio.operations.PrivateEndpointConnectionsOperations
|
72
|
+
:ivar private_link_resources: PrivateLinkResourcesOperations operations
|
73
|
+
:vartype private_link_resources:
|
74
|
+
azure.mgmt.storage.v2023_01_01.aio.operations.PrivateLinkResourcesOperations
|
75
|
+
:ivar object_replication_policies: ObjectReplicationPoliciesOperations operations
|
76
|
+
:vartype object_replication_policies:
|
77
|
+
azure.mgmt.storage.v2023_01_01.aio.operations.ObjectReplicationPoliciesOperations
|
78
|
+
:ivar local_users: LocalUsersOperations operations
|
79
|
+
:vartype local_users: azure.mgmt.storage.v2023_01_01.aio.operations.LocalUsersOperations
|
80
|
+
:ivar encryption_scopes: EncryptionScopesOperations operations
|
81
|
+
:vartype encryption_scopes:
|
82
|
+
azure.mgmt.storage.v2023_01_01.aio.operations.EncryptionScopesOperations
|
83
|
+
:ivar blob_services: BlobServicesOperations operations
|
84
|
+
:vartype blob_services: azure.mgmt.storage.v2023_01_01.aio.operations.BlobServicesOperations
|
85
|
+
:ivar blob_containers: BlobContainersOperations operations
|
86
|
+
:vartype blob_containers:
|
87
|
+
azure.mgmt.storage.v2023_01_01.aio.operations.BlobContainersOperations
|
88
|
+
:ivar file_services: FileServicesOperations operations
|
89
|
+
:vartype file_services: azure.mgmt.storage.v2023_01_01.aio.operations.FileServicesOperations
|
90
|
+
:ivar file_shares: FileSharesOperations operations
|
91
|
+
:vartype file_shares: azure.mgmt.storage.v2023_01_01.aio.operations.FileSharesOperations
|
92
|
+
:ivar queue_services: QueueServicesOperations operations
|
93
|
+
:vartype queue_services: azure.mgmt.storage.v2023_01_01.aio.operations.QueueServicesOperations
|
94
|
+
:ivar queue: QueueOperations operations
|
95
|
+
:vartype queue: azure.mgmt.storage.v2023_01_01.aio.operations.QueueOperations
|
96
|
+
:ivar table_services: TableServicesOperations operations
|
97
|
+
:vartype table_services: azure.mgmt.storage.v2023_01_01.aio.operations.TableServicesOperations
|
98
|
+
:ivar table: TableOperations operations
|
99
|
+
:vartype table: azure.mgmt.storage.v2023_01_01.aio.operations.TableOperations
|
100
|
+
:param credential: Credential needed for the client to connect to Azure. Required.
|
101
|
+
:type credential: ~azure.core.credentials_async.AsyncTokenCredential
|
102
|
+
:param subscription_id: The ID of the target subscription. Required.
|
103
|
+
:type subscription_id: str
|
104
|
+
:param base_url: Service URL. Default value is "https://management.azure.com".
|
105
|
+
:type base_url: str
|
106
|
+
:keyword api_version: Api Version. Default value is "2023-01-01". Note that overriding this
|
107
|
+
default value may result in unsupported behavior.
|
108
|
+
:paramtype api_version: str
|
109
|
+
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
|
110
|
+
Retry-After header is present.
|
111
|
+
"""
|
112
|
+
|
113
|
+
def __init__(
|
114
|
+
self,
|
115
|
+
credential: "AsyncTokenCredential",
|
116
|
+
subscription_id: str,
|
117
|
+
base_url: str = "https://management.azure.com",
|
118
|
+
**kwargs: Any
|
119
|
+
) -> None:
|
120
|
+
self._config = StorageManagementClientConfiguration(
|
121
|
+
credential=credential, subscription_id=subscription_id, **kwargs
|
122
|
+
)
|
123
|
+
_policies = kwargs.pop("policies", None)
|
124
|
+
if _policies is None:
|
125
|
+
_policies = [
|
126
|
+
policies.RequestIdPolicy(**kwargs),
|
127
|
+
self._config.headers_policy,
|
128
|
+
self._config.user_agent_policy,
|
129
|
+
self._config.proxy_policy,
|
130
|
+
policies.ContentDecodePolicy(**kwargs),
|
131
|
+
AsyncARMAutoResourceProviderRegistrationPolicy(),
|
132
|
+
self._config.redirect_policy,
|
133
|
+
self._config.retry_policy,
|
134
|
+
self._config.authentication_policy,
|
135
|
+
self._config.custom_hook_policy,
|
136
|
+
self._config.logging_policy,
|
137
|
+
policies.DistributedTracingPolicy(**kwargs),
|
138
|
+
policies.SensitiveHeaderCleanupPolicy(**kwargs) if self._config.redirect_policy else None,
|
139
|
+
self._config.http_logging_policy,
|
140
|
+
]
|
141
|
+
self._client: AsyncARMPipelineClient = AsyncARMPipelineClient(base_url=base_url, policies=_policies, **kwargs)
|
142
|
+
|
143
|
+
client_models = {k: v for k, v in _models.__dict__.items() if isinstance(v, type)}
|
144
|
+
self._serialize = Serializer(client_models)
|
145
|
+
self._deserialize = Deserializer(client_models)
|
146
|
+
self._serialize.client_side_validation = False
|
147
|
+
self.operations = Operations(self._client, self._config, self._serialize, self._deserialize, "2023-01-01")
|
148
|
+
self.skus = SkusOperations(self._client, self._config, self._serialize, self._deserialize, "2023-01-01")
|
149
|
+
self.storage_accounts = StorageAccountsOperations(
|
150
|
+
self._client, self._config, self._serialize, self._deserialize, "2023-01-01"
|
151
|
+
)
|
152
|
+
self.deleted_accounts = DeletedAccountsOperations(
|
153
|
+
self._client, self._config, self._serialize, self._deserialize, "2023-01-01"
|
154
|
+
)
|
155
|
+
self.usages = UsagesOperations(self._client, self._config, self._serialize, self._deserialize, "2023-01-01")
|
156
|
+
self.management_policies = ManagementPoliciesOperations(
|
157
|
+
self._client, self._config, self._serialize, self._deserialize, "2023-01-01"
|
158
|
+
)
|
159
|
+
self.blob_inventory_policies = BlobInventoryPoliciesOperations(
|
160
|
+
self._client, self._config, self._serialize, self._deserialize, "2023-01-01"
|
161
|
+
)
|
162
|
+
self.private_endpoint_connections = PrivateEndpointConnectionsOperations(
|
163
|
+
self._client, self._config, self._serialize, self._deserialize, "2023-01-01"
|
164
|
+
)
|
165
|
+
self.private_link_resources = PrivateLinkResourcesOperations(
|
166
|
+
self._client, self._config, self._serialize, self._deserialize, "2023-01-01"
|
167
|
+
)
|
168
|
+
self.object_replication_policies = ObjectReplicationPoliciesOperations(
|
169
|
+
self._client, self._config, self._serialize, self._deserialize, "2023-01-01"
|
170
|
+
)
|
171
|
+
self.local_users = LocalUsersOperations(
|
172
|
+
self._client, self._config, self._serialize, self._deserialize, "2023-01-01"
|
173
|
+
)
|
174
|
+
self.encryption_scopes = EncryptionScopesOperations(
|
175
|
+
self._client, self._config, self._serialize, self._deserialize, "2023-01-01"
|
176
|
+
)
|
177
|
+
self.blob_services = BlobServicesOperations(
|
178
|
+
self._client, self._config, self._serialize, self._deserialize, "2023-01-01"
|
179
|
+
)
|
180
|
+
self.blob_containers = BlobContainersOperations(
|
181
|
+
self._client, self._config, self._serialize, self._deserialize, "2023-01-01"
|
182
|
+
)
|
183
|
+
self.file_services = FileServicesOperations(
|
184
|
+
self._client, self._config, self._serialize, self._deserialize, "2023-01-01"
|
185
|
+
)
|
186
|
+
self.file_shares = FileSharesOperations(
|
187
|
+
self._client, self._config, self._serialize, self._deserialize, "2023-01-01"
|
188
|
+
)
|
189
|
+
self.queue_services = QueueServicesOperations(
|
190
|
+
self._client, self._config, self._serialize, self._deserialize, "2023-01-01"
|
191
|
+
)
|
192
|
+
self.queue = QueueOperations(self._client, self._config, self._serialize, self._deserialize, "2023-01-01")
|
193
|
+
self.table_services = TableServicesOperations(
|
194
|
+
self._client, self._config, self._serialize, self._deserialize, "2023-01-01"
|
195
|
+
)
|
196
|
+
self.table = TableOperations(self._client, self._config, self._serialize, self._deserialize, "2023-01-01")
|
197
|
+
|
198
|
+
def _send_request(
|
199
|
+
self, request: HttpRequest, *, stream: bool = False, **kwargs: Any
|
200
|
+
) -> Awaitable[AsyncHttpResponse]:
|
201
|
+
"""Runs the network request through the client's chained policies.
|
202
|
+
|
203
|
+
>>> from azure.core.rest import HttpRequest
|
204
|
+
>>> request = HttpRequest("GET", "https://www.example.org/")
|
205
|
+
<HttpRequest [GET], url: 'https://www.example.org/'>
|
206
|
+
>>> response = await client._send_request(request)
|
207
|
+
<AsyncHttpResponse: 200 OK>
|
208
|
+
|
209
|
+
For more information on this code flow, see https://aka.ms/azsdk/dpcodegen/python/send_request
|
210
|
+
|
211
|
+
:param request: The network request you want to make. Required.
|
212
|
+
:type request: ~azure.core.rest.HttpRequest
|
213
|
+
:keyword bool stream: Whether the response payload will be streamed. Defaults to False.
|
214
|
+
:return: The response of your network call. Does not do error handling on your response.
|
215
|
+
:rtype: ~azure.core.rest.AsyncHttpResponse
|
216
|
+
"""
|
217
|
+
|
218
|
+
request_copy = deepcopy(request)
|
219
|
+
request_copy.url = self._client.format_url(request_copy.url)
|
220
|
+
return self._client.send_request(request_copy, stream=stream, **kwargs) # type: ignore
|
221
|
+
|
222
|
+
async def close(self) -> None:
|
223
|
+
await self._client.close()
|
224
|
+
|
225
|
+
async def __aenter__(self) -> "StorageManagementClient":
|
226
|
+
await self._client.__aenter__()
|
227
|
+
return self
|
228
|
+
|
229
|
+
async def __aexit__(self, *exc_details: Any) -> None:
|
230
|
+
await self._client.__aexit__(*exc_details)
|
@@ -0,0 +1,57 @@
|
|
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 ._operations import Operations
|
10
|
+
from ._skus_operations import SkusOperations
|
11
|
+
from ._storage_accounts_operations import StorageAccountsOperations
|
12
|
+
from ._deleted_accounts_operations import DeletedAccountsOperations
|
13
|
+
from ._usages_operations import UsagesOperations
|
14
|
+
from ._management_policies_operations import ManagementPoliciesOperations
|
15
|
+
from ._blob_inventory_policies_operations import BlobInventoryPoliciesOperations
|
16
|
+
from ._private_endpoint_connections_operations import PrivateEndpointConnectionsOperations
|
17
|
+
from ._private_link_resources_operations import PrivateLinkResourcesOperations
|
18
|
+
from ._object_replication_policies_operations import ObjectReplicationPoliciesOperations
|
19
|
+
from ._local_users_operations import LocalUsersOperations
|
20
|
+
from ._encryption_scopes_operations import EncryptionScopesOperations
|
21
|
+
from ._blob_services_operations import BlobServicesOperations
|
22
|
+
from ._blob_containers_operations import BlobContainersOperations
|
23
|
+
from ._file_services_operations import FileServicesOperations
|
24
|
+
from ._file_shares_operations import FileSharesOperations
|
25
|
+
from ._queue_services_operations import QueueServicesOperations
|
26
|
+
from ._queue_operations import QueueOperations
|
27
|
+
from ._table_services_operations import TableServicesOperations
|
28
|
+
from ._table_operations import TableOperations
|
29
|
+
|
30
|
+
from ._patch import __all__ as _patch_all
|
31
|
+
from ._patch import * # pylint: disable=unused-wildcard-import
|
32
|
+
from ._patch import patch_sdk as _patch_sdk
|
33
|
+
|
34
|
+
__all__ = [
|
35
|
+
"Operations",
|
36
|
+
"SkusOperations",
|
37
|
+
"StorageAccountsOperations",
|
38
|
+
"DeletedAccountsOperations",
|
39
|
+
"UsagesOperations",
|
40
|
+
"ManagementPoliciesOperations",
|
41
|
+
"BlobInventoryPoliciesOperations",
|
42
|
+
"PrivateEndpointConnectionsOperations",
|
43
|
+
"PrivateLinkResourcesOperations",
|
44
|
+
"ObjectReplicationPoliciesOperations",
|
45
|
+
"LocalUsersOperations",
|
46
|
+
"EncryptionScopesOperations",
|
47
|
+
"BlobServicesOperations",
|
48
|
+
"BlobContainersOperations",
|
49
|
+
"FileServicesOperations",
|
50
|
+
"FileSharesOperations",
|
51
|
+
"QueueServicesOperations",
|
52
|
+
"QueueOperations",
|
53
|
+
"TableServicesOperations",
|
54
|
+
"TableOperations",
|
55
|
+
]
|
56
|
+
__all__.extend([p for p in _patch_all if p not in __all__])
|
57
|
+
_patch_sdk()
|