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
@@ -0,0 +1,732 @@
|
|
1
|
+
# pylint: disable=too-many-lines,too-many-statements
|
2
|
+
# coding=utf-8
|
3
|
+
# --------------------------------------------------------------------------
|
4
|
+
# Copyright (c) Microsoft Corporation. All rights reserved.
|
5
|
+
# Licensed under the MIT License. See License.txt in the project root for license information.
|
6
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
7
|
+
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
8
|
+
# --------------------------------------------------------------------------
|
9
|
+
from io import IOBase
|
10
|
+
import sys
|
11
|
+
from typing import Any, Callable, Dict, IO, Iterable, Optional, Type, TypeVar, Union, overload
|
12
|
+
import urllib.parse
|
13
|
+
|
14
|
+
from azure.core.exceptions import (
|
15
|
+
ClientAuthenticationError,
|
16
|
+
HttpResponseError,
|
17
|
+
ResourceExistsError,
|
18
|
+
ResourceNotFoundError,
|
19
|
+
ResourceNotModifiedError,
|
20
|
+
map_error,
|
21
|
+
)
|
22
|
+
from azure.core.paging import ItemPaged
|
23
|
+
from azure.core.pipeline import PipelineResponse
|
24
|
+
from azure.core.pipeline.transport import HttpResponse
|
25
|
+
from azure.core.rest import HttpRequest
|
26
|
+
from azure.core.tracing.decorator import distributed_trace
|
27
|
+
from azure.core.utils import case_insensitive_dict
|
28
|
+
from azure.mgmt.core.exceptions import ARMErrorFormat
|
29
|
+
|
30
|
+
from .. import models as _models
|
31
|
+
from ..._serialization import Serializer
|
32
|
+
from .._vendor import _convert_request
|
33
|
+
|
34
|
+
if sys.version_info >= (3, 9):
|
35
|
+
from collections.abc import MutableMapping
|
36
|
+
else:
|
37
|
+
from typing import MutableMapping # type: ignore # pylint: disable=ungrouped-imports
|
38
|
+
T = TypeVar("T")
|
39
|
+
ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]]
|
40
|
+
|
41
|
+
_SERIALIZER = Serializer()
|
42
|
+
_SERIALIZER.client_side_validation = False
|
43
|
+
|
44
|
+
|
45
|
+
def build_put_request(
|
46
|
+
resource_group_name: str, account_name: str, encryption_scope_name: str, subscription_id: str, **kwargs: Any
|
47
|
+
) -> HttpRequest:
|
48
|
+
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
49
|
+
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
50
|
+
|
51
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-01-01"))
|
52
|
+
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
53
|
+
accept = _headers.pop("Accept", "application/json")
|
54
|
+
|
55
|
+
# Construct URL
|
56
|
+
_url = kwargs.pop(
|
57
|
+
"template_url",
|
58
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/encryptionScopes/{encryptionScopeName}",
|
59
|
+
) # pylint: disable=line-too-long
|
60
|
+
path_format_arguments = {
|
61
|
+
"resourceGroupName": _SERIALIZER.url(
|
62
|
+
"resource_group_name", resource_group_name, "str", max_length=90, min_length=1, pattern=r"^[-\w\._\(\)]+$"
|
63
|
+
),
|
64
|
+
"accountName": _SERIALIZER.url(
|
65
|
+
"account_name", account_name, "str", max_length=24, min_length=3, pattern=r"^[a-z0-9]+$"
|
66
|
+
),
|
67
|
+
"subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1),
|
68
|
+
"encryptionScopeName": _SERIALIZER.url(
|
69
|
+
"encryption_scope_name", encryption_scope_name, "str", max_length=63, min_length=3
|
70
|
+
),
|
71
|
+
}
|
72
|
+
|
73
|
+
_url: str = _url.format(**path_format_arguments) # type: ignore
|
74
|
+
|
75
|
+
# Construct parameters
|
76
|
+
_params["api-version"] = _SERIALIZER.query("api_version", api_version, "str")
|
77
|
+
|
78
|
+
# Construct headers
|
79
|
+
if content_type is not None:
|
80
|
+
_headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str")
|
81
|
+
_headers["Accept"] = _SERIALIZER.header("accept", accept, "str")
|
82
|
+
|
83
|
+
return HttpRequest(method="PUT", url=_url, params=_params, headers=_headers, **kwargs)
|
84
|
+
|
85
|
+
|
86
|
+
def build_patch_request(
|
87
|
+
resource_group_name: str, account_name: str, encryption_scope_name: str, subscription_id: str, **kwargs: Any
|
88
|
+
) -> HttpRequest:
|
89
|
+
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
90
|
+
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
91
|
+
|
92
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-01-01"))
|
93
|
+
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
94
|
+
accept = _headers.pop("Accept", "application/json")
|
95
|
+
|
96
|
+
# Construct URL
|
97
|
+
_url = kwargs.pop(
|
98
|
+
"template_url",
|
99
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/encryptionScopes/{encryptionScopeName}",
|
100
|
+
) # pylint: disable=line-too-long
|
101
|
+
path_format_arguments = {
|
102
|
+
"resourceGroupName": _SERIALIZER.url(
|
103
|
+
"resource_group_name", resource_group_name, "str", max_length=90, min_length=1, pattern=r"^[-\w\._\(\)]+$"
|
104
|
+
),
|
105
|
+
"accountName": _SERIALIZER.url(
|
106
|
+
"account_name", account_name, "str", max_length=24, min_length=3, pattern=r"^[a-z0-9]+$"
|
107
|
+
),
|
108
|
+
"subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1),
|
109
|
+
"encryptionScopeName": _SERIALIZER.url(
|
110
|
+
"encryption_scope_name", encryption_scope_name, "str", max_length=63, min_length=3
|
111
|
+
),
|
112
|
+
}
|
113
|
+
|
114
|
+
_url: str = _url.format(**path_format_arguments) # type: ignore
|
115
|
+
|
116
|
+
# Construct parameters
|
117
|
+
_params["api-version"] = _SERIALIZER.query("api_version", api_version, "str")
|
118
|
+
|
119
|
+
# Construct headers
|
120
|
+
if content_type is not None:
|
121
|
+
_headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str")
|
122
|
+
_headers["Accept"] = _SERIALIZER.header("accept", accept, "str")
|
123
|
+
|
124
|
+
return HttpRequest(method="PATCH", url=_url, params=_params, headers=_headers, **kwargs)
|
125
|
+
|
126
|
+
|
127
|
+
def build_get_request(
|
128
|
+
resource_group_name: str, account_name: str, encryption_scope_name: str, subscription_id: str, **kwargs: Any
|
129
|
+
) -> HttpRequest:
|
130
|
+
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
131
|
+
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
132
|
+
|
133
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-01-01"))
|
134
|
+
accept = _headers.pop("Accept", "application/json")
|
135
|
+
|
136
|
+
# Construct URL
|
137
|
+
_url = kwargs.pop(
|
138
|
+
"template_url",
|
139
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/encryptionScopes/{encryptionScopeName}",
|
140
|
+
) # pylint: disable=line-too-long
|
141
|
+
path_format_arguments = {
|
142
|
+
"resourceGroupName": _SERIALIZER.url(
|
143
|
+
"resource_group_name", resource_group_name, "str", max_length=90, min_length=1, pattern=r"^[-\w\._\(\)]+$"
|
144
|
+
),
|
145
|
+
"accountName": _SERIALIZER.url(
|
146
|
+
"account_name", account_name, "str", max_length=24, min_length=3, pattern=r"^[a-z0-9]+$"
|
147
|
+
),
|
148
|
+
"subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1),
|
149
|
+
"encryptionScopeName": _SERIALIZER.url(
|
150
|
+
"encryption_scope_name", encryption_scope_name, "str", max_length=63, min_length=3
|
151
|
+
),
|
152
|
+
}
|
153
|
+
|
154
|
+
_url: str = _url.format(**path_format_arguments) # type: ignore
|
155
|
+
|
156
|
+
# Construct parameters
|
157
|
+
_params["api-version"] = _SERIALIZER.query("api_version", api_version, "str")
|
158
|
+
|
159
|
+
# Construct headers
|
160
|
+
_headers["Accept"] = _SERIALIZER.header("accept", accept, "str")
|
161
|
+
|
162
|
+
return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs)
|
163
|
+
|
164
|
+
|
165
|
+
def build_list_request(
|
166
|
+
resource_group_name: str,
|
167
|
+
account_name: str,
|
168
|
+
subscription_id: str,
|
169
|
+
*,
|
170
|
+
maxpagesize: Optional[int] = None,
|
171
|
+
filter: Optional[str] = None,
|
172
|
+
include: Optional[Union[str, _models.ListEncryptionScopesInclude]] = None,
|
173
|
+
**kwargs: Any
|
174
|
+
) -> HttpRequest:
|
175
|
+
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
176
|
+
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
177
|
+
|
178
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-01-01"))
|
179
|
+
accept = _headers.pop("Accept", "application/json")
|
180
|
+
|
181
|
+
# Construct URL
|
182
|
+
_url = kwargs.pop(
|
183
|
+
"template_url",
|
184
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/encryptionScopes",
|
185
|
+
) # pylint: disable=line-too-long
|
186
|
+
path_format_arguments = {
|
187
|
+
"resourceGroupName": _SERIALIZER.url(
|
188
|
+
"resource_group_name", resource_group_name, "str", max_length=90, min_length=1, pattern=r"^[-\w\._\(\)]+$"
|
189
|
+
),
|
190
|
+
"accountName": _SERIALIZER.url(
|
191
|
+
"account_name", account_name, "str", max_length=24, min_length=3, pattern=r"^[a-z0-9]+$"
|
192
|
+
),
|
193
|
+
"subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1),
|
194
|
+
}
|
195
|
+
|
196
|
+
_url: str = _url.format(**path_format_arguments) # type: ignore
|
197
|
+
|
198
|
+
# Construct parameters
|
199
|
+
_params["api-version"] = _SERIALIZER.query("api_version", api_version, "str")
|
200
|
+
if maxpagesize is not None:
|
201
|
+
_params["$maxpagesize"] = _SERIALIZER.query("maxpagesize", maxpagesize, "int", maximum=5000, minimum=1)
|
202
|
+
if filter is not None:
|
203
|
+
_params["$filter"] = _SERIALIZER.query("filter", filter, "str")
|
204
|
+
if include is not None:
|
205
|
+
_params["$include"] = _SERIALIZER.query("include", include, "str")
|
206
|
+
|
207
|
+
# Construct headers
|
208
|
+
_headers["Accept"] = _SERIALIZER.header("accept", accept, "str")
|
209
|
+
|
210
|
+
return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs)
|
211
|
+
|
212
|
+
|
213
|
+
class EncryptionScopesOperations:
|
214
|
+
"""
|
215
|
+
.. warning::
|
216
|
+
**DO NOT** instantiate this class directly.
|
217
|
+
|
218
|
+
Instead, you should access the following operations through
|
219
|
+
:class:`~azure.mgmt.storage.v2023_01_01.StorageManagementClient`'s
|
220
|
+
:attr:`encryption_scopes` attribute.
|
221
|
+
"""
|
222
|
+
|
223
|
+
models = _models
|
224
|
+
|
225
|
+
def __init__(self, *args, **kwargs):
|
226
|
+
input_args = list(args)
|
227
|
+
self._client = input_args.pop(0) if input_args else kwargs.pop("client")
|
228
|
+
self._config = input_args.pop(0) if input_args else kwargs.pop("config")
|
229
|
+
self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer")
|
230
|
+
self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer")
|
231
|
+
self._api_version = input_args.pop(0) if input_args else kwargs.pop("api_version")
|
232
|
+
|
233
|
+
@overload
|
234
|
+
def put(
|
235
|
+
self,
|
236
|
+
resource_group_name: str,
|
237
|
+
account_name: str,
|
238
|
+
encryption_scope_name: str,
|
239
|
+
encryption_scope: _models.EncryptionScope,
|
240
|
+
*,
|
241
|
+
content_type: str = "application/json",
|
242
|
+
**kwargs: Any
|
243
|
+
) -> _models.EncryptionScope:
|
244
|
+
"""Synchronously creates or updates an encryption scope under the specified storage account. If an
|
245
|
+
encryption scope is already created and a subsequent request is issued with different
|
246
|
+
properties, the encryption scope properties will be updated per the specified request.
|
247
|
+
|
248
|
+
:param resource_group_name: The name of the resource group within the user's subscription. The
|
249
|
+
name is case insensitive. Required.
|
250
|
+
:type resource_group_name: str
|
251
|
+
:param account_name: The name of the storage account within the specified resource group.
|
252
|
+
Storage account names must be between 3 and 24 characters in length and use numbers and
|
253
|
+
lower-case letters only. Required.
|
254
|
+
:type account_name: str
|
255
|
+
:param encryption_scope_name: The name of the encryption scope within the specified storage
|
256
|
+
account. Encryption scope names must be between 3 and 63 characters in length and use numbers,
|
257
|
+
lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and
|
258
|
+
followed by a letter or number. Required.
|
259
|
+
:type encryption_scope_name: str
|
260
|
+
:param encryption_scope: Encryption scope properties to be used for the create or update.
|
261
|
+
Required.
|
262
|
+
:type encryption_scope: ~azure.mgmt.storage.v2023_01_01.models.EncryptionScope
|
263
|
+
:keyword content_type: Body Parameter content-type. Content type parameter for JSON body.
|
264
|
+
Default value is "application/json".
|
265
|
+
:paramtype content_type: str
|
266
|
+
:return: EncryptionScope or the result of cls(response)
|
267
|
+
:rtype: ~azure.mgmt.storage.v2023_01_01.models.EncryptionScope
|
268
|
+
:raises ~azure.core.exceptions.HttpResponseError:
|
269
|
+
"""
|
270
|
+
|
271
|
+
@overload
|
272
|
+
def put(
|
273
|
+
self,
|
274
|
+
resource_group_name: str,
|
275
|
+
account_name: str,
|
276
|
+
encryption_scope_name: str,
|
277
|
+
encryption_scope: IO[bytes],
|
278
|
+
*,
|
279
|
+
content_type: str = "application/json",
|
280
|
+
**kwargs: Any
|
281
|
+
) -> _models.EncryptionScope:
|
282
|
+
"""Synchronously creates or updates an encryption scope under the specified storage account. If an
|
283
|
+
encryption scope is already created and a subsequent request is issued with different
|
284
|
+
properties, the encryption scope properties will be updated per the specified request.
|
285
|
+
|
286
|
+
:param resource_group_name: The name of the resource group within the user's subscription. The
|
287
|
+
name is case insensitive. Required.
|
288
|
+
:type resource_group_name: str
|
289
|
+
:param account_name: The name of the storage account within the specified resource group.
|
290
|
+
Storage account names must be between 3 and 24 characters in length and use numbers and
|
291
|
+
lower-case letters only. Required.
|
292
|
+
:type account_name: str
|
293
|
+
:param encryption_scope_name: The name of the encryption scope within the specified storage
|
294
|
+
account. Encryption scope names must be between 3 and 63 characters in length and use numbers,
|
295
|
+
lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and
|
296
|
+
followed by a letter or number. Required.
|
297
|
+
:type encryption_scope_name: str
|
298
|
+
:param encryption_scope: Encryption scope properties to be used for the create or update.
|
299
|
+
Required.
|
300
|
+
:type encryption_scope: IO[bytes]
|
301
|
+
:keyword content_type: Body Parameter content-type. Content type parameter for binary body.
|
302
|
+
Default value is "application/json".
|
303
|
+
:paramtype content_type: str
|
304
|
+
:return: EncryptionScope or the result of cls(response)
|
305
|
+
:rtype: ~azure.mgmt.storage.v2023_01_01.models.EncryptionScope
|
306
|
+
:raises ~azure.core.exceptions.HttpResponseError:
|
307
|
+
"""
|
308
|
+
|
309
|
+
@distributed_trace
|
310
|
+
def put(
|
311
|
+
self,
|
312
|
+
resource_group_name: str,
|
313
|
+
account_name: str,
|
314
|
+
encryption_scope_name: str,
|
315
|
+
encryption_scope: Union[_models.EncryptionScope, IO[bytes]],
|
316
|
+
**kwargs: Any
|
317
|
+
) -> _models.EncryptionScope:
|
318
|
+
"""Synchronously creates or updates an encryption scope under the specified storage account. If an
|
319
|
+
encryption scope is already created and a subsequent request is issued with different
|
320
|
+
properties, the encryption scope properties will be updated per the specified request.
|
321
|
+
|
322
|
+
:param resource_group_name: The name of the resource group within the user's subscription. The
|
323
|
+
name is case insensitive. Required.
|
324
|
+
:type resource_group_name: str
|
325
|
+
:param account_name: The name of the storage account within the specified resource group.
|
326
|
+
Storage account names must be between 3 and 24 characters in length and use numbers and
|
327
|
+
lower-case letters only. Required.
|
328
|
+
:type account_name: str
|
329
|
+
:param encryption_scope_name: The name of the encryption scope within the specified storage
|
330
|
+
account. Encryption scope names must be between 3 and 63 characters in length and use numbers,
|
331
|
+
lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and
|
332
|
+
followed by a letter or number. Required.
|
333
|
+
:type encryption_scope_name: str
|
334
|
+
:param encryption_scope: Encryption scope properties to be used for the create or update. Is
|
335
|
+
either a EncryptionScope type or a IO[bytes] type. Required.
|
336
|
+
:type encryption_scope: ~azure.mgmt.storage.v2023_01_01.models.EncryptionScope or IO[bytes]
|
337
|
+
:return: EncryptionScope or the result of cls(response)
|
338
|
+
:rtype: ~azure.mgmt.storage.v2023_01_01.models.EncryptionScope
|
339
|
+
:raises ~azure.core.exceptions.HttpResponseError:
|
340
|
+
"""
|
341
|
+
error_map: MutableMapping[int, Type[HttpResponseError]] = {
|
342
|
+
401: ClientAuthenticationError,
|
343
|
+
404: ResourceNotFoundError,
|
344
|
+
409: ResourceExistsError,
|
345
|
+
304: ResourceNotModifiedError,
|
346
|
+
}
|
347
|
+
error_map.update(kwargs.pop("error_map", {}) or {})
|
348
|
+
|
349
|
+
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
350
|
+
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
351
|
+
|
352
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2023-01-01"))
|
353
|
+
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
354
|
+
cls: ClsType[_models.EncryptionScope] = kwargs.pop("cls", None)
|
355
|
+
|
356
|
+
content_type = content_type or "application/json"
|
357
|
+
_json = None
|
358
|
+
_content = None
|
359
|
+
if isinstance(encryption_scope, (IOBase, bytes)):
|
360
|
+
_content = encryption_scope
|
361
|
+
else:
|
362
|
+
_json = self._serialize.body(encryption_scope, "EncryptionScope")
|
363
|
+
|
364
|
+
_request = build_put_request(
|
365
|
+
resource_group_name=resource_group_name,
|
366
|
+
account_name=account_name,
|
367
|
+
encryption_scope_name=encryption_scope_name,
|
368
|
+
subscription_id=self._config.subscription_id,
|
369
|
+
api_version=api_version,
|
370
|
+
content_type=content_type,
|
371
|
+
json=_json,
|
372
|
+
content=_content,
|
373
|
+
headers=_headers,
|
374
|
+
params=_params,
|
375
|
+
)
|
376
|
+
_request = _convert_request(_request)
|
377
|
+
_request.url = self._client.format_url(_request.url)
|
378
|
+
|
379
|
+
_stream = False
|
380
|
+
pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access
|
381
|
+
_request, stream=_stream, **kwargs
|
382
|
+
)
|
383
|
+
|
384
|
+
response = pipeline_response.http_response
|
385
|
+
|
386
|
+
if response.status_code not in [200, 201]:
|
387
|
+
map_error(status_code=response.status_code, response=response, error_map=error_map)
|
388
|
+
error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
|
389
|
+
raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat)
|
390
|
+
|
391
|
+
if response.status_code == 200:
|
392
|
+
deserialized = self._deserialize("EncryptionScope", pipeline_response)
|
393
|
+
|
394
|
+
if response.status_code == 201:
|
395
|
+
deserialized = self._deserialize("EncryptionScope", pipeline_response)
|
396
|
+
|
397
|
+
if cls:
|
398
|
+
return cls(pipeline_response, deserialized, {}) # type: ignore
|
399
|
+
|
400
|
+
return deserialized # type: ignore
|
401
|
+
|
402
|
+
@overload
|
403
|
+
def patch(
|
404
|
+
self,
|
405
|
+
resource_group_name: str,
|
406
|
+
account_name: str,
|
407
|
+
encryption_scope_name: str,
|
408
|
+
encryption_scope: _models.EncryptionScope,
|
409
|
+
*,
|
410
|
+
content_type: str = "application/json",
|
411
|
+
**kwargs: Any
|
412
|
+
) -> _models.EncryptionScope:
|
413
|
+
"""Update encryption scope properties as specified in the request body. Update fails if the
|
414
|
+
specified encryption scope does not already exist.
|
415
|
+
|
416
|
+
:param resource_group_name: The name of the resource group within the user's subscription. The
|
417
|
+
name is case insensitive. Required.
|
418
|
+
:type resource_group_name: str
|
419
|
+
:param account_name: The name of the storage account within the specified resource group.
|
420
|
+
Storage account names must be between 3 and 24 characters in length and use numbers and
|
421
|
+
lower-case letters only. Required.
|
422
|
+
:type account_name: str
|
423
|
+
:param encryption_scope_name: The name of the encryption scope within the specified storage
|
424
|
+
account. Encryption scope names must be between 3 and 63 characters in length and use numbers,
|
425
|
+
lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and
|
426
|
+
followed by a letter or number. Required.
|
427
|
+
:type encryption_scope_name: str
|
428
|
+
:param encryption_scope: Encryption scope properties to be used for the update. Required.
|
429
|
+
:type encryption_scope: ~azure.mgmt.storage.v2023_01_01.models.EncryptionScope
|
430
|
+
:keyword content_type: Body Parameter content-type. Content type parameter for JSON body.
|
431
|
+
Default value is "application/json".
|
432
|
+
:paramtype content_type: str
|
433
|
+
:return: EncryptionScope or the result of cls(response)
|
434
|
+
:rtype: ~azure.mgmt.storage.v2023_01_01.models.EncryptionScope
|
435
|
+
:raises ~azure.core.exceptions.HttpResponseError:
|
436
|
+
"""
|
437
|
+
|
438
|
+
@overload
|
439
|
+
def patch(
|
440
|
+
self,
|
441
|
+
resource_group_name: str,
|
442
|
+
account_name: str,
|
443
|
+
encryption_scope_name: str,
|
444
|
+
encryption_scope: IO[bytes],
|
445
|
+
*,
|
446
|
+
content_type: str = "application/json",
|
447
|
+
**kwargs: Any
|
448
|
+
) -> _models.EncryptionScope:
|
449
|
+
"""Update encryption scope properties as specified in the request body. Update fails if the
|
450
|
+
specified encryption scope does not already exist.
|
451
|
+
|
452
|
+
:param resource_group_name: The name of the resource group within the user's subscription. The
|
453
|
+
name is case insensitive. Required.
|
454
|
+
:type resource_group_name: str
|
455
|
+
:param account_name: The name of the storage account within the specified resource group.
|
456
|
+
Storage account names must be between 3 and 24 characters in length and use numbers and
|
457
|
+
lower-case letters only. Required.
|
458
|
+
:type account_name: str
|
459
|
+
:param encryption_scope_name: The name of the encryption scope within the specified storage
|
460
|
+
account. Encryption scope names must be between 3 and 63 characters in length and use numbers,
|
461
|
+
lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and
|
462
|
+
followed by a letter or number. Required.
|
463
|
+
:type encryption_scope_name: str
|
464
|
+
:param encryption_scope: Encryption scope properties to be used for the update. Required.
|
465
|
+
:type encryption_scope: IO[bytes]
|
466
|
+
:keyword content_type: Body Parameter content-type. Content type parameter for binary body.
|
467
|
+
Default value is "application/json".
|
468
|
+
:paramtype content_type: str
|
469
|
+
:return: EncryptionScope or the result of cls(response)
|
470
|
+
:rtype: ~azure.mgmt.storage.v2023_01_01.models.EncryptionScope
|
471
|
+
:raises ~azure.core.exceptions.HttpResponseError:
|
472
|
+
"""
|
473
|
+
|
474
|
+
@distributed_trace
|
475
|
+
def patch(
|
476
|
+
self,
|
477
|
+
resource_group_name: str,
|
478
|
+
account_name: str,
|
479
|
+
encryption_scope_name: str,
|
480
|
+
encryption_scope: Union[_models.EncryptionScope, IO[bytes]],
|
481
|
+
**kwargs: Any
|
482
|
+
) -> _models.EncryptionScope:
|
483
|
+
"""Update encryption scope properties as specified in the request body. Update fails if the
|
484
|
+
specified encryption scope does not already exist.
|
485
|
+
|
486
|
+
:param resource_group_name: The name of the resource group within the user's subscription. The
|
487
|
+
name is case insensitive. Required.
|
488
|
+
:type resource_group_name: str
|
489
|
+
:param account_name: The name of the storage account within the specified resource group.
|
490
|
+
Storage account names must be between 3 and 24 characters in length and use numbers and
|
491
|
+
lower-case letters only. Required.
|
492
|
+
:type account_name: str
|
493
|
+
:param encryption_scope_name: The name of the encryption scope within the specified storage
|
494
|
+
account. Encryption scope names must be between 3 and 63 characters in length and use numbers,
|
495
|
+
lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and
|
496
|
+
followed by a letter or number. Required.
|
497
|
+
:type encryption_scope_name: str
|
498
|
+
:param encryption_scope: Encryption scope properties to be used for the update. Is either a
|
499
|
+
EncryptionScope type or a IO[bytes] type. Required.
|
500
|
+
:type encryption_scope: ~azure.mgmt.storage.v2023_01_01.models.EncryptionScope or IO[bytes]
|
501
|
+
:return: EncryptionScope or the result of cls(response)
|
502
|
+
:rtype: ~azure.mgmt.storage.v2023_01_01.models.EncryptionScope
|
503
|
+
:raises ~azure.core.exceptions.HttpResponseError:
|
504
|
+
"""
|
505
|
+
error_map: MutableMapping[int, Type[HttpResponseError]] = {
|
506
|
+
401: ClientAuthenticationError,
|
507
|
+
404: ResourceNotFoundError,
|
508
|
+
409: ResourceExistsError,
|
509
|
+
304: ResourceNotModifiedError,
|
510
|
+
}
|
511
|
+
error_map.update(kwargs.pop("error_map", {}) or {})
|
512
|
+
|
513
|
+
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
514
|
+
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
515
|
+
|
516
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2023-01-01"))
|
517
|
+
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
518
|
+
cls: ClsType[_models.EncryptionScope] = kwargs.pop("cls", None)
|
519
|
+
|
520
|
+
content_type = content_type or "application/json"
|
521
|
+
_json = None
|
522
|
+
_content = None
|
523
|
+
if isinstance(encryption_scope, (IOBase, bytes)):
|
524
|
+
_content = encryption_scope
|
525
|
+
else:
|
526
|
+
_json = self._serialize.body(encryption_scope, "EncryptionScope")
|
527
|
+
|
528
|
+
_request = build_patch_request(
|
529
|
+
resource_group_name=resource_group_name,
|
530
|
+
account_name=account_name,
|
531
|
+
encryption_scope_name=encryption_scope_name,
|
532
|
+
subscription_id=self._config.subscription_id,
|
533
|
+
api_version=api_version,
|
534
|
+
content_type=content_type,
|
535
|
+
json=_json,
|
536
|
+
content=_content,
|
537
|
+
headers=_headers,
|
538
|
+
params=_params,
|
539
|
+
)
|
540
|
+
_request = _convert_request(_request)
|
541
|
+
_request.url = self._client.format_url(_request.url)
|
542
|
+
|
543
|
+
_stream = False
|
544
|
+
pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access
|
545
|
+
_request, stream=_stream, **kwargs
|
546
|
+
)
|
547
|
+
|
548
|
+
response = pipeline_response.http_response
|
549
|
+
|
550
|
+
if response.status_code not in [200]:
|
551
|
+
map_error(status_code=response.status_code, response=response, error_map=error_map)
|
552
|
+
error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
|
553
|
+
raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat)
|
554
|
+
|
555
|
+
deserialized = self._deserialize("EncryptionScope", pipeline_response)
|
556
|
+
|
557
|
+
if cls:
|
558
|
+
return cls(pipeline_response, deserialized, {}) # type: ignore
|
559
|
+
|
560
|
+
return deserialized # type: ignore
|
561
|
+
|
562
|
+
@distributed_trace
|
563
|
+
def get(
|
564
|
+
self, resource_group_name: str, account_name: str, encryption_scope_name: str, **kwargs: Any
|
565
|
+
) -> _models.EncryptionScope:
|
566
|
+
"""Returns the properties for the specified encryption scope.
|
567
|
+
|
568
|
+
:param resource_group_name: The name of the resource group within the user's subscription. The
|
569
|
+
name is case insensitive. Required.
|
570
|
+
:type resource_group_name: str
|
571
|
+
:param account_name: The name of the storage account within the specified resource group.
|
572
|
+
Storage account names must be between 3 and 24 characters in length and use numbers and
|
573
|
+
lower-case letters only. Required.
|
574
|
+
:type account_name: str
|
575
|
+
:param encryption_scope_name: The name of the encryption scope within the specified storage
|
576
|
+
account. Encryption scope names must be between 3 and 63 characters in length and use numbers,
|
577
|
+
lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and
|
578
|
+
followed by a letter or number. Required.
|
579
|
+
:type encryption_scope_name: str
|
580
|
+
:return: EncryptionScope or the result of cls(response)
|
581
|
+
:rtype: ~azure.mgmt.storage.v2023_01_01.models.EncryptionScope
|
582
|
+
:raises ~azure.core.exceptions.HttpResponseError:
|
583
|
+
"""
|
584
|
+
error_map: MutableMapping[int, Type[HttpResponseError]] = {
|
585
|
+
401: ClientAuthenticationError,
|
586
|
+
404: ResourceNotFoundError,
|
587
|
+
409: ResourceExistsError,
|
588
|
+
304: ResourceNotModifiedError,
|
589
|
+
}
|
590
|
+
error_map.update(kwargs.pop("error_map", {}) or {})
|
591
|
+
|
592
|
+
_headers = kwargs.pop("headers", {}) or {}
|
593
|
+
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
594
|
+
|
595
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2023-01-01"))
|
596
|
+
cls: ClsType[_models.EncryptionScope] = kwargs.pop("cls", None)
|
597
|
+
|
598
|
+
_request = build_get_request(
|
599
|
+
resource_group_name=resource_group_name,
|
600
|
+
account_name=account_name,
|
601
|
+
encryption_scope_name=encryption_scope_name,
|
602
|
+
subscription_id=self._config.subscription_id,
|
603
|
+
api_version=api_version,
|
604
|
+
headers=_headers,
|
605
|
+
params=_params,
|
606
|
+
)
|
607
|
+
_request = _convert_request(_request)
|
608
|
+
_request.url = self._client.format_url(_request.url)
|
609
|
+
|
610
|
+
_stream = False
|
611
|
+
pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access
|
612
|
+
_request, stream=_stream, **kwargs
|
613
|
+
)
|
614
|
+
|
615
|
+
response = pipeline_response.http_response
|
616
|
+
|
617
|
+
if response.status_code not in [200]:
|
618
|
+
map_error(status_code=response.status_code, response=response, error_map=error_map)
|
619
|
+
error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
|
620
|
+
raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat)
|
621
|
+
|
622
|
+
deserialized = self._deserialize("EncryptionScope", pipeline_response)
|
623
|
+
|
624
|
+
if cls:
|
625
|
+
return cls(pipeline_response, deserialized, {}) # type: ignore
|
626
|
+
|
627
|
+
return deserialized # type: ignore
|
628
|
+
|
629
|
+
@distributed_trace
|
630
|
+
def list(
|
631
|
+
self,
|
632
|
+
resource_group_name: str,
|
633
|
+
account_name: str,
|
634
|
+
maxpagesize: Optional[int] = None,
|
635
|
+
filter: Optional[str] = None,
|
636
|
+
include: Optional[Union[str, _models.ListEncryptionScopesInclude]] = None,
|
637
|
+
**kwargs: Any
|
638
|
+
) -> Iterable["_models.EncryptionScope"]:
|
639
|
+
"""Lists all the encryption scopes available under the specified storage account.
|
640
|
+
|
641
|
+
:param resource_group_name: The name of the resource group within the user's subscription. The
|
642
|
+
name is case insensitive. Required.
|
643
|
+
:type resource_group_name: str
|
644
|
+
:param account_name: The name of the storage account within the specified resource group.
|
645
|
+
Storage account names must be between 3 and 24 characters in length and use numbers and
|
646
|
+
lower-case letters only. Required.
|
647
|
+
:type account_name: str
|
648
|
+
:param maxpagesize: Optional, specifies the maximum number of encryption scopes that will be
|
649
|
+
included in the list response. Default value is None.
|
650
|
+
:type maxpagesize: int
|
651
|
+
:param filter: Optional. When specified, only encryption scope names starting with the filter
|
652
|
+
will be listed. Default value is None.
|
653
|
+
:type filter: str
|
654
|
+
:param include: Optional, when specified, will list encryption scopes with the specific state.
|
655
|
+
Defaults to All. Known values are: "All", "Enabled", and "Disabled". Default value is None.
|
656
|
+
:type include: str or ~azure.mgmt.storage.v2023_01_01.models.ListEncryptionScopesInclude
|
657
|
+
:return: An iterator like instance of either EncryptionScope or the result of cls(response)
|
658
|
+
:rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.storage.v2023_01_01.models.EncryptionScope]
|
659
|
+
:raises ~azure.core.exceptions.HttpResponseError:
|
660
|
+
"""
|
661
|
+
_headers = kwargs.pop("headers", {}) or {}
|
662
|
+
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
663
|
+
|
664
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2023-01-01"))
|
665
|
+
cls: ClsType[_models.EncryptionScopeListResult] = kwargs.pop("cls", None)
|
666
|
+
|
667
|
+
error_map: MutableMapping[int, Type[HttpResponseError]] = {
|
668
|
+
401: ClientAuthenticationError,
|
669
|
+
404: ResourceNotFoundError,
|
670
|
+
409: ResourceExistsError,
|
671
|
+
304: ResourceNotModifiedError,
|
672
|
+
}
|
673
|
+
error_map.update(kwargs.pop("error_map", {}) or {})
|
674
|
+
|
675
|
+
def prepare_request(next_link=None):
|
676
|
+
if not next_link:
|
677
|
+
|
678
|
+
_request = build_list_request(
|
679
|
+
resource_group_name=resource_group_name,
|
680
|
+
account_name=account_name,
|
681
|
+
subscription_id=self._config.subscription_id,
|
682
|
+
maxpagesize=maxpagesize,
|
683
|
+
filter=filter,
|
684
|
+
include=include,
|
685
|
+
api_version=api_version,
|
686
|
+
headers=_headers,
|
687
|
+
params=_params,
|
688
|
+
)
|
689
|
+
_request = _convert_request(_request)
|
690
|
+
_request.url = self._client.format_url(_request.url)
|
691
|
+
|
692
|
+
else:
|
693
|
+
# make call to next link with the client's api-version
|
694
|
+
_parsed_next_link = urllib.parse.urlparse(next_link)
|
695
|
+
_next_request_params = case_insensitive_dict(
|
696
|
+
{
|
697
|
+
key: [urllib.parse.quote(v) for v in value]
|
698
|
+
for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items()
|
699
|
+
}
|
700
|
+
)
|
701
|
+
_next_request_params["api-version"] = self._api_version
|
702
|
+
_request = HttpRequest(
|
703
|
+
"GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params
|
704
|
+
)
|
705
|
+
_request = _convert_request(_request)
|
706
|
+
_request.url = self._client.format_url(_request.url)
|
707
|
+
_request.method = "GET"
|
708
|
+
return _request
|
709
|
+
|
710
|
+
def extract_data(pipeline_response):
|
711
|
+
deserialized = self._deserialize("EncryptionScopeListResult", pipeline_response)
|
712
|
+
list_of_elem = deserialized.value
|
713
|
+
if cls:
|
714
|
+
list_of_elem = cls(list_of_elem) # type: ignore
|
715
|
+
return deserialized.next_link or None, iter(list_of_elem)
|
716
|
+
|
717
|
+
def get_next(next_link=None):
|
718
|
+
_request = prepare_request(next_link)
|
719
|
+
|
720
|
+
_stream = False
|
721
|
+
pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access
|
722
|
+
_request, stream=_stream, **kwargs
|
723
|
+
)
|
724
|
+
response = pipeline_response.http_response
|
725
|
+
|
726
|
+
if response.status_code not in [200]:
|
727
|
+
map_error(status_code=response.status_code, response=response, error_map=error_map)
|
728
|
+
raise HttpResponseError(response=response, error_format=ARMErrorFormat)
|
729
|
+
|
730
|
+
return pipeline_response
|
731
|
+
|
732
|
+
return ItemPaged(get_next, extract_data)
|