azure-mgmt-storage 21.1.0b1__py3-none-any.whl → 21.2.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- azure/mgmt/storage/_configuration.py +2 -3
- azure/mgmt/storage/_serialization.py +65 -59
- 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.0.dist-info}/METADATA +44 -13
- azure_mgmt_storage-21.2.0.dist-info/RECORD +979 -0
- {azure_mgmt_storage-21.1.0b1.dist-info → azure_mgmt_storage-21.2.0.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.0.dist-info}/LICENSE +0 -0
- {azure_mgmt_storage-21.1.0b1.dist-info → azure_mgmt_storage-21.2.0.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, 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,7 +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: str = kwargs.pop("api_version", _params.pop("api-version", "2021-04-01"))
|
58
59
|
accept = _headers.pop("Accept", "application/json")
|
59
60
|
|
60
61
|
# Construct URL
|
@@ -70,7 +71,7 @@ def build_list_request(
|
|
70
71
|
"subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1),
|
71
72
|
}
|
72
73
|
|
73
|
-
_url: str =
|
74
|
+
_url: str = _url.format(**path_format_arguments) # type: ignore
|
74
75
|
|
75
76
|
# Construct parameters
|
76
77
|
_params["api-version"] = _SERIALIZER.query("api_version", api_version, "str")
|
@@ -99,7 +100,7 @@ def build_create_request(
|
|
99
100
|
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
100
101
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
101
102
|
|
102
|
-
api_version:
|
103
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2021-04-01"))
|
103
104
|
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
104
105
|
accept = _headers.pop("Accept", "application/json")
|
105
106
|
|
@@ -117,7 +118,7 @@ def build_create_request(
|
|
117
118
|
"subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1),
|
118
119
|
}
|
119
120
|
|
120
|
-
_url: str =
|
121
|
+
_url: str = _url.format(**path_format_arguments) # type: ignore
|
121
122
|
|
122
123
|
# Construct parameters
|
123
124
|
if expand is not None:
|
@@ -138,7 +139,7 @@ def build_update_request(
|
|
138
139
|
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
139
140
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
140
141
|
|
141
|
-
api_version:
|
142
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2021-04-01"))
|
142
143
|
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
143
144
|
accept = _headers.pop("Accept", "application/json")
|
144
145
|
|
@@ -156,7 +157,7 @@ def build_update_request(
|
|
156
157
|
"subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1),
|
157
158
|
}
|
158
159
|
|
159
|
-
_url: str =
|
160
|
+
_url: str = _url.format(**path_format_arguments) # type: ignore
|
160
161
|
|
161
162
|
# Construct parameters
|
162
163
|
_params["api-version"] = _SERIALIZER.query("api_version", api_version, "str")
|
@@ -182,7 +183,7 @@ def build_get_request(
|
|
182
183
|
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
183
184
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
184
185
|
|
185
|
-
api_version:
|
186
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2021-04-01"))
|
186
187
|
accept = _headers.pop("Accept", "application/json")
|
187
188
|
|
188
189
|
# Construct URL
|
@@ -199,7 +200,7 @@ def build_get_request(
|
|
199
200
|
"subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1),
|
200
201
|
}
|
201
202
|
|
202
|
-
_url: str =
|
203
|
+
_url: str = _url.format(**path_format_arguments) # type: ignore
|
203
204
|
|
204
205
|
# Construct parameters
|
205
206
|
_params["api-version"] = _SERIALIZER.query("api_version", api_version, "str")
|
@@ -227,7 +228,7 @@ def build_delete_request(
|
|
227
228
|
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
228
229
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
229
230
|
|
230
|
-
api_version:
|
231
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2021-04-01"))
|
231
232
|
accept = _headers.pop("Accept", "application/json")
|
232
233
|
|
233
234
|
# Construct URL
|
@@ -244,7 +245,7 @@ def build_delete_request(
|
|
244
245
|
"subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1),
|
245
246
|
}
|
246
247
|
|
247
|
-
_url: str =
|
248
|
+
_url: str = _url.format(**path_format_arguments) # type: ignore
|
248
249
|
|
249
250
|
# Construct parameters
|
250
251
|
_params["api-version"] = _SERIALIZER.query("api_version", api_version, "str")
|
@@ -265,7 +266,7 @@ def build_restore_request(
|
|
265
266
|
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
266
267
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
267
268
|
|
268
|
-
api_version:
|
269
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2021-04-01"))
|
269
270
|
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
270
271
|
accept = _headers.pop("Accept", "application/json")
|
271
272
|
|
@@ -283,7 +284,7 @@ def build_restore_request(
|
|
283
284
|
"subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1),
|
284
285
|
}
|
285
286
|
|
286
|
-
_url: str =
|
287
|
+
_url: str = _url.format(**path_format_arguments) # type: ignore
|
287
288
|
|
288
289
|
# Construct parameters
|
289
290
|
_params["api-version"] = _SERIALIZER.query("api_version", api_version, "str")
|
@@ -308,7 +309,7 @@ def build_lease_request(
|
|
308
309
|
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
309
310
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
310
311
|
|
311
|
-
api_version:
|
312
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2021-04-01"))
|
312
313
|
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
313
314
|
accept = _headers.pop("Accept", "application/json")
|
314
315
|
|
@@ -326,7 +327,7 @@ def build_lease_request(
|
|
326
327
|
"subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1),
|
327
328
|
}
|
328
329
|
|
329
|
-
_url: str =
|
330
|
+
_url: str = _url.format(**path_format_arguments) # type: ignore
|
330
331
|
|
331
332
|
# Construct parameters
|
332
333
|
_params["api-version"] = _SERIALIZER.query("api_version", api_version, "str")
|
@@ -359,6 +360,7 @@ class FileSharesOperations:
|
|
359
360
|
self._config = input_args.pop(0) if input_args else kwargs.pop("config")
|
360
361
|
self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer")
|
361
362
|
self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer")
|
363
|
+
self._api_version = input_args.pop(0) if input_args else kwargs.pop("api_version")
|
362
364
|
|
363
365
|
@distributed_trace
|
364
366
|
def list(
|
@@ -389,7 +391,6 @@ class FileSharesOperations:
|
|
389
391
|
are: deleted, snapshots. Should be passed as a string with delimiter ','. Default value is
|
390
392
|
None.
|
391
393
|
:type expand: str
|
392
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
393
394
|
:return: An iterator like instance of either FileShareItem or the result of cls(response)
|
394
395
|
:rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.storage.v2021_04_01.models.FileShareItem]
|
395
396
|
:raises ~azure.core.exceptions.HttpResponseError:
|
@@ -397,10 +398,10 @@ class FileSharesOperations:
|
|
397
398
|
_headers = kwargs.pop("headers", {}) or {}
|
398
399
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
399
400
|
|
400
|
-
api_version:
|
401
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2021-04-01"))
|
401
402
|
cls: ClsType[_models.FileShareItems] = kwargs.pop("cls", None)
|
402
403
|
|
403
|
-
error_map = {
|
404
|
+
error_map: MutableMapping[int, Type[HttpResponseError]] = {
|
404
405
|
401: ClientAuthenticationError,
|
405
406
|
404: ResourceNotFoundError,
|
406
407
|
409: ResourceExistsError,
|
@@ -411,7 +412,7 @@ class FileSharesOperations:
|
|
411
412
|
def prepare_request(next_link=None):
|
412
413
|
if not next_link:
|
413
414
|
|
414
|
-
|
415
|
+
_request = build_list_request(
|
415
416
|
resource_group_name=resource_group_name,
|
416
417
|
account_name=account_name,
|
417
418
|
subscription_id=self._config.subscription_id,
|
@@ -419,12 +420,11 @@ class FileSharesOperations:
|
|
419
420
|
filter=filter,
|
420
421
|
expand=expand,
|
421
422
|
api_version=api_version,
|
422
|
-
template_url=self.list.metadata["url"],
|
423
423
|
headers=_headers,
|
424
424
|
params=_params,
|
425
425
|
)
|
426
|
-
|
427
|
-
|
426
|
+
_request = _convert_request(_request)
|
427
|
+
_request.url = self._client.format_url(_request.url)
|
428
428
|
|
429
429
|
else:
|
430
430
|
# make call to next link with the client's api-version
|
@@ -435,14 +435,14 @@ class FileSharesOperations:
|
|
435
435
|
for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items()
|
436
436
|
}
|
437
437
|
)
|
438
|
-
_next_request_params["api-version"] = self.
|
439
|
-
|
438
|
+
_next_request_params["api-version"] = self._api_version
|
439
|
+
_request = HttpRequest(
|
440
440
|
"GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params
|
441
441
|
)
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
return
|
442
|
+
_request = _convert_request(_request)
|
443
|
+
_request.url = self._client.format_url(_request.url)
|
444
|
+
_request.method = "GET"
|
445
|
+
return _request
|
446
446
|
|
447
447
|
def extract_data(pipeline_response):
|
448
448
|
deserialized = self._deserialize("FileShareItems", pipeline_response)
|
@@ -452,10 +452,11 @@ class FileSharesOperations:
|
|
452
452
|
return deserialized.next_link or None, iter(list_of_elem)
|
453
453
|
|
454
454
|
def get_next(next_link=None):
|
455
|
-
|
455
|
+
_request = prepare_request(next_link)
|
456
456
|
|
457
|
+
_stream = False
|
457
458
|
pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access
|
458
|
-
|
459
|
+
_request, stream=_stream, **kwargs
|
459
460
|
)
|
460
461
|
response = pipeline_response.http_response
|
461
462
|
|
@@ -468,10 +469,6 @@ class FileSharesOperations:
|
|
468
469
|
|
469
470
|
return ItemPaged(get_next, extract_data)
|
470
471
|
|
471
|
-
list.metadata = {
|
472
|
-
"url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/fileServices/default/shares"
|
473
|
-
}
|
474
|
-
|
475
472
|
@overload
|
476
473
|
def create(
|
477
474
|
self,
|
@@ -508,7 +505,6 @@ class FileSharesOperations:
|
|
508
505
|
:keyword content_type: Body Parameter content-type. Content type parameter for JSON body.
|
509
506
|
Default value is "application/json".
|
510
507
|
:paramtype content_type: str
|
511
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
512
508
|
:return: FileShare or the result of cls(response)
|
513
509
|
:rtype: ~azure.mgmt.storage.v2021_04_01.models.FileShare
|
514
510
|
:raises ~azure.core.exceptions.HttpResponseError:
|
@@ -520,7 +516,7 @@ class FileSharesOperations:
|
|
520
516
|
resource_group_name: str,
|
521
517
|
account_name: str,
|
522
518
|
share_name: str,
|
523
|
-
file_share: IO,
|
519
|
+
file_share: IO[bytes],
|
524
520
|
expand: Optional[str] = None,
|
525
521
|
*,
|
526
522
|
content_type: str = "application/json",
|
@@ -543,14 +539,13 @@ class FileSharesOperations:
|
|
543
539
|
or number. Required.
|
544
540
|
:type share_name: str
|
545
541
|
:param file_share: Properties of the file share to create. Required.
|
546
|
-
:type file_share: IO
|
542
|
+
:type file_share: IO[bytes]
|
547
543
|
:param expand: Optional, used to expand the properties within share's properties. Valid values
|
548
544
|
are: snapshots. Should be passed as a string with delimiter ','. Default value is None.
|
549
545
|
:type expand: str
|
550
546
|
:keyword content_type: Body Parameter content-type. Content type parameter for binary body.
|
551
547
|
Default value is "application/json".
|
552
548
|
:paramtype content_type: str
|
553
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
554
549
|
:return: FileShare or the result of cls(response)
|
555
550
|
:rtype: ~azure.mgmt.storage.v2021_04_01.models.FileShare
|
556
551
|
:raises ~azure.core.exceptions.HttpResponseError:
|
@@ -562,7 +557,7 @@ class FileSharesOperations:
|
|
562
557
|
resource_group_name: str,
|
563
558
|
account_name: str,
|
564
559
|
share_name: str,
|
565
|
-
file_share: Union[_models.FileShare, IO],
|
560
|
+
file_share: Union[_models.FileShare, IO[bytes]],
|
566
561
|
expand: Optional[str] = None,
|
567
562
|
**kwargs: Any
|
568
563
|
) -> _models.FileShare:
|
@@ -582,21 +577,17 @@ class FileSharesOperations:
|
|
582
577
|
dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter
|
583
578
|
or number. Required.
|
584
579
|
:type share_name: str
|
585
|
-
:param file_share: Properties of the file share to create. Is either a FileShare type or a
|
586
|
-
type. Required.
|
587
|
-
:type file_share: ~azure.mgmt.storage.v2021_04_01.models.FileShare or IO
|
580
|
+
:param file_share: Properties of the file share to create. Is either a FileShare type or a
|
581
|
+
IO[bytes] type. Required.
|
582
|
+
:type file_share: ~azure.mgmt.storage.v2021_04_01.models.FileShare or IO[bytes]
|
588
583
|
:param expand: Optional, used to expand the properties within share's properties. Valid values
|
589
584
|
are: snapshots. Should be passed as a string with delimiter ','. Default value is None.
|
590
585
|
:type expand: str
|
591
|
-
:keyword content_type: Body Parameter content-type. Known values are: 'application/json'.
|
592
|
-
Default value is None.
|
593
|
-
:paramtype content_type: str
|
594
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
595
586
|
:return: FileShare or the result of cls(response)
|
596
587
|
:rtype: ~azure.mgmt.storage.v2021_04_01.models.FileShare
|
597
588
|
:raises ~azure.core.exceptions.HttpResponseError:
|
598
589
|
"""
|
599
|
-
error_map = {
|
590
|
+
error_map: MutableMapping[int, Type[HttpResponseError]] = {
|
600
591
|
401: ClientAuthenticationError,
|
601
592
|
404: ResourceNotFoundError,
|
602
593
|
409: ResourceExistsError,
|
@@ -607,19 +598,19 @@ class FileSharesOperations:
|
|
607
598
|
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
608
599
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
609
600
|
|
610
|
-
api_version:
|
601
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2021-04-01"))
|
611
602
|
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
612
603
|
cls: ClsType[_models.FileShare] = kwargs.pop("cls", None)
|
613
604
|
|
614
605
|
content_type = content_type or "application/json"
|
615
606
|
_json = None
|
616
607
|
_content = None
|
617
|
-
if isinstance(file_share, (
|
608
|
+
if isinstance(file_share, (IOBase, bytes)):
|
618
609
|
_content = file_share
|
619
610
|
else:
|
620
611
|
_json = self._serialize.body(file_share, "FileShare")
|
621
612
|
|
622
|
-
|
613
|
+
_request = build_create_request(
|
623
614
|
resource_group_name=resource_group_name,
|
624
615
|
account_name=account_name,
|
625
616
|
share_name=share_name,
|
@@ -629,15 +620,15 @@ class FileSharesOperations:
|
|
629
620
|
content_type=content_type,
|
630
621
|
json=_json,
|
631
622
|
content=_content,
|
632
|
-
template_url=self.create.metadata["url"],
|
633
623
|
headers=_headers,
|
634
624
|
params=_params,
|
635
625
|
)
|
636
|
-
|
637
|
-
|
626
|
+
_request = _convert_request(_request)
|
627
|
+
_request.url = self._client.format_url(_request.url)
|
638
628
|
|
629
|
+
_stream = False
|
639
630
|
pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access
|
640
|
-
|
631
|
+
_request, stream=_stream, **kwargs
|
641
632
|
)
|
642
633
|
|
643
634
|
response = pipeline_response.http_response
|
@@ -658,10 +649,6 @@ class FileSharesOperations:
|
|
658
649
|
|
659
650
|
return deserialized # type: ignore
|
660
651
|
|
661
|
-
create.metadata = {
|
662
|
-
"url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/fileServices/default/shares/{shareName}"
|
663
|
-
}
|
664
|
-
|
665
652
|
@overload
|
666
653
|
def update(
|
667
654
|
self,
|
@@ -693,7 +680,6 @@ class FileSharesOperations:
|
|
693
680
|
:keyword content_type: Body Parameter content-type. Content type parameter for JSON body.
|
694
681
|
Default value is "application/json".
|
695
682
|
:paramtype content_type: str
|
696
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
697
683
|
:return: FileShare or the result of cls(response)
|
698
684
|
:rtype: ~azure.mgmt.storage.v2021_04_01.models.FileShare
|
699
685
|
:raises ~azure.core.exceptions.HttpResponseError:
|
@@ -705,7 +691,7 @@ class FileSharesOperations:
|
|
705
691
|
resource_group_name: str,
|
706
692
|
account_name: str,
|
707
693
|
share_name: str,
|
708
|
-
file_share: IO,
|
694
|
+
file_share: IO[bytes],
|
709
695
|
*,
|
710
696
|
content_type: str = "application/json",
|
711
697
|
**kwargs: Any
|
@@ -726,11 +712,10 @@ class FileSharesOperations:
|
|
726
712
|
or number. Required.
|
727
713
|
:type share_name: str
|
728
714
|
:param file_share: Properties to update for the file share. Required.
|
729
|
-
:type file_share: IO
|
715
|
+
:type file_share: IO[bytes]
|
730
716
|
:keyword content_type: Body Parameter content-type. Content type parameter for binary body.
|
731
717
|
Default value is "application/json".
|
732
718
|
:paramtype content_type: str
|
733
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
734
719
|
:return: FileShare or the result of cls(response)
|
735
720
|
:rtype: ~azure.mgmt.storage.v2021_04_01.models.FileShare
|
736
721
|
:raises ~azure.core.exceptions.HttpResponseError:
|
@@ -742,7 +727,7 @@ class FileSharesOperations:
|
|
742
727
|
resource_group_name: str,
|
743
728
|
account_name: str,
|
744
729
|
share_name: str,
|
745
|
-
file_share: Union[_models.FileShare, IO],
|
730
|
+
file_share: Union[_models.FileShare, IO[bytes]],
|
746
731
|
**kwargs: Any
|
747
732
|
) -> _models.FileShare:
|
748
733
|
"""Updates share properties as specified in request body. Properties not mentioned in the request
|
@@ -760,18 +745,14 @@ class FileSharesOperations:
|
|
760
745
|
dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter
|
761
746
|
or number. Required.
|
762
747
|
:type share_name: str
|
763
|
-
:param file_share: Properties to update for the file share. Is either a FileShare type or a
|
764
|
-
type. Required.
|
765
|
-
:type file_share: ~azure.mgmt.storage.v2021_04_01.models.FileShare or IO
|
766
|
-
:keyword content_type: Body Parameter content-type. Known values are: 'application/json'.
|
767
|
-
Default value is None.
|
768
|
-
:paramtype content_type: str
|
769
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
748
|
+
:param file_share: Properties to update for the file share. Is either a FileShare type or a
|
749
|
+
IO[bytes] type. Required.
|
750
|
+
:type file_share: ~azure.mgmt.storage.v2021_04_01.models.FileShare or IO[bytes]
|
770
751
|
:return: FileShare or the result of cls(response)
|
771
752
|
:rtype: ~azure.mgmt.storage.v2021_04_01.models.FileShare
|
772
753
|
:raises ~azure.core.exceptions.HttpResponseError:
|
773
754
|
"""
|
774
|
-
error_map = {
|
755
|
+
error_map: MutableMapping[int, Type[HttpResponseError]] = {
|
775
756
|
401: ClientAuthenticationError,
|
776
757
|
404: ResourceNotFoundError,
|
777
758
|
409: ResourceExistsError,
|
@@ -782,19 +763,19 @@ class FileSharesOperations:
|
|
782
763
|
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
783
764
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
784
765
|
|
785
|
-
api_version:
|
766
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2021-04-01"))
|
786
767
|
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
787
768
|
cls: ClsType[_models.FileShare] = kwargs.pop("cls", None)
|
788
769
|
|
789
770
|
content_type = content_type or "application/json"
|
790
771
|
_json = None
|
791
772
|
_content = None
|
792
|
-
if isinstance(file_share, (
|
773
|
+
if isinstance(file_share, (IOBase, bytes)):
|
793
774
|
_content = file_share
|
794
775
|
else:
|
795
776
|
_json = self._serialize.body(file_share, "FileShare")
|
796
777
|
|
797
|
-
|
778
|
+
_request = build_update_request(
|
798
779
|
resource_group_name=resource_group_name,
|
799
780
|
account_name=account_name,
|
800
781
|
share_name=share_name,
|
@@ -803,15 +784,15 @@ class FileSharesOperations:
|
|
803
784
|
content_type=content_type,
|
804
785
|
json=_json,
|
805
786
|
content=_content,
|
806
|
-
template_url=self.update.metadata["url"],
|
807
787
|
headers=_headers,
|
808
788
|
params=_params,
|
809
789
|
)
|
810
|
-
|
811
|
-
|
790
|
+
_request = _convert_request(_request)
|
791
|
+
_request.url = self._client.format_url(_request.url)
|
812
792
|
|
793
|
+
_stream = False
|
813
794
|
pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access
|
814
|
-
|
795
|
+
_request, stream=_stream, **kwargs
|
815
796
|
)
|
816
797
|
|
817
798
|
response = pipeline_response.http_response
|
@@ -824,13 +805,9 @@ class FileSharesOperations:
|
|
824
805
|
deserialized = self._deserialize("FileShare", pipeline_response)
|
825
806
|
|
826
807
|
if cls:
|
827
|
-
return cls(pipeline_response, deserialized, {})
|
828
|
-
|
829
|
-
return deserialized
|
808
|
+
return cls(pipeline_response, deserialized, {}) # type: ignore
|
830
809
|
|
831
|
-
|
832
|
-
"url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/fileServices/default/shares/{shareName}"
|
833
|
-
}
|
810
|
+
return deserialized # type: ignore
|
834
811
|
|
835
812
|
@distributed_trace
|
836
813
|
def get(
|
@@ -862,12 +839,11 @@ class FileSharesOperations:
|
|
862
839
|
:param x_ms_snapshot: Optional, used to retrieve properties of a snapshot. Default value is
|
863
840
|
None.
|
864
841
|
:type x_ms_snapshot: str
|
865
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
866
842
|
:return: FileShare or the result of cls(response)
|
867
843
|
:rtype: ~azure.mgmt.storage.v2021_04_01.models.FileShare
|
868
844
|
:raises ~azure.core.exceptions.HttpResponseError:
|
869
845
|
"""
|
870
|
-
error_map = {
|
846
|
+
error_map: MutableMapping[int, Type[HttpResponseError]] = {
|
871
847
|
401: ClientAuthenticationError,
|
872
848
|
404: ResourceNotFoundError,
|
873
849
|
409: ResourceExistsError,
|
@@ -878,10 +854,10 @@ class FileSharesOperations:
|
|
878
854
|
_headers = kwargs.pop("headers", {}) or {}
|
879
855
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
880
856
|
|
881
|
-
api_version:
|
857
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2021-04-01"))
|
882
858
|
cls: ClsType[_models.FileShare] = kwargs.pop("cls", None)
|
883
859
|
|
884
|
-
|
860
|
+
_request = build_get_request(
|
885
861
|
resource_group_name=resource_group_name,
|
886
862
|
account_name=account_name,
|
887
863
|
share_name=share_name,
|
@@ -889,15 +865,15 @@ class FileSharesOperations:
|
|
889
865
|
expand=expand,
|
890
866
|
x_ms_snapshot=x_ms_snapshot,
|
891
867
|
api_version=api_version,
|
892
|
-
template_url=self.get.metadata["url"],
|
893
868
|
headers=_headers,
|
894
869
|
params=_params,
|
895
870
|
)
|
896
|
-
|
897
|
-
|
871
|
+
_request = _convert_request(_request)
|
872
|
+
_request.url = self._client.format_url(_request.url)
|
898
873
|
|
874
|
+
_stream = False
|
899
875
|
pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access
|
900
|
-
|
876
|
+
_request, stream=_stream, **kwargs
|
901
877
|
)
|
902
878
|
|
903
879
|
response = pipeline_response.http_response
|
@@ -910,13 +886,9 @@ class FileSharesOperations:
|
|
910
886
|
deserialized = self._deserialize("FileShare", pipeline_response)
|
911
887
|
|
912
888
|
if cls:
|
913
|
-
return cls(pipeline_response, deserialized, {})
|
914
|
-
|
915
|
-
return deserialized
|
889
|
+
return cls(pipeline_response, deserialized, {}) # type: ignore
|
916
890
|
|
917
|
-
|
918
|
-
"url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/fileServices/default/shares/{shareName}"
|
919
|
-
}
|
891
|
+
return deserialized # type: ignore
|
920
892
|
|
921
893
|
@distributed_trace
|
922
894
|
def delete( # pylint: disable=inconsistent-return-statements
|
@@ -952,12 +924,11 @@ class FileSharesOperations:
|
|
952
924
|
file share contains any snapshots (leased or unleased), the deletion fails. Default value is
|
953
925
|
None.
|
954
926
|
:type include: str
|
955
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
956
927
|
:return: None or the result of cls(response)
|
957
928
|
:rtype: None
|
958
929
|
:raises ~azure.core.exceptions.HttpResponseError:
|
959
930
|
"""
|
960
|
-
error_map = {
|
931
|
+
error_map: MutableMapping[int, Type[HttpResponseError]] = {
|
961
932
|
401: ClientAuthenticationError,
|
962
933
|
404: ResourceNotFoundError,
|
963
934
|
409: ResourceExistsError,
|
@@ -968,10 +939,10 @@ class FileSharesOperations:
|
|
968
939
|
_headers = kwargs.pop("headers", {}) or {}
|
969
940
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
970
941
|
|
971
|
-
api_version:
|
942
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2021-04-01"))
|
972
943
|
cls: ClsType[None] = kwargs.pop("cls", None)
|
973
944
|
|
974
|
-
|
945
|
+
_request = build_delete_request(
|
975
946
|
resource_group_name=resource_group_name,
|
976
947
|
account_name=account_name,
|
977
948
|
share_name=share_name,
|
@@ -979,15 +950,15 @@ class FileSharesOperations:
|
|
979
950
|
x_ms_snapshot=x_ms_snapshot,
|
980
951
|
include=include,
|
981
952
|
api_version=api_version,
|
982
|
-
template_url=self.delete.metadata["url"],
|
983
953
|
headers=_headers,
|
984
954
|
params=_params,
|
985
955
|
)
|
986
|
-
|
987
|
-
|
956
|
+
_request = _convert_request(_request)
|
957
|
+
_request.url = self._client.format_url(_request.url)
|
988
958
|
|
959
|
+
_stream = False
|
989
960
|
pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access
|
990
|
-
|
961
|
+
_request, stream=_stream, **kwargs
|
991
962
|
)
|
992
963
|
|
993
964
|
response = pipeline_response.http_response
|
@@ -998,11 +969,7 @@ class FileSharesOperations:
|
|
998
969
|
raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat)
|
999
970
|
|
1000
971
|
if cls:
|
1001
|
-
return cls(pipeline_response, None, {})
|
1002
|
-
|
1003
|
-
delete.metadata = {
|
1004
|
-
"url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/fileServices/default/shares/{shareName}"
|
1005
|
-
}
|
972
|
+
return cls(pipeline_response, None, {}) # type: ignore
|
1006
973
|
|
1007
974
|
@overload
|
1008
975
|
def restore( # pylint: disable=inconsistent-return-statements
|
@@ -1034,7 +1001,6 @@ class FileSharesOperations:
|
|
1034
1001
|
:keyword content_type: Body Parameter content-type. Content type parameter for JSON body.
|
1035
1002
|
Default value is "application/json".
|
1036
1003
|
:paramtype content_type: str
|
1037
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
1038
1004
|
:return: None or the result of cls(response)
|
1039
1005
|
:rtype: None
|
1040
1006
|
:raises ~azure.core.exceptions.HttpResponseError:
|
@@ -1046,7 +1012,7 @@ class FileSharesOperations:
|
|
1046
1012
|
resource_group_name: str,
|
1047
1013
|
account_name: str,
|
1048
1014
|
share_name: str,
|
1049
|
-
deleted_share: IO,
|
1015
|
+
deleted_share: IO[bytes],
|
1050
1016
|
*,
|
1051
1017
|
content_type: str = "application/json",
|
1052
1018
|
**kwargs: Any
|
@@ -1066,11 +1032,10 @@ class FileSharesOperations:
|
|
1066
1032
|
or number. Required.
|
1067
1033
|
:type share_name: str
|
1068
1034
|
:param deleted_share: Required.
|
1069
|
-
:type deleted_share: IO
|
1035
|
+
:type deleted_share: IO[bytes]
|
1070
1036
|
:keyword content_type: Body Parameter content-type. Content type parameter for binary body.
|
1071
1037
|
Default value is "application/json".
|
1072
1038
|
:paramtype content_type: str
|
1073
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
1074
1039
|
:return: None or the result of cls(response)
|
1075
1040
|
:rtype: None
|
1076
1041
|
:raises ~azure.core.exceptions.HttpResponseError:
|
@@ -1082,7 +1047,7 @@ class FileSharesOperations:
|
|
1082
1047
|
resource_group_name: str,
|
1083
1048
|
account_name: str,
|
1084
1049
|
share_name: str,
|
1085
|
-
deleted_share: Union[_models.DeletedShare, IO],
|
1050
|
+
deleted_share: Union[_models.DeletedShare, IO[bytes]],
|
1086
1051
|
**kwargs: Any
|
1087
1052
|
) -> None:
|
1088
1053
|
"""Restore a file share within a valid retention days if share soft delete is enabled.
|
@@ -1099,17 +1064,13 @@ class FileSharesOperations:
|
|
1099
1064
|
dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter
|
1100
1065
|
or number. Required.
|
1101
1066
|
:type share_name: str
|
1102
|
-
:param deleted_share: Is either a DeletedShare type or a IO type. Required.
|
1103
|
-
:type deleted_share: ~azure.mgmt.storage.v2021_04_01.models.DeletedShare or IO
|
1104
|
-
:keyword content_type: Body Parameter content-type. Known values are: 'application/json'.
|
1105
|
-
Default value is None.
|
1106
|
-
:paramtype content_type: str
|
1107
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
1067
|
+
:param deleted_share: Is either a DeletedShare type or a IO[bytes] type. Required.
|
1068
|
+
:type deleted_share: ~azure.mgmt.storage.v2021_04_01.models.DeletedShare or IO[bytes]
|
1108
1069
|
:return: None or the result of cls(response)
|
1109
1070
|
:rtype: None
|
1110
1071
|
:raises ~azure.core.exceptions.HttpResponseError:
|
1111
1072
|
"""
|
1112
|
-
error_map = {
|
1073
|
+
error_map: MutableMapping[int, Type[HttpResponseError]] = {
|
1113
1074
|
401: ClientAuthenticationError,
|
1114
1075
|
404: ResourceNotFoundError,
|
1115
1076
|
409: ResourceExistsError,
|
@@ -1120,19 +1081,19 @@ class FileSharesOperations:
|
|
1120
1081
|
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
1121
1082
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
1122
1083
|
|
1123
|
-
api_version:
|
1084
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2021-04-01"))
|
1124
1085
|
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
1125
1086
|
cls: ClsType[None] = kwargs.pop("cls", None)
|
1126
1087
|
|
1127
1088
|
content_type = content_type or "application/json"
|
1128
1089
|
_json = None
|
1129
1090
|
_content = None
|
1130
|
-
if isinstance(deleted_share, (
|
1091
|
+
if isinstance(deleted_share, (IOBase, bytes)):
|
1131
1092
|
_content = deleted_share
|
1132
1093
|
else:
|
1133
1094
|
_json = self._serialize.body(deleted_share, "DeletedShare")
|
1134
1095
|
|
1135
|
-
|
1096
|
+
_request = build_restore_request(
|
1136
1097
|
resource_group_name=resource_group_name,
|
1137
1098
|
account_name=account_name,
|
1138
1099
|
share_name=share_name,
|
@@ -1141,15 +1102,15 @@ class FileSharesOperations:
|
|
1141
1102
|
content_type=content_type,
|
1142
1103
|
json=_json,
|
1143
1104
|
content=_content,
|
1144
|
-
template_url=self.restore.metadata["url"],
|
1145
1105
|
headers=_headers,
|
1146
1106
|
params=_params,
|
1147
1107
|
)
|
1148
|
-
|
1149
|
-
|
1108
|
+
_request = _convert_request(_request)
|
1109
|
+
_request.url = self._client.format_url(_request.url)
|
1150
1110
|
|
1111
|
+
_stream = False
|
1151
1112
|
pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access
|
1152
|
-
|
1113
|
+
_request, stream=_stream, **kwargs
|
1153
1114
|
)
|
1154
1115
|
|
1155
1116
|
response = pipeline_response.http_response
|
@@ -1160,11 +1121,7 @@ class FileSharesOperations:
|
|
1160
1121
|
raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat)
|
1161
1122
|
|
1162
1123
|
if cls:
|
1163
|
-
return cls(pipeline_response, None, {})
|
1164
|
-
|
1165
|
-
restore.metadata = {
|
1166
|
-
"url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/fileServices/default/shares/{shareName}/restore"
|
1167
|
-
}
|
1124
|
+
return cls(pipeline_response, None, {}) # type: ignore
|
1168
1125
|
|
1169
1126
|
@overload
|
1170
1127
|
def lease(
|
@@ -1201,7 +1158,6 @@ class FileSharesOperations:
|
|
1201
1158
|
:keyword content_type: Body Parameter content-type. Content type parameter for JSON body.
|
1202
1159
|
Default value is "application/json".
|
1203
1160
|
:paramtype content_type: str
|
1204
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
1205
1161
|
:return: LeaseShareResponse or the result of cls(response)
|
1206
1162
|
:rtype: ~azure.mgmt.storage.v2021_04_01.models.LeaseShareResponse
|
1207
1163
|
:raises ~azure.core.exceptions.HttpResponseError:
|
@@ -1214,7 +1170,7 @@ class FileSharesOperations:
|
|
1214
1170
|
account_name: str,
|
1215
1171
|
share_name: str,
|
1216
1172
|
x_ms_snapshot: Optional[str] = None,
|
1217
|
-
parameters: Optional[IO] = None,
|
1173
|
+
parameters: Optional[IO[bytes]] = None,
|
1218
1174
|
*,
|
1219
1175
|
content_type: str = "application/json",
|
1220
1176
|
**kwargs: Any
|
@@ -1238,11 +1194,10 @@ class FileSharesOperations:
|
|
1238
1194
|
None.
|
1239
1195
|
:type x_ms_snapshot: str
|
1240
1196
|
:param parameters: Lease Share request body. Default value is None.
|
1241
|
-
:type parameters: IO
|
1197
|
+
:type parameters: IO[bytes]
|
1242
1198
|
:keyword content_type: Body Parameter content-type. Content type parameter for binary body.
|
1243
1199
|
Default value is "application/json".
|
1244
1200
|
:paramtype content_type: str
|
1245
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
1246
1201
|
:return: LeaseShareResponse or the result of cls(response)
|
1247
1202
|
:rtype: ~azure.mgmt.storage.v2021_04_01.models.LeaseShareResponse
|
1248
1203
|
:raises ~azure.core.exceptions.HttpResponseError:
|
@@ -1255,7 +1210,7 @@ class FileSharesOperations:
|
|
1255
1210
|
account_name: str,
|
1256
1211
|
share_name: str,
|
1257
1212
|
x_ms_snapshot: Optional[str] = None,
|
1258
|
-
parameters: Optional[Union[_models.LeaseShareRequest, IO]] = None,
|
1213
|
+
parameters: Optional[Union[_models.LeaseShareRequest, IO[bytes]]] = None,
|
1259
1214
|
**kwargs: Any
|
1260
1215
|
) -> _models.LeaseShareResponse:
|
1261
1216
|
"""The Lease Share operation establishes and manages a lock on a share for delete operations. The
|
@@ -1276,18 +1231,14 @@ class FileSharesOperations:
|
|
1276
1231
|
:param x_ms_snapshot: Optional. Specify the snapshot time to lease a snapshot. Default value is
|
1277
1232
|
None.
|
1278
1233
|
:type x_ms_snapshot: str
|
1279
|
-
:param parameters: Lease Share request body. Is either a LeaseShareRequest type or a IO
|
1280
|
-
Default value is None.
|
1281
|
-
:type parameters: ~azure.mgmt.storage.v2021_04_01.models.LeaseShareRequest or IO
|
1282
|
-
:keyword content_type: Body Parameter content-type. Known values are: 'application/json'.
|
1283
|
-
Default value is None.
|
1284
|
-
:paramtype content_type: str
|
1285
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
1234
|
+
:param parameters: Lease Share request body. Is either a LeaseShareRequest type or a IO[bytes]
|
1235
|
+
type. Default value is None.
|
1236
|
+
:type parameters: ~azure.mgmt.storage.v2021_04_01.models.LeaseShareRequest or IO[bytes]
|
1286
1237
|
:return: LeaseShareResponse or the result of cls(response)
|
1287
1238
|
:rtype: ~azure.mgmt.storage.v2021_04_01.models.LeaseShareResponse
|
1288
1239
|
:raises ~azure.core.exceptions.HttpResponseError:
|
1289
1240
|
"""
|
1290
|
-
error_map = {
|
1241
|
+
error_map: MutableMapping[int, Type[HttpResponseError]] = {
|
1291
1242
|
401: ClientAuthenticationError,
|
1292
1243
|
404: ResourceNotFoundError,
|
1293
1244
|
409: ResourceExistsError,
|
@@ -1298,14 +1249,14 @@ class FileSharesOperations:
|
|
1298
1249
|
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
1299
1250
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
1300
1251
|
|
1301
|
-
api_version:
|
1252
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2021-04-01"))
|
1302
1253
|
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
1303
1254
|
cls: ClsType[_models.LeaseShareResponse] = kwargs.pop("cls", None)
|
1304
1255
|
|
1305
1256
|
content_type = content_type or "application/json"
|
1306
1257
|
_json = None
|
1307
1258
|
_content = None
|
1308
|
-
if isinstance(parameters, (
|
1259
|
+
if isinstance(parameters, (IOBase, bytes)):
|
1309
1260
|
_content = parameters
|
1310
1261
|
else:
|
1311
1262
|
if parameters is not None:
|
@@ -1313,7 +1264,7 @@ class FileSharesOperations:
|
|
1313
1264
|
else:
|
1314
1265
|
_json = None
|
1315
1266
|
|
1316
|
-
|
1267
|
+
_request = build_lease_request(
|
1317
1268
|
resource_group_name=resource_group_name,
|
1318
1269
|
account_name=account_name,
|
1319
1270
|
share_name=share_name,
|
@@ -1323,15 +1274,15 @@ class FileSharesOperations:
|
|
1323
1274
|
content_type=content_type,
|
1324
1275
|
json=_json,
|
1325
1276
|
content=_content,
|
1326
|
-
template_url=self.lease.metadata["url"],
|
1327
1277
|
headers=_headers,
|
1328
1278
|
params=_params,
|
1329
1279
|
)
|
1330
|
-
|
1331
|
-
|
1280
|
+
_request = _convert_request(_request)
|
1281
|
+
_request.url = self._client.format_url(_request.url)
|
1332
1282
|
|
1283
|
+
_stream = False
|
1333
1284
|
pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access
|
1334
|
-
|
1285
|
+
_request, stream=_stream, **kwargs
|
1335
1286
|
)
|
1336
1287
|
|
1337
1288
|
response = pipeline_response.http_response
|
@@ -1347,10 +1298,6 @@ class FileSharesOperations:
|
|
1347
1298
|
deserialized = self._deserialize("LeaseShareResponse", pipeline_response)
|
1348
1299
|
|
1349
1300
|
if cls:
|
1350
|
-
return cls(pipeline_response, deserialized, response_headers)
|
1351
|
-
|
1352
|
-
return deserialized
|
1301
|
+
return cls(pipeline_response, deserialized, response_headers) # type: ignore
|
1353
1302
|
|
1354
|
-
|
1355
|
-
"url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/fileServices/default/shares/{shareName}/lease"
|
1356
|
-
}
|
1303
|
+
return deserialized # type: ignore
|