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
@@ -1,4 +1,4 @@
|
|
1
|
-
# pylint: disable=too-many-lines
|
1
|
+
# pylint: disable=too-many-lines,too-many-statements
|
2
2
|
# coding=utf-8
|
3
3
|
# --------------------------------------------------------------------------
|
4
4
|
# Copyright (c) Microsoft Corporation. All rights reserved.
|
@@ -6,8 +6,9 @@
|
|
6
6
|
# Code generated by Microsoft (R) AutoRest Code Generator.
|
7
7
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
8
8
|
# --------------------------------------------------------------------------
|
9
|
+
from io import IOBase
|
9
10
|
import sys
|
10
|
-
from typing import Any, Callable, Dict, IO, Iterable, Optional, TypeVar, Union, overload
|
11
|
+
from typing import Any, Callable, Dict, IO, Iterable, Literal, Optional, Type, TypeVar, Union, overload
|
11
12
|
import urllib.parse
|
12
13
|
|
13
14
|
from azure.core.exceptions import (
|
@@ -28,12 +29,12 @@ from azure.mgmt.core.exceptions import ARMErrorFormat
|
|
28
29
|
|
29
30
|
from .. import models as _models
|
30
31
|
from ..._serialization import Serializer
|
31
|
-
from .._vendor import _convert_request
|
32
|
+
from .._vendor import _convert_request
|
32
33
|
|
33
|
-
if sys.version_info >= (3,
|
34
|
-
from
|
34
|
+
if sys.version_info >= (3, 9):
|
35
|
+
from collections.abc import MutableMapping
|
35
36
|
else:
|
36
|
-
from
|
37
|
+
from typing import MutableMapping # type: ignore # pylint: disable=ungrouped-imports
|
37
38
|
T = TypeVar("T")
|
38
39
|
ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]]
|
39
40
|
|
@@ -54,9 +55,7 @@ def build_list_request(
|
|
54
55
|
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
55
56
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
56
57
|
|
57
|
-
api_version:
|
58
|
-
"api_version", _params.pop("api-version", "2020-08-01-preview")
|
59
|
-
)
|
58
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-08-01-preview"))
|
60
59
|
accept = _headers.pop("Accept", "application/json")
|
61
60
|
|
62
61
|
# Construct URL
|
@@ -72,7 +71,7 @@ def build_list_request(
|
|
72
71
|
"subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1),
|
73
72
|
}
|
74
73
|
|
75
|
-
_url: str =
|
74
|
+
_url: str = _url.format(**path_format_arguments) # type: ignore
|
76
75
|
|
77
76
|
# Construct parameters
|
78
77
|
_params["api-version"] = _SERIALIZER.query("api_version", api_version, "str")
|
@@ -101,9 +100,7 @@ def build_create_request(
|
|
101
100
|
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
102
101
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
103
102
|
|
104
|
-
api_version:
|
105
|
-
"api_version", _params.pop("api-version", "2020-08-01-preview")
|
106
|
-
)
|
103
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-08-01-preview"))
|
107
104
|
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
108
105
|
accept = _headers.pop("Accept", "application/json")
|
109
106
|
|
@@ -121,7 +118,7 @@ def build_create_request(
|
|
121
118
|
"subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1),
|
122
119
|
}
|
123
120
|
|
124
|
-
_url: str =
|
121
|
+
_url: str = _url.format(**path_format_arguments) # type: ignore
|
125
122
|
|
126
123
|
# Construct parameters
|
127
124
|
if expand is not None:
|
@@ -142,9 +139,7 @@ def build_update_request(
|
|
142
139
|
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
143
140
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
144
141
|
|
145
|
-
api_version:
|
146
|
-
"api_version", _params.pop("api-version", "2020-08-01-preview")
|
147
|
-
)
|
142
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-08-01-preview"))
|
148
143
|
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
149
144
|
accept = _headers.pop("Accept", "application/json")
|
150
145
|
|
@@ -162,7 +157,7 @@ def build_update_request(
|
|
162
157
|
"subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1),
|
163
158
|
}
|
164
159
|
|
165
|
-
_url: str =
|
160
|
+
_url: str = _url.format(**path_format_arguments) # type: ignore
|
166
161
|
|
167
162
|
# Construct parameters
|
168
163
|
_params["api-version"] = _SERIALIZER.query("api_version", api_version, "str")
|
@@ -188,9 +183,7 @@ def build_get_request(
|
|
188
183
|
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
189
184
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
190
185
|
|
191
|
-
api_version:
|
192
|
-
"api_version", _params.pop("api-version", "2020-08-01-preview")
|
193
|
-
)
|
186
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-08-01-preview"))
|
194
187
|
accept = _headers.pop("Accept", "application/json")
|
195
188
|
|
196
189
|
# Construct URL
|
@@ -207,7 +200,7 @@ def build_get_request(
|
|
207
200
|
"subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1),
|
208
201
|
}
|
209
202
|
|
210
|
-
_url: str =
|
203
|
+
_url: str = _url.format(**path_format_arguments) # type: ignore
|
211
204
|
|
212
205
|
# Construct parameters
|
213
206
|
_params["api-version"] = _SERIALIZER.query("api_version", api_version, "str")
|
@@ -234,9 +227,7 @@ def build_delete_request(
|
|
234
227
|
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
235
228
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
236
229
|
|
237
|
-
api_version:
|
238
|
-
"api_version", _params.pop("api-version", "2020-08-01-preview")
|
239
|
-
)
|
230
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-08-01-preview"))
|
240
231
|
accept = _headers.pop("Accept", "application/json")
|
241
232
|
|
242
233
|
# Construct URL
|
@@ -253,7 +244,7 @@ def build_delete_request(
|
|
253
244
|
"subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1),
|
254
245
|
}
|
255
246
|
|
256
|
-
_url: str =
|
247
|
+
_url: str = _url.format(**path_format_arguments) # type: ignore
|
257
248
|
|
258
249
|
# Construct parameters
|
259
250
|
_params["api-version"] = _SERIALIZER.query("api_version", api_version, "str")
|
@@ -272,9 +263,7 @@ def build_restore_request(
|
|
272
263
|
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
273
264
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
274
265
|
|
275
|
-
api_version:
|
276
|
-
"api_version", _params.pop("api-version", "2020-08-01-preview")
|
277
|
-
)
|
266
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-08-01-preview"))
|
278
267
|
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
279
268
|
accept = _headers.pop("Accept", "application/json")
|
280
269
|
|
@@ -292,7 +281,7 @@ def build_restore_request(
|
|
292
281
|
"subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1),
|
293
282
|
}
|
294
283
|
|
295
|
-
_url: str =
|
284
|
+
_url: str = _url.format(**path_format_arguments) # type: ignore
|
296
285
|
|
297
286
|
# Construct parameters
|
298
287
|
_params["api-version"] = _SERIALIZER.query("api_version", api_version, "str")
|
@@ -323,6 +312,7 @@ class FileSharesOperations:
|
|
323
312
|
self._config = input_args.pop(0) if input_args else kwargs.pop("config")
|
324
313
|
self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer")
|
325
314
|
self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer")
|
315
|
+
self._api_version = input_args.pop(0) if input_args else kwargs.pop("api_version")
|
326
316
|
|
327
317
|
@distributed_trace
|
328
318
|
def list(
|
@@ -352,7 +342,6 @@ class FileSharesOperations:
|
|
352
342
|
:param expand: Optional, used to expand the properties within share's properties. Known values
|
353
343
|
are: "deleted" and "snapshots". Default value is None.
|
354
344
|
:type expand: str or ~azure.mgmt.storage.v2020_08_01_preview.models.ListSharesExpand
|
355
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
356
345
|
:return: An iterator like instance of either FileShareItem or the result of cls(response)
|
357
346
|
:rtype:
|
358
347
|
~azure.core.paging.ItemPaged[~azure.mgmt.storage.v2020_08_01_preview.models.FileShareItem]
|
@@ -361,12 +350,12 @@ class FileSharesOperations:
|
|
361
350
|
_headers = kwargs.pop("headers", {}) or {}
|
362
351
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
363
352
|
|
364
|
-
api_version:
|
365
|
-
"api_version", _params.pop("api-version", "2020-08-01-preview")
|
353
|
+
api_version: str = kwargs.pop(
|
354
|
+
"api_version", _params.pop("api-version", self._api_version or "2020-08-01-preview")
|
366
355
|
)
|
367
356
|
cls: ClsType[_models.FileShareItems] = kwargs.pop("cls", None)
|
368
357
|
|
369
|
-
error_map = {
|
358
|
+
error_map: MutableMapping[int, Type[HttpResponseError]] = {
|
370
359
|
401: ClientAuthenticationError,
|
371
360
|
404: ResourceNotFoundError,
|
372
361
|
409: ResourceExistsError,
|
@@ -377,7 +366,7 @@ class FileSharesOperations:
|
|
377
366
|
def prepare_request(next_link=None):
|
378
367
|
if not next_link:
|
379
368
|
|
380
|
-
|
369
|
+
_request = build_list_request(
|
381
370
|
resource_group_name=resource_group_name,
|
382
371
|
account_name=account_name,
|
383
372
|
subscription_id=self._config.subscription_id,
|
@@ -385,12 +374,11 @@ class FileSharesOperations:
|
|
385
374
|
filter=filter,
|
386
375
|
expand=expand,
|
387
376
|
api_version=api_version,
|
388
|
-
template_url=self.list.metadata["url"],
|
389
377
|
headers=_headers,
|
390
378
|
params=_params,
|
391
379
|
)
|
392
|
-
|
393
|
-
|
380
|
+
_request = _convert_request(_request)
|
381
|
+
_request.url = self._client.format_url(_request.url)
|
394
382
|
|
395
383
|
else:
|
396
384
|
# make call to next link with the client's api-version
|
@@ -401,14 +389,14 @@ class FileSharesOperations:
|
|
401
389
|
for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items()
|
402
390
|
}
|
403
391
|
)
|
404
|
-
_next_request_params["api-version"] = self.
|
405
|
-
|
392
|
+
_next_request_params["api-version"] = self._api_version
|
393
|
+
_request = HttpRequest(
|
406
394
|
"GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params
|
407
395
|
)
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
return
|
396
|
+
_request = _convert_request(_request)
|
397
|
+
_request.url = self._client.format_url(_request.url)
|
398
|
+
_request.method = "GET"
|
399
|
+
return _request
|
412
400
|
|
413
401
|
def extract_data(pipeline_response):
|
414
402
|
deserialized = self._deserialize("FileShareItems", pipeline_response)
|
@@ -418,10 +406,11 @@ class FileSharesOperations:
|
|
418
406
|
return deserialized.next_link or None, iter(list_of_elem)
|
419
407
|
|
420
408
|
def get_next(next_link=None):
|
421
|
-
|
409
|
+
_request = prepare_request(next_link)
|
422
410
|
|
411
|
+
_stream = False
|
423
412
|
pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access
|
424
|
-
|
413
|
+
_request, stream=_stream, **kwargs
|
425
414
|
)
|
426
415
|
response = pipeline_response.http_response
|
427
416
|
|
@@ -433,10 +422,6 @@ class FileSharesOperations:
|
|
433
422
|
|
434
423
|
return ItemPaged(get_next, extract_data)
|
435
424
|
|
436
|
-
list.metadata = {
|
437
|
-
"url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/fileServices/default/shares"
|
438
|
-
}
|
439
|
-
|
440
425
|
@overload
|
441
426
|
def create(
|
442
427
|
self,
|
@@ -473,7 +458,6 @@ class FileSharesOperations:
|
|
473
458
|
:keyword content_type: Body Parameter content-type. Content type parameter for JSON body.
|
474
459
|
Default value is "application/json".
|
475
460
|
:paramtype content_type: str
|
476
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
477
461
|
:return: FileShare or the result of cls(response)
|
478
462
|
:rtype: ~azure.mgmt.storage.v2020_08_01_preview.models.FileShare
|
479
463
|
:raises ~azure.core.exceptions.HttpResponseError:
|
@@ -485,7 +469,7 @@ class FileSharesOperations:
|
|
485
469
|
resource_group_name: str,
|
486
470
|
account_name: str,
|
487
471
|
share_name: str,
|
488
|
-
file_share: IO,
|
472
|
+
file_share: IO[bytes],
|
489
473
|
expand: Literal["snapshots"] = "snapshots",
|
490
474
|
*,
|
491
475
|
content_type: str = "application/json",
|
@@ -508,14 +492,13 @@ class FileSharesOperations:
|
|
508
492
|
or number. Required.
|
509
493
|
:type share_name: str
|
510
494
|
:param file_share: Properties of the file share to create. Required.
|
511
|
-
:type file_share: IO
|
495
|
+
:type file_share: IO[bytes]
|
512
496
|
:param expand: Optional, used to create a snapshot. Known values are "snapshots" and None.
|
513
497
|
Default value is "snapshots".
|
514
498
|
:type expand: str
|
515
499
|
:keyword content_type: Body Parameter content-type. Content type parameter for binary body.
|
516
500
|
Default value is "application/json".
|
517
501
|
:paramtype content_type: str
|
518
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
519
502
|
:return: FileShare or the result of cls(response)
|
520
503
|
:rtype: ~azure.mgmt.storage.v2020_08_01_preview.models.FileShare
|
521
504
|
:raises ~azure.core.exceptions.HttpResponseError:
|
@@ -527,7 +510,7 @@ class FileSharesOperations:
|
|
527
510
|
resource_group_name: str,
|
528
511
|
account_name: str,
|
529
512
|
share_name: str,
|
530
|
-
file_share: Union[_models.FileShare, IO],
|
513
|
+
file_share: Union[_models.FileShare, IO[bytes]],
|
531
514
|
expand: Literal["snapshots"] = "snapshots",
|
532
515
|
**kwargs: Any
|
533
516
|
) -> _models.FileShare:
|
@@ -547,21 +530,17 @@ class FileSharesOperations:
|
|
547
530
|
dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter
|
548
531
|
or number. Required.
|
549
532
|
:type share_name: str
|
550
|
-
:param file_share: Properties of the file share to create. Is either a FileShare type or a
|
551
|
-
type. Required.
|
552
|
-
:type file_share: ~azure.mgmt.storage.v2020_08_01_preview.models.FileShare or IO
|
533
|
+
:param file_share: Properties of the file share to create. Is either a FileShare type or a
|
534
|
+
IO[bytes] type. Required.
|
535
|
+
:type file_share: ~azure.mgmt.storage.v2020_08_01_preview.models.FileShare or IO[bytes]
|
553
536
|
:param expand: Optional, used to create a snapshot. Known values are "snapshots" and None.
|
554
537
|
Default value is "snapshots".
|
555
538
|
:type expand: str
|
556
|
-
:keyword content_type: Body Parameter content-type. Known values are: 'application/json'.
|
557
|
-
Default value is None.
|
558
|
-
:paramtype content_type: str
|
559
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
560
539
|
:return: FileShare or the result of cls(response)
|
561
540
|
:rtype: ~azure.mgmt.storage.v2020_08_01_preview.models.FileShare
|
562
541
|
:raises ~azure.core.exceptions.HttpResponseError:
|
563
542
|
"""
|
564
|
-
error_map = {
|
543
|
+
error_map: MutableMapping[int, Type[HttpResponseError]] = {
|
565
544
|
401: ClientAuthenticationError,
|
566
545
|
404: ResourceNotFoundError,
|
567
546
|
409: ResourceExistsError,
|
@@ -572,8 +551,8 @@ class FileSharesOperations:
|
|
572
551
|
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
573
552
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
574
553
|
|
575
|
-
api_version:
|
576
|
-
"api_version", _params.pop("api-version", "2020-08-01-preview")
|
554
|
+
api_version: str = kwargs.pop(
|
555
|
+
"api_version", _params.pop("api-version", self._api_version or "2020-08-01-preview")
|
577
556
|
)
|
578
557
|
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
579
558
|
cls: ClsType[_models.FileShare] = kwargs.pop("cls", None)
|
@@ -581,12 +560,12 @@ class FileSharesOperations:
|
|
581
560
|
content_type = content_type or "application/json"
|
582
561
|
_json = None
|
583
562
|
_content = None
|
584
|
-
if isinstance(file_share, (
|
563
|
+
if isinstance(file_share, (IOBase, bytes)):
|
585
564
|
_content = file_share
|
586
565
|
else:
|
587
566
|
_json = self._serialize.body(file_share, "FileShare")
|
588
567
|
|
589
|
-
|
568
|
+
_request = build_create_request(
|
590
569
|
resource_group_name=resource_group_name,
|
591
570
|
account_name=account_name,
|
592
571
|
share_name=share_name,
|
@@ -596,15 +575,15 @@ class FileSharesOperations:
|
|
596
575
|
content_type=content_type,
|
597
576
|
json=_json,
|
598
577
|
content=_content,
|
599
|
-
template_url=self.create.metadata["url"],
|
600
578
|
headers=_headers,
|
601
579
|
params=_params,
|
602
580
|
)
|
603
|
-
|
604
|
-
|
581
|
+
_request = _convert_request(_request)
|
582
|
+
_request.url = self._client.format_url(_request.url)
|
605
583
|
|
584
|
+
_stream = False
|
606
585
|
pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access
|
607
|
-
|
586
|
+
_request, stream=_stream, **kwargs
|
608
587
|
)
|
609
588
|
|
610
589
|
response = pipeline_response.http_response
|
@@ -624,10 +603,6 @@ class FileSharesOperations:
|
|
624
603
|
|
625
604
|
return deserialized # type: ignore
|
626
605
|
|
627
|
-
create.metadata = {
|
628
|
-
"url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/fileServices/default/shares/{shareName}"
|
629
|
-
}
|
630
|
-
|
631
606
|
@overload
|
632
607
|
def update(
|
633
608
|
self,
|
@@ -659,7 +634,6 @@ class FileSharesOperations:
|
|
659
634
|
:keyword content_type: Body Parameter content-type. Content type parameter for JSON body.
|
660
635
|
Default value is "application/json".
|
661
636
|
:paramtype content_type: str
|
662
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
663
637
|
:return: FileShare or the result of cls(response)
|
664
638
|
:rtype: ~azure.mgmt.storage.v2020_08_01_preview.models.FileShare
|
665
639
|
:raises ~azure.core.exceptions.HttpResponseError:
|
@@ -671,7 +645,7 @@ class FileSharesOperations:
|
|
671
645
|
resource_group_name: str,
|
672
646
|
account_name: str,
|
673
647
|
share_name: str,
|
674
|
-
file_share: IO,
|
648
|
+
file_share: IO[bytes],
|
675
649
|
*,
|
676
650
|
content_type: str = "application/json",
|
677
651
|
**kwargs: Any
|
@@ -692,11 +666,10 @@ class FileSharesOperations:
|
|
692
666
|
or number. Required.
|
693
667
|
:type share_name: str
|
694
668
|
:param file_share: Properties to update for the file share. Required.
|
695
|
-
:type file_share: IO
|
669
|
+
:type file_share: IO[bytes]
|
696
670
|
:keyword content_type: Body Parameter content-type. Content type parameter for binary body.
|
697
671
|
Default value is "application/json".
|
698
672
|
:paramtype content_type: str
|
699
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
700
673
|
:return: FileShare or the result of cls(response)
|
701
674
|
:rtype: ~azure.mgmt.storage.v2020_08_01_preview.models.FileShare
|
702
675
|
:raises ~azure.core.exceptions.HttpResponseError:
|
@@ -708,7 +681,7 @@ class FileSharesOperations:
|
|
708
681
|
resource_group_name: str,
|
709
682
|
account_name: str,
|
710
683
|
share_name: str,
|
711
|
-
file_share: Union[_models.FileShare, IO],
|
684
|
+
file_share: Union[_models.FileShare, IO[bytes]],
|
712
685
|
**kwargs: Any
|
713
686
|
) -> _models.FileShare:
|
714
687
|
"""Updates share properties as specified in request body. Properties not mentioned in the request
|
@@ -726,18 +699,14 @@ class FileSharesOperations:
|
|
726
699
|
dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter
|
727
700
|
or number. Required.
|
728
701
|
:type share_name: str
|
729
|
-
:param file_share: Properties to update for the file share. Is either a FileShare type or a
|
730
|
-
type. Required.
|
731
|
-
:type file_share: ~azure.mgmt.storage.v2020_08_01_preview.models.FileShare or IO
|
732
|
-
:keyword content_type: Body Parameter content-type. Known values are: 'application/json'.
|
733
|
-
Default value is None.
|
734
|
-
:paramtype content_type: str
|
735
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
702
|
+
:param file_share: Properties to update for the file share. Is either a FileShare type or a
|
703
|
+
IO[bytes] type. Required.
|
704
|
+
:type file_share: ~azure.mgmt.storage.v2020_08_01_preview.models.FileShare or IO[bytes]
|
736
705
|
:return: FileShare or the result of cls(response)
|
737
706
|
:rtype: ~azure.mgmt.storage.v2020_08_01_preview.models.FileShare
|
738
707
|
:raises ~azure.core.exceptions.HttpResponseError:
|
739
708
|
"""
|
740
|
-
error_map = {
|
709
|
+
error_map: MutableMapping[int, Type[HttpResponseError]] = {
|
741
710
|
401: ClientAuthenticationError,
|
742
711
|
404: ResourceNotFoundError,
|
743
712
|
409: ResourceExistsError,
|
@@ -748,8 +717,8 @@ class FileSharesOperations:
|
|
748
717
|
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
749
718
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
750
719
|
|
751
|
-
api_version:
|
752
|
-
"api_version", _params.pop("api-version", "2020-08-01-preview")
|
720
|
+
api_version: str = kwargs.pop(
|
721
|
+
"api_version", _params.pop("api-version", self._api_version or "2020-08-01-preview")
|
753
722
|
)
|
754
723
|
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
755
724
|
cls: ClsType[_models.FileShare] = kwargs.pop("cls", None)
|
@@ -757,12 +726,12 @@ class FileSharesOperations:
|
|
757
726
|
content_type = content_type or "application/json"
|
758
727
|
_json = None
|
759
728
|
_content = None
|
760
|
-
if isinstance(file_share, (
|
729
|
+
if isinstance(file_share, (IOBase, bytes)):
|
761
730
|
_content = file_share
|
762
731
|
else:
|
763
732
|
_json = self._serialize.body(file_share, "FileShare")
|
764
733
|
|
765
|
-
|
734
|
+
_request = build_update_request(
|
766
735
|
resource_group_name=resource_group_name,
|
767
736
|
account_name=account_name,
|
768
737
|
share_name=share_name,
|
@@ -771,15 +740,15 @@ class FileSharesOperations:
|
|
771
740
|
content_type=content_type,
|
772
741
|
json=_json,
|
773
742
|
content=_content,
|
774
|
-
template_url=self.update.metadata["url"],
|
775
743
|
headers=_headers,
|
776
744
|
params=_params,
|
777
745
|
)
|
778
|
-
|
779
|
-
|
746
|
+
_request = _convert_request(_request)
|
747
|
+
_request.url = self._client.format_url(_request.url)
|
780
748
|
|
749
|
+
_stream = False
|
781
750
|
pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access
|
782
|
-
|
751
|
+
_request, stream=_stream, **kwargs
|
783
752
|
)
|
784
753
|
|
785
754
|
response = pipeline_response.http_response
|
@@ -791,13 +760,9 @@ class FileSharesOperations:
|
|
791
760
|
deserialized = self._deserialize("FileShare", pipeline_response)
|
792
761
|
|
793
762
|
if cls:
|
794
|
-
return cls(pipeline_response, deserialized, {})
|
795
|
-
|
796
|
-
return deserialized
|
763
|
+
return cls(pipeline_response, deserialized, {}) # type: ignore
|
797
764
|
|
798
|
-
|
799
|
-
"url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/fileServices/default/shares/{shareName}"
|
800
|
-
}
|
765
|
+
return deserialized # type: ignore
|
801
766
|
|
802
767
|
@distributed_trace
|
803
768
|
def get(
|
@@ -829,12 +794,11 @@ class FileSharesOperations:
|
|
829
794
|
:param x_ms_snapshot: Optional, used to retrieve properties of a snapshot. Default value is
|
830
795
|
None.
|
831
796
|
:type x_ms_snapshot: str
|
832
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
833
797
|
:return: FileShare or the result of cls(response)
|
834
798
|
:rtype: ~azure.mgmt.storage.v2020_08_01_preview.models.FileShare
|
835
799
|
:raises ~azure.core.exceptions.HttpResponseError:
|
836
800
|
"""
|
837
|
-
error_map = {
|
801
|
+
error_map: MutableMapping[int, Type[HttpResponseError]] = {
|
838
802
|
401: ClientAuthenticationError,
|
839
803
|
404: ResourceNotFoundError,
|
840
804
|
409: ResourceExistsError,
|
@@ -845,12 +809,12 @@ class FileSharesOperations:
|
|
845
809
|
_headers = kwargs.pop("headers", {}) or {}
|
846
810
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
847
811
|
|
848
|
-
api_version:
|
849
|
-
"api_version", _params.pop("api-version", "2020-08-01-preview")
|
812
|
+
api_version: str = kwargs.pop(
|
813
|
+
"api_version", _params.pop("api-version", self._api_version or "2020-08-01-preview")
|
850
814
|
)
|
851
815
|
cls: ClsType[_models.FileShare] = kwargs.pop("cls", None)
|
852
816
|
|
853
|
-
|
817
|
+
_request = build_get_request(
|
854
818
|
resource_group_name=resource_group_name,
|
855
819
|
account_name=account_name,
|
856
820
|
share_name=share_name,
|
@@ -858,15 +822,15 @@ class FileSharesOperations:
|
|
858
822
|
expand=expand,
|
859
823
|
x_ms_snapshot=x_ms_snapshot,
|
860
824
|
api_version=api_version,
|
861
|
-
template_url=self.get.metadata["url"],
|
862
825
|
headers=_headers,
|
863
826
|
params=_params,
|
864
827
|
)
|
865
|
-
|
866
|
-
|
828
|
+
_request = _convert_request(_request)
|
829
|
+
_request.url = self._client.format_url(_request.url)
|
867
830
|
|
831
|
+
_stream = False
|
868
832
|
pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access
|
869
|
-
|
833
|
+
_request, stream=_stream, **kwargs
|
870
834
|
)
|
871
835
|
|
872
836
|
response = pipeline_response.http_response
|
@@ -878,13 +842,9 @@ class FileSharesOperations:
|
|
878
842
|
deserialized = self._deserialize("FileShare", pipeline_response)
|
879
843
|
|
880
844
|
if cls:
|
881
|
-
return cls(pipeline_response, deserialized, {})
|
882
|
-
|
883
|
-
return deserialized
|
845
|
+
return cls(pipeline_response, deserialized, {}) # type: ignore
|
884
846
|
|
885
|
-
|
886
|
-
"url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/fileServices/default/shares/{shareName}"
|
887
|
-
}
|
847
|
+
return deserialized # type: ignore
|
888
848
|
|
889
849
|
@distributed_trace
|
890
850
|
def delete( # pylint: disable=inconsistent-return-statements
|
@@ -911,12 +871,11 @@ class FileSharesOperations:
|
|
911
871
|
:type share_name: str
|
912
872
|
:param x_ms_snapshot: Optional, used to delete a snapshot. Default value is None.
|
913
873
|
:type x_ms_snapshot: str
|
914
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
915
874
|
:return: None or the result of cls(response)
|
916
875
|
:rtype: None
|
917
876
|
:raises ~azure.core.exceptions.HttpResponseError:
|
918
877
|
"""
|
919
|
-
error_map = {
|
878
|
+
error_map: MutableMapping[int, Type[HttpResponseError]] = {
|
920
879
|
401: ClientAuthenticationError,
|
921
880
|
404: ResourceNotFoundError,
|
922
881
|
409: ResourceExistsError,
|
@@ -927,27 +886,27 @@ class FileSharesOperations:
|
|
927
886
|
_headers = kwargs.pop("headers", {}) or {}
|
928
887
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
929
888
|
|
930
|
-
api_version:
|
931
|
-
"api_version", _params.pop("api-version", "2020-08-01-preview")
|
889
|
+
api_version: str = kwargs.pop(
|
890
|
+
"api_version", _params.pop("api-version", self._api_version or "2020-08-01-preview")
|
932
891
|
)
|
933
892
|
cls: ClsType[None] = kwargs.pop("cls", None)
|
934
893
|
|
935
|
-
|
894
|
+
_request = build_delete_request(
|
936
895
|
resource_group_name=resource_group_name,
|
937
896
|
account_name=account_name,
|
938
897
|
share_name=share_name,
|
939
898
|
subscription_id=self._config.subscription_id,
|
940
899
|
x_ms_snapshot=x_ms_snapshot,
|
941
900
|
api_version=api_version,
|
942
|
-
template_url=self.delete.metadata["url"],
|
943
901
|
headers=_headers,
|
944
902
|
params=_params,
|
945
903
|
)
|
946
|
-
|
947
|
-
|
904
|
+
_request = _convert_request(_request)
|
905
|
+
_request.url = self._client.format_url(_request.url)
|
948
906
|
|
907
|
+
_stream = False
|
949
908
|
pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access
|
950
|
-
|
909
|
+
_request, stream=_stream, **kwargs
|
951
910
|
)
|
952
911
|
|
953
912
|
response = pipeline_response.http_response
|
@@ -957,11 +916,7 @@ class FileSharesOperations:
|
|
957
916
|
raise HttpResponseError(response=response, error_format=ARMErrorFormat)
|
958
917
|
|
959
918
|
if cls:
|
960
|
-
return cls(pipeline_response, None, {})
|
961
|
-
|
962
|
-
delete.metadata = {
|
963
|
-
"url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/fileServices/default/shares/{shareName}"
|
964
|
-
}
|
919
|
+
return cls(pipeline_response, None, {}) # type: ignore
|
965
920
|
|
966
921
|
@overload
|
967
922
|
def restore( # pylint: disable=inconsistent-return-statements
|
@@ -993,7 +948,6 @@ class FileSharesOperations:
|
|
993
948
|
:keyword content_type: Body Parameter content-type. Content type parameter for JSON body.
|
994
949
|
Default value is "application/json".
|
995
950
|
:paramtype content_type: str
|
996
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
997
951
|
:return: None or the result of cls(response)
|
998
952
|
:rtype: None
|
999
953
|
:raises ~azure.core.exceptions.HttpResponseError:
|
@@ -1005,7 +959,7 @@ class FileSharesOperations:
|
|
1005
959
|
resource_group_name: str,
|
1006
960
|
account_name: str,
|
1007
961
|
share_name: str,
|
1008
|
-
deleted_share: IO,
|
962
|
+
deleted_share: IO[bytes],
|
1009
963
|
*,
|
1010
964
|
content_type: str = "application/json",
|
1011
965
|
**kwargs: Any
|
@@ -1025,11 +979,10 @@ class FileSharesOperations:
|
|
1025
979
|
or number. Required.
|
1026
980
|
:type share_name: str
|
1027
981
|
:param deleted_share: Required.
|
1028
|
-
:type deleted_share: IO
|
982
|
+
:type deleted_share: IO[bytes]
|
1029
983
|
:keyword content_type: Body Parameter content-type. Content type parameter for binary body.
|
1030
984
|
Default value is "application/json".
|
1031
985
|
:paramtype content_type: str
|
1032
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
1033
986
|
:return: None or the result of cls(response)
|
1034
987
|
:rtype: None
|
1035
988
|
:raises ~azure.core.exceptions.HttpResponseError:
|
@@ -1041,7 +994,7 @@ class FileSharesOperations:
|
|
1041
994
|
resource_group_name: str,
|
1042
995
|
account_name: str,
|
1043
996
|
share_name: str,
|
1044
|
-
deleted_share: Union[_models.DeletedShare, IO],
|
997
|
+
deleted_share: Union[_models.DeletedShare, IO[bytes]],
|
1045
998
|
**kwargs: Any
|
1046
999
|
) -> None:
|
1047
1000
|
"""Restore a file share within a valid retention days if share soft delete is enabled.
|
@@ -1058,17 +1011,13 @@ class FileSharesOperations:
|
|
1058
1011
|
dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter
|
1059
1012
|
or number. Required.
|
1060
1013
|
:type share_name: str
|
1061
|
-
:param deleted_share: Is either a DeletedShare type or a IO type. Required.
|
1062
|
-
:type deleted_share: ~azure.mgmt.storage.v2020_08_01_preview.models.DeletedShare or IO
|
1063
|
-
:keyword content_type: Body Parameter content-type. Known values are: 'application/json'.
|
1064
|
-
Default value is None.
|
1065
|
-
:paramtype content_type: str
|
1066
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
1014
|
+
:param deleted_share: Is either a DeletedShare type or a IO[bytes] type. Required.
|
1015
|
+
:type deleted_share: ~azure.mgmt.storage.v2020_08_01_preview.models.DeletedShare or IO[bytes]
|
1067
1016
|
:return: None or the result of cls(response)
|
1068
1017
|
:rtype: None
|
1069
1018
|
:raises ~azure.core.exceptions.HttpResponseError:
|
1070
1019
|
"""
|
1071
|
-
error_map = {
|
1020
|
+
error_map: MutableMapping[int, Type[HttpResponseError]] = {
|
1072
1021
|
401: ClientAuthenticationError,
|
1073
1022
|
404: ResourceNotFoundError,
|
1074
1023
|
409: ResourceExistsError,
|
@@ -1079,8 +1028,8 @@ class FileSharesOperations:
|
|
1079
1028
|
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
1080
1029
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
1081
1030
|
|
1082
|
-
api_version:
|
1083
|
-
"api_version", _params.pop("api-version", "2020-08-01-preview")
|
1031
|
+
api_version: str = kwargs.pop(
|
1032
|
+
"api_version", _params.pop("api-version", self._api_version or "2020-08-01-preview")
|
1084
1033
|
)
|
1085
1034
|
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
1086
1035
|
cls: ClsType[None] = kwargs.pop("cls", None)
|
@@ -1088,12 +1037,12 @@ class FileSharesOperations:
|
|
1088
1037
|
content_type = content_type or "application/json"
|
1089
1038
|
_json = None
|
1090
1039
|
_content = None
|
1091
|
-
if isinstance(deleted_share, (
|
1040
|
+
if isinstance(deleted_share, (IOBase, bytes)):
|
1092
1041
|
_content = deleted_share
|
1093
1042
|
else:
|
1094
1043
|
_json = self._serialize.body(deleted_share, "DeletedShare")
|
1095
1044
|
|
1096
|
-
|
1045
|
+
_request = build_restore_request(
|
1097
1046
|
resource_group_name=resource_group_name,
|
1098
1047
|
account_name=account_name,
|
1099
1048
|
share_name=share_name,
|
@@ -1102,15 +1051,15 @@ class FileSharesOperations:
|
|
1102
1051
|
content_type=content_type,
|
1103
1052
|
json=_json,
|
1104
1053
|
content=_content,
|
1105
|
-
template_url=self.restore.metadata["url"],
|
1106
1054
|
headers=_headers,
|
1107
1055
|
params=_params,
|
1108
1056
|
)
|
1109
|
-
|
1110
|
-
|
1057
|
+
_request = _convert_request(_request)
|
1058
|
+
_request.url = self._client.format_url(_request.url)
|
1111
1059
|
|
1060
|
+
_stream = False
|
1112
1061
|
pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access
|
1113
|
-
|
1062
|
+
_request, stream=_stream, **kwargs
|
1114
1063
|
)
|
1115
1064
|
|
1116
1065
|
response = pipeline_response.http_response
|
@@ -1120,8 +1069,4 @@ class FileSharesOperations:
|
|
1120
1069
|
raise HttpResponseError(response=response, error_format=ARMErrorFormat)
|
1121
1070
|
|
1122
1071
|
if cls:
|
1123
|
-
return cls(pipeline_response, None, {})
|
1124
|
-
|
1125
|
-
restore.metadata = {
|
1126
|
-
"url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/fileServices/default/shares/{shareName}/restore"
|
1127
|
-
}
|
1072
|
+
return cls(pipeline_response, None, {}) # type: ignore
|