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