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