azure-mgmt-storage 21.1.0b1__py3-none-any.whl → 21.2.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- azure/mgmt/storage/_configuration.py +2 -3
- azure/mgmt/storage/_serialization.py +66 -60
- azure/mgmt/storage/_storage_management_client.py +232 -26
- azure/mgmt/storage/_version.py +1 -1
- azure/mgmt/storage/aio/_configuration.py +2 -3
- azure/mgmt/storage/aio/_storage_management_client.py +232 -26
- azure/mgmt/storage/models.py +1 -1
- azure/mgmt/storage/v2015_06_15/_configuration.py +4 -11
- azure/mgmt/storage/v2015_06_15/_patch.py +1 -0
- azure/mgmt/storage/v2015_06_15/_storage_management.py +25 -5
- azure/mgmt/storage/v2015_06_15/_vendor.py +0 -14
- azure/mgmt/storage/v2015_06_15/_version.py +1 -1
- azure/mgmt/storage/v2015_06_15/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2015_06_15/aio/_patch.py +1 -0
- azure/mgmt/storage/v2015_06_15/aio/_storage_management.py +27 -5
- azure/mgmt/storage/v2015_06_15/aio/operations/_storage_accounts_operations.py +132 -213
- azure/mgmt/storage/v2015_06_15/aio/operations/_usage_operations.py +20 -22
- azure/mgmt/storage/v2015_06_15/models/_models_py3.py +6 -6
- azure/mgmt/storage/v2015_06_15/operations/_storage_accounts_operations.py +151 -232
- azure/mgmt/storage/v2015_06_15/operations/_usage_operations.py +23 -25
- azure/mgmt/storage/v2016_01_01/_configuration.py +4 -11
- azure/mgmt/storage/v2016_01_01/_patch.py +1 -0
- azure/mgmt/storage/v2016_01_01/_storage_management_client.py +25 -5
- azure/mgmt/storage/v2016_01_01/_vendor.py +0 -14
- azure/mgmt/storage/v2016_01_01/_version.py +1 -1
- azure/mgmt/storage/v2016_01_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2016_01_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2016_01_01/aio/_storage_management_client.py +27 -5
- azure/mgmt/storage/v2016_01_01/aio/operations/_storage_accounts_operations.py +132 -213
- azure/mgmt/storage/v2016_01_01/aio/operations/_usage_operations.py +20 -22
- azure/mgmt/storage/v2016_01_01/models/_models_py3.py +7 -7
- azure/mgmt/storage/v2016_01_01/operations/_storage_accounts_operations.py +151 -232
- azure/mgmt/storage/v2016_01_01/operations/_usage_operations.py +23 -25
- azure/mgmt/storage/v2016_12_01/_configuration.py +4 -11
- azure/mgmt/storage/v2016_12_01/_patch.py +1 -0
- azure/mgmt/storage/v2016_12_01/_storage_management.py +25 -5
- azure/mgmt/storage/v2016_12_01/_vendor.py +0 -14
- azure/mgmt/storage/v2016_12_01/_version.py +1 -1
- azure/mgmt/storage/v2016_12_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2016_12_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2016_12_01/aio/_storage_management.py +27 -5
- azure/mgmt/storage/v2016_12_01/aio/operations/_storage_accounts_operations.py +162 -263
- azure/mgmt/storage/v2016_12_01/aio/operations/_usage_operations.py +20 -22
- azure/mgmt/storage/v2016_12_01/models/_models_py3.py +9 -9
- azure/mgmt/storage/v2016_12_01/operations/_storage_accounts_operations.py +185 -286
- azure/mgmt/storage/v2016_12_01/operations/_usage_operations.py +23 -25
- azure/mgmt/storage/v2017_06_01/_configuration.py +4 -11
- azure/mgmt/storage/v2017_06_01/_patch.py +1 -0
- azure/mgmt/storage/v2017_06_01/_storage_management.py +27 -7
- azure/mgmt/storage/v2017_06_01/_vendor.py +0 -14
- azure/mgmt/storage/v2017_06_01/_version.py +1 -1
- azure/mgmt/storage/v2017_06_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2017_06_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2017_06_01/aio/_storage_management.py +29 -7
- azure/mgmt/storage/v2017_06_01/aio/operations/_operations.py +20 -22
- azure/mgmt/storage/v2017_06_01/aio/operations/_skus_operations.py +20 -22
- azure/mgmt/storage/v2017_06_01/aio/operations/_storage_accounts_operations.py +162 -263
- azure/mgmt/storage/v2017_06_01/aio/operations/_usage_operations.py +20 -22
- azure/mgmt/storage/v2017_06_01/models/_models_py3.py +16 -22
- azure/mgmt/storage/v2017_06_01/operations/_operations.py +21 -23
- azure/mgmt/storage/v2017_06_01/operations/_skus_operations.py +23 -25
- azure/mgmt/storage/v2017_06_01/operations/_storage_accounts_operations.py +185 -286
- azure/mgmt/storage/v2017_06_01/operations/_usage_operations.py +23 -25
- azure/mgmt/storage/v2017_10_01/_configuration.py +4 -11
- azure/mgmt/storage/v2017_10_01/_patch.py +1 -0
- azure/mgmt/storage/v2017_10_01/_storage_management.py +27 -7
- azure/mgmt/storage/v2017_10_01/_vendor.py +0 -14
- azure/mgmt/storage/v2017_10_01/_version.py +1 -1
- azure/mgmt/storage/v2017_10_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2017_10_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2017_10_01/aio/_storage_management.py +29 -7
- azure/mgmt/storage/v2017_10_01/aio/operations/_operations.py +20 -22
- azure/mgmt/storage/v2017_10_01/aio/operations/_skus_operations.py +20 -22
- azure/mgmt/storage/v2017_10_01/aio/operations/_storage_accounts_operations.py +162 -263
- azure/mgmt/storage/v2017_10_01/aio/operations/_usage_operations.py +20 -22
- azure/mgmt/storage/v2017_10_01/models/_models_py3.py +16 -22
- azure/mgmt/storage/v2017_10_01/operations/_operations.py +21 -23
- azure/mgmt/storage/v2017_10_01/operations/_skus_operations.py +23 -25
- azure/mgmt/storage/v2017_10_01/operations/_storage_accounts_operations.py +185 -286
- azure/mgmt/storage/v2017_10_01/operations/_usage_operations.py +23 -25
- azure/mgmt/storage/v2018_02_01/_configuration.py +4 -11
- azure/mgmt/storage/v2018_02_01/_patch.py +1 -0
- azure/mgmt/storage/v2018_02_01/_storage_management_client.py +30 -8
- azure/mgmt/storage/v2018_02_01/_vendor.py +0 -14
- azure/mgmt/storage/v2018_02_01/_version.py +1 -1
- azure/mgmt/storage/v2018_02_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2018_02_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2018_02_01/aio/_storage_management_client.py +32 -8
- azure/mgmt/storage/v2018_02_01/aio/operations/_blob_containers_operations.py +166 -264
- azure/mgmt/storage/v2018_02_01/aio/operations/_operations.py +20 -22
- azure/mgmt/storage/v2018_02_01/aio/operations/_skus_operations.py +20 -22
- azure/mgmt/storage/v2018_02_01/aio/operations/_storage_accounts_operations.py +162 -263
- azure/mgmt/storage/v2018_02_01/aio/operations/_usage_operations.py +34 -41
- azure/mgmt/storage/v2018_02_01/models/_models_py3.py +28 -34
- azure/mgmt/storage/v2018_02_01/models/_storage_management_client_enums.py +1 -1
- azure/mgmt/storage/v2018_02_01/operations/_blob_containers_operations.py +194 -292
- azure/mgmt/storage/v2018_02_01/operations/_operations.py +21 -23
- azure/mgmt/storage/v2018_02_01/operations/_skus_operations.py +23 -25
- azure/mgmt/storage/v2018_02_01/operations/_storage_accounts_operations.py +185 -286
- azure/mgmt/storage/v2018_02_01/operations/_usage_operations.py +39 -46
- azure/mgmt/storage/v2018_03_01_preview/_configuration.py +4 -11
- azure/mgmt/storage/v2018_03_01_preview/_patch.py +1 -0
- azure/mgmt/storage/v2018_03_01_preview/_storage_management_client.py +41 -8
- azure/mgmt/storage/v2018_03_01_preview/_vendor.py +0 -14
- azure/mgmt/storage/v2018_03_01_preview/_version.py +1 -1
- azure/mgmt/storage/v2018_03_01_preview/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2018_03_01_preview/aio/_patch.py +1 -0
- azure/mgmt/storage/v2018_03_01_preview/aio/_storage_management_client.py +43 -8
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/__init__.py +2 -0
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/_blob_containers_operations.py +182 -277
- azure/mgmt/storage/{v2018_07_01 → v2018_03_01_preview}/aio/operations/_management_policies_operations.py +55 -72
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/_operations.py +21 -23
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/_skus_operations.py +21 -23
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/_storage_accounts_operations.py +209 -330
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/_usages_operations.py +36 -43
- azure/mgmt/storage/v2018_03_01_preview/models/_models_py3.py +30 -34
- azure/mgmt/storage/v2018_03_01_preview/models/_storage_management_client_enums.py +1 -1
- azure/mgmt/storage/v2018_03_01_preview/operations/__init__.py +2 -0
- azure/mgmt/storage/v2018_03_01_preview/operations/_blob_containers_operations.py +210 -331
- azure/mgmt/storage/{v2018_07_01 → v2018_03_01_preview}/operations/_management_policies_operations.py +62 -85
- azure/mgmt/storage/v2018_03_01_preview/operations/_operations.py +22 -26
- azure/mgmt/storage/v2018_03_01_preview/operations/_skus_operations.py +24 -28
- azure/mgmt/storage/v2018_03_01_preview/operations/_storage_accounts_operations.py +239 -388
- azure/mgmt/storage/v2018_03_01_preview/operations/_usages_operations.py +41 -52
- azure/mgmt/storage/v2018_07_01/_configuration.py +9 -4
- azure/mgmt/storage/v2018_07_01/_patch.py +1 -0
- azure/mgmt/storage/v2018_07_01/_storage_management_client.py +36 -16
- azure/mgmt/storage/v2018_07_01/_vendor.py +0 -14
- azure/mgmt/storage/v2018_07_01/_version.py +1 -1
- azure/mgmt/storage/v2018_07_01/aio/_configuration.py +9 -4
- azure/mgmt/storage/v2018_07_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2018_07_01/aio/_storage_management_client.py +38 -16
- azure/mgmt/storage/v2018_07_01/aio/operations/__init__.py +0 -2
- azure/mgmt/storage/v2018_07_01/aio/operations/_blob_containers_operations.py +166 -264
- azure/mgmt/storage/v2018_07_01/aio/operations/_blob_services_operations.py +31 -44
- azure/mgmt/storage/v2018_07_01/aio/operations/_operations.py +31 -21
- azure/mgmt/storage/v2018_07_01/aio/operations/_skus_operations.py +31 -21
- azure/mgmt/storage/v2018_07_01/aio/operations/_storage_accounts_operations.py +195 -289
- azure/mgmt/storage/v2018_07_01/aio/operations/_usages_operations.py +31 -23
- azure/mgmt/storage/v2018_07_01/models/__init__.py +0 -10
- azure/mgmt/storage/v2018_07_01/models/_models_py3.py +30 -164
- azure/mgmt/storage/v2018_07_01/models/_storage_management_client_enums.py +1 -7
- azure/mgmt/storage/v2018_07_01/operations/__init__.py +0 -2
- azure/mgmt/storage/v2018_07_01/operations/_blob_containers_operations.py +194 -292
- azure/mgmt/storage/v2018_07_01/operations/_blob_services_operations.py +36 -49
- azure/mgmt/storage/v2018_07_01/operations/_operations.py +32 -22
- azure/mgmt/storage/v2018_07_01/operations/_skus_operations.py +34 -24
- azure/mgmt/storage/v2018_07_01/operations/_storage_accounts_operations.py +220 -314
- azure/mgmt/storage/v2018_07_01/operations/_usages_operations.py +34 -26
- azure/mgmt/storage/v2018_11_01/_configuration.py +4 -11
- azure/mgmt/storage/v2018_11_01/_patch.py +1 -0
- azure/mgmt/storage/v2018_11_01/_storage_management_client.py +34 -10
- azure/mgmt/storage/v2018_11_01/_vendor.py +0 -14
- azure/mgmt/storage/v2018_11_01/_version.py +1 -1
- azure/mgmt/storage/v2018_11_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2018_11_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2018_11_01/aio/_storage_management_client.py +36 -10
- azure/mgmt/storage/v2018_11_01/aio/operations/_blob_containers_operations.py +164 -262
- azure/mgmt/storage/v2018_11_01/aio/operations/_blob_services_operations.py +31 -44
- azure/mgmt/storage/v2018_11_01/aio/operations/_management_policies_operations.py +39 -57
- azure/mgmt/storage/v2018_11_01/aio/operations/_operations.py +20 -22
- azure/mgmt/storage/v2018_11_01/aio/operations/_skus_operations.py +20 -22
- azure/mgmt/storage/v2018_11_01/aio/operations/_storage_accounts_operations.py +182 -304
- azure/mgmt/storage/v2018_11_01/aio/operations/_usages_operations.py +20 -24
- azure/mgmt/storage/v2018_11_01/models/_models_py3.py +37 -43
- azure/mgmt/storage/v2018_11_01/models/_storage_management_client_enums.py +1 -1
- azure/mgmt/storage/v2018_11_01/operations/_blob_containers_operations.py +192 -290
- azure/mgmt/storage/v2018_11_01/operations/_blob_services_operations.py +36 -49
- azure/mgmt/storage/v2018_11_01/operations/_management_policies_operations.py +46 -64
- azure/mgmt/storage/v2018_11_01/operations/_operations.py +21 -23
- azure/mgmt/storage/v2018_11_01/operations/_skus_operations.py +23 -25
- azure/mgmt/storage/v2018_11_01/operations/_storage_accounts_operations.py +210 -332
- azure/mgmt/storage/v2018_11_01/operations/_usages_operations.py +23 -27
- azure/mgmt/storage/v2019_04_01/_configuration.py +4 -11
- azure/mgmt/storage/v2019_04_01/_patch.py +1 -0
- azure/mgmt/storage/v2019_04_01/_storage_management_client.py +40 -12
- azure/mgmt/storage/v2019_04_01/_vendor.py +0 -14
- azure/mgmt/storage/v2019_04_01/_version.py +1 -1
- azure/mgmt/storage/v2019_04_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2019_04_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2019_04_01/aio/_storage_management_client.py +42 -12
- azure/mgmt/storage/v2019_04_01/aio/operations/_blob_containers_operations.py +169 -267
- azure/mgmt/storage/v2019_04_01/aio/operations/_blob_services_operations.py +45 -63
- azure/mgmt/storage/v2019_04_01/aio/operations/_file_services_operations.py +41 -59
- azure/mgmt/storage/v2019_04_01/aio/operations/_file_shares_operations.py +68 -101
- azure/mgmt/storage/v2019_04_01/aio/operations/_management_policies_operations.py +39 -57
- azure/mgmt/storage/v2019_04_01/aio/operations/_operations.py +20 -22
- azure/mgmt/storage/v2019_04_01/aio/operations/_skus_operations.py +20 -22
- azure/mgmt/storage/v2019_04_01/aio/operations/_storage_accounts_operations.py +183 -304
- azure/mgmt/storage/v2019_04_01/aio/operations/_usages_operations.py +20 -24
- azure/mgmt/storage/v2019_04_01/models/_models_py3.py +42 -48
- azure/mgmt/storage/v2019_04_01/models/_storage_management_client_enums.py +1 -1
- azure/mgmt/storage/v2019_04_01/operations/_blob_containers_operations.py +197 -295
- azure/mgmt/storage/v2019_04_01/operations/_blob_services_operations.py +52 -70
- azure/mgmt/storage/v2019_04_01/operations/_file_services_operations.py +48 -66
- azure/mgmt/storage/v2019_04_01/operations/_file_shares_operations.py +79 -112
- azure/mgmt/storage/v2019_04_01/operations/_management_policies_operations.py +46 -64
- azure/mgmt/storage/v2019_04_01/operations/_operations.py +21 -23
- azure/mgmt/storage/v2019_04_01/operations/_skus_operations.py +23 -25
- azure/mgmt/storage/v2019_04_01/operations/_storage_accounts_operations.py +211 -332
- azure/mgmt/storage/v2019_04_01/operations/_usages_operations.py +23 -27
- azure/mgmt/storage/v2019_06_01/_configuration.py +4 -11
- azure/mgmt/storage/v2019_06_01/_patch.py +1 -0
- azure/mgmt/storage/v2019_06_01/_storage_management_client.py +54 -22
- azure/mgmt/storage/v2019_06_01/_vendor.py +0 -14
- azure/mgmt/storage/v2019_06_01/_version.py +1 -1
- azure/mgmt/storage/v2019_06_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2019_06_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2019_06_01/aio/_storage_management_client.py +56 -22
- azure/mgmt/storage/v2019_06_01/aio/operations/_blob_containers_operations.py +169 -267
- azure/mgmt/storage/v2019_06_01/aio/operations/_blob_inventory_policies_operations.py +53 -76
- azure/mgmt/storage/v2019_06_01/aio/operations/_blob_services_operations.py +45 -63
- azure/mgmt/storage/v2019_06_01/aio/operations/_encryption_scopes_operations.py +58 -86
- azure/mgmt/storage/v2019_06_01/aio/operations/_file_services_operations.py +41 -59
- azure/mgmt/storage/v2019_06_01/aio/operations/_file_shares_operations.py +82 -125
- azure/mgmt/storage/v2019_06_01/aio/operations/_management_policies_operations.py +39 -57
- azure/mgmt/storage/v2019_06_01/aio/operations/_object_replication_policies_operations.py +54 -76
- azure/mgmt/storage/v2019_06_01/aio/operations/_operations.py +20 -22
- azure/mgmt/storage/v2019_06_01/aio/operations/_private_endpoint_connections_operations.py +53 -76
- azure/mgmt/storage/v2019_06_01/aio/operations/_private_link_resources_operations.py +15 -19
- azure/mgmt/storage/v2019_06_01/aio/operations/_queue_operations.py +68 -101
- azure/mgmt/storage/v2019_06_01/aio/operations/_queue_services_operations.py +40 -58
- azure/mgmt/storage/v2019_06_01/aio/operations/_skus_operations.py +20 -22
- azure/mgmt/storage/v2019_06_01/aio/operations/_storage_accounts_operations.py +203 -357
- azure/mgmt/storage/v2019_06_01/aio/operations/_table_operations.py +55 -79
- azure/mgmt/storage/v2019_06_01/aio/operations/_table_services_operations.py +40 -58
- azure/mgmt/storage/v2019_06_01/aio/operations/_usages_operations.py +20 -24
- azure/mgmt/storage/v2019_06_01/models/_models_py3.py +62 -68
- azure/mgmt/storage/v2019_06_01/models/_storage_management_client_enums.py +1 -1
- azure/mgmt/storage/v2019_06_01/operations/_blob_containers_operations.py +197 -295
- azure/mgmt/storage/v2019_06_01/operations/_blob_inventory_policies_operations.py +62 -85
- azure/mgmt/storage/v2019_06_01/operations/_blob_services_operations.py +52 -70
- azure/mgmt/storage/v2019_06_01/operations/_encryption_scopes_operations.py +67 -95
- azure/mgmt/storage/v2019_06_01/operations/_file_services_operations.py +48 -66
- azure/mgmt/storage/v2019_06_01/operations/_file_shares_operations.py +95 -138
- azure/mgmt/storage/v2019_06_01/operations/_management_policies_operations.py +46 -64
- azure/mgmt/storage/v2019_06_01/operations/_object_replication_policies_operations.py +63 -85
- azure/mgmt/storage/v2019_06_01/operations/_operations.py +21 -23
- azure/mgmt/storage/v2019_06_01/operations/_private_endpoint_connections_operations.py +62 -85
- azure/mgmt/storage/v2019_06_01/operations/_private_link_resources_operations.py +18 -22
- azure/mgmt/storage/v2019_06_01/operations/_queue_operations.py +79 -112
- azure/mgmt/storage/v2019_06_01/operations/_queue_services_operations.py +47 -65
- azure/mgmt/storage/v2019_06_01/operations/_skus_operations.py +23 -25
- azure/mgmt/storage/v2019_06_01/operations/_storage_accounts_operations.py +233 -387
- azure/mgmt/storage/v2019_06_01/operations/_table_operations.py +66 -90
- azure/mgmt/storage/v2019_06_01/operations/_table_services_operations.py +47 -65
- azure/mgmt/storage/v2019_06_01/operations/_usages_operations.py +23 -27
- azure/mgmt/storage/v2020_08_01_preview/_configuration.py +4 -11
- azure/mgmt/storage/v2020_08_01_preview/_patch.py +1 -0
- azure/mgmt/storage/v2020_08_01_preview/_storage_management_client.py +64 -24
- azure/mgmt/storage/v2020_08_01_preview/_vendor.py +0 -14
- azure/mgmt/storage/v2020_08_01_preview/_version.py +1 -1
- azure/mgmt/storage/v2020_08_01_preview/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2020_08_01_preview/aio/_patch.py +1 -0
- azure/mgmt/storage/v2020_08_01_preview/aio/_storage_management_client.py +66 -24
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_blob_containers_operations.py +185 -280
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_blob_inventory_policies_operations.py +58 -80
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_blob_services_operations.py +49 -66
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_deleted_accounts_operations.py +31 -38
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_encryption_scopes_operations.py +64 -90
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_file_services_operations.py +45 -62
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_file_shares_operations.py +88 -131
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_management_policies_operations.py +42 -60
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_object_replication_policies_operations.py +59 -80
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_operations.py +21 -23
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_private_endpoint_connections_operations.py +57 -80
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_private_link_resources_operations.py +16 -20
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_queue_operations.py +73 -106
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_queue_services_operations.py +44 -61
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_skus_operations.py +21 -23
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_storage_accounts_operations.py +221 -374
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_table_operations.py +60 -84
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_table_services_operations.py +44 -61
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_usages_operations.py +21 -25
- azure/mgmt/storage/v2020_08_01_preview/models/_models_py3.py +64 -86
- azure/mgmt/storage/v2020_08_01_preview/models/_storage_management_client_enums.py +1 -1
- azure/mgmt/storage/v2020_08_01_preview/operations/_blob_containers_operations.py +213 -334
- azure/mgmt/storage/v2020_08_01_preview/operations/_blob_inventory_policies_operations.py +67 -97
- azure/mgmt/storage/v2020_08_01_preview/operations/_blob_services_operations.py +56 -79
- azure/mgmt/storage/v2020_08_01_preview/operations/_deleted_accounts_operations.py +36 -47
- azure/mgmt/storage/v2020_08_01_preview/operations/_encryption_scopes_operations.py +73 -107
- azure/mgmt/storage/v2020_08_01_preview/operations/_file_services_operations.py +52 -75
- azure/mgmt/storage/v2020_08_01_preview/operations/_file_shares_operations.py +101 -156
- azure/mgmt/storage/v2020_08_01_preview/operations/_management_policies_operations.py +49 -73
- azure/mgmt/storage/v2020_08_01_preview/operations/_object_replication_policies_operations.py +68 -97
- azure/mgmt/storage/v2020_08_01_preview/operations/_operations.py +22 -26
- azure/mgmt/storage/v2020_08_01_preview/operations/_private_endpoint_connections_operations.py +66 -97
- azure/mgmt/storage/v2020_08_01_preview/operations/_private_link_resources_operations.py +19 -25
- azure/mgmt/storage/v2020_08_01_preview/operations/_queue_operations.py +84 -127
- azure/mgmt/storage/v2020_08_01_preview/operations/_queue_services_operations.py +51 -74
- azure/mgmt/storage/v2020_08_01_preview/operations/_skus_operations.py +24 -28
- azure/mgmt/storage/v2020_08_01_preview/operations/_storage_accounts_operations.py +251 -432
- azure/mgmt/storage/v2020_08_01_preview/operations/_table_operations.py +71 -105
- azure/mgmt/storage/v2020_08_01_preview/operations/_table_services_operations.py +51 -74
- azure/mgmt/storage/v2020_08_01_preview/operations/_usages_operations.py +24 -30
- azure/mgmt/storage/v2021_01_01/_configuration.py +4 -11
- azure/mgmt/storage/v2021_01_01/_patch.py +1 -0
- azure/mgmt/storage/v2021_01_01/_storage_management_client.py +55 -23
- azure/mgmt/storage/v2021_01_01/_vendor.py +0 -14
- azure/mgmt/storage/v2021_01_01/_version.py +1 -1
- azure/mgmt/storage/v2021_01_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2021_01_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2021_01_01/aio/_storage_management_client.py +57 -23
- azure/mgmt/storage/v2021_01_01/aio/operations/_blob_containers_operations.py +169 -267
- azure/mgmt/storage/v2021_01_01/aio/operations/_blob_inventory_policies_operations.py +53 -76
- azure/mgmt/storage/v2021_01_01/aio/operations/_blob_services_operations.py +45 -63
- azure/mgmt/storage/v2021_01_01/aio/operations/_deleted_accounts_operations.py +29 -36
- azure/mgmt/storage/v2021_01_01/aio/operations/_encryption_scopes_operations.py +58 -86
- azure/mgmt/storage/v2021_01_01/aio/operations/_file_services_operations.py +41 -59
- azure/mgmt/storage/v2021_01_01/aio/operations/_file_shares_operations.py +82 -125
- azure/mgmt/storage/v2021_01_01/aio/operations/_management_policies_operations.py +39 -57
- azure/mgmt/storage/v2021_01_01/aio/operations/_object_replication_policies_operations.py +54 -76
- azure/mgmt/storage/v2021_01_01/aio/operations/_operations.py +20 -22
- azure/mgmt/storage/v2021_01_01/aio/operations/_private_endpoint_connections_operations.py +53 -76
- azure/mgmt/storage/v2021_01_01/aio/operations/_private_link_resources_operations.py +15 -19
- azure/mgmt/storage/v2021_01_01/aio/operations/_queue_operations.py +68 -101
- azure/mgmt/storage/v2021_01_01/aio/operations/_queue_services_operations.py +40 -58
- azure/mgmt/storage/v2021_01_01/aio/operations/_skus_operations.py +20 -22
- azure/mgmt/storage/v2021_01_01/aio/operations/_storage_accounts_operations.py +203 -357
- azure/mgmt/storage/v2021_01_01/aio/operations/_table_operations.py +55 -79
- azure/mgmt/storage/v2021_01_01/aio/operations/_table_services_operations.py +40 -58
- azure/mgmt/storage/v2021_01_01/aio/operations/_usages_operations.py +20 -24
- azure/mgmt/storage/v2021_01_01/models/_models_py3.py +64 -86
- azure/mgmt/storage/v2021_01_01/models/_storage_management_client_enums.py +1 -1
- azure/mgmt/storage/v2021_01_01/operations/_blob_containers_operations.py +197 -295
- azure/mgmt/storage/v2021_01_01/operations/_blob_inventory_policies_operations.py +62 -85
- azure/mgmt/storage/v2021_01_01/operations/_blob_services_operations.py +52 -70
- azure/mgmt/storage/v2021_01_01/operations/_deleted_accounts_operations.py +34 -41
- azure/mgmt/storage/v2021_01_01/operations/_encryption_scopes_operations.py +67 -95
- azure/mgmt/storage/v2021_01_01/operations/_file_services_operations.py +48 -66
- azure/mgmt/storage/v2021_01_01/operations/_file_shares_operations.py +95 -138
- azure/mgmt/storage/v2021_01_01/operations/_management_policies_operations.py +46 -64
- azure/mgmt/storage/v2021_01_01/operations/_object_replication_policies_operations.py +63 -85
- azure/mgmt/storage/v2021_01_01/operations/_operations.py +21 -23
- azure/mgmt/storage/v2021_01_01/operations/_private_endpoint_connections_operations.py +62 -85
- azure/mgmt/storage/v2021_01_01/operations/_private_link_resources_operations.py +18 -22
- azure/mgmt/storage/v2021_01_01/operations/_queue_operations.py +79 -112
- azure/mgmt/storage/v2021_01_01/operations/_queue_services_operations.py +47 -65
- azure/mgmt/storage/v2021_01_01/operations/_skus_operations.py +23 -25
- azure/mgmt/storage/v2021_01_01/operations/_storage_accounts_operations.py +233 -387
- azure/mgmt/storage/v2021_01_01/operations/_table_operations.py +66 -90
- azure/mgmt/storage/v2021_01_01/operations/_table_services_operations.py +47 -65
- azure/mgmt/storage/v2021_01_01/operations/_usages_operations.py +23 -27
- azure/mgmt/storage/v2021_02_01/_configuration.py +4 -11
- azure/mgmt/storage/v2021_02_01/_patch.py +1 -0
- azure/mgmt/storage/v2021_02_01/_storage_management_client.py +55 -23
- azure/mgmt/storage/v2021_02_01/_vendor.py +0 -14
- azure/mgmt/storage/v2021_02_01/_version.py +1 -1
- azure/mgmt/storage/v2021_02_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2021_02_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2021_02_01/aio/_storage_management_client.py +57 -23
- azure/mgmt/storage/v2021_02_01/aio/operations/_blob_containers_operations.py +169 -267
- azure/mgmt/storage/v2021_02_01/aio/operations/_blob_inventory_policies_operations.py +53 -76
- azure/mgmt/storage/v2021_02_01/aio/operations/_blob_services_operations.py +45 -63
- azure/mgmt/storage/v2021_02_01/aio/operations/_deleted_accounts_operations.py +29 -36
- azure/mgmt/storage/v2021_02_01/aio/operations/_encryption_scopes_operations.py +58 -86
- azure/mgmt/storage/v2021_02_01/aio/operations/_file_services_operations.py +41 -59
- azure/mgmt/storage/v2021_02_01/aio/operations/_file_shares_operations.py +82 -125
- azure/mgmt/storage/v2021_02_01/aio/operations/_management_policies_operations.py +39 -57
- azure/mgmt/storage/v2021_02_01/aio/operations/_object_replication_policies_operations.py +54 -76
- azure/mgmt/storage/v2021_02_01/aio/operations/_operations.py +20 -22
- azure/mgmt/storage/v2021_02_01/aio/operations/_private_endpoint_connections_operations.py +53 -76
- azure/mgmt/storage/v2021_02_01/aio/operations/_private_link_resources_operations.py +15 -19
- azure/mgmt/storage/v2021_02_01/aio/operations/_queue_operations.py +68 -101
- azure/mgmt/storage/v2021_02_01/aio/operations/_queue_services_operations.py +40 -58
- azure/mgmt/storage/v2021_02_01/aio/operations/_skus_operations.py +20 -22
- azure/mgmt/storage/v2021_02_01/aio/operations/_storage_accounts_operations.py +203 -357
- azure/mgmt/storage/v2021_02_01/aio/operations/_table_operations.py +55 -79
- azure/mgmt/storage/v2021_02_01/aio/operations/_table_services_operations.py +40 -58
- azure/mgmt/storage/v2021_02_01/aio/operations/_usages_operations.py +20 -24
- azure/mgmt/storage/v2021_02_01/models/_models_py3.py +66 -88
- azure/mgmt/storage/v2021_02_01/models/_storage_management_client_enums.py +1 -1
- azure/mgmt/storage/v2021_02_01/operations/_blob_containers_operations.py +197 -295
- azure/mgmt/storage/v2021_02_01/operations/_blob_inventory_policies_operations.py +62 -85
- azure/mgmt/storage/v2021_02_01/operations/_blob_services_operations.py +52 -70
- azure/mgmt/storage/v2021_02_01/operations/_deleted_accounts_operations.py +34 -41
- azure/mgmt/storage/v2021_02_01/operations/_encryption_scopes_operations.py +67 -95
- azure/mgmt/storage/v2021_02_01/operations/_file_services_operations.py +48 -66
- azure/mgmt/storage/v2021_02_01/operations/_file_shares_operations.py +95 -138
- azure/mgmt/storage/v2021_02_01/operations/_management_policies_operations.py +46 -64
- azure/mgmt/storage/v2021_02_01/operations/_object_replication_policies_operations.py +63 -85
- azure/mgmt/storage/v2021_02_01/operations/_operations.py +21 -23
- azure/mgmt/storage/v2021_02_01/operations/_private_endpoint_connections_operations.py +62 -85
- azure/mgmt/storage/v2021_02_01/operations/_private_link_resources_operations.py +18 -22
- azure/mgmt/storage/v2021_02_01/operations/_queue_operations.py +79 -112
- azure/mgmt/storage/v2021_02_01/operations/_queue_services_operations.py +47 -65
- azure/mgmt/storage/v2021_02_01/operations/_skus_operations.py +23 -25
- azure/mgmt/storage/v2021_02_01/operations/_storage_accounts_operations.py +233 -387
- azure/mgmt/storage/v2021_02_01/operations/_table_operations.py +66 -90
- azure/mgmt/storage/v2021_02_01/operations/_table_services_operations.py +47 -65
- azure/mgmt/storage/v2021_02_01/operations/_usages_operations.py +23 -27
- azure/mgmt/storage/v2021_04_01/_configuration.py +4 -11
- azure/mgmt/storage/v2021_04_01/_patch.py +1 -0
- azure/mgmt/storage/v2021_04_01/_storage_management_client.py +55 -23
- azure/mgmt/storage/v2021_04_01/_vendor.py +0 -14
- azure/mgmt/storage/v2021_04_01/_version.py +1 -1
- azure/mgmt/storage/v2021_04_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2021_04_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2021_04_01/aio/_storage_management_client.py +57 -23
- azure/mgmt/storage/v2021_04_01/aio/operations/_blob_containers_operations.py +181 -295
- azure/mgmt/storage/v2021_04_01/aio/operations/_blob_inventory_policies_operations.py +53 -76
- azure/mgmt/storage/v2021_04_01/aio/operations/_blob_services_operations.py +45 -63
- azure/mgmt/storage/v2021_04_01/aio/operations/_deleted_accounts_operations.py +29 -36
- azure/mgmt/storage/v2021_04_01/aio/operations/_encryption_scopes_operations.py +58 -86
- azure/mgmt/storage/v2021_04_01/aio/operations/_file_services_operations.py +41 -59
- azure/mgmt/storage/v2021_04_01/aio/operations/_file_shares_operations.py +98 -151
- azure/mgmt/storage/v2021_04_01/aio/operations/_management_policies_operations.py +39 -57
- azure/mgmt/storage/v2021_04_01/aio/operations/_object_replication_policies_operations.py +54 -76
- azure/mgmt/storage/v2021_04_01/aio/operations/_operations.py +20 -22
- azure/mgmt/storage/v2021_04_01/aio/operations/_private_endpoint_connections_operations.py +53 -76
- azure/mgmt/storage/v2021_04_01/aio/operations/_private_link_resources_operations.py +15 -19
- azure/mgmt/storage/v2021_04_01/aio/operations/_queue_operations.py +68 -101
- azure/mgmt/storage/v2021_04_01/aio/operations/_queue_services_operations.py +40 -58
- azure/mgmt/storage/v2021_04_01/aio/operations/_skus_operations.py +20 -22
- azure/mgmt/storage/v2021_04_01/aio/operations/_storage_accounts_operations.py +203 -357
- azure/mgmt/storage/v2021_04_01/aio/operations/_table_operations.py +55 -79
- azure/mgmt/storage/v2021_04_01/aio/operations/_table_services_operations.py +40 -58
- azure/mgmt/storage/v2021_04_01/aio/operations/_usages_operations.py +20 -24
- azure/mgmt/storage/v2021_04_01/models/_models_py3.py +66 -88
- azure/mgmt/storage/v2021_04_01/models/_storage_management_client_enums.py +2 -2
- azure/mgmt/storage/v2021_04_01/operations/_blob_containers_operations.py +211 -325
- azure/mgmt/storage/v2021_04_01/operations/_blob_inventory_policies_operations.py +62 -85
- azure/mgmt/storage/v2021_04_01/operations/_blob_services_operations.py +52 -70
- azure/mgmt/storage/v2021_04_01/operations/_deleted_accounts_operations.py +34 -41
- azure/mgmt/storage/v2021_04_01/operations/_encryption_scopes_operations.py +67 -95
- azure/mgmt/storage/v2021_04_01/operations/_file_services_operations.py +48 -66
- azure/mgmt/storage/v2021_04_01/operations/_file_shares_operations.py +113 -166
- azure/mgmt/storage/v2021_04_01/operations/_management_policies_operations.py +46 -64
- azure/mgmt/storage/v2021_04_01/operations/_object_replication_policies_operations.py +63 -85
- azure/mgmt/storage/v2021_04_01/operations/_operations.py +21 -23
- azure/mgmt/storage/v2021_04_01/operations/_private_endpoint_connections_operations.py +62 -85
- azure/mgmt/storage/v2021_04_01/operations/_private_link_resources_operations.py +18 -22
- azure/mgmt/storage/v2021_04_01/operations/_queue_operations.py +79 -112
- azure/mgmt/storage/v2021_04_01/operations/_queue_services_operations.py +47 -65
- azure/mgmt/storage/v2021_04_01/operations/_skus_operations.py +23 -25
- azure/mgmt/storage/v2021_04_01/operations/_storage_accounts_operations.py +233 -387
- azure/mgmt/storage/v2021_04_01/operations/_table_operations.py +66 -90
- azure/mgmt/storage/v2021_04_01/operations/_table_services_operations.py +47 -65
- azure/mgmt/storage/v2021_04_01/operations/_usages_operations.py +23 -27
- azure/mgmt/storage/v2021_06_01/_configuration.py +4 -11
- azure/mgmt/storage/v2021_06_01/_patch.py +1 -0
- azure/mgmt/storage/v2021_06_01/_storage_management_client.py +55 -23
- azure/mgmt/storage/v2021_06_01/_vendor.py +0 -14
- azure/mgmt/storage/v2021_06_01/_version.py +1 -1
- azure/mgmt/storage/v2021_06_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2021_06_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2021_06_01/aio/_storage_management_client.py +57 -23
- azure/mgmt/storage/v2021_06_01/aio/operations/_blob_containers_operations.py +181 -315
- azure/mgmt/storage/v2021_06_01/aio/operations/_blob_inventory_policies_operations.py +53 -76
- azure/mgmt/storage/v2021_06_01/aio/operations/_blob_services_operations.py +45 -79
- azure/mgmt/storage/v2021_06_01/aio/operations/_deleted_accounts_operations.py +29 -36
- azure/mgmt/storage/v2021_06_01/aio/operations/_encryption_scopes_operations.py +58 -86
- azure/mgmt/storage/v2021_06_01/aio/operations/_file_services_operations.py +41 -75
- azure/mgmt/storage/v2021_06_01/aio/operations/_file_shares_operations.py +98 -151
- azure/mgmt/storage/v2021_06_01/aio/operations/_management_policies_operations.py +39 -57
- azure/mgmt/storage/v2021_06_01/aio/operations/_object_replication_policies_operations.py +54 -76
- azure/mgmt/storage/v2021_06_01/aio/operations/_operations.py +20 -22
- azure/mgmt/storage/v2021_06_01/aio/operations/_private_endpoint_connections_operations.py +53 -76
- azure/mgmt/storage/v2021_06_01/aio/operations/_private_link_resources_operations.py +15 -19
- azure/mgmt/storage/v2021_06_01/aio/operations/_queue_operations.py +68 -101
- azure/mgmt/storage/v2021_06_01/aio/operations/_queue_services_operations.py +40 -74
- azure/mgmt/storage/v2021_06_01/aio/operations/_skus_operations.py +20 -22
- azure/mgmt/storage/v2021_06_01/aio/operations/_storage_accounts_operations.py +230 -416
- azure/mgmt/storage/v2021_06_01/aio/operations/_table_operations.py +55 -79
- azure/mgmt/storage/v2021_06_01/aio/operations/_table_services_operations.py +40 -74
- azure/mgmt/storage/v2021_06_01/aio/operations/_usages_operations.py +20 -24
- azure/mgmt/storage/v2021_06_01/models/_models_py3.py +66 -88
- azure/mgmt/storage/v2021_06_01/models/_storage_management_client_enums.py +2 -2
- azure/mgmt/storage/v2021_06_01/operations/_blob_containers_operations.py +211 -345
- azure/mgmt/storage/v2021_06_01/operations/_blob_inventory_policies_operations.py +62 -85
- azure/mgmt/storage/v2021_06_01/operations/_blob_services_operations.py +52 -86
- azure/mgmt/storage/v2021_06_01/operations/_deleted_accounts_operations.py +34 -41
- azure/mgmt/storage/v2021_06_01/operations/_encryption_scopes_operations.py +67 -95
- azure/mgmt/storage/v2021_06_01/operations/_file_services_operations.py +48 -82
- azure/mgmt/storage/v2021_06_01/operations/_file_shares_operations.py +113 -166
- azure/mgmt/storage/v2021_06_01/operations/_management_policies_operations.py +46 -64
- azure/mgmt/storage/v2021_06_01/operations/_object_replication_policies_operations.py +63 -85
- azure/mgmt/storage/v2021_06_01/operations/_operations.py +21 -23
- azure/mgmt/storage/v2021_06_01/operations/_private_endpoint_connections_operations.py +62 -85
- azure/mgmt/storage/v2021_06_01/operations/_private_link_resources_operations.py +18 -22
- azure/mgmt/storage/v2021_06_01/operations/_queue_operations.py +79 -112
- azure/mgmt/storage/v2021_06_01/operations/_queue_services_operations.py +47 -81
- azure/mgmt/storage/v2021_06_01/operations/_skus_operations.py +23 -25
- azure/mgmt/storage/v2021_06_01/operations/_storage_accounts_operations.py +266 -452
- azure/mgmt/storage/v2021_06_01/operations/_table_operations.py +66 -90
- azure/mgmt/storage/v2021_06_01/operations/_table_services_operations.py +47 -81
- azure/mgmt/storage/v2021_06_01/operations/_usages_operations.py +23 -27
- azure/mgmt/storage/v2021_08_01/_configuration.py +4 -11
- azure/mgmt/storage/v2021_08_01/_patch.py +1 -0
- azure/mgmt/storage/v2021_08_01/_storage_management_client.py +59 -25
- azure/mgmt/storage/v2021_08_01/_vendor.py +0 -14
- azure/mgmt/storage/v2021_08_01/_version.py +1 -1
- azure/mgmt/storage/v2021_08_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2021_08_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2021_08_01/aio/_storage_management_client.py +61 -25
- azure/mgmt/storage/v2021_08_01/aio/operations/_blob_containers_operations.py +181 -315
- azure/mgmt/storage/v2021_08_01/aio/operations/_blob_inventory_policies_operations.py +53 -76
- azure/mgmt/storage/v2021_08_01/aio/operations/_blob_services_operations.py +45 -79
- azure/mgmt/storage/v2021_08_01/aio/operations/_deleted_accounts_operations.py +29 -36
- azure/mgmt/storage/v2021_08_01/aio/operations/_encryption_scopes_operations.py +58 -86
- azure/mgmt/storage/v2021_08_01/aio/operations/_file_services_operations.py +41 -75
- azure/mgmt/storage/v2021_08_01/aio/operations/_file_shares_operations.py +98 -151
- azure/mgmt/storage/v2021_08_01/aio/operations/_local_users_operations.py +71 -104
- azure/mgmt/storage/v2021_08_01/aio/operations/_management_policies_operations.py +39 -57
- azure/mgmt/storage/v2021_08_01/aio/operations/_object_replication_policies_operations.py +54 -76
- azure/mgmt/storage/v2021_08_01/aio/operations/_operations.py +20 -22
- azure/mgmt/storage/v2021_08_01/aio/operations/_private_endpoint_connections_operations.py +53 -76
- azure/mgmt/storage/v2021_08_01/aio/operations/_private_link_resources_operations.py +15 -19
- azure/mgmt/storage/v2021_08_01/aio/operations/_queue_operations.py +68 -101
- azure/mgmt/storage/v2021_08_01/aio/operations/_queue_services_operations.py +40 -74
- azure/mgmt/storage/v2021_08_01/aio/operations/_skus_operations.py +20 -22
- azure/mgmt/storage/v2021_08_01/aio/operations/_storage_accounts_operations.py +230 -416
- azure/mgmt/storage/v2021_08_01/aio/operations/_table_operations.py +55 -79
- azure/mgmt/storage/v2021_08_01/aio/operations/_table_services_operations.py +40 -74
- azure/mgmt/storage/v2021_08_01/aio/operations/_usages_operations.py +20 -24
- azure/mgmt/storage/v2021_08_01/models/_models_py3.py +68 -90
- azure/mgmt/storage/v2021_08_01/models/_storage_management_client_enums.py +2 -2
- azure/mgmt/storage/v2021_08_01/operations/_blob_containers_operations.py +211 -345
- azure/mgmt/storage/v2021_08_01/operations/_blob_inventory_policies_operations.py +62 -85
- azure/mgmt/storage/v2021_08_01/operations/_blob_services_operations.py +52 -86
- azure/mgmt/storage/v2021_08_01/operations/_deleted_accounts_operations.py +34 -41
- azure/mgmt/storage/v2021_08_01/operations/_encryption_scopes_operations.py +67 -95
- azure/mgmt/storage/v2021_08_01/operations/_file_services_operations.py +48 -82
- azure/mgmt/storage/v2021_08_01/operations/_file_shares_operations.py +113 -166
- azure/mgmt/storage/v2021_08_01/operations/_local_users_operations.py +84 -117
- azure/mgmt/storage/v2021_08_01/operations/_management_policies_operations.py +46 -64
- azure/mgmt/storage/v2021_08_01/operations/_object_replication_policies_operations.py +63 -85
- azure/mgmt/storage/v2021_08_01/operations/_operations.py +21 -23
- azure/mgmt/storage/v2021_08_01/operations/_private_endpoint_connections_operations.py +62 -85
- azure/mgmt/storage/v2021_08_01/operations/_private_link_resources_operations.py +18 -22
- azure/mgmt/storage/v2021_08_01/operations/_queue_operations.py +79 -112
- azure/mgmt/storage/v2021_08_01/operations/_queue_services_operations.py +47 -81
- azure/mgmt/storage/v2021_08_01/operations/_skus_operations.py +23 -25
- azure/mgmt/storage/v2021_08_01/operations/_storage_accounts_operations.py +266 -452
- azure/mgmt/storage/v2021_08_01/operations/_table_operations.py +66 -90
- azure/mgmt/storage/v2021_08_01/operations/_table_services_operations.py +47 -81
- azure/mgmt/storage/v2021_08_01/operations/_usages_operations.py +23 -27
- azure/mgmt/storage/v2021_09_01/_configuration.py +4 -11
- azure/mgmt/storage/v2021_09_01/_patch.py +1 -0
- azure/mgmt/storage/v2021_09_01/_storage_management_client.py +59 -25
- azure/mgmt/storage/v2021_09_01/_vendor.py +0 -14
- azure/mgmt/storage/v2021_09_01/_version.py +1 -1
- azure/mgmt/storage/v2021_09_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2021_09_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2021_09_01/aio/_storage_management_client.py +61 -25
- azure/mgmt/storage/v2021_09_01/aio/operations/_blob_containers_operations.py +181 -315
- azure/mgmt/storage/v2021_09_01/aio/operations/_blob_inventory_policies_operations.py +53 -76
- azure/mgmt/storage/v2021_09_01/aio/operations/_blob_services_operations.py +45 -79
- azure/mgmt/storage/v2021_09_01/aio/operations/_deleted_accounts_operations.py +29 -36
- azure/mgmt/storage/v2021_09_01/aio/operations/_encryption_scopes_operations.py +58 -86
- azure/mgmt/storage/v2021_09_01/aio/operations/_file_services_operations.py +41 -75
- azure/mgmt/storage/v2021_09_01/aio/operations/_file_shares_operations.py +98 -151
- azure/mgmt/storage/v2021_09_01/aio/operations/_local_users_operations.py +71 -104
- azure/mgmt/storage/v2021_09_01/aio/operations/_management_policies_operations.py +39 -57
- azure/mgmt/storage/v2021_09_01/aio/operations/_object_replication_policies_operations.py +54 -76
- azure/mgmt/storage/v2021_09_01/aio/operations/_operations.py +20 -22
- azure/mgmt/storage/v2021_09_01/aio/operations/_private_endpoint_connections_operations.py +53 -76
- azure/mgmt/storage/v2021_09_01/aio/operations/_private_link_resources_operations.py +15 -19
- azure/mgmt/storage/v2021_09_01/aio/operations/_queue_operations.py +68 -101
- azure/mgmt/storage/v2021_09_01/aio/operations/_queue_services_operations.py +40 -74
- azure/mgmt/storage/v2021_09_01/aio/operations/_skus_operations.py +20 -22
- azure/mgmt/storage/v2021_09_01/aio/operations/_storage_accounts_operations.py +230 -416
- azure/mgmt/storage/v2021_09_01/aio/operations/_table_operations.py +70 -103
- azure/mgmt/storage/v2021_09_01/aio/operations/_table_services_operations.py +40 -74
- azure/mgmt/storage/v2021_09_01/aio/operations/_usages_operations.py +20 -24
- azure/mgmt/storage/v2021_09_01/models/_models_py3.py +70 -92
- azure/mgmt/storage/v2021_09_01/models/_storage_management_client_enums.py +2 -2
- azure/mgmt/storage/v2021_09_01/operations/_blob_containers_operations.py +211 -345
- azure/mgmt/storage/v2021_09_01/operations/_blob_inventory_policies_operations.py +62 -85
- azure/mgmt/storage/v2021_09_01/operations/_blob_services_operations.py +52 -86
- azure/mgmt/storage/v2021_09_01/operations/_deleted_accounts_operations.py +34 -41
- azure/mgmt/storage/v2021_09_01/operations/_encryption_scopes_operations.py +67 -95
- azure/mgmt/storage/v2021_09_01/operations/_file_services_operations.py +48 -82
- azure/mgmt/storage/v2021_09_01/operations/_file_shares_operations.py +113 -166
- azure/mgmt/storage/v2021_09_01/operations/_local_users_operations.py +84 -117
- azure/mgmt/storage/v2021_09_01/operations/_management_policies_operations.py +46 -64
- azure/mgmt/storage/v2021_09_01/operations/_object_replication_policies_operations.py +63 -85
- azure/mgmt/storage/v2021_09_01/operations/_operations.py +21 -23
- azure/mgmt/storage/v2021_09_01/operations/_private_endpoint_connections_operations.py +62 -85
- azure/mgmt/storage/v2021_09_01/operations/_private_link_resources_operations.py +18 -22
- azure/mgmt/storage/v2021_09_01/operations/_queue_operations.py +79 -112
- azure/mgmt/storage/v2021_09_01/operations/_queue_services_operations.py +47 -81
- azure/mgmt/storage/v2021_09_01/operations/_skus_operations.py +23 -25
- azure/mgmt/storage/v2021_09_01/operations/_storage_accounts_operations.py +266 -452
- azure/mgmt/storage/v2021_09_01/operations/_table_operations.py +81 -114
- azure/mgmt/storage/v2021_09_01/operations/_table_services_operations.py +47 -81
- azure/mgmt/storage/v2021_09_01/operations/_usages_operations.py +23 -27
- azure/mgmt/storage/v2022_05_01/_configuration.py +4 -11
- azure/mgmt/storage/v2022_05_01/_storage_management_client.py +59 -25
- azure/mgmt/storage/v2022_05_01/_vendor.py +0 -14
- azure/mgmt/storage/v2022_05_01/_version.py +1 -1
- azure/mgmt/storage/v2022_05_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2022_05_01/aio/_storage_management_client.py +61 -25
- azure/mgmt/storage/v2022_05_01/aio/operations/_blob_containers_operations.py +181 -315
- azure/mgmt/storage/v2022_05_01/aio/operations/_blob_inventory_policies_operations.py +53 -76
- azure/mgmt/storage/v2022_05_01/aio/operations/_blob_services_operations.py +45 -79
- azure/mgmt/storage/v2022_05_01/aio/operations/_deleted_accounts_operations.py +29 -36
- azure/mgmt/storage/v2022_05_01/aio/operations/_encryption_scopes_operations.py +58 -86
- azure/mgmt/storage/v2022_05_01/aio/operations/_file_services_operations.py +41 -75
- azure/mgmt/storage/v2022_05_01/aio/operations/_file_shares_operations.py +98 -151
- azure/mgmt/storage/v2022_05_01/aio/operations/_local_users_operations.py +71 -104
- azure/mgmt/storage/v2022_05_01/aio/operations/_management_policies_operations.py +39 -57
- azure/mgmt/storage/v2022_05_01/aio/operations/_object_replication_policies_operations.py +54 -76
- azure/mgmt/storage/v2022_05_01/aio/operations/_operations.py +20 -22
- azure/mgmt/storage/v2022_05_01/aio/operations/_private_endpoint_connections_operations.py +53 -76
- azure/mgmt/storage/v2022_05_01/aio/operations/_private_link_resources_operations.py +15 -19
- azure/mgmt/storage/v2022_05_01/aio/operations/_queue_operations.py +68 -101
- azure/mgmt/storage/v2022_05_01/aio/operations/_queue_services_operations.py +40 -74
- azure/mgmt/storage/v2022_05_01/aio/operations/_skus_operations.py +20 -22
- azure/mgmt/storage/v2022_05_01/aio/operations/_storage_accounts_operations.py +230 -416
- azure/mgmt/storage/v2022_05_01/aio/operations/_table_operations.py +70 -103
- azure/mgmt/storage/v2022_05_01/aio/operations/_table_services_operations.py +40 -74
- azure/mgmt/storage/v2022_05_01/aio/operations/_usages_operations.py +20 -24
- azure/mgmt/storage/v2022_05_01/models/_models_py3.py +69 -91
- azure/mgmt/storage/v2022_05_01/models/_storage_management_client_enums.py +2 -2
- azure/mgmt/storage/v2022_05_01/operations/_blob_containers_operations.py +211 -345
- azure/mgmt/storage/v2022_05_01/operations/_blob_inventory_policies_operations.py +62 -85
- azure/mgmt/storage/v2022_05_01/operations/_blob_services_operations.py +52 -86
- azure/mgmt/storage/v2022_05_01/operations/_deleted_accounts_operations.py +34 -41
- azure/mgmt/storage/v2022_05_01/operations/_encryption_scopes_operations.py +67 -95
- azure/mgmt/storage/v2022_05_01/operations/_file_services_operations.py +48 -82
- azure/mgmt/storage/v2022_05_01/operations/_file_shares_operations.py +113 -166
- azure/mgmt/storage/v2022_05_01/operations/_local_users_operations.py +84 -117
- azure/mgmt/storage/v2022_05_01/operations/_management_policies_operations.py +46 -64
- azure/mgmt/storage/v2022_05_01/operations/_object_replication_policies_operations.py +63 -85
- azure/mgmt/storage/v2022_05_01/operations/_operations.py +21 -23
- azure/mgmt/storage/v2022_05_01/operations/_private_endpoint_connections_operations.py +62 -85
- azure/mgmt/storage/v2022_05_01/operations/_private_link_resources_operations.py +18 -22
- azure/mgmt/storage/v2022_05_01/operations/_queue_operations.py +79 -112
- azure/mgmt/storage/v2022_05_01/operations/_queue_services_operations.py +47 -81
- azure/mgmt/storage/v2022_05_01/operations/_skus_operations.py +23 -25
- azure/mgmt/storage/v2022_05_01/operations/_storage_accounts_operations.py +266 -452
- azure/mgmt/storage/v2022_05_01/operations/_table_operations.py +81 -114
- azure/mgmt/storage/v2022_05_01/operations/_table_services_operations.py +47 -81
- azure/mgmt/storage/v2022_05_01/operations/_usages_operations.py +23 -27
- azure/mgmt/storage/v2022_09_01/_configuration.py +4 -11
- azure/mgmt/storage/v2022_09_01/_storage_management_client.py +59 -25
- azure/mgmt/storage/v2022_09_01/_vendor.py +0 -14
- azure/mgmt/storage/v2022_09_01/_version.py +1 -1
- azure/mgmt/storage/v2022_09_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2022_09_01/aio/_storage_management_client.py +61 -25
- azure/mgmt/storage/v2022_09_01/aio/operations/_blob_containers_operations.py +181 -315
- azure/mgmt/storage/v2022_09_01/aio/operations/_blob_inventory_policies_operations.py +53 -76
- azure/mgmt/storage/v2022_09_01/aio/operations/_blob_services_operations.py +45 -79
- azure/mgmt/storage/v2022_09_01/aio/operations/_deleted_accounts_operations.py +29 -36
- azure/mgmt/storage/v2022_09_01/aio/operations/_encryption_scopes_operations.py +58 -86
- azure/mgmt/storage/v2022_09_01/aio/operations/_file_services_operations.py +41 -75
- azure/mgmt/storage/v2022_09_01/aio/operations/_file_shares_operations.py +98 -151
- azure/mgmt/storage/v2022_09_01/aio/operations/_local_users_operations.py +71 -104
- azure/mgmt/storage/v2022_09_01/aio/operations/_management_policies_operations.py +39 -57
- azure/mgmt/storage/v2022_09_01/aio/operations/_object_replication_policies_operations.py +54 -76
- azure/mgmt/storage/v2022_09_01/aio/operations/_operations.py +20 -22
- azure/mgmt/storage/v2022_09_01/aio/operations/_private_endpoint_connections_operations.py +53 -76
- azure/mgmt/storage/v2022_09_01/aio/operations/_private_link_resources_operations.py +15 -19
- azure/mgmt/storage/v2022_09_01/aio/operations/_queue_operations.py +68 -101
- azure/mgmt/storage/v2022_09_01/aio/operations/_queue_services_operations.py +40 -74
- azure/mgmt/storage/v2022_09_01/aio/operations/_skus_operations.py +20 -22
- azure/mgmt/storage/v2022_09_01/aio/operations/_storage_accounts_operations.py +230 -416
- azure/mgmt/storage/v2022_09_01/aio/operations/_table_operations.py +70 -103
- azure/mgmt/storage/v2022_09_01/aio/operations/_table_services_operations.py +40 -74
- azure/mgmt/storage/v2022_09_01/aio/operations/_usages_operations.py +20 -24
- azure/mgmt/storage/v2022_09_01/models/_models_py3.py +69 -91
- azure/mgmt/storage/v2022_09_01/models/_storage_management_client_enums.py +2 -2
- azure/mgmt/storage/v2022_09_01/operations/_blob_containers_operations.py +211 -345
- azure/mgmt/storage/v2022_09_01/operations/_blob_inventory_policies_operations.py +62 -85
- azure/mgmt/storage/v2022_09_01/operations/_blob_services_operations.py +52 -86
- azure/mgmt/storage/v2022_09_01/operations/_deleted_accounts_operations.py +34 -41
- azure/mgmt/storage/v2022_09_01/operations/_encryption_scopes_operations.py +67 -95
- azure/mgmt/storage/v2022_09_01/operations/_file_services_operations.py +48 -82
- azure/mgmt/storage/v2022_09_01/operations/_file_shares_operations.py +113 -166
- azure/mgmt/storage/v2022_09_01/operations/_local_users_operations.py +84 -117
- azure/mgmt/storage/v2022_09_01/operations/_management_policies_operations.py +46 -64
- azure/mgmt/storage/v2022_09_01/operations/_object_replication_policies_operations.py +63 -85
- azure/mgmt/storage/v2022_09_01/operations/_operations.py +21 -23
- azure/mgmt/storage/v2022_09_01/operations/_private_endpoint_connections_operations.py +62 -85
- azure/mgmt/storage/v2022_09_01/operations/_private_link_resources_operations.py +18 -22
- azure/mgmt/storage/v2022_09_01/operations/_queue_operations.py +79 -112
- azure/mgmt/storage/v2022_09_01/operations/_queue_services_operations.py +47 -81
- azure/mgmt/storage/v2022_09_01/operations/_skus_operations.py +23 -25
- azure/mgmt/storage/v2022_09_01/operations/_storage_accounts_operations.py +266 -452
- azure/mgmt/storage/v2022_09_01/operations/_table_operations.py +81 -114
- azure/mgmt/storage/v2022_09_01/operations/_table_services_operations.py +47 -81
- azure/mgmt/storage/v2022_09_01/operations/_usages_operations.py +23 -27
- azure/mgmt/storage/v2023_01_01/__init__.py +26 -0
- azure/mgmt/storage/v2023_01_01/_configuration.py +65 -0
- azure/mgmt/storage/v2023_01_01/_patch.py +20 -0
- azure/mgmt/storage/v2023_01_01/_storage_management_client.py +225 -0
- azure/mgmt/storage/v2023_01_01/_vendor.py +16 -0
- azure/mgmt/storage/v2023_01_01/_version.py +9 -0
- azure/mgmt/storage/v2023_01_01/aio/__init__.py +23 -0
- azure/mgmt/storage/v2023_01_01/aio/_configuration.py +65 -0
- azure/mgmt/storage/v2023_01_01/aio/_patch.py +20 -0
- azure/mgmt/storage/v2023_01_01/aio/_storage_management_client.py +230 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/__init__.py +57 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_blob_containers_operations.py +1838 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_blob_inventory_policies_operations.py +442 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_blob_services_operations.py +362 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_deleted_accounts_operations.py +194 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_encryption_scopes_operations.py +568 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_file_services_operations.py +328 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_file_shares_operations.py +1003 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_local_users_operations.py +560 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_management_policies_operations.py +349 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_object_replication_policies_operations.py +446 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_operations.py +135 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_patch.py +20 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_private_endpoint_connections_operations.py +432 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_private_link_resources_operations.py +117 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_queue_operations.py +608 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_queue_services_operations.py +328 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_skus_operations.py +136 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_storage_accounts_operations.py +2187 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_table_operations.py +588 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_table_services_operations.py +328 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_usages_operations.py +139 -0
- azure/mgmt/storage/v2023_01_01/models/__init__.py +461 -0
- azure/mgmt/storage/v2023_01_01/models/_models_py3.py +8338 -0
- azure/mgmt/storage/v2023_01_01/models/_patch.py +20 -0
- azure/mgmt/storage/v2023_01_01/models/_storage_management_client_enums.py +626 -0
- azure/mgmt/storage/v2023_01_01/operations/__init__.py +57 -0
- azure/mgmt/storage/v2023_01_01/operations/_blob_containers_operations.py +2398 -0
- azure/mgmt/storage/v2023_01_01/operations/_blob_inventory_policies_operations.py +595 -0
- azure/mgmt/storage/v2023_01_01/operations/_blob_services_operations.py +470 -0
- azure/mgmt/storage/v2023_01_01/operations/_deleted_accounts_operations.py +250 -0
- azure/mgmt/storage/v2023_01_01/operations/_encryption_scopes_operations.py +732 -0
- azure/mgmt/storage/v2023_01_01/operations/_file_services_operations.py +437 -0
- azure/mgmt/storage/v2023_01_01/operations/_file_shares_operations.py +1310 -0
- azure/mgmt/storage/v2023_01_01/operations/_local_users_operations.py +770 -0
- azure/mgmt/storage/v2023_01_01/operations/_management_policies_operations.py +465 -0
- azure/mgmt/storage/v2023_01_01/operations/_object_replication_policies_operations.py +593 -0
- azure/mgmt/storage/v2023_01_01/operations/_operations.py +156 -0
- azure/mgmt/storage/v2023_01_01/operations/_patch.py +20 -0
- azure/mgmt/storage/v2023_01_01/operations/_private_endpoint_connections_operations.py +591 -0
- azure/mgmt/storage/v2023_01_01/operations/_private_link_resources_operations.py +155 -0
- azure/mgmt/storage/v2023_01_01/operations/_queue_operations.py +824 -0
- azure/mgmt/storage/v2023_01_01/operations/_queue_services_operations.py +437 -0
- azure/mgmt/storage/v2023_01_01/operations/_skus_operations.py +162 -0
- azure/mgmt/storage/v2023_01_01/operations/_storage_accounts_operations.py +2796 -0
- azure/mgmt/storage/v2023_01_01/operations/_table_operations.py +775 -0
- azure/mgmt/storage/v2023_01_01/operations/_table_services_operations.py +437 -0
- azure/mgmt/storage/v2023_01_01/operations/_usages_operations.py +169 -0
- azure/mgmt/storage/v2023_05_01/__init__.py +26 -0
- azure/mgmt/storage/v2023_05_01/_configuration.py +65 -0
- azure/mgmt/storage/v2023_05_01/_patch.py +20 -0
- azure/mgmt/storage/v2023_05_01/_storage_management_client.py +256 -0
- azure/mgmt/storage/v2023_05_01/_vendor.py +16 -0
- azure/mgmt/storage/v2023_05_01/_version.py +9 -0
- azure/mgmt/storage/v2023_05_01/aio/__init__.py +23 -0
- azure/mgmt/storage/v2023_05_01/aio/_configuration.py +65 -0
- azure/mgmt/storage/v2023_05_01/aio/_patch.py +20 -0
- azure/mgmt/storage/v2023_05_01/aio/_storage_management_client.py +261 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/__init__.py +65 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_blob_containers_operations.py +1838 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_blob_inventory_policies_operations.py +442 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_blob_services_operations.py +362 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_deleted_accounts_operations.py +194 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_encryption_scopes_operations.py +568 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_file_services_operations.py +328 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_file_shares_operations.py +1003 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_local_users_operations.py +583 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_management_policies_operations.py +349 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_network_security_perimeter_configurations_operations.py +342 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_object_replication_policies_operations.py +446 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_operations.py +135 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_patch.py +20 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_private_endpoint_connections_operations.py +432 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_private_link_resources_operations.py +117 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_queue_operations.py +608 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_queue_services_operations.py +328 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_skus_operations.py +136 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_storage_accounts_operations.py +2187 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_storage_task_assignment_instances_report_operations.py +170 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_storage_task_assignments_instances_report_operations.py +164 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_storage_task_assignments_operations.py +802 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_table_operations.py +588 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_table_services_operations.py +328 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_usages_operations.py +139 -0
- azure/mgmt/storage/v2023_05_01/models/__init__.py +537 -0
- azure/mgmt/storage/v2023_05_01/models/_models_py3.py +9703 -0
- azure/mgmt/storage/v2023_05_01/models/_patch.py +20 -0
- azure/mgmt/storage/v2023_05_01/models/_storage_management_client_enums.py +706 -0
- azure/mgmt/storage/v2023_05_01/operations/__init__.py +65 -0
- azure/mgmt/storage/v2023_05_01/operations/_blob_containers_operations.py +2398 -0
- azure/mgmt/storage/v2023_05_01/operations/_blob_inventory_policies_operations.py +595 -0
- azure/mgmt/storage/v2023_05_01/operations/_blob_services_operations.py +470 -0
- azure/mgmt/storage/v2023_05_01/operations/_deleted_accounts_operations.py +250 -0
- azure/mgmt/storage/v2023_05_01/operations/_encryption_scopes_operations.py +732 -0
- azure/mgmt/storage/v2023_05_01/operations/_file_services_operations.py +437 -0
- azure/mgmt/storage/v2023_05_01/operations/_file_shares_operations.py +1310 -0
- azure/mgmt/storage/v2023_05_01/operations/_local_users_operations.py +808 -0
- azure/mgmt/storage/v2023_05_01/operations/_management_policies_operations.py +465 -0
- azure/mgmt/storage/v2023_05_01/operations/_network_security_perimeter_configurations_operations.py +463 -0
- azure/mgmt/storage/v2023_05_01/operations/_object_replication_policies_operations.py +593 -0
- azure/mgmt/storage/v2023_05_01/operations/_operations.py +156 -0
- azure/mgmt/storage/v2023_05_01/operations/_patch.py +20 -0
- azure/mgmt/storage/v2023_05_01/operations/_private_endpoint_connections_operations.py +591 -0
- azure/mgmt/storage/v2023_05_01/operations/_private_link_resources_operations.py +155 -0
- azure/mgmt/storage/v2023_05_01/operations/_queue_operations.py +824 -0
- azure/mgmt/storage/v2023_05_01/operations/_queue_services_operations.py +437 -0
- azure/mgmt/storage/v2023_05_01/operations/_skus_operations.py +162 -0
- azure/mgmt/storage/v2023_05_01/operations/_storage_accounts_operations.py +2796 -0
- azure/mgmt/storage/v2023_05_01/operations/_storage_task_assignment_instances_report_operations.py +227 -0
- azure/mgmt/storage/v2023_05_01/operations/_storage_task_assignments_instances_report_operations.py +212 -0
- azure/mgmt/storage/v2023_05_01/operations/_storage_task_assignments_operations.py +1018 -0
- azure/mgmt/storage/v2023_05_01/operations/_table_operations.py +775 -0
- azure/mgmt/storage/v2023_05_01/operations/_table_services_operations.py +437 -0
- azure/mgmt/storage/v2023_05_01/operations/_usages_operations.py +169 -0
- {azure_mgmt_storage-21.1.0b1.dist-info → azure_mgmt_storage-21.2.1.dist-info}/METADATA +52 -13
- azure_mgmt_storage-21.2.1.dist-info/RECORD +979 -0
- {azure_mgmt_storage-21.1.0b1.dist-info → azure_mgmt_storage-21.2.1.dist-info}/WHEEL +1 -1
- azure_mgmt_storage-21.1.0b1.dist-info/RECORD +0 -855
- {azure_mgmt_storage-21.1.0b1.dist-info → azure_mgmt_storage-21.2.1.dist-info}/LICENSE +0 -0
- {azure_mgmt_storage-21.1.0b1.dist-info → azure_mgmt_storage-21.2.1.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,706 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# --------------------------------------------------------------------------
|
3
|
+
# Copyright (c) Microsoft Corporation. All rights reserved.
|
4
|
+
# Licensed under the MIT License. See License.txt in the project root for license information.
|
5
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
+
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
|
+
# --------------------------------------------------------------------------
|
8
|
+
|
9
|
+
from enum import Enum
|
10
|
+
from azure.core import CaseInsensitiveEnumMeta
|
11
|
+
|
12
|
+
|
13
|
+
class AccessTier(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
14
|
+
"""Required for storage accounts where kind = BlobStorage. The access tier is used for billing.
|
15
|
+
The 'Premium' access tier is the default value for premium block blobs storage account type and
|
16
|
+
it cannot be changed for the premium block blobs storage account type.
|
17
|
+
"""
|
18
|
+
|
19
|
+
HOT = "Hot"
|
20
|
+
COOL = "Cool"
|
21
|
+
PREMIUM = "Premium"
|
22
|
+
COLD = "Cold"
|
23
|
+
|
24
|
+
|
25
|
+
class AccountImmutabilityPolicyState(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
26
|
+
"""The ImmutabilityPolicy state defines the mode of the policy. Disabled state disables the
|
27
|
+
policy, Unlocked state allows increase and decrease of immutability retention time and also
|
28
|
+
allows toggling allowProtectedAppendWrites property, Locked state only allows the increase of
|
29
|
+
the immutability retention time. A policy can only be created in a Disabled or Unlocked state
|
30
|
+
and can be toggled between the two states. Only a policy in an Unlocked state can transition to
|
31
|
+
a Locked state which cannot be reverted.
|
32
|
+
"""
|
33
|
+
|
34
|
+
UNLOCKED = "Unlocked"
|
35
|
+
LOCKED = "Locked"
|
36
|
+
DISABLED = "Disabled"
|
37
|
+
|
38
|
+
|
39
|
+
class AccountStatus(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
40
|
+
"""Gets the status indicating whether the primary location of the storage account is available or
|
41
|
+
unavailable.
|
42
|
+
"""
|
43
|
+
|
44
|
+
AVAILABLE = "available"
|
45
|
+
UNAVAILABLE = "unavailable"
|
46
|
+
|
47
|
+
|
48
|
+
class AccountType(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
49
|
+
"""Specifies the Active Directory account type for Azure Storage."""
|
50
|
+
|
51
|
+
USER = "User"
|
52
|
+
COMPUTER = "Computer"
|
53
|
+
|
54
|
+
|
55
|
+
class AllowedCopyScope(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
56
|
+
"""Restrict copy to and from Storage Accounts within an AAD tenant or with Private Links to the
|
57
|
+
same VNet.
|
58
|
+
"""
|
59
|
+
|
60
|
+
PRIVATE_LINK = "PrivateLink"
|
61
|
+
AAD = "AAD"
|
62
|
+
|
63
|
+
|
64
|
+
class AllowedMethods(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
65
|
+
"""AllowedMethods."""
|
66
|
+
|
67
|
+
DELETE = "DELETE"
|
68
|
+
GET = "GET"
|
69
|
+
HEAD = "HEAD"
|
70
|
+
MERGE = "MERGE"
|
71
|
+
POST = "POST"
|
72
|
+
OPTIONS = "OPTIONS"
|
73
|
+
PUT = "PUT"
|
74
|
+
PATCH = "PATCH"
|
75
|
+
CONNECT = "CONNECT"
|
76
|
+
TRACE = "TRACE"
|
77
|
+
|
78
|
+
|
79
|
+
class BlobInventoryPolicyName(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
80
|
+
"""BlobInventoryPolicyName."""
|
81
|
+
|
82
|
+
DEFAULT = "default"
|
83
|
+
|
84
|
+
|
85
|
+
class BlobRestoreProgressStatus(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
86
|
+
"""The status of blob restore progress. Possible values are: - InProgress: Indicates that blob
|
87
|
+
restore is ongoing. - Complete: Indicates that blob restore has been completed successfully. -
|
88
|
+
Failed: Indicates that blob restore is failed.
|
89
|
+
"""
|
90
|
+
|
91
|
+
IN_PROGRESS = "InProgress"
|
92
|
+
COMPLETE = "Complete"
|
93
|
+
FAILED = "Failed"
|
94
|
+
|
95
|
+
|
96
|
+
class Bypass(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
97
|
+
"""Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible values are
|
98
|
+
any combination of Logging|Metrics|AzureServices (For example, "Logging, Metrics"), or None to
|
99
|
+
bypass none of those traffics.
|
100
|
+
"""
|
101
|
+
|
102
|
+
NONE = "None"
|
103
|
+
LOGGING = "Logging"
|
104
|
+
METRICS = "Metrics"
|
105
|
+
AZURE_SERVICES = "AzureServices"
|
106
|
+
|
107
|
+
|
108
|
+
class CreatedByType(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
109
|
+
"""The type of identity that created the resource."""
|
110
|
+
|
111
|
+
USER = "User"
|
112
|
+
APPLICATION = "Application"
|
113
|
+
MANAGED_IDENTITY = "ManagedIdentity"
|
114
|
+
KEY = "Key"
|
115
|
+
|
116
|
+
|
117
|
+
class DefaultAction(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
118
|
+
"""Specifies the default action of allow or deny when no other rules match."""
|
119
|
+
|
120
|
+
ALLOW = "Allow"
|
121
|
+
DENY = "Deny"
|
122
|
+
|
123
|
+
|
124
|
+
class DefaultSharePermission(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
125
|
+
"""Default share permission for users using Kerberos authentication if RBAC role is not assigned."""
|
126
|
+
|
127
|
+
NONE = "None"
|
128
|
+
STORAGE_FILE_DATA_SMB_SHARE_READER = "StorageFileDataSmbShareReader"
|
129
|
+
STORAGE_FILE_DATA_SMB_SHARE_CONTRIBUTOR = "StorageFileDataSmbShareContributor"
|
130
|
+
STORAGE_FILE_DATA_SMB_SHARE_ELEVATED_CONTRIBUTOR = "StorageFileDataSmbShareElevatedContributor"
|
131
|
+
|
132
|
+
|
133
|
+
class DirectoryServiceOptions(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
134
|
+
"""Indicates the directory service used. Note that this enum may be extended in the future."""
|
135
|
+
|
136
|
+
NONE = "None"
|
137
|
+
AADDS = "AADDS"
|
138
|
+
AD = "AD"
|
139
|
+
AADKERB = "AADKERB"
|
140
|
+
|
141
|
+
|
142
|
+
class DnsEndpointType(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
143
|
+
"""Allows you to specify the type of endpoint. Set this to AzureDNSZone to create a large number
|
144
|
+
of accounts in a single subscription, which creates accounts in an Azure DNS Zone and the
|
145
|
+
endpoint URL will have an alphanumeric DNS Zone identifier.
|
146
|
+
"""
|
147
|
+
|
148
|
+
STANDARD = "Standard"
|
149
|
+
AZURE_DNS_ZONE = "AzureDnsZone"
|
150
|
+
|
151
|
+
|
152
|
+
class EnabledProtocols(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
153
|
+
"""The authentication protocol that is used for the file share. Can only be specified when
|
154
|
+
creating a share.
|
155
|
+
"""
|
156
|
+
|
157
|
+
SMB = "SMB"
|
158
|
+
NFS = "NFS"
|
159
|
+
|
160
|
+
|
161
|
+
class EncryptionScopeSource(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
162
|
+
"""The provider for the encryption scope. Possible values (case-insensitive): Microsoft.Storage,
|
163
|
+
Microsoft.KeyVault.
|
164
|
+
"""
|
165
|
+
|
166
|
+
MICROSOFT_STORAGE = "Microsoft.Storage"
|
167
|
+
MICROSOFT_KEY_VAULT = "Microsoft.KeyVault"
|
168
|
+
|
169
|
+
|
170
|
+
class EncryptionScopeState(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
171
|
+
"""The state of the encryption scope. Possible values (case-insensitive): Enabled, Disabled."""
|
172
|
+
|
173
|
+
ENABLED = "Enabled"
|
174
|
+
DISABLED = "Disabled"
|
175
|
+
|
176
|
+
|
177
|
+
class ExpirationAction(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
178
|
+
"""The SAS Expiration Action defines the action to be performed when sasPolicy.sasExpirationPeriod
|
179
|
+
is violated. The 'Log' action can be used for audit purposes and the 'Block' action can be used
|
180
|
+
to block and deny the usage of SAS tokens that do not adhere to the sas policy expiration
|
181
|
+
period.
|
182
|
+
"""
|
183
|
+
|
184
|
+
LOG = "Log"
|
185
|
+
BLOCK = "Block"
|
186
|
+
|
187
|
+
|
188
|
+
class ExtendedLocationTypes(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
189
|
+
"""The type of extendedLocation."""
|
190
|
+
|
191
|
+
EDGE_ZONE = "EdgeZone"
|
192
|
+
|
193
|
+
|
194
|
+
class Format(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
195
|
+
"""This is a required field, it specifies the format for the inventory files."""
|
196
|
+
|
197
|
+
CSV = "Csv"
|
198
|
+
PARQUET = "Parquet"
|
199
|
+
|
200
|
+
|
201
|
+
class GeoReplicationStatus(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
202
|
+
"""The status of the secondary location. Possible values are: - Live: Indicates that the secondary
|
203
|
+
location is active and operational. - Bootstrap: Indicates initial synchronization from the
|
204
|
+
primary location to the secondary location is in progress.This typically occurs when
|
205
|
+
replication is first enabled. - Unavailable: Indicates that the secondary location is
|
206
|
+
temporarily unavailable.
|
207
|
+
"""
|
208
|
+
|
209
|
+
LIVE = "Live"
|
210
|
+
BOOTSTRAP = "Bootstrap"
|
211
|
+
UNAVAILABLE = "Unavailable"
|
212
|
+
|
213
|
+
|
214
|
+
class HttpProtocol(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
215
|
+
"""The protocol permitted for a request made with the account SAS."""
|
216
|
+
|
217
|
+
HTTPS_HTTP = "https,http"
|
218
|
+
HTTPS = "https"
|
219
|
+
|
220
|
+
|
221
|
+
class IdentityType(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
222
|
+
"""The identity type."""
|
223
|
+
|
224
|
+
NONE = "None"
|
225
|
+
SYSTEM_ASSIGNED = "SystemAssigned"
|
226
|
+
USER_ASSIGNED = "UserAssigned"
|
227
|
+
SYSTEM_ASSIGNED_USER_ASSIGNED = "SystemAssigned,UserAssigned"
|
228
|
+
|
229
|
+
|
230
|
+
class ImmutabilityPolicyState(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
231
|
+
"""The ImmutabilityPolicy state of a blob container, possible values include: Locked and Unlocked."""
|
232
|
+
|
233
|
+
LOCKED = "Locked"
|
234
|
+
UNLOCKED = "Unlocked"
|
235
|
+
|
236
|
+
|
237
|
+
class ImmutabilityPolicyUpdateType(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
238
|
+
"""The ImmutabilityPolicy update type of a blob container, possible values include: put, lock and
|
239
|
+
extend.
|
240
|
+
"""
|
241
|
+
|
242
|
+
PUT = "put"
|
243
|
+
LOCK = "lock"
|
244
|
+
EXTEND = "extend"
|
245
|
+
|
246
|
+
|
247
|
+
class InventoryRuleType(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
248
|
+
"""The valid value is Inventory."""
|
249
|
+
|
250
|
+
INVENTORY = "Inventory"
|
251
|
+
|
252
|
+
|
253
|
+
class IssueType(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
254
|
+
"""Type of issue."""
|
255
|
+
|
256
|
+
UNKNOWN = "Unknown"
|
257
|
+
CONFIGURATION_PROPAGATION_FAILURE = "ConfigurationPropagationFailure"
|
258
|
+
|
259
|
+
|
260
|
+
class KeyPermission(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
261
|
+
"""Permissions for the key -- read-only or full permissions."""
|
262
|
+
|
263
|
+
READ = "Read"
|
264
|
+
FULL = "Full"
|
265
|
+
|
266
|
+
|
267
|
+
class KeySource(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
268
|
+
"""The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Storage,
|
269
|
+
Microsoft.Keyvault.
|
270
|
+
"""
|
271
|
+
|
272
|
+
MICROSOFT_STORAGE = "Microsoft.Storage"
|
273
|
+
MICROSOFT_KEYVAULT = "Microsoft.Keyvault"
|
274
|
+
|
275
|
+
|
276
|
+
class KeyType(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
277
|
+
"""Encryption key type to be used for the encryption service. 'Account' key type implies that an
|
278
|
+
account-scoped encryption key will be used. 'Service' key type implies that a default service
|
279
|
+
key is used.
|
280
|
+
"""
|
281
|
+
|
282
|
+
SERVICE = "Service"
|
283
|
+
ACCOUNT = "Account"
|
284
|
+
|
285
|
+
|
286
|
+
class Kind(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
287
|
+
"""Indicates the type of storage account."""
|
288
|
+
|
289
|
+
STORAGE = "Storage"
|
290
|
+
STORAGE_V2 = "StorageV2"
|
291
|
+
BLOB_STORAGE = "BlobStorage"
|
292
|
+
FILE_STORAGE = "FileStorage"
|
293
|
+
BLOCK_BLOB_STORAGE = "BlockBlobStorage"
|
294
|
+
|
295
|
+
|
296
|
+
class LargeFileSharesState(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
297
|
+
"""Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled."""
|
298
|
+
|
299
|
+
DISABLED = "Disabled"
|
300
|
+
ENABLED = "Enabled"
|
301
|
+
|
302
|
+
|
303
|
+
class LeaseContainerRequestEnum(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
304
|
+
"""Specifies the lease action. Can be one of the available actions."""
|
305
|
+
|
306
|
+
ACQUIRE = "Acquire"
|
307
|
+
RENEW = "Renew"
|
308
|
+
CHANGE = "Change"
|
309
|
+
RELEASE = "Release"
|
310
|
+
BREAK_ENUM = "Break"
|
311
|
+
|
312
|
+
|
313
|
+
class LeaseDuration(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
314
|
+
"""Specifies whether the lease on a container is of infinite or fixed duration, only when the
|
315
|
+
container is leased.
|
316
|
+
"""
|
317
|
+
|
318
|
+
INFINITE = "Infinite"
|
319
|
+
FIXED = "Fixed"
|
320
|
+
|
321
|
+
|
322
|
+
class LeaseShareAction(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
323
|
+
"""Specifies the lease action. Can be one of the available actions."""
|
324
|
+
|
325
|
+
ACQUIRE = "Acquire"
|
326
|
+
RENEW = "Renew"
|
327
|
+
CHANGE = "Change"
|
328
|
+
RELEASE = "Release"
|
329
|
+
BREAK_ENUM = "Break"
|
330
|
+
|
331
|
+
|
332
|
+
class LeaseState(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
333
|
+
"""Lease state of the container."""
|
334
|
+
|
335
|
+
AVAILABLE = "Available"
|
336
|
+
LEASED = "Leased"
|
337
|
+
EXPIRED = "Expired"
|
338
|
+
BREAKING = "Breaking"
|
339
|
+
BROKEN = "Broken"
|
340
|
+
|
341
|
+
|
342
|
+
class LeaseStatus(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
343
|
+
"""The lease status of the container."""
|
344
|
+
|
345
|
+
LOCKED = "Locked"
|
346
|
+
UNLOCKED = "Unlocked"
|
347
|
+
|
348
|
+
|
349
|
+
class ListContainersInclude(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
350
|
+
"""ListContainersInclude."""
|
351
|
+
|
352
|
+
DELETED = "deleted"
|
353
|
+
|
354
|
+
|
355
|
+
class ListEncryptionScopesInclude(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
356
|
+
"""ListEncryptionScopesInclude."""
|
357
|
+
|
358
|
+
ALL = "All"
|
359
|
+
ENABLED = "Enabled"
|
360
|
+
DISABLED = "Disabled"
|
361
|
+
|
362
|
+
|
363
|
+
class ListLocalUserIncludeParam(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
364
|
+
"""ListLocalUserIncludeParam."""
|
365
|
+
|
366
|
+
NFSV3 = "nfsv3"
|
367
|
+
|
368
|
+
|
369
|
+
class ManagementPolicyName(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
370
|
+
"""ManagementPolicyName."""
|
371
|
+
|
372
|
+
DEFAULT = "default"
|
373
|
+
|
374
|
+
|
375
|
+
class MigrationName(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
376
|
+
"""MigrationName."""
|
377
|
+
|
378
|
+
DEFAULT = "default"
|
379
|
+
|
380
|
+
|
381
|
+
class MigrationState(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
382
|
+
"""This property denotes the container level immutability to object level immutability migration
|
383
|
+
state.
|
384
|
+
"""
|
385
|
+
|
386
|
+
IN_PROGRESS = "InProgress"
|
387
|
+
COMPLETED = "Completed"
|
388
|
+
|
389
|
+
|
390
|
+
class MigrationStatus(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
391
|
+
"""Current status of migration."""
|
392
|
+
|
393
|
+
INVALID = "Invalid"
|
394
|
+
SUBMITTED_FOR_CONVERSION = "SubmittedForConversion"
|
395
|
+
IN_PROGRESS = "InProgress"
|
396
|
+
COMPLETE = "Complete"
|
397
|
+
FAILED = "Failed"
|
398
|
+
|
399
|
+
|
400
|
+
class MinimumTlsVersion(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
401
|
+
"""Set the minimum TLS version to be permitted on requests to storage. The default interpretation
|
402
|
+
is TLS 1.0 for this property.
|
403
|
+
"""
|
404
|
+
|
405
|
+
TLS1_0 = "TLS1_0"
|
406
|
+
TLS1_1 = "TLS1_1"
|
407
|
+
TLS1_2 = "TLS1_2"
|
408
|
+
TLS1_3 = "TLS1_3"
|
409
|
+
|
410
|
+
|
411
|
+
class Name(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
412
|
+
"""Name of the policy. The valid value is AccessTimeTracking. This field is currently read only."""
|
413
|
+
|
414
|
+
ACCESS_TIME_TRACKING = "AccessTimeTracking"
|
415
|
+
|
416
|
+
|
417
|
+
class NetworkSecurityPerimeterConfigurationProvisioningState(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
418
|
+
"""Provisioning state of Network Security Perimeter configuration propagation."""
|
419
|
+
|
420
|
+
ACCEPTED = "Accepted"
|
421
|
+
SUCCEEDED = "Succeeded"
|
422
|
+
FAILED = "Failed"
|
423
|
+
DELETING = "Deleting"
|
424
|
+
CANCELED = "Canceled"
|
425
|
+
|
426
|
+
|
427
|
+
class NspAccessRuleDirection(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
428
|
+
"""Direction of Access Rule."""
|
429
|
+
|
430
|
+
INBOUND = "Inbound"
|
431
|
+
OUTBOUND = "Outbound"
|
432
|
+
|
433
|
+
|
434
|
+
class ObjectType(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
435
|
+
"""This is a required field. This field specifies the scope of the inventory created either at the
|
436
|
+
blob or container level.
|
437
|
+
"""
|
438
|
+
|
439
|
+
BLOB = "Blob"
|
440
|
+
CONTAINER = "Container"
|
441
|
+
|
442
|
+
|
443
|
+
class Permissions(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
444
|
+
"""The signed permissions for the account SAS. Possible values include: Read (r), Write (w),
|
445
|
+
Delete (d), List (l), Add (a), Create (c), Update (u) and Process (p).
|
446
|
+
"""
|
447
|
+
|
448
|
+
R = "r"
|
449
|
+
D = "d"
|
450
|
+
W = "w"
|
451
|
+
L = "l"
|
452
|
+
A = "a"
|
453
|
+
C = "c"
|
454
|
+
U = "u"
|
455
|
+
P = "p"
|
456
|
+
|
457
|
+
|
458
|
+
class PostFailoverRedundancy(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
459
|
+
"""The redundancy type of the account after an account failover is performed."""
|
460
|
+
|
461
|
+
STANDARD_LRS = "Standard_LRS"
|
462
|
+
STANDARD_ZRS = "Standard_ZRS"
|
463
|
+
|
464
|
+
|
465
|
+
class PostPlannedFailoverRedundancy(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
466
|
+
"""The redundancy type of the account after a planned account failover is performed."""
|
467
|
+
|
468
|
+
STANDARD_GRS = "Standard_GRS"
|
469
|
+
STANDARD_GZRS = "Standard_GZRS"
|
470
|
+
STANDARD_RAGRS = "Standard_RAGRS"
|
471
|
+
STANDARD_RAGZRS = "Standard_RAGZRS"
|
472
|
+
|
473
|
+
|
474
|
+
class PrivateEndpointConnectionProvisioningState(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
475
|
+
"""The current provisioning state."""
|
476
|
+
|
477
|
+
SUCCEEDED = "Succeeded"
|
478
|
+
CREATING = "Creating"
|
479
|
+
DELETING = "Deleting"
|
480
|
+
FAILED = "Failed"
|
481
|
+
|
482
|
+
|
483
|
+
class PrivateEndpointServiceConnectionStatus(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
484
|
+
"""The private endpoint connection status."""
|
485
|
+
|
486
|
+
PENDING = "Pending"
|
487
|
+
APPROVED = "Approved"
|
488
|
+
REJECTED = "Rejected"
|
489
|
+
|
490
|
+
|
491
|
+
class ProvisioningState(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
492
|
+
"""Gets the status of the storage account at the time the operation was called."""
|
493
|
+
|
494
|
+
CREATING = "Creating"
|
495
|
+
RESOLVING_DNS = "ResolvingDNS"
|
496
|
+
SUCCEEDED = "Succeeded"
|
497
|
+
VALIDATE_SUBSCRIPTION_QUOTA_BEGIN = "ValidateSubscriptionQuotaBegin"
|
498
|
+
VALIDATE_SUBSCRIPTION_QUOTA_END = "ValidateSubscriptionQuotaEnd"
|
499
|
+
DELETING = "Deleting"
|
500
|
+
CANCELED = "Canceled"
|
501
|
+
FAILED = "Failed"
|
502
|
+
|
503
|
+
|
504
|
+
class PublicAccess(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
505
|
+
"""Specifies whether data in the container may be accessed publicly and the level of access."""
|
506
|
+
|
507
|
+
CONTAINER = "Container"
|
508
|
+
BLOB = "Blob"
|
509
|
+
NONE = "None"
|
510
|
+
|
511
|
+
|
512
|
+
class PublicNetworkAccess(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
513
|
+
"""Allow, disallow, or let Network Security Perimeter configuration to evaluate public network
|
514
|
+
access to Storage Account. Value is optional but if passed in, must be 'Enabled', 'Disabled' or
|
515
|
+
'SecuredByPerimeter'.
|
516
|
+
"""
|
517
|
+
|
518
|
+
ENABLED = "Enabled"
|
519
|
+
DISABLED = "Disabled"
|
520
|
+
SECURED_BY_PERIMETER = "SecuredByPerimeter"
|
521
|
+
|
522
|
+
|
523
|
+
class Reason(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
524
|
+
"""Gets the reason that a storage account name could not be used. The Reason element is only
|
525
|
+
returned if NameAvailable is false.
|
526
|
+
"""
|
527
|
+
|
528
|
+
ACCOUNT_NAME_INVALID = "AccountNameInvalid"
|
529
|
+
ALREADY_EXISTS = "AlreadyExists"
|
530
|
+
|
531
|
+
|
532
|
+
class ReasonCode(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
533
|
+
"""The reason for the restriction. As of now this can be "QuotaId" or
|
534
|
+
"NotAvailableForSubscription". Quota Id is set when the SKU has requiredQuotas parameter as the
|
535
|
+
subscription does not belong to that quota. The "NotAvailableForSubscription" is related to
|
536
|
+
capacity at DC.
|
537
|
+
"""
|
538
|
+
|
539
|
+
QUOTA_ID = "QuotaId"
|
540
|
+
NOT_AVAILABLE_FOR_SUBSCRIPTION = "NotAvailableForSubscription"
|
541
|
+
|
542
|
+
|
543
|
+
class ResourceAssociationAccessMode(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
544
|
+
"""Access Mode of the resource association."""
|
545
|
+
|
546
|
+
ENFORCED = "Enforced"
|
547
|
+
LEARNING = "Learning"
|
548
|
+
AUDIT = "Audit"
|
549
|
+
|
550
|
+
|
551
|
+
class RootSquashType(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
552
|
+
"""The property is for NFS share only. The default is NoRootSquash."""
|
553
|
+
|
554
|
+
NO_ROOT_SQUASH = "NoRootSquash"
|
555
|
+
ROOT_SQUASH = "RootSquash"
|
556
|
+
ALL_SQUASH = "AllSquash"
|
557
|
+
|
558
|
+
|
559
|
+
class RoutingChoice(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
560
|
+
"""Routing Choice defines the kind of network routing opted by the user."""
|
561
|
+
|
562
|
+
MICROSOFT_ROUTING = "MicrosoftRouting"
|
563
|
+
INTERNET_ROUTING = "InternetRouting"
|
564
|
+
|
565
|
+
|
566
|
+
class RuleType(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
567
|
+
"""The valid value is Lifecycle."""
|
568
|
+
|
569
|
+
LIFECYCLE = "Lifecycle"
|
570
|
+
|
571
|
+
|
572
|
+
class RunResult(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
573
|
+
"""Represents the overall result of the execution for the run instance."""
|
574
|
+
|
575
|
+
SUCCEEDED = "Succeeded"
|
576
|
+
FAILED = "Failed"
|
577
|
+
|
578
|
+
|
579
|
+
class RunStatusEnum(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
580
|
+
"""Represents the status of the execution."""
|
581
|
+
|
582
|
+
IN_PROGRESS = "InProgress"
|
583
|
+
FINISHED = "Finished"
|
584
|
+
|
585
|
+
|
586
|
+
class Schedule(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
587
|
+
"""This is a required field. This field is used to schedule an inventory formation."""
|
588
|
+
|
589
|
+
DAILY = "Daily"
|
590
|
+
WEEKLY = "Weekly"
|
591
|
+
|
592
|
+
|
593
|
+
class Services(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
594
|
+
"""The signed services accessible with the account SAS. Possible values include: Blob (b), Queue
|
595
|
+
(q), Table (t), File (f).
|
596
|
+
"""
|
597
|
+
|
598
|
+
B = "b"
|
599
|
+
Q = "q"
|
600
|
+
T = "t"
|
601
|
+
F = "f"
|
602
|
+
|
603
|
+
|
604
|
+
class Severity(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
605
|
+
"""Severity of the issue."""
|
606
|
+
|
607
|
+
WARNING = "Warning"
|
608
|
+
ERROR = "Error"
|
609
|
+
|
610
|
+
|
611
|
+
class ShareAccessTier(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
612
|
+
"""Access tier for specific share. GpV2 account can choose between TransactionOptimized (default),
|
613
|
+
Hot, and Cool. FileStorage account can choose Premium.
|
614
|
+
"""
|
615
|
+
|
616
|
+
TRANSACTION_OPTIMIZED = "TransactionOptimized"
|
617
|
+
HOT = "Hot"
|
618
|
+
COOL = "Cool"
|
619
|
+
PREMIUM = "Premium"
|
620
|
+
|
621
|
+
|
622
|
+
class SignedResource(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
623
|
+
"""The signed services accessible with the service SAS. Possible values include: Blob (b),
|
624
|
+
Container (c), File (f), Share (s).
|
625
|
+
"""
|
626
|
+
|
627
|
+
B = "b"
|
628
|
+
C = "c"
|
629
|
+
F = "f"
|
630
|
+
S = "s"
|
631
|
+
|
632
|
+
|
633
|
+
class SignedResourceTypes(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
634
|
+
"""The signed resource types that are accessible with the account SAS. Service (s): Access to
|
635
|
+
service-level APIs; Container (c): Access to container-level APIs; Object (o): Access to
|
636
|
+
object-level APIs for blobs, queue messages, table entities, and files.
|
637
|
+
"""
|
638
|
+
|
639
|
+
S = "s"
|
640
|
+
C = "c"
|
641
|
+
O = "o"
|
642
|
+
|
643
|
+
|
644
|
+
class SkuConversionStatus(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
645
|
+
"""This property indicates the current sku conversion status."""
|
646
|
+
|
647
|
+
IN_PROGRESS = "InProgress"
|
648
|
+
SUCCEEDED = "Succeeded"
|
649
|
+
FAILED = "Failed"
|
650
|
+
|
651
|
+
|
652
|
+
class SkuName(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
653
|
+
"""The SKU name. Required for account creation; optional for update. Note that in older versions,
|
654
|
+
SKU name was called accountType.
|
655
|
+
"""
|
656
|
+
|
657
|
+
STANDARD_LRS = "Standard_LRS"
|
658
|
+
STANDARD_GRS = "Standard_GRS"
|
659
|
+
STANDARD_RAGRS = "Standard_RAGRS"
|
660
|
+
STANDARD_ZRS = "Standard_ZRS"
|
661
|
+
PREMIUM_LRS = "Premium_LRS"
|
662
|
+
PREMIUM_ZRS = "Premium_ZRS"
|
663
|
+
STANDARD_GZRS = "Standard_GZRS"
|
664
|
+
STANDARD_RAGZRS = "Standard_RAGZRS"
|
665
|
+
|
666
|
+
|
667
|
+
class SkuTier(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
668
|
+
"""The SKU tier. This is based on the SKU name."""
|
669
|
+
|
670
|
+
STANDARD = "Standard"
|
671
|
+
PREMIUM = "Premium"
|
672
|
+
|
673
|
+
|
674
|
+
class State(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
675
|
+
"""Gets the state of virtual network rule."""
|
676
|
+
|
677
|
+
PROVISIONING = "Provisioning"
|
678
|
+
DEPROVISIONING = "Deprovisioning"
|
679
|
+
SUCCEEDED = "Succeeded"
|
680
|
+
FAILED = "Failed"
|
681
|
+
NETWORK_SOURCE_DELETED = "NetworkSourceDeleted"
|
682
|
+
|
683
|
+
|
684
|
+
class StorageAccountExpand(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
685
|
+
"""StorageAccountExpand."""
|
686
|
+
|
687
|
+
GEO_REPLICATION_STATS = "geoReplicationStats"
|
688
|
+
BLOB_RESTORE_STATUS = "blobRestoreStatus"
|
689
|
+
|
690
|
+
|
691
|
+
class TriggerType(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
692
|
+
"""The trigger type of the storage task assignment execution."""
|
693
|
+
|
694
|
+
RUN_ONCE = "RunOnce"
|
695
|
+
ON_SCHEDULE = "OnSchedule"
|
696
|
+
|
697
|
+
|
698
|
+
class UsageUnit(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
699
|
+
"""Gets the unit of measurement."""
|
700
|
+
|
701
|
+
COUNT = "Count"
|
702
|
+
BYTES = "Bytes"
|
703
|
+
SECONDS = "Seconds"
|
704
|
+
PERCENT = "Percent"
|
705
|
+
COUNTS_PER_SECOND = "CountsPerSecond"
|
706
|
+
BYTES_PER_SECOND = "BytesPerSecond"
|