azure-mgmt-storage 21.1.0b1__py3-none-any.whl → 21.2.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- azure/mgmt/storage/_configuration.py +2 -3
- azure/mgmt/storage/_serialization.py +66 -60
- azure/mgmt/storage/_storage_management_client.py +232 -26
- azure/mgmt/storage/_version.py +1 -1
- azure/mgmt/storage/aio/_configuration.py +2 -3
- azure/mgmt/storage/aio/_storage_management_client.py +232 -26
- azure/mgmt/storage/models.py +1 -1
- azure/mgmt/storage/v2015_06_15/_configuration.py +4 -11
- azure/mgmt/storage/v2015_06_15/_patch.py +1 -0
- azure/mgmt/storage/v2015_06_15/_storage_management.py +25 -5
- azure/mgmt/storage/v2015_06_15/_vendor.py +0 -14
- azure/mgmt/storage/v2015_06_15/_version.py +1 -1
- azure/mgmt/storage/v2015_06_15/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2015_06_15/aio/_patch.py +1 -0
- azure/mgmt/storage/v2015_06_15/aio/_storage_management.py +27 -5
- azure/mgmt/storage/v2015_06_15/aio/operations/_storage_accounts_operations.py +132 -213
- azure/mgmt/storage/v2015_06_15/aio/operations/_usage_operations.py +20 -22
- azure/mgmt/storage/v2015_06_15/models/_models_py3.py +6 -6
- azure/mgmt/storage/v2015_06_15/operations/_storage_accounts_operations.py +151 -232
- azure/mgmt/storage/v2015_06_15/operations/_usage_operations.py +23 -25
- azure/mgmt/storage/v2016_01_01/_configuration.py +4 -11
- azure/mgmt/storage/v2016_01_01/_patch.py +1 -0
- azure/mgmt/storage/v2016_01_01/_storage_management_client.py +25 -5
- azure/mgmt/storage/v2016_01_01/_vendor.py +0 -14
- azure/mgmt/storage/v2016_01_01/_version.py +1 -1
- azure/mgmt/storage/v2016_01_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2016_01_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2016_01_01/aio/_storage_management_client.py +27 -5
- azure/mgmt/storage/v2016_01_01/aio/operations/_storage_accounts_operations.py +132 -213
- azure/mgmt/storage/v2016_01_01/aio/operations/_usage_operations.py +20 -22
- azure/mgmt/storage/v2016_01_01/models/_models_py3.py +7 -7
- azure/mgmt/storage/v2016_01_01/operations/_storage_accounts_operations.py +151 -232
- azure/mgmt/storage/v2016_01_01/operations/_usage_operations.py +23 -25
- azure/mgmt/storage/v2016_12_01/_configuration.py +4 -11
- azure/mgmt/storage/v2016_12_01/_patch.py +1 -0
- azure/mgmt/storage/v2016_12_01/_storage_management.py +25 -5
- azure/mgmt/storage/v2016_12_01/_vendor.py +0 -14
- azure/mgmt/storage/v2016_12_01/_version.py +1 -1
- azure/mgmt/storage/v2016_12_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2016_12_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2016_12_01/aio/_storage_management.py +27 -5
- azure/mgmt/storage/v2016_12_01/aio/operations/_storage_accounts_operations.py +162 -263
- azure/mgmt/storage/v2016_12_01/aio/operations/_usage_operations.py +20 -22
- azure/mgmt/storage/v2016_12_01/models/_models_py3.py +9 -9
- azure/mgmt/storage/v2016_12_01/operations/_storage_accounts_operations.py +185 -286
- azure/mgmt/storage/v2016_12_01/operations/_usage_operations.py +23 -25
- azure/mgmt/storage/v2017_06_01/_configuration.py +4 -11
- azure/mgmt/storage/v2017_06_01/_patch.py +1 -0
- azure/mgmt/storage/v2017_06_01/_storage_management.py +27 -7
- azure/mgmt/storage/v2017_06_01/_vendor.py +0 -14
- azure/mgmt/storage/v2017_06_01/_version.py +1 -1
- azure/mgmt/storage/v2017_06_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2017_06_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2017_06_01/aio/_storage_management.py +29 -7
- azure/mgmt/storage/v2017_06_01/aio/operations/_operations.py +20 -22
- azure/mgmt/storage/v2017_06_01/aio/operations/_skus_operations.py +20 -22
- azure/mgmt/storage/v2017_06_01/aio/operations/_storage_accounts_operations.py +162 -263
- azure/mgmt/storage/v2017_06_01/aio/operations/_usage_operations.py +20 -22
- azure/mgmt/storage/v2017_06_01/models/_models_py3.py +16 -22
- azure/mgmt/storage/v2017_06_01/operations/_operations.py +21 -23
- azure/mgmt/storage/v2017_06_01/operations/_skus_operations.py +23 -25
- azure/mgmt/storage/v2017_06_01/operations/_storage_accounts_operations.py +185 -286
- azure/mgmt/storage/v2017_06_01/operations/_usage_operations.py +23 -25
- azure/mgmt/storage/v2017_10_01/_configuration.py +4 -11
- azure/mgmt/storage/v2017_10_01/_patch.py +1 -0
- azure/mgmt/storage/v2017_10_01/_storage_management.py +27 -7
- azure/mgmt/storage/v2017_10_01/_vendor.py +0 -14
- azure/mgmt/storage/v2017_10_01/_version.py +1 -1
- azure/mgmt/storage/v2017_10_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2017_10_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2017_10_01/aio/_storage_management.py +29 -7
- azure/mgmt/storage/v2017_10_01/aio/operations/_operations.py +20 -22
- azure/mgmt/storage/v2017_10_01/aio/operations/_skus_operations.py +20 -22
- azure/mgmt/storage/v2017_10_01/aio/operations/_storage_accounts_operations.py +162 -263
- azure/mgmt/storage/v2017_10_01/aio/operations/_usage_operations.py +20 -22
- azure/mgmt/storage/v2017_10_01/models/_models_py3.py +16 -22
- azure/mgmt/storage/v2017_10_01/operations/_operations.py +21 -23
- azure/mgmt/storage/v2017_10_01/operations/_skus_operations.py +23 -25
- azure/mgmt/storage/v2017_10_01/operations/_storage_accounts_operations.py +185 -286
- azure/mgmt/storage/v2017_10_01/operations/_usage_operations.py +23 -25
- azure/mgmt/storage/v2018_02_01/_configuration.py +4 -11
- azure/mgmt/storage/v2018_02_01/_patch.py +1 -0
- azure/mgmt/storage/v2018_02_01/_storage_management_client.py +30 -8
- azure/mgmt/storage/v2018_02_01/_vendor.py +0 -14
- azure/mgmt/storage/v2018_02_01/_version.py +1 -1
- azure/mgmt/storage/v2018_02_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2018_02_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2018_02_01/aio/_storage_management_client.py +32 -8
- azure/mgmt/storage/v2018_02_01/aio/operations/_blob_containers_operations.py +166 -264
- azure/mgmt/storage/v2018_02_01/aio/operations/_operations.py +20 -22
- azure/mgmt/storage/v2018_02_01/aio/operations/_skus_operations.py +20 -22
- azure/mgmt/storage/v2018_02_01/aio/operations/_storage_accounts_operations.py +162 -263
- azure/mgmt/storage/v2018_02_01/aio/operations/_usage_operations.py +34 -41
- azure/mgmt/storage/v2018_02_01/models/_models_py3.py +28 -34
- azure/mgmt/storage/v2018_02_01/models/_storage_management_client_enums.py +1 -1
- azure/mgmt/storage/v2018_02_01/operations/_blob_containers_operations.py +194 -292
- azure/mgmt/storage/v2018_02_01/operations/_operations.py +21 -23
- azure/mgmt/storage/v2018_02_01/operations/_skus_operations.py +23 -25
- azure/mgmt/storage/v2018_02_01/operations/_storage_accounts_operations.py +185 -286
- azure/mgmt/storage/v2018_02_01/operations/_usage_operations.py +39 -46
- azure/mgmt/storage/v2018_03_01_preview/_configuration.py +4 -11
- azure/mgmt/storage/v2018_03_01_preview/_patch.py +1 -0
- azure/mgmt/storage/v2018_03_01_preview/_storage_management_client.py +41 -8
- azure/mgmt/storage/v2018_03_01_preview/_vendor.py +0 -14
- azure/mgmt/storage/v2018_03_01_preview/_version.py +1 -1
- azure/mgmt/storage/v2018_03_01_preview/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2018_03_01_preview/aio/_patch.py +1 -0
- azure/mgmt/storage/v2018_03_01_preview/aio/_storage_management_client.py +43 -8
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/__init__.py +2 -0
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/_blob_containers_operations.py +182 -277
- azure/mgmt/storage/{v2018_07_01 → v2018_03_01_preview}/aio/operations/_management_policies_operations.py +55 -72
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/_operations.py +21 -23
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/_skus_operations.py +21 -23
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/_storage_accounts_operations.py +209 -330
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/_usages_operations.py +36 -43
- azure/mgmt/storage/v2018_03_01_preview/models/_models_py3.py +30 -34
- azure/mgmt/storage/v2018_03_01_preview/models/_storage_management_client_enums.py +1 -1
- azure/mgmt/storage/v2018_03_01_preview/operations/__init__.py +2 -0
- azure/mgmt/storage/v2018_03_01_preview/operations/_blob_containers_operations.py +210 -331
- azure/mgmt/storage/{v2018_07_01 → v2018_03_01_preview}/operations/_management_policies_operations.py +62 -85
- azure/mgmt/storage/v2018_03_01_preview/operations/_operations.py +22 -26
- azure/mgmt/storage/v2018_03_01_preview/operations/_skus_operations.py +24 -28
- azure/mgmt/storage/v2018_03_01_preview/operations/_storage_accounts_operations.py +239 -388
- azure/mgmt/storage/v2018_03_01_preview/operations/_usages_operations.py +41 -52
- azure/mgmt/storage/v2018_07_01/_configuration.py +9 -4
- azure/mgmt/storage/v2018_07_01/_patch.py +1 -0
- azure/mgmt/storage/v2018_07_01/_storage_management_client.py +36 -16
- azure/mgmt/storage/v2018_07_01/_vendor.py +0 -14
- azure/mgmt/storage/v2018_07_01/_version.py +1 -1
- azure/mgmt/storage/v2018_07_01/aio/_configuration.py +9 -4
- azure/mgmt/storage/v2018_07_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2018_07_01/aio/_storage_management_client.py +38 -16
- azure/mgmt/storage/v2018_07_01/aio/operations/__init__.py +0 -2
- azure/mgmt/storage/v2018_07_01/aio/operations/_blob_containers_operations.py +166 -264
- azure/mgmt/storage/v2018_07_01/aio/operations/_blob_services_operations.py +31 -44
- azure/mgmt/storage/v2018_07_01/aio/operations/_operations.py +31 -21
- azure/mgmt/storage/v2018_07_01/aio/operations/_skus_operations.py +31 -21
- azure/mgmt/storage/v2018_07_01/aio/operations/_storage_accounts_operations.py +195 -289
- azure/mgmt/storage/v2018_07_01/aio/operations/_usages_operations.py +31 -23
- azure/mgmt/storage/v2018_07_01/models/__init__.py +0 -10
- azure/mgmt/storage/v2018_07_01/models/_models_py3.py +30 -164
- azure/mgmt/storage/v2018_07_01/models/_storage_management_client_enums.py +1 -7
- azure/mgmt/storage/v2018_07_01/operations/__init__.py +0 -2
- azure/mgmt/storage/v2018_07_01/operations/_blob_containers_operations.py +194 -292
- azure/mgmt/storage/v2018_07_01/operations/_blob_services_operations.py +36 -49
- azure/mgmt/storage/v2018_07_01/operations/_operations.py +32 -22
- azure/mgmt/storage/v2018_07_01/operations/_skus_operations.py +34 -24
- azure/mgmt/storage/v2018_07_01/operations/_storage_accounts_operations.py +220 -314
- azure/mgmt/storage/v2018_07_01/operations/_usages_operations.py +34 -26
- azure/mgmt/storage/v2018_11_01/_configuration.py +4 -11
- azure/mgmt/storage/v2018_11_01/_patch.py +1 -0
- azure/mgmt/storage/v2018_11_01/_storage_management_client.py +34 -10
- azure/mgmt/storage/v2018_11_01/_vendor.py +0 -14
- azure/mgmt/storage/v2018_11_01/_version.py +1 -1
- azure/mgmt/storage/v2018_11_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2018_11_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2018_11_01/aio/_storage_management_client.py +36 -10
- azure/mgmt/storage/v2018_11_01/aio/operations/_blob_containers_operations.py +164 -262
- azure/mgmt/storage/v2018_11_01/aio/operations/_blob_services_operations.py +31 -44
- azure/mgmt/storage/v2018_11_01/aio/operations/_management_policies_operations.py +39 -57
- azure/mgmt/storage/v2018_11_01/aio/operations/_operations.py +20 -22
- azure/mgmt/storage/v2018_11_01/aio/operations/_skus_operations.py +20 -22
- azure/mgmt/storage/v2018_11_01/aio/operations/_storage_accounts_operations.py +182 -304
- azure/mgmt/storage/v2018_11_01/aio/operations/_usages_operations.py +20 -24
- azure/mgmt/storage/v2018_11_01/models/_models_py3.py +37 -43
- azure/mgmt/storage/v2018_11_01/models/_storage_management_client_enums.py +1 -1
- azure/mgmt/storage/v2018_11_01/operations/_blob_containers_operations.py +192 -290
- azure/mgmt/storage/v2018_11_01/operations/_blob_services_operations.py +36 -49
- azure/mgmt/storage/v2018_11_01/operations/_management_policies_operations.py +46 -64
- azure/mgmt/storage/v2018_11_01/operations/_operations.py +21 -23
- azure/mgmt/storage/v2018_11_01/operations/_skus_operations.py +23 -25
- azure/mgmt/storage/v2018_11_01/operations/_storage_accounts_operations.py +210 -332
- azure/mgmt/storage/v2018_11_01/operations/_usages_operations.py +23 -27
- azure/mgmt/storage/v2019_04_01/_configuration.py +4 -11
- azure/mgmt/storage/v2019_04_01/_patch.py +1 -0
- azure/mgmt/storage/v2019_04_01/_storage_management_client.py +40 -12
- azure/mgmt/storage/v2019_04_01/_vendor.py +0 -14
- azure/mgmt/storage/v2019_04_01/_version.py +1 -1
- azure/mgmt/storage/v2019_04_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2019_04_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2019_04_01/aio/_storage_management_client.py +42 -12
- azure/mgmt/storage/v2019_04_01/aio/operations/_blob_containers_operations.py +169 -267
- azure/mgmt/storage/v2019_04_01/aio/operations/_blob_services_operations.py +45 -63
- azure/mgmt/storage/v2019_04_01/aio/operations/_file_services_operations.py +41 -59
- azure/mgmt/storage/v2019_04_01/aio/operations/_file_shares_operations.py +68 -101
- azure/mgmt/storage/v2019_04_01/aio/operations/_management_policies_operations.py +39 -57
- azure/mgmt/storage/v2019_04_01/aio/operations/_operations.py +20 -22
- azure/mgmt/storage/v2019_04_01/aio/operations/_skus_operations.py +20 -22
- azure/mgmt/storage/v2019_04_01/aio/operations/_storage_accounts_operations.py +183 -304
- azure/mgmt/storage/v2019_04_01/aio/operations/_usages_operations.py +20 -24
- azure/mgmt/storage/v2019_04_01/models/_models_py3.py +42 -48
- azure/mgmt/storage/v2019_04_01/models/_storage_management_client_enums.py +1 -1
- azure/mgmt/storage/v2019_04_01/operations/_blob_containers_operations.py +197 -295
- azure/mgmt/storage/v2019_04_01/operations/_blob_services_operations.py +52 -70
- azure/mgmt/storage/v2019_04_01/operations/_file_services_operations.py +48 -66
- azure/mgmt/storage/v2019_04_01/operations/_file_shares_operations.py +79 -112
- azure/mgmt/storage/v2019_04_01/operations/_management_policies_operations.py +46 -64
- azure/mgmt/storage/v2019_04_01/operations/_operations.py +21 -23
- azure/mgmt/storage/v2019_04_01/operations/_skus_operations.py +23 -25
- azure/mgmt/storage/v2019_04_01/operations/_storage_accounts_operations.py +211 -332
- azure/mgmt/storage/v2019_04_01/operations/_usages_operations.py +23 -27
- azure/mgmt/storage/v2019_06_01/_configuration.py +4 -11
- azure/mgmt/storage/v2019_06_01/_patch.py +1 -0
- azure/mgmt/storage/v2019_06_01/_storage_management_client.py +54 -22
- azure/mgmt/storage/v2019_06_01/_vendor.py +0 -14
- azure/mgmt/storage/v2019_06_01/_version.py +1 -1
- azure/mgmt/storage/v2019_06_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2019_06_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2019_06_01/aio/_storage_management_client.py +56 -22
- azure/mgmt/storage/v2019_06_01/aio/operations/_blob_containers_operations.py +169 -267
- azure/mgmt/storage/v2019_06_01/aio/operations/_blob_inventory_policies_operations.py +53 -76
- azure/mgmt/storage/v2019_06_01/aio/operations/_blob_services_operations.py +45 -63
- azure/mgmt/storage/v2019_06_01/aio/operations/_encryption_scopes_operations.py +58 -86
- azure/mgmt/storage/v2019_06_01/aio/operations/_file_services_operations.py +41 -59
- azure/mgmt/storage/v2019_06_01/aio/operations/_file_shares_operations.py +82 -125
- azure/mgmt/storage/v2019_06_01/aio/operations/_management_policies_operations.py +39 -57
- azure/mgmt/storage/v2019_06_01/aio/operations/_object_replication_policies_operations.py +54 -76
- azure/mgmt/storage/v2019_06_01/aio/operations/_operations.py +20 -22
- azure/mgmt/storage/v2019_06_01/aio/operations/_private_endpoint_connections_operations.py +53 -76
- azure/mgmt/storage/v2019_06_01/aio/operations/_private_link_resources_operations.py +15 -19
- azure/mgmt/storage/v2019_06_01/aio/operations/_queue_operations.py +68 -101
- azure/mgmt/storage/v2019_06_01/aio/operations/_queue_services_operations.py +40 -58
- azure/mgmt/storage/v2019_06_01/aio/operations/_skus_operations.py +20 -22
- azure/mgmt/storage/v2019_06_01/aio/operations/_storage_accounts_operations.py +203 -357
- azure/mgmt/storage/v2019_06_01/aio/operations/_table_operations.py +55 -79
- azure/mgmt/storage/v2019_06_01/aio/operations/_table_services_operations.py +40 -58
- azure/mgmt/storage/v2019_06_01/aio/operations/_usages_operations.py +20 -24
- azure/mgmt/storage/v2019_06_01/models/_models_py3.py +62 -68
- azure/mgmt/storage/v2019_06_01/models/_storage_management_client_enums.py +1 -1
- azure/mgmt/storage/v2019_06_01/operations/_blob_containers_operations.py +197 -295
- azure/mgmt/storage/v2019_06_01/operations/_blob_inventory_policies_operations.py +62 -85
- azure/mgmt/storage/v2019_06_01/operations/_blob_services_operations.py +52 -70
- azure/mgmt/storage/v2019_06_01/operations/_encryption_scopes_operations.py +67 -95
- azure/mgmt/storage/v2019_06_01/operations/_file_services_operations.py +48 -66
- azure/mgmt/storage/v2019_06_01/operations/_file_shares_operations.py +95 -138
- azure/mgmt/storage/v2019_06_01/operations/_management_policies_operations.py +46 -64
- azure/mgmt/storage/v2019_06_01/operations/_object_replication_policies_operations.py +63 -85
- azure/mgmt/storage/v2019_06_01/operations/_operations.py +21 -23
- azure/mgmt/storage/v2019_06_01/operations/_private_endpoint_connections_operations.py +62 -85
- azure/mgmt/storage/v2019_06_01/operations/_private_link_resources_operations.py +18 -22
- azure/mgmt/storage/v2019_06_01/operations/_queue_operations.py +79 -112
- azure/mgmt/storage/v2019_06_01/operations/_queue_services_operations.py +47 -65
- azure/mgmt/storage/v2019_06_01/operations/_skus_operations.py +23 -25
- azure/mgmt/storage/v2019_06_01/operations/_storage_accounts_operations.py +233 -387
- azure/mgmt/storage/v2019_06_01/operations/_table_operations.py +66 -90
- azure/mgmt/storage/v2019_06_01/operations/_table_services_operations.py +47 -65
- azure/mgmt/storage/v2019_06_01/operations/_usages_operations.py +23 -27
- azure/mgmt/storage/v2020_08_01_preview/_configuration.py +4 -11
- azure/mgmt/storage/v2020_08_01_preview/_patch.py +1 -0
- azure/mgmt/storage/v2020_08_01_preview/_storage_management_client.py +64 -24
- azure/mgmt/storage/v2020_08_01_preview/_vendor.py +0 -14
- azure/mgmt/storage/v2020_08_01_preview/_version.py +1 -1
- azure/mgmt/storage/v2020_08_01_preview/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2020_08_01_preview/aio/_patch.py +1 -0
- azure/mgmt/storage/v2020_08_01_preview/aio/_storage_management_client.py +66 -24
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_blob_containers_operations.py +185 -280
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_blob_inventory_policies_operations.py +58 -80
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_blob_services_operations.py +49 -66
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_deleted_accounts_operations.py +31 -38
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_encryption_scopes_operations.py +64 -90
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_file_services_operations.py +45 -62
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_file_shares_operations.py +88 -131
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_management_policies_operations.py +42 -60
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_object_replication_policies_operations.py +59 -80
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_operations.py +21 -23
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_private_endpoint_connections_operations.py +57 -80
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_private_link_resources_operations.py +16 -20
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_queue_operations.py +73 -106
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_queue_services_operations.py +44 -61
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_skus_operations.py +21 -23
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_storage_accounts_operations.py +221 -374
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_table_operations.py +60 -84
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_table_services_operations.py +44 -61
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_usages_operations.py +21 -25
- azure/mgmt/storage/v2020_08_01_preview/models/_models_py3.py +64 -86
- azure/mgmt/storage/v2020_08_01_preview/models/_storage_management_client_enums.py +1 -1
- azure/mgmt/storage/v2020_08_01_preview/operations/_blob_containers_operations.py +213 -334
- azure/mgmt/storage/v2020_08_01_preview/operations/_blob_inventory_policies_operations.py +67 -97
- azure/mgmt/storage/v2020_08_01_preview/operations/_blob_services_operations.py +56 -79
- azure/mgmt/storage/v2020_08_01_preview/operations/_deleted_accounts_operations.py +36 -47
- azure/mgmt/storage/v2020_08_01_preview/operations/_encryption_scopes_operations.py +73 -107
- azure/mgmt/storage/v2020_08_01_preview/operations/_file_services_operations.py +52 -75
- azure/mgmt/storage/v2020_08_01_preview/operations/_file_shares_operations.py +101 -156
- azure/mgmt/storage/v2020_08_01_preview/operations/_management_policies_operations.py +49 -73
- azure/mgmt/storage/v2020_08_01_preview/operations/_object_replication_policies_operations.py +68 -97
- azure/mgmt/storage/v2020_08_01_preview/operations/_operations.py +22 -26
- azure/mgmt/storage/v2020_08_01_preview/operations/_private_endpoint_connections_operations.py +66 -97
- azure/mgmt/storage/v2020_08_01_preview/operations/_private_link_resources_operations.py +19 -25
- azure/mgmt/storage/v2020_08_01_preview/operations/_queue_operations.py +84 -127
- azure/mgmt/storage/v2020_08_01_preview/operations/_queue_services_operations.py +51 -74
- azure/mgmt/storage/v2020_08_01_preview/operations/_skus_operations.py +24 -28
- azure/mgmt/storage/v2020_08_01_preview/operations/_storage_accounts_operations.py +251 -432
- azure/mgmt/storage/v2020_08_01_preview/operations/_table_operations.py +71 -105
- azure/mgmt/storage/v2020_08_01_preview/operations/_table_services_operations.py +51 -74
- azure/mgmt/storage/v2020_08_01_preview/operations/_usages_operations.py +24 -30
- azure/mgmt/storage/v2021_01_01/_configuration.py +4 -11
- azure/mgmt/storage/v2021_01_01/_patch.py +1 -0
- azure/mgmt/storage/v2021_01_01/_storage_management_client.py +55 -23
- azure/mgmt/storage/v2021_01_01/_vendor.py +0 -14
- azure/mgmt/storage/v2021_01_01/_version.py +1 -1
- azure/mgmt/storage/v2021_01_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2021_01_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2021_01_01/aio/_storage_management_client.py +57 -23
- azure/mgmt/storage/v2021_01_01/aio/operations/_blob_containers_operations.py +169 -267
- azure/mgmt/storage/v2021_01_01/aio/operations/_blob_inventory_policies_operations.py +53 -76
- azure/mgmt/storage/v2021_01_01/aio/operations/_blob_services_operations.py +45 -63
- azure/mgmt/storage/v2021_01_01/aio/operations/_deleted_accounts_operations.py +29 -36
- azure/mgmt/storage/v2021_01_01/aio/operations/_encryption_scopes_operations.py +58 -86
- azure/mgmt/storage/v2021_01_01/aio/operations/_file_services_operations.py +41 -59
- azure/mgmt/storage/v2021_01_01/aio/operations/_file_shares_operations.py +82 -125
- azure/mgmt/storage/v2021_01_01/aio/operations/_management_policies_operations.py +39 -57
- azure/mgmt/storage/v2021_01_01/aio/operations/_object_replication_policies_operations.py +54 -76
- azure/mgmt/storage/v2021_01_01/aio/operations/_operations.py +20 -22
- azure/mgmt/storage/v2021_01_01/aio/operations/_private_endpoint_connections_operations.py +53 -76
- azure/mgmt/storage/v2021_01_01/aio/operations/_private_link_resources_operations.py +15 -19
- azure/mgmt/storage/v2021_01_01/aio/operations/_queue_operations.py +68 -101
- azure/mgmt/storage/v2021_01_01/aio/operations/_queue_services_operations.py +40 -58
- azure/mgmt/storage/v2021_01_01/aio/operations/_skus_operations.py +20 -22
- azure/mgmt/storage/v2021_01_01/aio/operations/_storage_accounts_operations.py +203 -357
- azure/mgmt/storage/v2021_01_01/aio/operations/_table_operations.py +55 -79
- azure/mgmt/storage/v2021_01_01/aio/operations/_table_services_operations.py +40 -58
- azure/mgmt/storage/v2021_01_01/aio/operations/_usages_operations.py +20 -24
- azure/mgmt/storage/v2021_01_01/models/_models_py3.py +64 -86
- azure/mgmt/storage/v2021_01_01/models/_storage_management_client_enums.py +1 -1
- azure/mgmt/storage/v2021_01_01/operations/_blob_containers_operations.py +197 -295
- azure/mgmt/storage/v2021_01_01/operations/_blob_inventory_policies_operations.py +62 -85
- azure/mgmt/storage/v2021_01_01/operations/_blob_services_operations.py +52 -70
- azure/mgmt/storage/v2021_01_01/operations/_deleted_accounts_operations.py +34 -41
- azure/mgmt/storage/v2021_01_01/operations/_encryption_scopes_operations.py +67 -95
- azure/mgmt/storage/v2021_01_01/operations/_file_services_operations.py +48 -66
- azure/mgmt/storage/v2021_01_01/operations/_file_shares_operations.py +95 -138
- azure/mgmt/storage/v2021_01_01/operations/_management_policies_operations.py +46 -64
- azure/mgmt/storage/v2021_01_01/operations/_object_replication_policies_operations.py +63 -85
- azure/mgmt/storage/v2021_01_01/operations/_operations.py +21 -23
- azure/mgmt/storage/v2021_01_01/operations/_private_endpoint_connections_operations.py +62 -85
- azure/mgmt/storage/v2021_01_01/operations/_private_link_resources_operations.py +18 -22
- azure/mgmt/storage/v2021_01_01/operations/_queue_operations.py +79 -112
- azure/mgmt/storage/v2021_01_01/operations/_queue_services_operations.py +47 -65
- azure/mgmt/storage/v2021_01_01/operations/_skus_operations.py +23 -25
- azure/mgmt/storage/v2021_01_01/operations/_storage_accounts_operations.py +233 -387
- azure/mgmt/storage/v2021_01_01/operations/_table_operations.py +66 -90
- azure/mgmt/storage/v2021_01_01/operations/_table_services_operations.py +47 -65
- azure/mgmt/storage/v2021_01_01/operations/_usages_operations.py +23 -27
- azure/mgmt/storage/v2021_02_01/_configuration.py +4 -11
- azure/mgmt/storage/v2021_02_01/_patch.py +1 -0
- azure/mgmt/storage/v2021_02_01/_storage_management_client.py +55 -23
- azure/mgmt/storage/v2021_02_01/_vendor.py +0 -14
- azure/mgmt/storage/v2021_02_01/_version.py +1 -1
- azure/mgmt/storage/v2021_02_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2021_02_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2021_02_01/aio/_storage_management_client.py +57 -23
- azure/mgmt/storage/v2021_02_01/aio/operations/_blob_containers_operations.py +169 -267
- azure/mgmt/storage/v2021_02_01/aio/operations/_blob_inventory_policies_operations.py +53 -76
- azure/mgmt/storage/v2021_02_01/aio/operations/_blob_services_operations.py +45 -63
- azure/mgmt/storage/v2021_02_01/aio/operations/_deleted_accounts_operations.py +29 -36
- azure/mgmt/storage/v2021_02_01/aio/operations/_encryption_scopes_operations.py +58 -86
- azure/mgmt/storage/v2021_02_01/aio/operations/_file_services_operations.py +41 -59
- azure/mgmt/storage/v2021_02_01/aio/operations/_file_shares_operations.py +82 -125
- azure/mgmt/storage/v2021_02_01/aio/operations/_management_policies_operations.py +39 -57
- azure/mgmt/storage/v2021_02_01/aio/operations/_object_replication_policies_operations.py +54 -76
- azure/mgmt/storage/v2021_02_01/aio/operations/_operations.py +20 -22
- azure/mgmt/storage/v2021_02_01/aio/operations/_private_endpoint_connections_operations.py +53 -76
- azure/mgmt/storage/v2021_02_01/aio/operations/_private_link_resources_operations.py +15 -19
- azure/mgmt/storage/v2021_02_01/aio/operations/_queue_operations.py +68 -101
- azure/mgmt/storage/v2021_02_01/aio/operations/_queue_services_operations.py +40 -58
- azure/mgmt/storage/v2021_02_01/aio/operations/_skus_operations.py +20 -22
- azure/mgmt/storage/v2021_02_01/aio/operations/_storage_accounts_operations.py +203 -357
- azure/mgmt/storage/v2021_02_01/aio/operations/_table_operations.py +55 -79
- azure/mgmt/storage/v2021_02_01/aio/operations/_table_services_operations.py +40 -58
- azure/mgmt/storage/v2021_02_01/aio/operations/_usages_operations.py +20 -24
- azure/mgmt/storage/v2021_02_01/models/_models_py3.py +66 -88
- azure/mgmt/storage/v2021_02_01/models/_storage_management_client_enums.py +1 -1
- azure/mgmt/storage/v2021_02_01/operations/_blob_containers_operations.py +197 -295
- azure/mgmt/storage/v2021_02_01/operations/_blob_inventory_policies_operations.py +62 -85
- azure/mgmt/storage/v2021_02_01/operations/_blob_services_operations.py +52 -70
- azure/mgmt/storage/v2021_02_01/operations/_deleted_accounts_operations.py +34 -41
- azure/mgmt/storage/v2021_02_01/operations/_encryption_scopes_operations.py +67 -95
- azure/mgmt/storage/v2021_02_01/operations/_file_services_operations.py +48 -66
- azure/mgmt/storage/v2021_02_01/operations/_file_shares_operations.py +95 -138
- azure/mgmt/storage/v2021_02_01/operations/_management_policies_operations.py +46 -64
- azure/mgmt/storage/v2021_02_01/operations/_object_replication_policies_operations.py +63 -85
- azure/mgmt/storage/v2021_02_01/operations/_operations.py +21 -23
- azure/mgmt/storage/v2021_02_01/operations/_private_endpoint_connections_operations.py +62 -85
- azure/mgmt/storage/v2021_02_01/operations/_private_link_resources_operations.py +18 -22
- azure/mgmt/storage/v2021_02_01/operations/_queue_operations.py +79 -112
- azure/mgmt/storage/v2021_02_01/operations/_queue_services_operations.py +47 -65
- azure/mgmt/storage/v2021_02_01/operations/_skus_operations.py +23 -25
- azure/mgmt/storage/v2021_02_01/operations/_storage_accounts_operations.py +233 -387
- azure/mgmt/storage/v2021_02_01/operations/_table_operations.py +66 -90
- azure/mgmt/storage/v2021_02_01/operations/_table_services_operations.py +47 -65
- azure/mgmt/storage/v2021_02_01/operations/_usages_operations.py +23 -27
- azure/mgmt/storage/v2021_04_01/_configuration.py +4 -11
- azure/mgmt/storage/v2021_04_01/_patch.py +1 -0
- azure/mgmt/storage/v2021_04_01/_storage_management_client.py +55 -23
- azure/mgmt/storage/v2021_04_01/_vendor.py +0 -14
- azure/mgmt/storage/v2021_04_01/_version.py +1 -1
- azure/mgmt/storage/v2021_04_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2021_04_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2021_04_01/aio/_storage_management_client.py +57 -23
- azure/mgmt/storage/v2021_04_01/aio/operations/_blob_containers_operations.py +181 -295
- azure/mgmt/storage/v2021_04_01/aio/operations/_blob_inventory_policies_operations.py +53 -76
- azure/mgmt/storage/v2021_04_01/aio/operations/_blob_services_operations.py +45 -63
- azure/mgmt/storage/v2021_04_01/aio/operations/_deleted_accounts_operations.py +29 -36
- azure/mgmt/storage/v2021_04_01/aio/operations/_encryption_scopes_operations.py +58 -86
- azure/mgmt/storage/v2021_04_01/aio/operations/_file_services_operations.py +41 -59
- azure/mgmt/storage/v2021_04_01/aio/operations/_file_shares_operations.py +98 -151
- azure/mgmt/storage/v2021_04_01/aio/operations/_management_policies_operations.py +39 -57
- azure/mgmt/storage/v2021_04_01/aio/operations/_object_replication_policies_operations.py +54 -76
- azure/mgmt/storage/v2021_04_01/aio/operations/_operations.py +20 -22
- azure/mgmt/storage/v2021_04_01/aio/operations/_private_endpoint_connections_operations.py +53 -76
- azure/mgmt/storage/v2021_04_01/aio/operations/_private_link_resources_operations.py +15 -19
- azure/mgmt/storage/v2021_04_01/aio/operations/_queue_operations.py +68 -101
- azure/mgmt/storage/v2021_04_01/aio/operations/_queue_services_operations.py +40 -58
- azure/mgmt/storage/v2021_04_01/aio/operations/_skus_operations.py +20 -22
- azure/mgmt/storage/v2021_04_01/aio/operations/_storage_accounts_operations.py +203 -357
- azure/mgmt/storage/v2021_04_01/aio/operations/_table_operations.py +55 -79
- azure/mgmt/storage/v2021_04_01/aio/operations/_table_services_operations.py +40 -58
- azure/mgmt/storage/v2021_04_01/aio/operations/_usages_operations.py +20 -24
- azure/mgmt/storage/v2021_04_01/models/_models_py3.py +66 -88
- azure/mgmt/storage/v2021_04_01/models/_storage_management_client_enums.py +2 -2
- azure/mgmt/storage/v2021_04_01/operations/_blob_containers_operations.py +211 -325
- azure/mgmt/storage/v2021_04_01/operations/_blob_inventory_policies_operations.py +62 -85
- azure/mgmt/storage/v2021_04_01/operations/_blob_services_operations.py +52 -70
- azure/mgmt/storage/v2021_04_01/operations/_deleted_accounts_operations.py +34 -41
- azure/mgmt/storage/v2021_04_01/operations/_encryption_scopes_operations.py +67 -95
- azure/mgmt/storage/v2021_04_01/operations/_file_services_operations.py +48 -66
- azure/mgmt/storage/v2021_04_01/operations/_file_shares_operations.py +113 -166
- azure/mgmt/storage/v2021_04_01/operations/_management_policies_operations.py +46 -64
- azure/mgmt/storage/v2021_04_01/operations/_object_replication_policies_operations.py +63 -85
- azure/mgmt/storage/v2021_04_01/operations/_operations.py +21 -23
- azure/mgmt/storage/v2021_04_01/operations/_private_endpoint_connections_operations.py +62 -85
- azure/mgmt/storage/v2021_04_01/operations/_private_link_resources_operations.py +18 -22
- azure/mgmt/storage/v2021_04_01/operations/_queue_operations.py +79 -112
- azure/mgmt/storage/v2021_04_01/operations/_queue_services_operations.py +47 -65
- azure/mgmt/storage/v2021_04_01/operations/_skus_operations.py +23 -25
- azure/mgmt/storage/v2021_04_01/operations/_storage_accounts_operations.py +233 -387
- azure/mgmt/storage/v2021_04_01/operations/_table_operations.py +66 -90
- azure/mgmt/storage/v2021_04_01/operations/_table_services_operations.py +47 -65
- azure/mgmt/storage/v2021_04_01/operations/_usages_operations.py +23 -27
- azure/mgmt/storage/v2021_06_01/_configuration.py +4 -11
- azure/mgmt/storage/v2021_06_01/_patch.py +1 -0
- azure/mgmt/storage/v2021_06_01/_storage_management_client.py +55 -23
- azure/mgmt/storage/v2021_06_01/_vendor.py +0 -14
- azure/mgmt/storage/v2021_06_01/_version.py +1 -1
- azure/mgmt/storage/v2021_06_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2021_06_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2021_06_01/aio/_storage_management_client.py +57 -23
- azure/mgmt/storage/v2021_06_01/aio/operations/_blob_containers_operations.py +181 -315
- azure/mgmt/storage/v2021_06_01/aio/operations/_blob_inventory_policies_operations.py +53 -76
- azure/mgmt/storage/v2021_06_01/aio/operations/_blob_services_operations.py +45 -79
- azure/mgmt/storage/v2021_06_01/aio/operations/_deleted_accounts_operations.py +29 -36
- azure/mgmt/storage/v2021_06_01/aio/operations/_encryption_scopes_operations.py +58 -86
- azure/mgmt/storage/v2021_06_01/aio/operations/_file_services_operations.py +41 -75
- azure/mgmt/storage/v2021_06_01/aio/operations/_file_shares_operations.py +98 -151
- azure/mgmt/storage/v2021_06_01/aio/operations/_management_policies_operations.py +39 -57
- azure/mgmt/storage/v2021_06_01/aio/operations/_object_replication_policies_operations.py +54 -76
- azure/mgmt/storage/v2021_06_01/aio/operations/_operations.py +20 -22
- azure/mgmt/storage/v2021_06_01/aio/operations/_private_endpoint_connections_operations.py +53 -76
- azure/mgmt/storage/v2021_06_01/aio/operations/_private_link_resources_operations.py +15 -19
- azure/mgmt/storage/v2021_06_01/aio/operations/_queue_operations.py +68 -101
- azure/mgmt/storage/v2021_06_01/aio/operations/_queue_services_operations.py +40 -74
- azure/mgmt/storage/v2021_06_01/aio/operations/_skus_operations.py +20 -22
- azure/mgmt/storage/v2021_06_01/aio/operations/_storage_accounts_operations.py +230 -416
- azure/mgmt/storage/v2021_06_01/aio/operations/_table_operations.py +55 -79
- azure/mgmt/storage/v2021_06_01/aio/operations/_table_services_operations.py +40 -74
- azure/mgmt/storage/v2021_06_01/aio/operations/_usages_operations.py +20 -24
- azure/mgmt/storage/v2021_06_01/models/_models_py3.py +66 -88
- azure/mgmt/storage/v2021_06_01/models/_storage_management_client_enums.py +2 -2
- azure/mgmt/storage/v2021_06_01/operations/_blob_containers_operations.py +211 -345
- azure/mgmt/storage/v2021_06_01/operations/_blob_inventory_policies_operations.py +62 -85
- azure/mgmt/storage/v2021_06_01/operations/_blob_services_operations.py +52 -86
- azure/mgmt/storage/v2021_06_01/operations/_deleted_accounts_operations.py +34 -41
- azure/mgmt/storage/v2021_06_01/operations/_encryption_scopes_operations.py +67 -95
- azure/mgmt/storage/v2021_06_01/operations/_file_services_operations.py +48 -82
- azure/mgmt/storage/v2021_06_01/operations/_file_shares_operations.py +113 -166
- azure/mgmt/storage/v2021_06_01/operations/_management_policies_operations.py +46 -64
- azure/mgmt/storage/v2021_06_01/operations/_object_replication_policies_operations.py +63 -85
- azure/mgmt/storage/v2021_06_01/operations/_operations.py +21 -23
- azure/mgmt/storage/v2021_06_01/operations/_private_endpoint_connections_operations.py +62 -85
- azure/mgmt/storage/v2021_06_01/operations/_private_link_resources_operations.py +18 -22
- azure/mgmt/storage/v2021_06_01/operations/_queue_operations.py +79 -112
- azure/mgmt/storage/v2021_06_01/operations/_queue_services_operations.py +47 -81
- azure/mgmt/storage/v2021_06_01/operations/_skus_operations.py +23 -25
- azure/mgmt/storage/v2021_06_01/operations/_storage_accounts_operations.py +266 -452
- azure/mgmt/storage/v2021_06_01/operations/_table_operations.py +66 -90
- azure/mgmt/storage/v2021_06_01/operations/_table_services_operations.py +47 -81
- azure/mgmt/storage/v2021_06_01/operations/_usages_operations.py +23 -27
- azure/mgmt/storage/v2021_08_01/_configuration.py +4 -11
- azure/mgmt/storage/v2021_08_01/_patch.py +1 -0
- azure/mgmt/storage/v2021_08_01/_storage_management_client.py +59 -25
- azure/mgmt/storage/v2021_08_01/_vendor.py +0 -14
- azure/mgmt/storage/v2021_08_01/_version.py +1 -1
- azure/mgmt/storage/v2021_08_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2021_08_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2021_08_01/aio/_storage_management_client.py +61 -25
- azure/mgmt/storage/v2021_08_01/aio/operations/_blob_containers_operations.py +181 -315
- azure/mgmt/storage/v2021_08_01/aio/operations/_blob_inventory_policies_operations.py +53 -76
- azure/mgmt/storage/v2021_08_01/aio/operations/_blob_services_operations.py +45 -79
- azure/mgmt/storage/v2021_08_01/aio/operations/_deleted_accounts_operations.py +29 -36
- azure/mgmt/storage/v2021_08_01/aio/operations/_encryption_scopes_operations.py +58 -86
- azure/mgmt/storage/v2021_08_01/aio/operations/_file_services_operations.py +41 -75
- azure/mgmt/storage/v2021_08_01/aio/operations/_file_shares_operations.py +98 -151
- azure/mgmt/storage/v2021_08_01/aio/operations/_local_users_operations.py +71 -104
- azure/mgmt/storage/v2021_08_01/aio/operations/_management_policies_operations.py +39 -57
- azure/mgmt/storage/v2021_08_01/aio/operations/_object_replication_policies_operations.py +54 -76
- azure/mgmt/storage/v2021_08_01/aio/operations/_operations.py +20 -22
- azure/mgmt/storage/v2021_08_01/aio/operations/_private_endpoint_connections_operations.py +53 -76
- azure/mgmt/storage/v2021_08_01/aio/operations/_private_link_resources_operations.py +15 -19
- azure/mgmt/storage/v2021_08_01/aio/operations/_queue_operations.py +68 -101
- azure/mgmt/storage/v2021_08_01/aio/operations/_queue_services_operations.py +40 -74
- azure/mgmt/storage/v2021_08_01/aio/operations/_skus_operations.py +20 -22
- azure/mgmt/storage/v2021_08_01/aio/operations/_storage_accounts_operations.py +230 -416
- azure/mgmt/storage/v2021_08_01/aio/operations/_table_operations.py +55 -79
- azure/mgmt/storage/v2021_08_01/aio/operations/_table_services_operations.py +40 -74
- azure/mgmt/storage/v2021_08_01/aio/operations/_usages_operations.py +20 -24
- azure/mgmt/storage/v2021_08_01/models/_models_py3.py +68 -90
- azure/mgmt/storage/v2021_08_01/models/_storage_management_client_enums.py +2 -2
- azure/mgmt/storage/v2021_08_01/operations/_blob_containers_operations.py +211 -345
- azure/mgmt/storage/v2021_08_01/operations/_blob_inventory_policies_operations.py +62 -85
- azure/mgmt/storage/v2021_08_01/operations/_blob_services_operations.py +52 -86
- azure/mgmt/storage/v2021_08_01/operations/_deleted_accounts_operations.py +34 -41
- azure/mgmt/storage/v2021_08_01/operations/_encryption_scopes_operations.py +67 -95
- azure/mgmt/storage/v2021_08_01/operations/_file_services_operations.py +48 -82
- azure/mgmt/storage/v2021_08_01/operations/_file_shares_operations.py +113 -166
- azure/mgmt/storage/v2021_08_01/operations/_local_users_operations.py +84 -117
- azure/mgmt/storage/v2021_08_01/operations/_management_policies_operations.py +46 -64
- azure/mgmt/storage/v2021_08_01/operations/_object_replication_policies_operations.py +63 -85
- azure/mgmt/storage/v2021_08_01/operations/_operations.py +21 -23
- azure/mgmt/storage/v2021_08_01/operations/_private_endpoint_connections_operations.py +62 -85
- azure/mgmt/storage/v2021_08_01/operations/_private_link_resources_operations.py +18 -22
- azure/mgmt/storage/v2021_08_01/operations/_queue_operations.py +79 -112
- azure/mgmt/storage/v2021_08_01/operations/_queue_services_operations.py +47 -81
- azure/mgmt/storage/v2021_08_01/operations/_skus_operations.py +23 -25
- azure/mgmt/storage/v2021_08_01/operations/_storage_accounts_operations.py +266 -452
- azure/mgmt/storage/v2021_08_01/operations/_table_operations.py +66 -90
- azure/mgmt/storage/v2021_08_01/operations/_table_services_operations.py +47 -81
- azure/mgmt/storage/v2021_08_01/operations/_usages_operations.py +23 -27
- azure/mgmt/storage/v2021_09_01/_configuration.py +4 -11
- azure/mgmt/storage/v2021_09_01/_patch.py +1 -0
- azure/mgmt/storage/v2021_09_01/_storage_management_client.py +59 -25
- azure/mgmt/storage/v2021_09_01/_vendor.py +0 -14
- azure/mgmt/storage/v2021_09_01/_version.py +1 -1
- azure/mgmt/storage/v2021_09_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2021_09_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2021_09_01/aio/_storage_management_client.py +61 -25
- azure/mgmt/storage/v2021_09_01/aio/operations/_blob_containers_operations.py +181 -315
- azure/mgmt/storage/v2021_09_01/aio/operations/_blob_inventory_policies_operations.py +53 -76
- azure/mgmt/storage/v2021_09_01/aio/operations/_blob_services_operations.py +45 -79
- azure/mgmt/storage/v2021_09_01/aio/operations/_deleted_accounts_operations.py +29 -36
- azure/mgmt/storage/v2021_09_01/aio/operations/_encryption_scopes_operations.py +58 -86
- azure/mgmt/storage/v2021_09_01/aio/operations/_file_services_operations.py +41 -75
- azure/mgmt/storage/v2021_09_01/aio/operations/_file_shares_operations.py +98 -151
- azure/mgmt/storage/v2021_09_01/aio/operations/_local_users_operations.py +71 -104
- azure/mgmt/storage/v2021_09_01/aio/operations/_management_policies_operations.py +39 -57
- azure/mgmt/storage/v2021_09_01/aio/operations/_object_replication_policies_operations.py +54 -76
- azure/mgmt/storage/v2021_09_01/aio/operations/_operations.py +20 -22
- azure/mgmt/storage/v2021_09_01/aio/operations/_private_endpoint_connections_operations.py +53 -76
- azure/mgmt/storage/v2021_09_01/aio/operations/_private_link_resources_operations.py +15 -19
- azure/mgmt/storage/v2021_09_01/aio/operations/_queue_operations.py +68 -101
- azure/mgmt/storage/v2021_09_01/aio/operations/_queue_services_operations.py +40 -74
- azure/mgmt/storage/v2021_09_01/aio/operations/_skus_operations.py +20 -22
- azure/mgmt/storage/v2021_09_01/aio/operations/_storage_accounts_operations.py +230 -416
- azure/mgmt/storage/v2021_09_01/aio/operations/_table_operations.py +70 -103
- azure/mgmt/storage/v2021_09_01/aio/operations/_table_services_operations.py +40 -74
- azure/mgmt/storage/v2021_09_01/aio/operations/_usages_operations.py +20 -24
- azure/mgmt/storage/v2021_09_01/models/_models_py3.py +70 -92
- azure/mgmt/storage/v2021_09_01/models/_storage_management_client_enums.py +2 -2
- azure/mgmt/storage/v2021_09_01/operations/_blob_containers_operations.py +211 -345
- azure/mgmt/storage/v2021_09_01/operations/_blob_inventory_policies_operations.py +62 -85
- azure/mgmt/storage/v2021_09_01/operations/_blob_services_operations.py +52 -86
- azure/mgmt/storage/v2021_09_01/operations/_deleted_accounts_operations.py +34 -41
- azure/mgmt/storage/v2021_09_01/operations/_encryption_scopes_operations.py +67 -95
- azure/mgmt/storage/v2021_09_01/operations/_file_services_operations.py +48 -82
- azure/mgmt/storage/v2021_09_01/operations/_file_shares_operations.py +113 -166
- azure/mgmt/storage/v2021_09_01/operations/_local_users_operations.py +84 -117
- azure/mgmt/storage/v2021_09_01/operations/_management_policies_operations.py +46 -64
- azure/mgmt/storage/v2021_09_01/operations/_object_replication_policies_operations.py +63 -85
- azure/mgmt/storage/v2021_09_01/operations/_operations.py +21 -23
- azure/mgmt/storage/v2021_09_01/operations/_private_endpoint_connections_operations.py +62 -85
- azure/mgmt/storage/v2021_09_01/operations/_private_link_resources_operations.py +18 -22
- azure/mgmt/storage/v2021_09_01/operations/_queue_operations.py +79 -112
- azure/mgmt/storage/v2021_09_01/operations/_queue_services_operations.py +47 -81
- azure/mgmt/storage/v2021_09_01/operations/_skus_operations.py +23 -25
- azure/mgmt/storage/v2021_09_01/operations/_storage_accounts_operations.py +266 -452
- azure/mgmt/storage/v2021_09_01/operations/_table_operations.py +81 -114
- azure/mgmt/storage/v2021_09_01/operations/_table_services_operations.py +47 -81
- azure/mgmt/storage/v2021_09_01/operations/_usages_operations.py +23 -27
- azure/mgmt/storage/v2022_05_01/_configuration.py +4 -11
- azure/mgmt/storage/v2022_05_01/_storage_management_client.py +59 -25
- azure/mgmt/storage/v2022_05_01/_vendor.py +0 -14
- azure/mgmt/storage/v2022_05_01/_version.py +1 -1
- azure/mgmt/storage/v2022_05_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2022_05_01/aio/_storage_management_client.py +61 -25
- azure/mgmt/storage/v2022_05_01/aio/operations/_blob_containers_operations.py +181 -315
- azure/mgmt/storage/v2022_05_01/aio/operations/_blob_inventory_policies_operations.py +53 -76
- azure/mgmt/storage/v2022_05_01/aio/operations/_blob_services_operations.py +45 -79
- azure/mgmt/storage/v2022_05_01/aio/operations/_deleted_accounts_operations.py +29 -36
- azure/mgmt/storage/v2022_05_01/aio/operations/_encryption_scopes_operations.py +58 -86
- azure/mgmt/storage/v2022_05_01/aio/operations/_file_services_operations.py +41 -75
- azure/mgmt/storage/v2022_05_01/aio/operations/_file_shares_operations.py +98 -151
- azure/mgmt/storage/v2022_05_01/aio/operations/_local_users_operations.py +71 -104
- azure/mgmt/storage/v2022_05_01/aio/operations/_management_policies_operations.py +39 -57
- azure/mgmt/storage/v2022_05_01/aio/operations/_object_replication_policies_operations.py +54 -76
- azure/mgmt/storage/v2022_05_01/aio/operations/_operations.py +20 -22
- azure/mgmt/storage/v2022_05_01/aio/operations/_private_endpoint_connections_operations.py +53 -76
- azure/mgmt/storage/v2022_05_01/aio/operations/_private_link_resources_operations.py +15 -19
- azure/mgmt/storage/v2022_05_01/aio/operations/_queue_operations.py +68 -101
- azure/mgmt/storage/v2022_05_01/aio/operations/_queue_services_operations.py +40 -74
- azure/mgmt/storage/v2022_05_01/aio/operations/_skus_operations.py +20 -22
- azure/mgmt/storage/v2022_05_01/aio/operations/_storage_accounts_operations.py +230 -416
- azure/mgmt/storage/v2022_05_01/aio/operations/_table_operations.py +70 -103
- azure/mgmt/storage/v2022_05_01/aio/operations/_table_services_operations.py +40 -74
- azure/mgmt/storage/v2022_05_01/aio/operations/_usages_operations.py +20 -24
- azure/mgmt/storage/v2022_05_01/models/_models_py3.py +69 -91
- azure/mgmt/storage/v2022_05_01/models/_storage_management_client_enums.py +2 -2
- azure/mgmt/storage/v2022_05_01/operations/_blob_containers_operations.py +211 -345
- azure/mgmt/storage/v2022_05_01/operations/_blob_inventory_policies_operations.py +62 -85
- azure/mgmt/storage/v2022_05_01/operations/_blob_services_operations.py +52 -86
- azure/mgmt/storage/v2022_05_01/operations/_deleted_accounts_operations.py +34 -41
- azure/mgmt/storage/v2022_05_01/operations/_encryption_scopes_operations.py +67 -95
- azure/mgmt/storage/v2022_05_01/operations/_file_services_operations.py +48 -82
- azure/mgmt/storage/v2022_05_01/operations/_file_shares_operations.py +113 -166
- azure/mgmt/storage/v2022_05_01/operations/_local_users_operations.py +84 -117
- azure/mgmt/storage/v2022_05_01/operations/_management_policies_operations.py +46 -64
- azure/mgmt/storage/v2022_05_01/operations/_object_replication_policies_operations.py +63 -85
- azure/mgmt/storage/v2022_05_01/operations/_operations.py +21 -23
- azure/mgmt/storage/v2022_05_01/operations/_private_endpoint_connections_operations.py +62 -85
- azure/mgmt/storage/v2022_05_01/operations/_private_link_resources_operations.py +18 -22
- azure/mgmt/storage/v2022_05_01/operations/_queue_operations.py +79 -112
- azure/mgmt/storage/v2022_05_01/operations/_queue_services_operations.py +47 -81
- azure/mgmt/storage/v2022_05_01/operations/_skus_operations.py +23 -25
- azure/mgmt/storage/v2022_05_01/operations/_storage_accounts_operations.py +266 -452
- azure/mgmt/storage/v2022_05_01/operations/_table_operations.py +81 -114
- azure/mgmt/storage/v2022_05_01/operations/_table_services_operations.py +47 -81
- azure/mgmt/storage/v2022_05_01/operations/_usages_operations.py +23 -27
- azure/mgmt/storage/v2022_09_01/_configuration.py +4 -11
- azure/mgmt/storage/v2022_09_01/_storage_management_client.py +59 -25
- azure/mgmt/storage/v2022_09_01/_vendor.py +0 -14
- azure/mgmt/storage/v2022_09_01/_version.py +1 -1
- azure/mgmt/storage/v2022_09_01/aio/_configuration.py +4 -11
- azure/mgmt/storage/v2022_09_01/aio/_storage_management_client.py +61 -25
- azure/mgmt/storage/v2022_09_01/aio/operations/_blob_containers_operations.py +181 -315
- azure/mgmt/storage/v2022_09_01/aio/operations/_blob_inventory_policies_operations.py +53 -76
- azure/mgmt/storage/v2022_09_01/aio/operations/_blob_services_operations.py +45 -79
- azure/mgmt/storage/v2022_09_01/aio/operations/_deleted_accounts_operations.py +29 -36
- azure/mgmt/storage/v2022_09_01/aio/operations/_encryption_scopes_operations.py +58 -86
- azure/mgmt/storage/v2022_09_01/aio/operations/_file_services_operations.py +41 -75
- azure/mgmt/storage/v2022_09_01/aio/operations/_file_shares_operations.py +98 -151
- azure/mgmt/storage/v2022_09_01/aio/operations/_local_users_operations.py +71 -104
- azure/mgmt/storage/v2022_09_01/aio/operations/_management_policies_operations.py +39 -57
- azure/mgmt/storage/v2022_09_01/aio/operations/_object_replication_policies_operations.py +54 -76
- azure/mgmt/storage/v2022_09_01/aio/operations/_operations.py +20 -22
- azure/mgmt/storage/v2022_09_01/aio/operations/_private_endpoint_connections_operations.py +53 -76
- azure/mgmt/storage/v2022_09_01/aio/operations/_private_link_resources_operations.py +15 -19
- azure/mgmt/storage/v2022_09_01/aio/operations/_queue_operations.py +68 -101
- azure/mgmt/storage/v2022_09_01/aio/operations/_queue_services_operations.py +40 -74
- azure/mgmt/storage/v2022_09_01/aio/operations/_skus_operations.py +20 -22
- azure/mgmt/storage/v2022_09_01/aio/operations/_storage_accounts_operations.py +230 -416
- azure/mgmt/storage/v2022_09_01/aio/operations/_table_operations.py +70 -103
- azure/mgmt/storage/v2022_09_01/aio/operations/_table_services_operations.py +40 -74
- azure/mgmt/storage/v2022_09_01/aio/operations/_usages_operations.py +20 -24
- azure/mgmt/storage/v2022_09_01/models/_models_py3.py +69 -91
- azure/mgmt/storage/v2022_09_01/models/_storage_management_client_enums.py +2 -2
- azure/mgmt/storage/v2022_09_01/operations/_blob_containers_operations.py +211 -345
- azure/mgmt/storage/v2022_09_01/operations/_blob_inventory_policies_operations.py +62 -85
- azure/mgmt/storage/v2022_09_01/operations/_blob_services_operations.py +52 -86
- azure/mgmt/storage/v2022_09_01/operations/_deleted_accounts_operations.py +34 -41
- azure/mgmt/storage/v2022_09_01/operations/_encryption_scopes_operations.py +67 -95
- azure/mgmt/storage/v2022_09_01/operations/_file_services_operations.py +48 -82
- azure/mgmt/storage/v2022_09_01/operations/_file_shares_operations.py +113 -166
- azure/mgmt/storage/v2022_09_01/operations/_local_users_operations.py +84 -117
- azure/mgmt/storage/v2022_09_01/operations/_management_policies_operations.py +46 -64
- azure/mgmt/storage/v2022_09_01/operations/_object_replication_policies_operations.py +63 -85
- azure/mgmt/storage/v2022_09_01/operations/_operations.py +21 -23
- azure/mgmt/storage/v2022_09_01/operations/_private_endpoint_connections_operations.py +62 -85
- azure/mgmt/storage/v2022_09_01/operations/_private_link_resources_operations.py +18 -22
- azure/mgmt/storage/v2022_09_01/operations/_queue_operations.py +79 -112
- azure/mgmt/storage/v2022_09_01/operations/_queue_services_operations.py +47 -81
- azure/mgmt/storage/v2022_09_01/operations/_skus_operations.py +23 -25
- azure/mgmt/storage/v2022_09_01/operations/_storage_accounts_operations.py +266 -452
- azure/mgmt/storage/v2022_09_01/operations/_table_operations.py +81 -114
- azure/mgmt/storage/v2022_09_01/operations/_table_services_operations.py +47 -81
- azure/mgmt/storage/v2022_09_01/operations/_usages_operations.py +23 -27
- azure/mgmt/storage/v2023_01_01/__init__.py +26 -0
- azure/mgmt/storage/v2023_01_01/_configuration.py +65 -0
- azure/mgmt/storage/v2023_01_01/_patch.py +20 -0
- azure/mgmt/storage/v2023_01_01/_storage_management_client.py +225 -0
- azure/mgmt/storage/v2023_01_01/_vendor.py +16 -0
- azure/mgmt/storage/v2023_01_01/_version.py +9 -0
- azure/mgmt/storage/v2023_01_01/aio/__init__.py +23 -0
- azure/mgmt/storage/v2023_01_01/aio/_configuration.py +65 -0
- azure/mgmt/storage/v2023_01_01/aio/_patch.py +20 -0
- azure/mgmt/storage/v2023_01_01/aio/_storage_management_client.py +230 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/__init__.py +57 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_blob_containers_operations.py +1838 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_blob_inventory_policies_operations.py +442 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_blob_services_operations.py +362 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_deleted_accounts_operations.py +194 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_encryption_scopes_operations.py +568 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_file_services_operations.py +328 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_file_shares_operations.py +1003 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_local_users_operations.py +560 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_management_policies_operations.py +349 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_object_replication_policies_operations.py +446 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_operations.py +135 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_patch.py +20 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_private_endpoint_connections_operations.py +432 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_private_link_resources_operations.py +117 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_queue_operations.py +608 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_queue_services_operations.py +328 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_skus_operations.py +136 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_storage_accounts_operations.py +2187 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_table_operations.py +588 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_table_services_operations.py +328 -0
- azure/mgmt/storage/v2023_01_01/aio/operations/_usages_operations.py +139 -0
- azure/mgmt/storage/v2023_01_01/models/__init__.py +461 -0
- azure/mgmt/storage/v2023_01_01/models/_models_py3.py +8338 -0
- azure/mgmt/storage/v2023_01_01/models/_patch.py +20 -0
- azure/mgmt/storage/v2023_01_01/models/_storage_management_client_enums.py +626 -0
- azure/mgmt/storage/v2023_01_01/operations/__init__.py +57 -0
- azure/mgmt/storage/v2023_01_01/operations/_blob_containers_operations.py +2398 -0
- azure/mgmt/storage/v2023_01_01/operations/_blob_inventory_policies_operations.py +595 -0
- azure/mgmt/storage/v2023_01_01/operations/_blob_services_operations.py +470 -0
- azure/mgmt/storage/v2023_01_01/operations/_deleted_accounts_operations.py +250 -0
- azure/mgmt/storage/v2023_01_01/operations/_encryption_scopes_operations.py +732 -0
- azure/mgmt/storage/v2023_01_01/operations/_file_services_operations.py +437 -0
- azure/mgmt/storage/v2023_01_01/operations/_file_shares_operations.py +1310 -0
- azure/mgmt/storage/v2023_01_01/operations/_local_users_operations.py +770 -0
- azure/mgmt/storage/v2023_01_01/operations/_management_policies_operations.py +465 -0
- azure/mgmt/storage/v2023_01_01/operations/_object_replication_policies_operations.py +593 -0
- azure/mgmt/storage/v2023_01_01/operations/_operations.py +156 -0
- azure/mgmt/storage/v2023_01_01/operations/_patch.py +20 -0
- azure/mgmt/storage/v2023_01_01/operations/_private_endpoint_connections_operations.py +591 -0
- azure/mgmt/storage/v2023_01_01/operations/_private_link_resources_operations.py +155 -0
- azure/mgmt/storage/v2023_01_01/operations/_queue_operations.py +824 -0
- azure/mgmt/storage/v2023_01_01/operations/_queue_services_operations.py +437 -0
- azure/mgmt/storage/v2023_01_01/operations/_skus_operations.py +162 -0
- azure/mgmt/storage/v2023_01_01/operations/_storage_accounts_operations.py +2796 -0
- azure/mgmt/storage/v2023_01_01/operations/_table_operations.py +775 -0
- azure/mgmt/storage/v2023_01_01/operations/_table_services_operations.py +437 -0
- azure/mgmt/storage/v2023_01_01/operations/_usages_operations.py +169 -0
- azure/mgmt/storage/v2023_05_01/__init__.py +26 -0
- azure/mgmt/storage/v2023_05_01/_configuration.py +65 -0
- azure/mgmt/storage/v2023_05_01/_patch.py +20 -0
- azure/mgmt/storage/v2023_05_01/_storage_management_client.py +256 -0
- azure/mgmt/storage/v2023_05_01/_vendor.py +16 -0
- azure/mgmt/storage/v2023_05_01/_version.py +9 -0
- azure/mgmt/storage/v2023_05_01/aio/__init__.py +23 -0
- azure/mgmt/storage/v2023_05_01/aio/_configuration.py +65 -0
- azure/mgmt/storage/v2023_05_01/aio/_patch.py +20 -0
- azure/mgmt/storage/v2023_05_01/aio/_storage_management_client.py +261 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/__init__.py +65 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_blob_containers_operations.py +1838 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_blob_inventory_policies_operations.py +442 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_blob_services_operations.py +362 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_deleted_accounts_operations.py +194 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_encryption_scopes_operations.py +568 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_file_services_operations.py +328 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_file_shares_operations.py +1003 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_local_users_operations.py +583 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_management_policies_operations.py +349 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_network_security_perimeter_configurations_operations.py +342 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_object_replication_policies_operations.py +446 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_operations.py +135 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_patch.py +20 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_private_endpoint_connections_operations.py +432 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_private_link_resources_operations.py +117 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_queue_operations.py +608 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_queue_services_operations.py +328 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_skus_operations.py +136 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_storage_accounts_operations.py +2187 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_storage_task_assignment_instances_report_operations.py +170 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_storage_task_assignments_instances_report_operations.py +164 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_storage_task_assignments_operations.py +802 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_table_operations.py +588 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_table_services_operations.py +328 -0
- azure/mgmt/storage/v2023_05_01/aio/operations/_usages_operations.py +139 -0
- azure/mgmt/storage/v2023_05_01/models/__init__.py +537 -0
- azure/mgmt/storage/v2023_05_01/models/_models_py3.py +9703 -0
- azure/mgmt/storage/v2023_05_01/models/_patch.py +20 -0
- azure/mgmt/storage/v2023_05_01/models/_storage_management_client_enums.py +706 -0
- azure/mgmt/storage/v2023_05_01/operations/__init__.py +65 -0
- azure/mgmt/storage/v2023_05_01/operations/_blob_containers_operations.py +2398 -0
- azure/mgmt/storage/v2023_05_01/operations/_blob_inventory_policies_operations.py +595 -0
- azure/mgmt/storage/v2023_05_01/operations/_blob_services_operations.py +470 -0
- azure/mgmt/storage/v2023_05_01/operations/_deleted_accounts_operations.py +250 -0
- azure/mgmt/storage/v2023_05_01/operations/_encryption_scopes_operations.py +732 -0
- azure/mgmt/storage/v2023_05_01/operations/_file_services_operations.py +437 -0
- azure/mgmt/storage/v2023_05_01/operations/_file_shares_operations.py +1310 -0
- azure/mgmt/storage/v2023_05_01/operations/_local_users_operations.py +808 -0
- azure/mgmt/storage/v2023_05_01/operations/_management_policies_operations.py +465 -0
- azure/mgmt/storage/v2023_05_01/operations/_network_security_perimeter_configurations_operations.py +463 -0
- azure/mgmt/storage/v2023_05_01/operations/_object_replication_policies_operations.py +593 -0
- azure/mgmt/storage/v2023_05_01/operations/_operations.py +156 -0
- azure/mgmt/storage/v2023_05_01/operations/_patch.py +20 -0
- azure/mgmt/storage/v2023_05_01/operations/_private_endpoint_connections_operations.py +591 -0
- azure/mgmt/storage/v2023_05_01/operations/_private_link_resources_operations.py +155 -0
- azure/mgmt/storage/v2023_05_01/operations/_queue_operations.py +824 -0
- azure/mgmt/storage/v2023_05_01/operations/_queue_services_operations.py +437 -0
- azure/mgmt/storage/v2023_05_01/operations/_skus_operations.py +162 -0
- azure/mgmt/storage/v2023_05_01/operations/_storage_accounts_operations.py +2796 -0
- azure/mgmt/storage/v2023_05_01/operations/_storage_task_assignment_instances_report_operations.py +227 -0
- azure/mgmt/storage/v2023_05_01/operations/_storage_task_assignments_instances_report_operations.py +212 -0
- azure/mgmt/storage/v2023_05_01/operations/_storage_task_assignments_operations.py +1018 -0
- azure/mgmt/storage/v2023_05_01/operations/_table_operations.py +775 -0
- azure/mgmt/storage/v2023_05_01/operations/_table_services_operations.py +437 -0
- azure/mgmt/storage/v2023_05_01/operations/_usages_operations.py +169 -0
- {azure_mgmt_storage-21.1.0b1.dist-info → azure_mgmt_storage-21.2.1.dist-info}/METADATA +52 -13
- azure_mgmt_storage-21.2.1.dist-info/RECORD +979 -0
- {azure_mgmt_storage-21.1.0b1.dist-info → azure_mgmt_storage-21.2.1.dist-info}/WHEEL +1 -1
- azure_mgmt_storage-21.1.0b1.dist-info/RECORD +0 -855
- {azure_mgmt_storage-21.1.0b1.dist-info → azure_mgmt_storage-21.2.1.dist-info}/LICENSE +0 -0
- {azure_mgmt_storage-21.1.0b1.dist-info → azure_mgmt_storage-21.2.1.dist-info}/top_level.txt +0 -0
@@ -1,855 +0,0 @@
|
|
1
|
-
azure/mgmt/storage/__init__.py,sha256=m8sm-rRh8sQ0tlJ4ymmPEGRr_JntgMvjpcrOcwjz_AM,725
|
2
|
-
azure/mgmt/storage/_configuration.py,sha256=BrVncqx1CBC8CXYvDuTazZyZv_wD3FFQ7BlIUqKUGZA,3175
|
3
|
-
azure/mgmt/storage/_serialization.py,sha256=Q_B7pL4ZFb76FKVeIxFHWIZH6LBot1skDscqpj1qTss,78842
|
4
|
-
azure/mgmt/storage/_storage_management_client.py,sha256=3KBePx9ZhtAnc0uKZHCOlNST2Myr0Gt_jGPDNJ3bhZo,80263
|
5
|
-
azure/mgmt/storage/_version.py,sha256=-oWI_VF0fBkPnajw_3qSEHbVM7cTMewVn5LPzETCKhk,348
|
6
|
-
azure/mgmt/storage/models.py,sha256=Izpm927fB9r4Mt0BYxMUsQqL7a2QIuokYixMRU0kZS4,394
|
7
|
-
azure/mgmt/storage/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
|
8
|
-
azure/mgmt/storage/aio/__init__.py,sha256=91Ueq_d_YhUQnoHuhv-HKRhRnDGx8kYi1QeyF_cT3A4,570
|
9
|
-
azure/mgmt/storage/aio/_configuration.py,sha256=DjKMbehPfGexedEjCcqjfQBDyP3dRkyTIkODubU6YG8,3239
|
10
|
-
azure/mgmt/storage/aio/_storage_management_client.py,sha256=x4QrRGDlG8ZrPI5NRPLDeUi2mE-f5j_JKRC40q5lA08,82533
|
11
|
-
azure/mgmt/storage/v2015_06_15/__init__.py,sha256=OZ5pI2PZvPHkE_DCALOnXNmw638XVEyCwiiXMQbahls,890
|
12
|
-
azure/mgmt/storage/v2015_06_15/_configuration.py,sha256=eyZ6d73Ay4i6hhT-JTif2Ou_nkD0fEJnGrkUXumTX24,3839
|
13
|
-
azure/mgmt/storage/v2015_06_15/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
|
14
|
-
azure/mgmt/storage/v2015_06_15/_storage_management.py,sha256=J90ACxkQdU2O0pfu-55VMBfJFcucW9kWiafvrrPHKJU,4432
|
15
|
-
azure/mgmt/storage/v2015_06_15/_vendor.py,sha256=PD29OTnfrbMqrHp4rLVdsM5aTJ37yoWQ1Gkmm0Xa3VQ,1302
|
16
|
-
azure/mgmt/storage/v2015_06_15/_version.py,sha256=V24JUjmKqKgWJs3PMvwk1qHz-bmyLwDliz-20r8YcuY,489
|
17
|
-
azure/mgmt/storage/v2015_06_15/aio/__init__.py,sha256=-thZF-XTZ6YiI3LJNif3nCn1IW0CsbhA0voPJnMuULU,837
|
18
|
-
azure/mgmt/storage/v2015_06_15/aio/_configuration.py,sha256=ZWnc2WyeWjF_GnKfdu-H73_4IiOCG8nf4TeZediCaUI,3887
|
19
|
-
azure/mgmt/storage/v2015_06_15/aio/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
|
20
|
-
azure/mgmt/storage/v2015_06_15/aio/_storage_management.py,sha256=9Qgji08f7JF1eQBQklIkb-xVIDRN81aVqqm-BQz8pMI,4572
|
21
|
-
azure/mgmt/storage/v2015_06_15/aio/operations/__init__.py,sha256=bYnNBGcaHQ0K7yVfZraLRlsCylnhfiLn5o08Ux9FPiA,878
|
22
|
-
azure/mgmt/storage/v2015_06_15/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
23
|
-
azure/mgmt/storage/v2015_06_15/aio/operations/_storage_accounts_operations.py,sha256=0h3Uw1XNWFFlQRWW7fWQZYQheBZQBcQqCqBRS0wsIi4,53409
|
24
|
-
azure/mgmt/storage/v2015_06_15/aio/operations/_usage_operations.py,sha256=EWvWssOM7b8jhSJEqVLWerxmfA156BJNy9na5NqpwnY,5961
|
25
|
-
azure/mgmt/storage/v2015_06_15/models/__init__.py,sha256=IQgu90jExjJNrrvPbOFfH6rkHQIn88BcxtUvpWBQ-OQ,2101
|
26
|
-
azure/mgmt/storage/v2015_06_15/models/_models_py3.py,sha256=Hj9yZJyvN7RBBTJb0m9QodUbbtqMFQ2HM_xCX_Tkby0,28336
|
27
|
-
azure/mgmt/storage/v2015_06_15/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
28
|
-
azure/mgmt/storage/v2015_06_15/models/_storage_management_enums.py,sha256=xV7OiXLIHSE0pAnLWK2KTd41_qIZoux5Rasbep5UhoU,1980
|
29
|
-
azure/mgmt/storage/v2015_06_15/operations/__init__.py,sha256=bYnNBGcaHQ0K7yVfZraLRlsCylnhfiLn5o08Ux9FPiA,878
|
30
|
-
azure/mgmt/storage/v2015_06_15/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
31
|
-
azure/mgmt/storage/v2015_06_15/operations/_storage_accounts_operations.py,sha256=QYV6uZ4LIII2ePfmi5voTW8Yydp7pGpEIAt82PB_E6c,65560
|
32
|
-
azure/mgmt/storage/v2015_06_15/operations/_usage_operations.py,sha256=JzeRLb9He8H2lUdLm0xMiY5GcZySvUU8v37K77aTYaw,6960
|
33
|
-
azure/mgmt/storage/v2016_01_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
|
34
|
-
azure/mgmt/storage/v2016_01_01/_configuration.py,sha256=yeUnalb-GHYFGv1zBiPLkMj_g6OPXm8eTP3Hzc9l3ss,3862
|
35
|
-
azure/mgmt/storage/v2016_01_01/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
|
36
|
-
azure/mgmt/storage/v2016_01_01/_storage_management_client.py,sha256=QGoh8o5Qx2fU9PQ0iSYlXBHDVEUovGKngext8-X3FsA,4480
|
37
|
-
azure/mgmt/storage/v2016_01_01/_vendor.py,sha256=PD29OTnfrbMqrHp4rLVdsM5aTJ37yoWQ1Gkmm0Xa3VQ,1302
|
38
|
-
azure/mgmt/storage/v2016_01_01/_version.py,sha256=V24JUjmKqKgWJs3PMvwk1qHz-bmyLwDliz-20r8YcuY,489
|
39
|
-
azure/mgmt/storage/v2016_01_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
|
40
|
-
azure/mgmt/storage/v2016_01_01/aio/_configuration.py,sha256=h4NgrBU-oB1qYMjO6qH1PVeZ6ACi4wXhJBIP2DkmBPQ,3910
|
41
|
-
azure/mgmt/storage/v2016_01_01/aio/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
|
42
|
-
azure/mgmt/storage/v2016_01_01/aio/_storage_management_client.py,sha256=SNA7DFbOfBEyQ3QubV8y6MKAwUYY--RaJu4-WGYzrNw,4620
|
43
|
-
azure/mgmt/storage/v2016_01_01/aio/operations/__init__.py,sha256=bYnNBGcaHQ0K7yVfZraLRlsCylnhfiLn5o08Ux9FPiA,878
|
44
|
-
azure/mgmt/storage/v2016_01_01/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
45
|
-
azure/mgmt/storage/v2016_01_01/aio/operations/_storage_accounts_operations.py,sha256=juna3exgao1rTiez5QWpxHpSctNbYhwH-KVr8Mt4nlg,53199
|
46
|
-
azure/mgmt/storage/v2016_01_01/aio/operations/_usage_operations.py,sha256=f2DNGnHpmXKn_XwXwQ6WY5PKrKIZkL8ejTpH5wp570c,5966
|
47
|
-
azure/mgmt/storage/v2016_01_01/models/__init__.py,sha256=U5negM5W4VR2DCyITiKkHQz6DKVSIoV9dWnDHF5KOwk,2982
|
48
|
-
azure/mgmt/storage/v2016_01_01/models/_models_py3.py,sha256=897X42XqgUWmX7zyr7bsGECrW58vHF7Ya2gT43OaN0k,34968
|
49
|
-
azure/mgmt/storage/v2016_01_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
50
|
-
azure/mgmt/storage/v2016_01_01/models/_storage_management_client_enums.py,sha256=nupB0kgJnzHZSC2kFFRCPkk3-6tOxQcatDBAxCitD2E,3202
|
51
|
-
azure/mgmt/storage/v2016_01_01/operations/__init__.py,sha256=bYnNBGcaHQ0K7yVfZraLRlsCylnhfiLn5o08Ux9FPiA,878
|
52
|
-
azure/mgmt/storage/v2016_01_01/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
53
|
-
azure/mgmt/storage/v2016_01_01/operations/_storage_accounts_operations.py,sha256=pudCfVDSc8iWnW5nssHrTUOCS2mf0cslXVb3VTdGM2k,64797
|
54
|
-
azure/mgmt/storage/v2016_01_01/operations/_usage_operations.py,sha256=eBEC-B_eWLjnnffXRBUzlJfRHBCkaeuYQyOrqBJxBGc,6965
|
55
|
-
azure/mgmt/storage/v2016_12_01/__init__.py,sha256=OZ5pI2PZvPHkE_DCALOnXNmw638XVEyCwiiXMQbahls,890
|
56
|
-
azure/mgmt/storage/v2016_12_01/_configuration.py,sha256=WIscTUg__0KWwxlq6rDbcb9DBDfptxdbX5M3JrZIidI,3844
|
57
|
-
azure/mgmt/storage/v2016_12_01/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
|
58
|
-
azure/mgmt/storage/v2016_12_01/_storage_management.py,sha256=ei3cBWMVT-ARO7je5_3gH4rygDohrnwkbw33Ubxt2ao,4437
|
59
|
-
azure/mgmt/storage/v2016_12_01/_vendor.py,sha256=PD29OTnfrbMqrHp4rLVdsM5aTJ37yoWQ1Gkmm0Xa3VQ,1302
|
60
|
-
azure/mgmt/storage/v2016_12_01/_version.py,sha256=V24JUjmKqKgWJs3PMvwk1qHz-bmyLwDliz-20r8YcuY,489
|
61
|
-
azure/mgmt/storage/v2016_12_01/aio/__init__.py,sha256=-thZF-XTZ6YiI3LJNif3nCn1IW0CsbhA0voPJnMuULU,837
|
62
|
-
azure/mgmt/storage/v2016_12_01/aio/_configuration.py,sha256=WetkVxDJBzDMepK609n_C5tjxc7ThtWRpJMJdFSlnJ0,3892
|
63
|
-
azure/mgmt/storage/v2016_12_01/aio/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
|
64
|
-
azure/mgmt/storage/v2016_12_01/aio/_storage_management.py,sha256=Zd6-iHUE_KG_O3XMIxZrgeGgKYq-f6gkXYnTkw-sJK0,4577
|
65
|
-
azure/mgmt/storage/v2016_12_01/aio/operations/__init__.py,sha256=bYnNBGcaHQ0K7yVfZraLRlsCylnhfiLn5o08Ux9FPiA,878
|
66
|
-
azure/mgmt/storage/v2016_12_01/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
67
|
-
azure/mgmt/storage/v2016_12_01/aio/operations/_storage_accounts_operations.py,sha256=lHjaf-ZH-11OHc7dMlQF8XFuMXDWtj8a2DRW7KMir3U,67053
|
68
|
-
azure/mgmt/storage/v2016_12_01/aio/operations/_usage_operations.py,sha256=_-t6S4gvWkGtPFvX07X4Uk5gbE41Q2LJkZ3uTPVwbGI,5960
|
69
|
-
azure/mgmt/storage/v2016_12_01/models/__init__.py,sha256=UlDpSW3qM_KWkB7rkHIi8Wb7KjGyIUaL53Cn36qgacY,3789
|
70
|
-
azure/mgmt/storage/v2016_12_01/models/_models_py3.py,sha256=e9XpaDK1BuUP5r4sbBKeTsVXm0uMSMnS7hpJYJxzYi0,54172
|
71
|
-
azure/mgmt/storage/v2016_12_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
72
|
-
azure/mgmt/storage/v2016_12_01/models/_storage_management_enums.py,sha256=4wse2c2ITiJcJJTm6WaGM3Oq46IOwQQNDbIHl2NTww4,5055
|
73
|
-
azure/mgmt/storage/v2016_12_01/operations/__init__.py,sha256=bYnNBGcaHQ0K7yVfZraLRlsCylnhfiLn5o08Ux9FPiA,878
|
74
|
-
azure/mgmt/storage/v2016_12_01/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
75
|
-
azure/mgmt/storage/v2016_12_01/operations/_storage_accounts_operations.py,sha256=3lpw5U3xeOQGBov6MOCPFXoneA09zSYgUmwVS-7BR0o,82512
|
76
|
-
azure/mgmt/storage/v2016_12_01/operations/_usage_operations.py,sha256=XY06BD8nNMoR9lhiVHZZd4dQ9AX-UaKkyIU85f5KVYQ,6959
|
77
|
-
azure/mgmt/storage/v2017_06_01/__init__.py,sha256=OZ5pI2PZvPHkE_DCALOnXNmw638XVEyCwiiXMQbahls,890
|
78
|
-
azure/mgmt/storage/v2017_06_01/_configuration.py,sha256=8TwO1RZM-Q0QagB9heGjGpI84Db8wFAvdhE35RTiWFk,3844
|
79
|
-
azure/mgmt/storage/v2017_06_01/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
|
80
|
-
azure/mgmt/storage/v2017_06_01/_storage_management.py,sha256=Gqe55qK06cRekjFoZS1aC5pLpQRpHa6utaLn2oR3Pz8,4905
|
81
|
-
azure/mgmt/storage/v2017_06_01/_vendor.py,sha256=PD29OTnfrbMqrHp4rLVdsM5aTJ37yoWQ1Gkmm0Xa3VQ,1302
|
82
|
-
azure/mgmt/storage/v2017_06_01/_version.py,sha256=V24JUjmKqKgWJs3PMvwk1qHz-bmyLwDliz-20r8YcuY,489
|
83
|
-
azure/mgmt/storage/v2017_06_01/aio/__init__.py,sha256=-thZF-XTZ6YiI3LJNif3nCn1IW0CsbhA0voPJnMuULU,837
|
84
|
-
azure/mgmt/storage/v2017_06_01/aio/_configuration.py,sha256=qF0kLI00fYZARLAdXprMxphJMr471rKby8kuExf6sLU,3892
|
85
|
-
azure/mgmt/storage/v2017_06_01/aio/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
|
86
|
-
azure/mgmt/storage/v2017_06_01/aio/_storage_management.py,sha256=SIoIzRx48KxEuSbmMrujLqHK9y6sAuevsSklraaB1wA,5053
|
87
|
-
azure/mgmt/storage/v2017_06_01/aio/operations/__init__.py,sha256=D6rfkaKFNSS4Tezxd9xjASmgBxUHAVnMF2DVyicPDzY,999
|
88
|
-
azure/mgmt/storage/v2017_06_01/aio/operations/_operations.py,sha256=LWtvWMncIvWzI6Oklv27vkb421vP0TNx7AFt4NhmGw4,5861
|
89
|
-
azure/mgmt/storage/v2017_06_01/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
90
|
-
azure/mgmt/storage/v2017_06_01/aio/operations/_skus_operations.py,sha256=XwghnJwS_IbypX9Qge9W6_9fQNUBDu-AqJXk9QdWSW8,5954
|
91
|
-
azure/mgmt/storage/v2017_06_01/aio/operations/_storage_accounts_operations.py,sha256=QxRYA22SQv6UQ7u6SGjjIsWxSUoJmpDsrfjLrx8uw_c,67053
|
92
|
-
azure/mgmt/storage/v2017_06_01/aio/operations/_usage_operations.py,sha256=mPJruFhDqh2hKJqg16zFOjqiKvCROUnpKgwqrIQsjfM,5960
|
93
|
-
azure/mgmt/storage/v2017_06_01/models/__init__.py,sha256=IMeodHnrcoGfdmkeLoY2Mn0aAd8iIl6h7Gxn4PDG32k,4547
|
94
|
-
azure/mgmt/storage/v2017_06_01/models/_models_py3.py,sha256=8UuYfje9rJ8OG39rvXJRS-um1fM-VJe3N5AO2jb0CL8,81008
|
95
|
-
azure/mgmt/storage/v2017_06_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
96
|
-
azure/mgmt/storage/v2017_06_01/models/_storage_management_enums.py,sha256=IG_xG5--1rnE7v2fvjNnskajoV6rRZCC1ObFg2Dy1CA,5793
|
97
|
-
azure/mgmt/storage/v2017_06_01/operations/__init__.py,sha256=D6rfkaKFNSS4Tezxd9xjASmgBxUHAVnMF2DVyicPDzY,999
|
98
|
-
azure/mgmt/storage/v2017_06_01/operations/_operations.py,sha256=m6dVSWyWSpkSEUMfXRg4y0QYF8vnqq44JzQ8sI1Ekis,6581
|
99
|
-
azure/mgmt/storage/v2017_06_01/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
100
|
-
azure/mgmt/storage/v2017_06_01/operations/_skus_operations.py,sha256=GGTUi2fNq3BzQgFbOhSlLGwVp_3iaDXuhUV5IqpjCQY,6952
|
101
|
-
azure/mgmt/storage/v2017_06_01/operations/_storage_accounts_operations.py,sha256=hwMYLTC2VZY7oOy5uwEXHkirzRXCqUq0FJnupv1aBFA,82512
|
102
|
-
azure/mgmt/storage/v2017_06_01/operations/_usage_operations.py,sha256=nu1GT1bvCuLqvZsEaqClAPk9lj3dVnuE_Upa1GeQKaw,6959
|
103
|
-
azure/mgmt/storage/v2017_10_01/__init__.py,sha256=OZ5pI2PZvPHkE_DCALOnXNmw638XVEyCwiiXMQbahls,890
|
104
|
-
azure/mgmt/storage/v2017_10_01/_configuration.py,sha256=GNzHTA5W_AZwbVYIDYOOi5UbmWyRzngbUoQiMPwG1I8,3844
|
105
|
-
azure/mgmt/storage/v2017_10_01/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
|
106
|
-
azure/mgmt/storage/v2017_10_01/_storage_management.py,sha256=tZJ4EDJCeNEZL4O2kVjZuZ8P4IqHgT8gSVMZ66KWTyk,4905
|
107
|
-
azure/mgmt/storage/v2017_10_01/_vendor.py,sha256=PD29OTnfrbMqrHp4rLVdsM5aTJ37yoWQ1Gkmm0Xa3VQ,1302
|
108
|
-
azure/mgmt/storage/v2017_10_01/_version.py,sha256=V24JUjmKqKgWJs3PMvwk1qHz-bmyLwDliz-20r8YcuY,489
|
109
|
-
azure/mgmt/storage/v2017_10_01/aio/__init__.py,sha256=-thZF-XTZ6YiI3LJNif3nCn1IW0CsbhA0voPJnMuULU,837
|
110
|
-
azure/mgmt/storage/v2017_10_01/aio/_configuration.py,sha256=M1evjlOhSPvUe-yNqq-x37mwZza6GYYgdurFrsMt_rU,3892
|
111
|
-
azure/mgmt/storage/v2017_10_01/aio/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
|
112
|
-
azure/mgmt/storage/v2017_10_01/aio/_storage_management.py,sha256=Nx6p-d2DefLUR7H0riygjNL-65tZAUxnlosF3ZogHN0,5053
|
113
|
-
azure/mgmt/storage/v2017_10_01/aio/operations/__init__.py,sha256=D6rfkaKFNSS4Tezxd9xjASmgBxUHAVnMF2DVyicPDzY,999
|
114
|
-
azure/mgmt/storage/v2017_10_01/aio/operations/_operations.py,sha256=5JCEU_E_OTH0_kRr8HzVYSGVme4QKxLluxLHzjXw7BU,5861
|
115
|
-
azure/mgmt/storage/v2017_10_01/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
116
|
-
azure/mgmt/storage/v2017_10_01/aio/operations/_skus_operations.py,sha256=Hxy24lDNeH99qzn5fUdocGpuDz4WcEvqifUHE7Ifr2g,5954
|
117
|
-
azure/mgmt/storage/v2017_10_01/aio/operations/_storage_accounts_operations.py,sha256=-gTWrPJVZ3Xxc7heV19EnpqU3gY2edZqD-47OCQw780,67053
|
118
|
-
azure/mgmt/storage/v2017_10_01/aio/operations/_usage_operations.py,sha256=aONoIRlq-JgVWhebj3li-Ab1_U7J9uKLQW9Mh7bLG2Q,5960
|
119
|
-
azure/mgmt/storage/v2017_10_01/models/__init__.py,sha256=IMeodHnrcoGfdmkeLoY2Mn0aAd8iIl6h7Gxn4PDG32k,4547
|
120
|
-
azure/mgmt/storage/v2017_10_01/models/_models_py3.py,sha256=Qu9a2aaWKpGSqGkDm2nqqyZbxdctCEnwOehZoaueTVw,81719
|
121
|
-
azure/mgmt/storage/v2017_10_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
122
|
-
azure/mgmt/storage/v2017_10_01/models/_storage_management_enums.py,sha256=KFD7IVQMztrCTcG75EOFxGCwPa7AQIh2cGvUvkvAnHg,5822
|
123
|
-
azure/mgmt/storage/v2017_10_01/operations/__init__.py,sha256=D6rfkaKFNSS4Tezxd9xjASmgBxUHAVnMF2DVyicPDzY,999
|
124
|
-
azure/mgmt/storage/v2017_10_01/operations/_operations.py,sha256=g7WKYvByAhF4Ju1Kv7tS1dpCwBtVNy441rDsqccH-QM,6581
|
125
|
-
azure/mgmt/storage/v2017_10_01/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
126
|
-
azure/mgmt/storage/v2017_10_01/operations/_skus_operations.py,sha256=KnKeNRMi1a4SnNWyXN-v-aZH2Zwr7r75uG1i-xWJlJw,6952
|
127
|
-
azure/mgmt/storage/v2017_10_01/operations/_storage_accounts_operations.py,sha256=n_O_ZYgYFSUN3NDhQtcSBwC_bu8KV61Z7_rY_bHdJ-8,82512
|
128
|
-
azure/mgmt/storage/v2017_10_01/operations/_usage_operations.py,sha256=WpeINAT12VF25kdM0dDomfLfOe9gidOb-zooks20SYg,6959
|
129
|
-
azure/mgmt/storage/v2018_02_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
|
130
|
-
azure/mgmt/storage/v2018_02_01/_configuration.py,sha256=fb-ViGMMufGLpV7CZWh2Q45yKFiXoKwse9zr8m2qR2g,3738
|
131
|
-
azure/mgmt/storage/v2018_02_01/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
|
132
|
-
azure/mgmt/storage/v2018_02_01/_storage_management_client.py,sha256=M7nHVqM1xYn3uDRE2l53wMNqpcSjIbOoZQXERj7FbXk,5133
|
133
|
-
azure/mgmt/storage/v2018_02_01/_vendor.py,sha256=PD29OTnfrbMqrHp4rLVdsM5aTJ37yoWQ1Gkmm0Xa3VQ,1302
|
134
|
-
azure/mgmt/storage/v2018_02_01/_version.py,sha256=V24JUjmKqKgWJs3PMvwk1qHz-bmyLwDliz-20r8YcuY,489
|
135
|
-
azure/mgmt/storage/v2018_02_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
|
136
|
-
azure/mgmt/storage/v2018_02_01/aio/_configuration.py,sha256=3LVhKIovqqTpen7vzlf-0jOcX6s1s29XNRGJTIVjnms,3786
|
137
|
-
azure/mgmt/storage/v2018_02_01/aio/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
|
138
|
-
azure/mgmt/storage/v2018_02_01/aio/_storage_management_client.py,sha256=IUUW5NlFtLTjRLl8wSUC4iWZKaaM8uGvziB6YhqngeU,5290
|
139
|
-
azure/mgmt/storage/v2018_02_01/aio/operations/__init__.py,sha256=AXfdgGGkIMVpIqVuGyePpSKyymzb-5WWybU7L_kUCv0,1097
|
140
|
-
azure/mgmt/storage/v2018_02_01/aio/operations/_blob_containers_operations.py,sha256=l2XBiljPEV3A7pbqYg6lrp4NW_e8Xn9ODThIEDRslok,88458
|
141
|
-
azure/mgmt/storage/v2018_02_01/aio/operations/_operations.py,sha256=0QoAHDW7mVSR81Ds0XMu5wIxk9Bbh1Ozd0mFR4Dp_UY,5867
|
142
|
-
azure/mgmt/storage/v2018_02_01/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
143
|
-
azure/mgmt/storage/v2018_02_01/aio/operations/_skus_operations.py,sha256=UTiQe0jPuGevTmjBrfg_T9QiQaoVuYV_cqN2Cstsbiw,5960
|
144
|
-
azure/mgmt/storage/v2018_02_01/aio/operations/_storage_accounts_operations.py,sha256=YpPngIhWeqRfYZEs2E9uOp75nF4khl1rPU20tKJVoFs,67059
|
145
|
-
azure/mgmt/storage/v2018_02_01/aio/operations/_usage_operations.py,sha256=wstXu7NN7sdqru9bqpAkiINdG71qLQdpEsB4OAc6mBM,9846
|
146
|
-
azure/mgmt/storage/v2018_02_01/models/__init__.py,sha256=_79k5dEbTAwRQ09xEQYRzWKSYZd-Ng-YipMANPMo-DU,6284
|
147
|
-
azure/mgmt/storage/v2018_02_01/models/_models_py3.py,sha256=wljGC3yOpsB3X4mvBbw-9LJ3PrYRc6qU2RQS-xO_pEM,113468
|
148
|
-
azure/mgmt/storage/v2018_02_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
149
|
-
azure/mgmt/storage/v2018_02_01/models/_storage_management_client_enums.py,sha256=QZAfNJ3DSv24ORzPvvlj8I_B4Sw0ZOmWb6F4mD_1k2Y,7563
|
150
|
-
azure/mgmt/storage/v2018_02_01/operations/__init__.py,sha256=AXfdgGGkIMVpIqVuGyePpSKyymzb-5WWybU7L_kUCv0,1097
|
151
|
-
azure/mgmt/storage/v2018_02_01/operations/_blob_containers_operations.py,sha256=qW9ig5OwEt9CPcdTyVh_VkZq4EDCy883cg4RCJCOTGA,111985
|
152
|
-
azure/mgmt/storage/v2018_02_01/operations/_operations.py,sha256=7aNi1q5aoIUZ1Eo4ku8aNtRkpr4Wbk18CWbkvBLsSME,6576
|
153
|
-
azure/mgmt/storage/v2018_02_01/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
154
|
-
azure/mgmt/storage/v2018_02_01/operations/_skus_operations.py,sha256=-zbPTEH-S3M_sh4-UZOzE7MxGToBpM6QGkECxIlveUs,6961
|
155
|
-
azure/mgmt/storage/v2018_02_01/operations/_storage_accounts_operations.py,sha256=VPkSKhrtHNr0R9izNpVmOCoKXsdl2_1Y8KR7oeKeg-0,82562
|
156
|
-
azure/mgmt/storage/v2018_02_01/operations/_usage_operations.py,sha256=l0gSsYLq8juwYfu_chXSQFnrl-LFdJH60BVrZqVgeYc,11960
|
157
|
-
azure/mgmt/storage/v2018_03_01_preview/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
|
158
|
-
azure/mgmt/storage/v2018_03_01_preview/_configuration.py,sha256=izSbP8kwj2rYgdW-qJQyrGc8-XMf7vZxGtsyPBW1kLo,3762
|
159
|
-
azure/mgmt/storage/v2018_03_01_preview/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
|
160
|
-
azure/mgmt/storage/v2018_03_01_preview/_storage_management_client.py,sha256=4gils8pMoyI9kXzu1Vb3ouSMNWIV4DPIMP6Cid7YJJg,5223
|
161
|
-
azure/mgmt/storage/v2018_03_01_preview/_vendor.py,sha256=PD29OTnfrbMqrHp4rLVdsM5aTJ37yoWQ1Gkmm0Xa3VQ,1302
|
162
|
-
azure/mgmt/storage/v2018_03_01_preview/_version.py,sha256=V24JUjmKqKgWJs3PMvwk1qHz-bmyLwDliz-20r8YcuY,489
|
163
|
-
azure/mgmt/storage/v2018_03_01_preview/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
|
164
|
-
azure/mgmt/storage/v2018_03_01_preview/aio/_configuration.py,sha256=8WCcGRZaTqoGAvwKgdaxXJulOZf8RNCXaqrKCZZC0Gw,3810
|
165
|
-
azure/mgmt/storage/v2018_03_01_preview/aio/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
|
166
|
-
azure/mgmt/storage/v2018_03_01_preview/aio/_storage_management_client.py,sha256=4SUoNFoKNkwaXlleYuVZ1lTGjkFAHVfbstGTL1D5JTY,5370
|
167
|
-
azure/mgmt/storage/v2018_03_01_preview/aio/operations/__init__.py,sha256=aEntoLufqDZBpqu5qU31uiAyqNammt68jk7OzrUMxBw,1100
|
168
|
-
azure/mgmt/storage/v2018_03_01_preview/aio/operations/_blob_containers_operations.py,sha256=kQUB-LtzS3oE_POIx65KfSjxCQKC6vGjMqGXAAwH3uM,89320
|
169
|
-
azure/mgmt/storage/v2018_03_01_preview/aio/operations/_operations.py,sha256=Mt1TKO81sxYj-LnMBFxXl7XmB9bT0biw_uMy0vp6kQE,5921
|
170
|
-
azure/mgmt/storage/v2018_03_01_preview/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
171
|
-
azure/mgmt/storage/v2018_03_01_preview/aio/operations/_skus_operations.py,sha256=zti1qIVSx_yuDJWQACOtDwIS-LvcU1MhEXpUZSDhgNg,6023
|
172
|
-
azure/mgmt/storage/v2018_03_01_preview/aio/operations/_storage_accounts_operations.py,sha256=muhgh6U_5ZMj6f0Ez5_M_2layCvIp4H-4__caLgqVjY,83124
|
173
|
-
azure/mgmt/storage/v2018_03_01_preview/aio/operations/_usages_operations.py,sha256=XdL1PhWydCUZrfoKN4ISB1y18gGyd2Zt_CY2jSNCpB4,9967
|
174
|
-
azure/mgmt/storage/v2018_03_01_preview/models/__init__.py,sha256=6lVkAtskdz4SHDXo2X3RCfQHUq88101mFHomaK4aV0I,6785
|
175
|
-
azure/mgmt/storage/v2018_03_01_preview/models/_models_py3.py,sha256=UQbeuTKvSvBKfpIJKcCc5_7fWOTuVsW1HslnG_nlsIE,120079
|
176
|
-
azure/mgmt/storage/v2018_03_01_preview/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
177
|
-
azure/mgmt/storage/v2018_03_01_preview/models/_storage_management_client_enums.py,sha256=49sGfHamH09aMR0TtBdZXf9lsXF5oFK52T7z7FJ8f0Q,7696
|
178
|
-
azure/mgmt/storage/v2018_03_01_preview/operations/__init__.py,sha256=aEntoLufqDZBpqu5qU31uiAyqNammt68jk7OzrUMxBw,1100
|
179
|
-
azure/mgmt/storage/v2018_03_01_preview/operations/_blob_containers_operations.py,sha256=JfdowWwM7T2e0lBII1yUwzCjL4dJXC10uRI6C6MJa40,113237
|
180
|
-
azure/mgmt/storage/v2018_03_01_preview/operations/_operations.py,sha256=Lb3XLivy7QIHXzZQHOrAUdYfHY-HHXZxEr7jv4i2WYA,6660
|
181
|
-
azure/mgmt/storage/v2018_03_01_preview/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
182
|
-
azure/mgmt/storage/v2018_03_01_preview/operations/_skus_operations.py,sha256=wE9onqPyfIxUeezwpk409XAS7NakXP_GRgAYSYE1u48,7045
|
183
|
-
azure/mgmt/storage/v2018_03_01_preview/operations/_storage_accounts_operations.py,sha256=QTHjxOtkMd8BeqU113xtLdc4Naf8S71yqlRyicI6mSk,104051
|
184
|
-
azure/mgmt/storage/v2018_03_01_preview/operations/_usages_operations.py,sha256=Rf30xmHXArkFC4z37jfkOBbNqBV9-ZtUERihwXArTWk,12122
|
185
|
-
azure/mgmt/storage/v2018_07_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
|
186
|
-
azure/mgmt/storage/v2018_07_01/_configuration.py,sha256=vnOVu3I0xAD87JsEFUfxy9KwnXfsgHGfWYGX1tG0jUU,3199
|
187
|
-
azure/mgmt/storage/v2018_07_01/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
|
188
|
-
azure/mgmt/storage/v2018_07_01/_storage_management_client.py,sha256=Ezaue5JS8q3MxmUJIlY906ZSg4OJBwxfhMVsnYh-j7c,5672
|
189
|
-
azure/mgmt/storage/v2018_07_01/_vendor.py,sha256=PD29OTnfrbMqrHp4rLVdsM5aTJ37yoWQ1Gkmm0Xa3VQ,1302
|
190
|
-
azure/mgmt/storage/v2018_07_01/_version.py,sha256=V24JUjmKqKgWJs3PMvwk1qHz-bmyLwDliz-20r8YcuY,489
|
191
|
-
azure/mgmt/storage/v2018_07_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
|
192
|
-
azure/mgmt/storage/v2018_07_01/aio/_configuration.py,sha256=QEYeMIKUzNJhecbPuw7IwhXMzNHJbq2-JJuVLHXJ664,3247
|
193
|
-
azure/mgmt/storage/v2018_07_01/aio/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
|
194
|
-
azure/mgmt/storage/v2018_07_01/aio/_storage_management_client.py,sha256=kh3okKNWvqO5alQKvgAAUfda141SWN6H-iwPO-lGUtE,5837
|
195
|
-
azure/mgmt/storage/v2018_07_01/aio/operations/__init__.py,sha256=9cXW0m5-YYi5Fft8Lu5qJCKz2KEdAgR185kTJRBISeQ,1302
|
196
|
-
azure/mgmt/storage/v2018_07_01/aio/operations/_blob_containers_operations.py,sha256=DGOylWMDBArxzkLE7_XAzW_uS1xT7qi1g1XFZPT9j_s,88448
|
197
|
-
azure/mgmt/storage/v2018_07_01/aio/operations/_blob_services_operations.py,sha256=S6AHS5SMOs1eYEfbKSep02bJpe_cCRZJVicp1dBs9N8,14245
|
198
|
-
azure/mgmt/storage/v2018_07_01/aio/operations/_management_policies_operations.py,sha256=_1-qaYwgi16FY0UlqFxi41Yji5aM77462IFv8wfqg4s,17213
|
199
|
-
azure/mgmt/storage/v2018_07_01/aio/operations/_operations.py,sha256=IxvkKR4ecNhbNBfOOfGomhcvhM_hOz-4kMdbh5q7YLc,5226
|
200
|
-
azure/mgmt/storage/v2018_07_01/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
201
|
-
azure/mgmt/storage/v2018_07_01/aio/operations/_skus_operations.py,sha256=0iJ2Smg2dLKEQhDEkz9z-xo5JoGnt6NNhlrtaHf7Bik,5319
|
202
|
-
azure/mgmt/storage/v2018_07_01/aio/operations/_storage_accounts_operations.py,sha256=8qIXJ_b92nd3qJ07kYdxCkMhASx8_5j3r19ysUQe6zo,72040
|
203
|
-
azure/mgmt/storage/v2018_07_01/aio/operations/_usages_operations.py,sha256=TUkBqoD-Bx6ioa8PMHU7vX1tIZd0i6SorcBUJzcf7-4,5608
|
204
|
-
azure/mgmt/storage/v2018_07_01/models/__init__.py,sha256=ZeHPU4KDyyjib5k3qp5QIlTbs8hNJo_MOlm-DKGO5gg,7311
|
205
|
-
azure/mgmt/storage/v2018_07_01/models/_models_py3.py,sha256=cvN3yiDlmpyzgIDDW0Ey5TPw4za1NRWFuO6NgwqkleU,132972
|
206
|
-
azure/mgmt/storage/v2018_07_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
207
|
-
azure/mgmt/storage/v2018_07_01/models/_storage_management_client_enums.py,sha256=0NXrnApunHJA3n09odf4-5zmBjMb2p3Gjikcu1Kr5es,8628
|
208
|
-
azure/mgmt/storage/v2018_07_01/operations/__init__.py,sha256=9cXW0m5-YYi5Fft8Lu5qJCKz2KEdAgR185kTJRBISeQ,1302
|
209
|
-
azure/mgmt/storage/v2018_07_01/operations/_blob_containers_operations.py,sha256=BGrHe7xNkhT7rWoo-3Nz6X_GM_juKAFiFEkA4H2kVnY,111972
|
210
|
-
azure/mgmt/storage/v2018_07_01/operations/_blob_services_operations.py,sha256=CQ8PfIqotkBrpoUtTGGd3rpc_VlKm19qHVaLf4gd7P8,17737
|
211
|
-
azure/mgmt/storage/v2018_07_01/operations/_management_policies_operations.py,sha256=G9VXTO4tW64XO-VxvvB5vMGwpApmROzPgKTqrsYFGyE,22297
|
212
|
-
azure/mgmt/storage/v2018_07_01/operations/_operations.py,sha256=61VDAQPpzbRf-l6CGDBeC67ERXMYHytSxWqyhFhEjK8,5935
|
213
|
-
azure/mgmt/storage/v2018_07_01/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
214
|
-
azure/mgmt/storage/v2018_07_01/operations/_skus_operations.py,sha256=HBP3GAy_IqRaYVzfUo7AO6x1abSS5BhsLuEzuf6HAag,6320
|
215
|
-
azure/mgmt/storage/v2018_07_01/operations/_storage_accounts_operations.py,sha256=DBYSkXG4uC5g6aWFA8qt3XBv6fYoEY7jIljfEBgm7Sw,88869
|
216
|
-
azure/mgmt/storage/v2018_07_01/operations/_usages_operations.py,sha256=VK22moDiUdJLJLzyv9B8PMzeHn5dcV_B6JylGvQbvY0,6758
|
217
|
-
azure/mgmt/storage/v2018_11_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
|
218
|
-
azure/mgmt/storage/v2018_11_01/_configuration.py,sha256=IcbuWLIx9_Igu9lF5f7hOKhSy7A5g_xvhrlwIVx3i5c,3738
|
219
|
-
azure/mgmt/storage/v2018_11_01/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
|
220
|
-
azure/mgmt/storage/v2018_11_01/_storage_management_client.py,sha256=SO0VnCe1yd7ujRUxrjIFvpiViUt62G_DxDljNlETq4g,5855
|
221
|
-
azure/mgmt/storage/v2018_11_01/_vendor.py,sha256=PD29OTnfrbMqrHp4rLVdsM5aTJ37yoWQ1Gkmm0Xa3VQ,1302
|
222
|
-
azure/mgmt/storage/v2018_11_01/_version.py,sha256=V24JUjmKqKgWJs3PMvwk1qHz-bmyLwDliz-20r8YcuY,489
|
223
|
-
azure/mgmt/storage/v2018_11_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
|
224
|
-
azure/mgmt/storage/v2018_11_01/aio/_configuration.py,sha256=GpNxEfS2M-EfHMgMnVxgJACFrEEzWB77Lo8UKcPDyrI,3786
|
225
|
-
azure/mgmt/storage/v2018_11_01/aio/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
|
226
|
-
azure/mgmt/storage/v2018_11_01/aio/_storage_management_client.py,sha256=zozlgz0R_3IzB_na9-gakwI7M_4K8JukrMGemKHjNdo,6020
|
227
|
-
azure/mgmt/storage/v2018_11_01/aio/operations/__init__.py,sha256=yG9t4_B5x7bqkvHe7bGjXNC1KzdrbQvf2lqdv9BDVgY,1302
|
228
|
-
azure/mgmt/storage/v2018_11_01/aio/operations/_blob_containers_operations.py,sha256=ZNquLjzo4L7JeGuj-fMh3LeI5gp64qzs735Ev0syMK0,88661
|
229
|
-
azure/mgmt/storage/v2018_11_01/aio/operations/_blob_services_operations.py,sha256=sK1PjHX8_yzmyEQHb4FmaVKSBexKGWe4skOmv75K6xs,14253
|
230
|
-
azure/mgmt/storage/v2018_11_01/aio/operations/_management_policies_operations.py,sha256=AdaCuUgtKIPAOUzhu93LwT1LNh_TP-JT448tMU52o6k,16664
|
231
|
-
azure/mgmt/storage/v2018_11_01/aio/operations/_operations.py,sha256=7tfFom_EjzZeoMcbs5zu_u1ajQk5xQT5vqDUTuYz4t8,5867
|
232
|
-
azure/mgmt/storage/v2018_11_01/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
233
|
-
azure/mgmt/storage/v2018_11_01/aio/operations/_skus_operations.py,sha256=KmeAebqXI4lWuj0_VeX6O8t4WcVvxnVlh9D-r_D-xPA,5960
|
234
|
-
azure/mgmt/storage/v2018_11_01/aio/operations/_storage_accounts_operations.py,sha256=ZRoRt6-SIPLTBmocH0d3tZ1YJT4pHyrQE5a1yPIC1-w,76081
|
235
|
-
azure/mgmt/storage/v2018_11_01/aio/operations/_usages_operations.py,sha256=EaLlt3mg9g4JynGYZjngMd8efcafI7SuACJN241lD1Q,6249
|
236
|
-
azure/mgmt/storage/v2018_11_01/models/__init__.py,sha256=1dAWVNfBurhZPsTIfNr3-ydw5X0Ln3SNR2EGCdSS4GU,7746
|
237
|
-
azure/mgmt/storage/v2018_11_01/models/_models_py3.py,sha256=eYwq7OGt5vig_D-_iVcVXAuK-tPPUqBDRMQh-8NYaag,141885
|
238
|
-
azure/mgmt/storage/v2018_11_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
239
|
-
azure/mgmt/storage/v2018_11_01/models/_storage_management_client_enums.py,sha256=G5YZQW8Jh4lvg3bkiALRYFIy7GkAcgE6UGFuOj8jyJI,8763
|
240
|
-
azure/mgmt/storage/v2018_11_01/operations/__init__.py,sha256=yG9t4_B5x7bqkvHe7bGjXNC1KzdrbQvf2lqdv9BDVgY,1302
|
241
|
-
azure/mgmt/storage/v2018_11_01/operations/_blob_containers_operations.py,sha256=Zl0Nmh4JPoyTjf2a0w7RWH8W8rmZ-cSEo6BdaYJVzqQ,112188
|
242
|
-
azure/mgmt/storage/v2018_11_01/operations/_blob_services_operations.py,sha256=C8vMVXHQoNZ_lOXzDxVISAZGjON_UpEecmraB9X_5U4,17747
|
243
|
-
azure/mgmt/storage/v2018_11_01/operations/_management_policies_operations.py,sha256=xU19lpXFc5qBi7UUs6Ir19XrHo5ae-YQYlWhwsUWMxQ,21658
|
244
|
-
azure/mgmt/storage/v2018_11_01/operations/_operations.py,sha256=D9dS9yMVjrywxE1QiV6EwSrnH6VqJZTr1MjppwFge3U,6576
|
245
|
-
azure/mgmt/storage/v2018_11_01/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
246
|
-
azure/mgmt/storage/v2018_11_01/operations/_skus_operations.py,sha256=3hdn2vJNlOzXV-jiNrM8QQcxNdkHGPYeWzCt7HbJoAw,6961
|
247
|
-
azure/mgmt/storage/v2018_11_01/operations/_storage_accounts_operations.py,sha256=BDTpqz1X2c7IZB7dL-aJnHOrdYUpUr9Z_d0zXpco60A,94129
|
248
|
-
azure/mgmt/storage/v2018_11_01/operations/_usages_operations.py,sha256=uvSEw_K9hXOrdOPFNsi1Zjc0gjlaKJA_GKSxWdLL0mQ,7399
|
249
|
-
azure/mgmt/storage/v2019_04_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
|
250
|
-
azure/mgmt/storage/v2019_04_01/_configuration.py,sha256=LZBxIoORW8ahl-2xGd2-uqIFVv1FNmUjWQtVT9EnOJI,3738
|
251
|
-
azure/mgmt/storage/v2019_04_01/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
|
252
|
-
azure/mgmt/storage/v2019_04_01/_storage_management_client.py,sha256=GUx8yN3LXHyaS9KEfnCeMUL_Y7EWnRWGmfDXcvqKAEo,6433
|
253
|
-
azure/mgmt/storage/v2019_04_01/_vendor.py,sha256=PD29OTnfrbMqrHp4rLVdsM5aTJ37yoWQ1Gkmm0Xa3VQ,1302
|
254
|
-
azure/mgmt/storage/v2019_04_01/_version.py,sha256=V24JUjmKqKgWJs3PMvwk1qHz-bmyLwDliz-20r8YcuY,489
|
255
|
-
azure/mgmt/storage/v2019_04_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
|
256
|
-
azure/mgmt/storage/v2019_04_01/aio/_configuration.py,sha256=gf3yogxkgzuccGxlSXJXjqT_nrfpYYAn1bNX8uvPvS8,3786
|
257
|
-
azure/mgmt/storage/v2019_04_01/aio/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
|
258
|
-
azure/mgmt/storage/v2019_04_01/aio/_storage_management_client.py,sha256=-UroQN3VxjLMs_zB8fwUZeiCl7yAU4HkJeCVG7nGv7U,6606
|
259
|
-
azure/mgmt/storage/v2019_04_01/aio/operations/__init__.py,sha256=Ge7KhUYTPPvrO-yAX22maHjdk3LyFtAYzfh68raKtcQ,1480
|
260
|
-
azure/mgmt/storage/v2019_04_01/aio/operations/_blob_containers_operations.py,sha256=HiH8dS24R8v8-p2IfQtZhWZSm3pu1lunwZ2-kHStznM,91079
|
261
|
-
azure/mgmt/storage/v2019_04_01/aio/operations/_blob_services_operations.py,sha256=-iuOfx3iJ8DhtALHcPXWLIaIvQImXRVszWcyq0GOo88,18798
|
262
|
-
azure/mgmt/storage/v2019_04_01/aio/operations/_file_services_operations.py,sha256=IZ_gdCvskTwGNioe00PXVIa4-am46EXmq5xsGxRNjjc,16811
|
263
|
-
azure/mgmt/storage/v2019_04_01/aio/operations/_file_shares_operations.py,sha256=P1oV5i9Fv5CgEzayyDAwq-Gi6AkZmB4OwFhIFcpO5Yc,30506
|
264
|
-
azure/mgmt/storage/v2019_04_01/aio/operations/_management_policies_operations.py,sha256=blSqQ6AXXuTfcyHwY_P-Tg8XkNpj_7yM7Y_u7pG2jig,16664
|
265
|
-
azure/mgmt/storage/v2019_04_01/aio/operations/_operations.py,sha256=BZVFXQr2zGELzcVQsrqhNnW64NPz1KwXfp0XXiXx3v0,5867
|
266
|
-
azure/mgmt/storage/v2019_04_01/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
267
|
-
azure/mgmt/storage/v2019_04_01/aio/operations/_skus_operations.py,sha256=qeLz7D5-YuYQdGLALUwid_TxCrJAcj0w5T2L114wksw,5960
|
268
|
-
azure/mgmt/storage/v2019_04_01/aio/operations/_storage_accounts_operations.py,sha256=EporIE-Vr98iEZwz-4qrnGkC82huxj7CtuqJcBRM3c8,76491
|
269
|
-
azure/mgmt/storage/v2019_04_01/aio/operations/_usages_operations.py,sha256=5ZHwdQr3cFrH7swvao8pMdbepGqt0utvs38Ci7-Zjts,6249
|
270
|
-
azure/mgmt/storage/v2019_04_01/models/__init__.py,sha256=GDHW9a6-PaBoqxKBYtI36dvAA7oAr7rQBjMHauGXjk4,8721
|
271
|
-
azure/mgmt/storage/v2019_04_01/models/_models_py3.py,sha256=tbBMTqYMksykdROd8jviHdzG4xPkEsKexTg7Si7fDfo,171581
|
272
|
-
azure/mgmt/storage/v2019_04_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
273
|
-
azure/mgmt/storage/v2019_04_01/models/_storage_management_client_enums.py,sha256=Am_YzK2TDw2EOdbEH4HMryTO7HUQa8jhYEMJJeBJ5Ps,9526
|
274
|
-
azure/mgmt/storage/v2019_04_01/operations/__init__.py,sha256=Ge7KhUYTPPvrO-yAX22maHjdk3LyFtAYzfh68raKtcQ,1480
|
275
|
-
azure/mgmt/storage/v2019_04_01/operations/_blob_containers_operations.py,sha256=ueFhgFbPpNIcRS1cnVFFaGeKpNWFjBc7idRyOXXIcA0,114953
|
276
|
-
azure/mgmt/storage/v2019_04_01/operations/_blob_services_operations.py,sha256=kq0lUsIimqcRFeFdmEsxmUllDpsViL3gO0VhCIGFHNc,23619
|
277
|
-
azure/mgmt/storage/v2019_04_01/operations/_file_services_operations.py,sha256=VbGNkWigxjOcdCNcnqNoEmICUgn2swSHimQO4-vMtGQ,21744
|
278
|
-
azure/mgmt/storage/v2019_04_01/operations/_file_shares_operations.py,sha256=Ae8biwz4i-QWTsUidHqSH4M45SKPu-DRYl9cuipw-RI,39115
|
279
|
-
azure/mgmt/storage/v2019_04_01/operations/_management_policies_operations.py,sha256=XybBTZDO4PCxq1Tn_vW4KqBLo4bJe-g0tBWBxbCKCZI,21658
|
280
|
-
azure/mgmt/storage/v2019_04_01/operations/_operations.py,sha256=OifypICHbGo1lzt0DQnBm90TwGLabbRH9J-M3CEzjCc,6576
|
281
|
-
azure/mgmt/storage/v2019_04_01/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
282
|
-
azure/mgmt/storage/v2019_04_01/operations/_skus_operations.py,sha256=q13HSzIyNgnNDOfmi5iFAixwTduig5ARzbvd1dIw6uQ,6961
|
283
|
-
azure/mgmt/storage/v2019_04_01/operations/_storage_accounts_operations.py,sha256=u0WN8-EKlCtRURJPNf0v1gfbtjtTIKGdAJ78Bj5iK6Y,94695
|
284
|
-
azure/mgmt/storage/v2019_04_01/operations/_usages_operations.py,sha256=svpmDZ3QLZ-Hik8bZH5A2Dua9wASi_bGTui9usBwE0E,7399
|
285
|
-
azure/mgmt/storage/v2019_06_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
|
286
|
-
azure/mgmt/storage/v2019_06_01/_configuration.py,sha256=SLuDVk0P5tETboLyK50neJeGcWJYeNhXNfK7uX8f2cM,3738
|
287
|
-
azure/mgmt/storage/v2019_06_01/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
|
288
|
-
azure/mgmt/storage/v2019_06_01/_storage_management_client.py,sha256=hfrFUpf_8mEHipxZvyurW_WrLpjlgobE4JuaHzfmWRQ,9490
|
289
|
-
azure/mgmt/storage/v2019_06_01/_vendor.py,sha256=PD29OTnfrbMqrHp4rLVdsM5aTJ37yoWQ1Gkmm0Xa3VQ,1302
|
290
|
-
azure/mgmt/storage/v2019_06_01/_version.py,sha256=V24JUjmKqKgWJs3PMvwk1qHz-bmyLwDliz-20r8YcuY,489
|
291
|
-
azure/mgmt/storage/v2019_06_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
|
292
|
-
azure/mgmt/storage/v2019_06_01/aio/_configuration.py,sha256=4NDfaomSzf_IortTWxgNoUcUl-tl_1PNxvvRNsJscV0,3786
|
293
|
-
azure/mgmt/storage/v2019_06_01/aio/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
|
294
|
-
azure/mgmt/storage/v2019_06_01/aio/_storage_management_client.py,sha256=MkLGK1IZcALllKX_mcwEQWIdfxJ1L26Od1uqNZ8jMVs,9699
|
295
|
-
azure/mgmt/storage/v2019_06_01/aio/operations/__init__.py,sha256=Yquubk_nZLVWVgi6JTxqIGn3XIsp6XiNKEnGNKyR7q4,2418
|
296
|
-
azure/mgmt/storage/v2019_06_01/aio/operations/_blob_containers_operations.py,sha256=oUDe9gW8cM_41Um2PwCBCx0FEjyHIcB1OdTArp0Fx9I,91233
|
297
|
-
azure/mgmt/storage/v2019_06_01/aio/operations/_blob_inventory_policies_operations.py,sha256=ma_xUveioplPpWGF8XFYyxHj-R7OjzhT05Q6pPhWwos,21916
|
298
|
-
azure/mgmt/storage/v2019_06_01/aio/operations/_blob_services_operations.py,sha256=X8BW2Il1XpNyukwS6cobI7NoUPHElFjughm1ftKlHs4,18798
|
299
|
-
azure/mgmt/storage/v2019_06_01/aio/operations/_encryption_scopes_operations.py,sha256=QnrSZXA7OWTSu4ZIgs2QGIy21qh_x6g_UoTzuiwCi64,28038
|
300
|
-
azure/mgmt/storage/v2019_06_01/aio/operations/_file_services_operations.py,sha256=sf7e7BkB55Gyhw98zpG_0URbH8_ZUDI8RbDBHbV0N2g,16811
|
301
|
-
azure/mgmt/storage/v2019_06_01/aio/operations/_file_shares_operations.py,sha256=yG7DNg6Uj9B4pF2AU6eVDFenOIGojyBQ2mvod_5xmGg,38468
|
302
|
-
azure/mgmt/storage/v2019_06_01/aio/operations/_management_policies_operations.py,sha256=zQXD6hQ3DDqhICIb0A4AUTBJWf1ACqkgNjlRgYOXAgM,16664
|
303
|
-
azure/mgmt/storage/v2019_06_01/aio/operations/_object_replication_policies_operations.py,sha256=vTNy0s5fu1_8Ti57QYLPLeoAR0Oo62hbjiDHw7g-USg,21571
|
304
|
-
azure/mgmt/storage/v2019_06_01/aio/operations/_operations.py,sha256=yX6TOkgdXISG0WiiexVJrZuh-hXt1vcujiRUJLgG3Oc,5867
|
305
|
-
azure/mgmt/storage/v2019_06_01/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
306
|
-
azure/mgmt/storage/v2019_06_01/aio/operations/_private_endpoint_connections_operations.py,sha256=NcYmP4aUSB3Mp63jP69sk6Fh_V3nTeCfq7jTWi9tqCs,21445
|
307
|
-
azure/mgmt/storage/v2019_06_01/aio/operations/_private_link_resources_operations.py,sha256=_YWgfcHkIIlqvbmCsT82IXLRgD7s5Gxpt-JK8rp3W5s,5367
|
308
|
-
azure/mgmt/storage/v2019_06_01/aio/operations/_queue_operations.py,sha256=Eh1DIq6E7yiiceUto5SUdUBFg1Auk9TmLjy-U2GNk3o,29606
|
309
|
-
azure/mgmt/storage/v2019_06_01/aio/operations/_queue_services_operations.py,sha256=_wH1kAQ62k46P8ugVsgFBx23nDomZ7kfW3Ac_mVxVhQ,17166
|
310
|
-
azure/mgmt/storage/v2019_06_01/aio/operations/_skus_operations.py,sha256=eZJWqNq1LqDvMqVTMsgRPxSJ-YVSTUiGEyeAm4Q520Y,6002
|
311
|
-
azure/mgmt/storage/v2019_06_01/aio/operations/_storage_accounts_operations.py,sha256=TDkCe6QD2PpXLFreM9POnYCiqgAJZdgZ7Qc-tgF5Q64,88257
|
312
|
-
azure/mgmt/storage/v2019_06_01/aio/operations/_table_operations.py,sha256=6Dh0cqtsgRKCDsUVLnYNL7Tv-wNRk7uXsolQpzZdVYc,19396
|
313
|
-
azure/mgmt/storage/v2019_06_01/aio/operations/_table_services_operations.py,sha256=AJe1ltfPcKSWaYaV6ScHIzG3w-7XtHVlgWdrJeVYW28,17166
|
314
|
-
azure/mgmt/storage/v2019_06_01/aio/operations/_usages_operations.py,sha256=q8XAm19CAagNCi4k4PiEDyCh02OgsZk_ShGSlBJ8f94,6249
|
315
|
-
azure/mgmt/storage/v2019_06_01/models/__init__.py,sha256=wjskcXGDE_8dDjd9I3TTm51gXooD29ONON_XILoor_E,13477
|
316
|
-
azure/mgmt/storage/v2019_06_01/models/_models_py3.py,sha256=gScHbIiRElfhXRkoJwCmQirmIqSqOhKjskXX3Dr3eCg,273155
|
317
|
-
azure/mgmt/storage/v2019_06_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
318
|
-
azure/mgmt/storage/v2019_06_01/models/_storage_management_client_enums.py,sha256=Ep3R2BJxM5bB1kCv73LHGATESdrUuTl2NYEgsegAY8o,13383
|
319
|
-
azure/mgmt/storage/v2019_06_01/operations/__init__.py,sha256=Yquubk_nZLVWVgi6JTxqIGn3XIsp6XiNKEnGNKyR7q4,2418
|
320
|
-
azure/mgmt/storage/v2019_06_01/operations/_blob_containers_operations.py,sha256=W-6u5oiQFulZPEh82xrbGXcGrp2mitN_j_JYUkZlY4g,115131
|
321
|
-
azure/mgmt/storage/v2019_06_01/operations/_blob_inventory_policies_operations.py,sha256=gGdP6dAjCrGKqxhjEcCslvf-CnB7S7GeArj_UPlrTeM,28537
|
322
|
-
azure/mgmt/storage/v2019_06_01/operations/_blob_services_operations.py,sha256=J8YKLIiRv2Frig_-HiFCaR5xM_Wp3B3dAKa2fLfpOFg,23619
|
323
|
-
azure/mgmt/storage/v2019_06_01/operations/_encryption_scopes_operations.py,sha256=YUH0snr3ezhbEsajwRlg5BroAmynPqA-LlefYuL7LSo,34762
|
324
|
-
azure/mgmt/storage/v2019_06_01/operations/_file_services_operations.py,sha256=mBTzw3if7_EKiK1ZQKdKJ8SnKGaFGbbG2tWjW5X9v_k,21744
|
325
|
-
azure/mgmt/storage/v2019_06_01/operations/_file_shares_operations.py,sha256=nmI5yY3Z_m9oUamNE_IuFdZBjnzi0e0izZh6f91eU30,49051
|
326
|
-
azure/mgmt/storage/v2019_06_01/operations/_management_policies_operations.py,sha256=IPXvVqX7xZE7gZt0zBY5PMcC5Gy_BBasgyerw6ACJnY,21658
|
327
|
-
azure/mgmt/storage/v2019_06_01/operations/_object_replication_policies_operations.py,sha256=6b7d2TFWnnS5jia9b0hYfHqXYMYnFEt8jFhB6CUxJNs,28190
|
328
|
-
azure/mgmt/storage/v2019_06_01/operations/_operations.py,sha256=gm3w1pue-YQ65wt3ajagwpd49JbFsGXpS_vqNPtalVQ,6576
|
329
|
-
azure/mgmt/storage/v2019_06_01/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
330
|
-
azure/mgmt/storage/v2019_06_01/operations/_private_endpoint_connections_operations.py,sha256=r1PyjQ2ssv0vm4SM2nKspH7Kdi4Rf0Treenk2-lDhfc,28133
|
331
|
-
azure/mgmt/storage/v2019_06_01/operations/_private_link_resources_operations.py,sha256=4Gsnqcm3mCfHFgmp77WE-EkIy0jBusi9-2vXHGZaXEk,6861
|
332
|
-
azure/mgmt/storage/v2019_06_01/operations/_queue_operations.py,sha256=xt7owVf40g-GkQo_emuMEXX-qjL1mjSJnCaOawJU8eo,38630
|
333
|
-
azure/mgmt/storage/v2019_06_01/operations/_queue_services_operations.py,sha256=B0-k6hXSgo3oYUCL56I8GjQMA5nU556crFbSOFXsrLg,22101
|
334
|
-
azure/mgmt/storage/v2019_06_01/operations/_skus_operations.py,sha256=fiBFE_Sth_b-nTExithijvqByARUZLm912VXKfwqOFo,6994
|
335
|
-
azure/mgmt/storage/v2019_06_01/operations/_storage_accounts_operations.py,sha256=gN3Z20lQDIBj_h6BsgnQsK8yIkWbwc7OAq8CBqU00n8,107970
|
336
|
-
azure/mgmt/storage/v2019_06_01/operations/_table_operations.py,sha256=hbeIohIA7g6rKHF7Ic2SAudA6cs6k8fsxeuk7QbeuI4,27373
|
337
|
-
azure/mgmt/storage/v2019_06_01/operations/_table_services_operations.py,sha256=bl8v3HqkwRuvZ8aGzfSRa9f8wVgsEj0px7BvQIvDOpo,22101
|
338
|
-
azure/mgmt/storage/v2019_06_01/operations/_usages_operations.py,sha256=Jr0n5g0ZAlGPXelwCQF409pkv0G7U0QQ8EV230vg8qo,7399
|
339
|
-
azure/mgmt/storage/v2020_08_01_preview/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
|
340
|
-
azure/mgmt/storage/v2020_08_01_preview/_configuration.py,sha256=hXQxoMfXsPLkcD5a19E0ALoZhntRQGzgUy5LqvrPPn4,3762
|
341
|
-
azure/mgmt/storage/v2020_08_01_preview/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
|
342
|
-
azure/mgmt/storage/v2020_08_01_preview/_storage_management_client.py,sha256=bj0pF29cG3MwGv__wbYsDAWPMJws2OpQ8m5ubc-9PJk,10024
|
343
|
-
azure/mgmt/storage/v2020_08_01_preview/_vendor.py,sha256=PD29OTnfrbMqrHp4rLVdsM5aTJ37yoWQ1Gkmm0Xa3VQ,1302
|
344
|
-
azure/mgmt/storage/v2020_08_01_preview/_version.py,sha256=V24JUjmKqKgWJs3PMvwk1qHz-bmyLwDliz-20r8YcuY,489
|
345
|
-
azure/mgmt/storage/v2020_08_01_preview/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
|
346
|
-
azure/mgmt/storage/v2020_08_01_preview/aio/_configuration.py,sha256=a-q971pPJXyG6N53gWV4V7dZj4oYRHT-8wq0hOveRAY,3810
|
347
|
-
azure/mgmt/storage/v2020_08_01_preview/aio/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
|
348
|
-
azure/mgmt/storage/v2020_08_01_preview/aio/_storage_management_client.py,sha256=rbVw8RgNREmbQSv7oEyOIL26Yy-KhUGVEwv0wfKNvnw,10232
|
349
|
-
azure/mgmt/storage/v2020_08_01_preview/aio/operations/__init__.py,sha256=wKBbJVs2hQCHvcP7v1Wn2dYwRTYFj7hKoGFOklzOoM4,2519
|
350
|
-
azure/mgmt/storage/v2020_08_01_preview/aio/operations/_blob_containers_operations.py,sha256=RDXwq9rAf-oHci9DV9IZQqVQXQmBp4yD21ayGh-l108,92103
|
351
|
-
azure/mgmt/storage/v2020_08_01_preview/aio/operations/_blob_inventory_policies_operations.py,sha256=51TV-f_pY2uvBfba7jGwSn73UP6_PSAaTxv2JEheB9Y,22172
|
352
|
-
azure/mgmt/storage/v2020_08_01_preview/aio/operations/_blob_services_operations.py,sha256=vxb4O1xrRGOwi_xdRm93A8S0RxiHrPOzzWcvt4hi518,19008
|
353
|
-
azure/mgmt/storage/v2020_08_01_preview/aio/operations/_deleted_accounts_operations.py,sha256=fOWfqEQrOmyiVZzqjtuegxYKDWW28icpuim1NmC13JI,9012
|
354
|
-
azure/mgmt/storage/v2020_08_01_preview/aio/operations/_encryption_scopes_operations.py,sha256=FUC_S2YCek6eLjYH33cjlg_sjzcJbuHESmWLJkRazEY,28294
|
355
|
-
azure/mgmt/storage/v2020_08_01_preview/aio/operations/_file_services_operations.py,sha256=yufqHCUi86Sbioi1oCahSH_fVUID82LJVL2h-54vsQQ,17021
|
356
|
-
azure/mgmt/storage/v2020_08_01_preview/aio/operations/_file_shares_operations.py,sha256=R1hi06b5O5vCcVEcl1Rm0K873m5DNC-EQ-mAADpuppU,40059
|
357
|
-
azure/mgmt/storage/v2020_08_01_preview/aio/operations/_management_policies_operations.py,sha256=fhxamV35SdjzAe_yE5GgmtVshtJLcjzQ9GeRFHvTHFI,16874
|
358
|
-
azure/mgmt/storage/v2020_08_01_preview/aio/operations/_object_replication_policies_operations.py,sha256=ORnxrbRr1U6ShaVkZA_Bll3f3T-JRecs1EA162hwt-M,21787
|
359
|
-
azure/mgmt/storage/v2020_08_01_preview/aio/operations/_operations.py,sha256=U3oHhdocIutILJuT_zobGzGojHa5hK2ExVCcmX1e7ZQ,5921
|
360
|
-
azure/mgmt/storage/v2020_08_01_preview/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
361
|
-
azure/mgmt/storage/v2020_08_01_preview/aio/operations/_private_endpoint_connections_operations.py,sha256=fjyzTEVKVcQrxQiBr3mT83fbfKwdce7u5-ZXH1UamUw,21670
|
362
|
-
azure/mgmt/storage/v2020_08_01_preview/aio/operations/_private_link_resources_operations.py,sha256=P0cufzlgkfBNrKxAk_tIuf6kfKcEK2EjxdMfPksjBuI,5421
|
363
|
-
azure/mgmt/storage/v2020_08_01_preview/aio/operations/_queue_operations.py,sha256=plWTfDXeA_cjN4vp7lFruP7REodBY3buMUNA4lgkx6w,29900
|
364
|
-
azure/mgmt/storage/v2020_08_01_preview/aio/operations/_queue_services_operations.py,sha256=pJUF8fkXL293z1tm-r_vQt812uaZG5mP6HAZpjy5noM,17376
|
365
|
-
azure/mgmt/storage/v2020_08_01_preview/aio/operations/_skus_operations.py,sha256=XZqIL9fwcZaodRYJeOc_B3ADqcCCEb7tbkJ4tE_xtsI,6056
|
366
|
-
azure/mgmt/storage/v2020_08_01_preview/aio/operations/_storage_accounts_operations.py,sha256=czejyHfDJOda6IsNLtgGR2-rcw23dDES4vO6UmoWaA0,89284
|
367
|
-
azure/mgmt/storage/v2020_08_01_preview/aio/operations/_table_operations.py,sha256=Bb53GOL2aHdLf-2_FIkRqMwC-wqIESrtoldOqG6Cgnw,19635
|
368
|
-
azure/mgmt/storage/v2020_08_01_preview/aio/operations/_table_services_operations.py,sha256=771Jx-fbP9RYza6lTJd_-I2mVCKHJYCKatNyK29PJtU,17376
|
369
|
-
azure/mgmt/storage/v2020_08_01_preview/aio/operations/_usages_operations.py,sha256=qTtd-Bq49QnnVzL-H3stMJ_nhTV5-zueNOwsufuJeTg,6312
|
370
|
-
azure/mgmt/storage/v2020_08_01_preview/models/__init__.py,sha256=a_yPvZO9NxM16Y520klb_450zDhls33lwGK3ghmTlCU,14179
|
371
|
-
azure/mgmt/storage/v2020_08_01_preview/models/_models_py3.py,sha256=1cbjB_IKKjbH1dLvzdsg6493DhjwtPkvEfzsGbHtIJU,287276
|
372
|
-
azure/mgmt/storage/v2020_08_01_preview/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
373
|
-
azure/mgmt/storage/v2020_08_01_preview/models/_storage_management_client_enums.py,sha256=QQ562Y6qcLJaZxQD9yOCSB4jzi0pLhTiQgMs6bd8Bns,13681
|
374
|
-
azure/mgmt/storage/v2020_08_01_preview/operations/__init__.py,sha256=wKBbJVs2hQCHvcP7v1Wn2dYwRTYFj7hKoGFOklzOoM4,2519
|
375
|
-
azure/mgmt/storage/v2020_08_01_preview/operations/_blob_containers_operations.py,sha256=bZpQ0SD4TLbO4BDBGE3eisnNJz4xOe1FSbtyojgmkqQ,116400
|
376
|
-
azure/mgmt/storage/v2020_08_01_preview/operations/_blob_inventory_policies_operations.py,sha256=jmnhKzumeJHh28t9dtW0i0noF2ghX9Nybe5Xmkk7dzE,28913
|
377
|
-
azure/mgmt/storage/v2020_08_01_preview/operations/_blob_services_operations.py,sha256=TU6WiqOO0yfGxM9bwM1XDO-JP-UZ_hMkg52XHpCZoT0,23919
|
378
|
-
azure/mgmt/storage/v2020_08_01_preview/operations/_deleted_accounts_operations.py,sha256=JQqxNJM1nd-UNnmB1zXzBk0CZbJKv4J_gzedKcMs6To,11356
|
379
|
-
azure/mgmt/storage/v2020_08_01_preview/operations/_encryption_scopes_operations.py,sha256=QanpIIhrfqpoiZyJr_q-qUcFWIGkBJNhByjLhX0SWc8,35147
|
380
|
-
azure/mgmt/storage/v2020_08_01_preview/operations/_file_services_operations.py,sha256=ct6AziAb5QRiJZxNt43KPNFpUvGAF83DCYAoCi3WAtI,22044
|
381
|
-
azure/mgmt/storage/v2020_08_01_preview/operations/_file_shares_operations.py,sha256=CIugMK76hvpWcGhQR77Ph-Cddd8TljyoZchje7RiFrA,51385
|
382
|
-
azure/mgmt/storage/v2020_08_01_preview/operations/_management_policies_operations.py,sha256=GMRBWqsoCu6YwtBKLK5YwpR498Fyf8SxplypsS-u5Ks,21958
|
383
|
-
azure/mgmt/storage/v2020_08_01_preview/operations/_object_replication_policies_operations.py,sha256=2gNR6PFDxVJGu9iOhuzm4fUQ5JhDtunUGMg9cFtBiu0,28526
|
384
|
-
azure/mgmt/storage/v2020_08_01_preview/operations/_operations.py,sha256=LJCAr0cz0hQIJ7JMnD7q7QrKbsSWhyF1Mxv47Ex-SxI,6660
|
385
|
-
azure/mgmt/storage/v2020_08_01_preview/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
386
|
-
azure/mgmt/storage/v2020_08_01_preview/operations/_private_endpoint_connections_operations.py,sha256=7GkI4PUz49dRggVaB4-N43HxoTVv58vjv7omjWAb554,28478
|
387
|
-
azure/mgmt/storage/v2020_08_01_preview/operations/_private_link_resources_operations.py,sha256=WNRuI5bj3tTIYNaD0wvZ0qTeVBDPJBtb38M-jm02j-s,6945
|
388
|
-
azure/mgmt/storage/v2020_08_01_preview/operations/_queue_operations.py,sha256=8u9JwuUUTNVfUA2DoNddxgMcaoGPe89WUSuitfDSUZI,39074
|
389
|
-
azure/mgmt/storage/v2020_08_01_preview/operations/_queue_services_operations.py,sha256=hCRaW1ANPB4ivqb3T4s6yzVgCYjtk9h9hyAzvhMrBRs,22401
|
390
|
-
azure/mgmt/storage/v2020_08_01_preview/operations/_skus_operations.py,sha256=rQdevVaDrCWtnPMAVvlmtmj1g1VvrVSSknzfuZgDI7w,7087
|
391
|
-
azure/mgmt/storage/v2020_08_01_preview/operations/_storage_accounts_operations.py,sha256=sHtQgVhJyxoe9y5CpdUUu6LzsKuMavY6GueLJp9NZf0,109489
|
392
|
-
azure/mgmt/storage/v2020_08_01_preview/operations/_table_operations.py,sha256=UagMGGk6qzsyZ5ShSVhjK2G97LvGJxQezTZsLzwIfyY,27753
|
393
|
-
azure/mgmt/storage/v2020_08_01_preview/operations/_table_services_operations.py,sha256=yqqop5h5mZ-jfeJuZg4uejMBrBo1TurSWN7GZyKB-iA,22401
|
394
|
-
azure/mgmt/storage/v2020_08_01_preview/operations/_usages_operations.py,sha256=1WbnBC7iDbe6k1cYrGZFSZ3XuRjYOrewU9MnNE4JKqY,7483
|
395
|
-
azure/mgmt/storage/v2021_01_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
|
396
|
-
azure/mgmt/storage/v2021_01_01/_configuration.py,sha256=MIdNmwxudzJXt3zrETySyRSMPpR-NT1GwKxun5br1pg,3738
|
397
|
-
azure/mgmt/storage/v2021_01_01/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
|
398
|
-
azure/mgmt/storage/v2021_01_01/_storage_management_client.py,sha256=L4lH_j6H4-Y4gKvWR3MAuqEo-ZjH4_Ko-uanGmV-jO0,9829
|
399
|
-
azure/mgmt/storage/v2021_01_01/_vendor.py,sha256=PD29OTnfrbMqrHp4rLVdsM5aTJ37yoWQ1Gkmm0Xa3VQ,1302
|
400
|
-
azure/mgmt/storage/v2021_01_01/_version.py,sha256=V24JUjmKqKgWJs3PMvwk1qHz-bmyLwDliz-20r8YcuY,489
|
401
|
-
azure/mgmt/storage/v2021_01_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
|
402
|
-
azure/mgmt/storage/v2021_01_01/aio/_configuration.py,sha256=aqjJN31W6LTMZj-iFR0_VrrZ-rcMgmQwvhKbtsXPERI,3786
|
403
|
-
azure/mgmt/storage/v2021_01_01/aio/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
|
404
|
-
azure/mgmt/storage/v2021_01_01/aio/_storage_management_client.py,sha256=QXpnGOmB0XrmliGPJ19RIY4QjMoGjJuywtftr-bdNVc,10047
|
405
|
-
azure/mgmt/storage/v2021_01_01/aio/operations/__init__.py,sha256=wKBbJVs2hQCHvcP7v1Wn2dYwRTYFj7hKoGFOklzOoM4,2519
|
406
|
-
azure/mgmt/storage/v2021_01_01/aio/operations/_blob_containers_operations.py,sha256=7PnJpvRP6LfS1ToMXVX_nu2Do9ildmpUVl2mIU7bMhg,91233
|
407
|
-
azure/mgmt/storage/v2021_01_01/aio/operations/_blob_inventory_policies_operations.py,sha256=1QpHGhzfj7TGfoBtrAgc2xJRJvcLn23Vb7T3cafS68o,21916
|
408
|
-
azure/mgmt/storage/v2021_01_01/aio/operations/_blob_services_operations.py,sha256=vS9lkHZitWk87Ye6KdiiPJvVqjO2FpVD0iwNr0_WqgA,18798
|
409
|
-
azure/mgmt/storage/v2021_01_01/aio/operations/_deleted_accounts_operations.py,sha256=VE6UDQ7hgKQVGl6EKaYH_kPYJEvufvrUHy_YNppxT0s,8912
|
410
|
-
azure/mgmt/storage/v2021_01_01/aio/operations/_encryption_scopes_operations.py,sha256=vNckMtiFluoWA6qLSMVYJzsf2kFwYen3F7EiO6nlzZs,28038
|
411
|
-
azure/mgmt/storage/v2021_01_01/aio/operations/_file_services_operations.py,sha256=xS4RBFDh_1R62tv8jS5lhpKSL9TSgnnsqwOOsSEkT7k,16811
|
412
|
-
azure/mgmt/storage/v2021_01_01/aio/operations/_file_shares_operations.py,sha256=W0xJY9E-JRt-jiemPOxPfMlkZUTCmB7Nm-PEgtZiuKM,39802
|
413
|
-
azure/mgmt/storage/v2021_01_01/aio/operations/_management_policies_operations.py,sha256=wQkgHfnllIh2vNnA4LKQ7DQ-FIBDCIbtFh4QuUVN5SA,16664
|
414
|
-
azure/mgmt/storage/v2021_01_01/aio/operations/_object_replication_policies_operations.py,sha256=9-Y1FfSyMLJsyhfSoetEevcQDDyhjJodTtXFb8-xFzY,21571
|
415
|
-
azure/mgmt/storage/v2021_01_01/aio/operations/_operations.py,sha256=6Twuh6b9vJmkbB9wjrx6hDnDLUDBMZybGjmMQIlN448,5867
|
416
|
-
azure/mgmt/storage/v2021_01_01/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
417
|
-
azure/mgmt/storage/v2021_01_01/aio/operations/_private_endpoint_connections_operations.py,sha256=aIVJNOqXDs020aIQFeyAlieek80dtWnrOycItKzmgJA,21445
|
418
|
-
azure/mgmt/storage/v2021_01_01/aio/operations/_private_link_resources_operations.py,sha256=dxdMJb9uZ8-OI2TxmWXrYWDWmVeHpRbqREAfHrflwtQ,5367
|
419
|
-
azure/mgmt/storage/v2021_01_01/aio/operations/_queue_operations.py,sha256=OeLBFVC6jqPejZucR180_5TZ7LLE8onus5sI4pfN1Ns,29606
|
420
|
-
azure/mgmt/storage/v2021_01_01/aio/operations/_queue_services_operations.py,sha256=mAFls3beutgUieDiaxXOvjBOO0RNZqPb4svfcj2Dz9Q,17166
|
421
|
-
azure/mgmt/storage/v2021_01_01/aio/operations/_skus_operations.py,sha256=L7ZRP4MMkDYOKP_IV4kbZ8e_7IVQHaHMdelVhCRrsHk,6002
|
422
|
-
azure/mgmt/storage/v2021_01_01/aio/operations/_storage_accounts_operations.py,sha256=woxLzIEQCR1eGcnyA3fEBoY0GVxeW5K2TsItp5aZ7r8,88283
|
423
|
-
azure/mgmt/storage/v2021_01_01/aio/operations/_table_operations.py,sha256=1iXXJZtEiofFTe12IYeYTu7PBchjBxqjie8DUljOyqs,19396
|
424
|
-
azure/mgmt/storage/v2021_01_01/aio/operations/_table_services_operations.py,sha256=y2teCPDmGZEuncH_G0TurSUTlbdXIGO6IMK73aSzKSw,17166
|
425
|
-
azure/mgmt/storage/v2021_01_01/aio/operations/_usages_operations.py,sha256=rEbABwaCi-EeeSru2YBIXtBMQ-jFpM0xIWZA88eCOEU,6249
|
426
|
-
azure/mgmt/storage/v2021_01_01/models/__init__.py,sha256=RYnSQ79gLKtLpn30e6wyWoBKyDNYdMZ-GqwyXAJosZw,14487
|
427
|
-
azure/mgmt/storage/v2021_01_01/models/_models_py3.py,sha256=dWZhZ1CA7TsV3L_b2jDrwnaCePBKRVY25yWcrAAli-E,293275
|
428
|
-
azure/mgmt/storage/v2021_01_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
429
|
-
azure/mgmt/storage/v2021_01_01/models/_storage_management_client_enums.py,sha256=ctVGkARnd4Y-kqsLWDXaIu1nNgkoHWIRQuQoJe2TzCY,14064
|
430
|
-
azure/mgmt/storage/v2021_01_01/operations/__init__.py,sha256=wKBbJVs2hQCHvcP7v1Wn2dYwRTYFj7hKoGFOklzOoM4,2519
|
431
|
-
azure/mgmt/storage/v2021_01_01/operations/_blob_containers_operations.py,sha256=zzirrIpdB-JlYyE3PCnIJOY4EKYNDLix7hxuqrxkuCg,115131
|
432
|
-
azure/mgmt/storage/v2021_01_01/operations/_blob_inventory_policies_operations.py,sha256=NzjUuwS4OdOdeGkXDTlcemZz_3VBfFSAk8ghTDm_xDk,28537
|
433
|
-
azure/mgmt/storage/v2021_01_01/operations/_blob_services_operations.py,sha256=mM_u068P0j-e7h1TNKU3IWYAy56lMaxd8anoVhhDq5k,23619
|
434
|
-
azure/mgmt/storage/v2021_01_01/operations/_deleted_accounts_operations.py,sha256=fDBCT3KP02FOpKyAAb6TTTjDUwt10fR2JbOtP99KFwM,11187
|
435
|
-
azure/mgmt/storage/v2021_01_01/operations/_encryption_scopes_operations.py,sha256=6TBrdzc1U_hIjW10cQJ9905M9V6grfQJwAsrIzvmOfY,34762
|
436
|
-
azure/mgmt/storage/v2021_01_01/operations/_file_services_operations.py,sha256=FLTNjH9wy6wj_t8bwzWUma8oYIqoxbBNcfW5XGJNQ8U,21744
|
437
|
-
azure/mgmt/storage/v2021_01_01/operations/_file_shares_operations.py,sha256=VEBG07Q_gpgNgKk2f8y6xlGwg-1yGbCSpcGBJQk1zPg,50957
|
438
|
-
azure/mgmt/storage/v2021_01_01/operations/_management_policies_operations.py,sha256=w6s8kzMwaxh5V7G-lht8pc0uWMJhk6rv8gVHrkpjSd8,21658
|
439
|
-
azure/mgmt/storage/v2021_01_01/operations/_object_replication_policies_operations.py,sha256=dadnzB3RcPyIt4jzyAZevFjDTWLhj7POsWPBK-cL66Q,28190
|
440
|
-
azure/mgmt/storage/v2021_01_01/operations/_operations.py,sha256=gsm7wD5ioCgE7Fv3zV3KybKCJJZHnSBe9yFxkJONNBA,6576
|
441
|
-
azure/mgmt/storage/v2021_01_01/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
442
|
-
azure/mgmt/storage/v2021_01_01/operations/_private_endpoint_connections_operations.py,sha256=CtBxBUBXYILbTTQNjh4DC1TFl7rul4bk5mpQfnSi_Cc,28133
|
443
|
-
azure/mgmt/storage/v2021_01_01/operations/_private_link_resources_operations.py,sha256=KTKCnZdkj_2IhwJZLgQWMopFfXt_eBG4kaaKFfQ6eUk,6861
|
444
|
-
azure/mgmt/storage/v2021_01_01/operations/_queue_operations.py,sha256=Cm4W5GwnAZcQgsWdodgSesv1BgPni9vMBkGOGXuzNWw,38630
|
445
|
-
azure/mgmt/storage/v2021_01_01/operations/_queue_services_operations.py,sha256=KZloFpiabr6hkIOAJ4crRLOXAfmN0zB5b61ncH37hVM,22101
|
446
|
-
azure/mgmt/storage/v2021_01_01/operations/_skus_operations.py,sha256=49AXsve-eFk8sjOg6C9SKf_4URubfv8feF2WsyVETMU,6994
|
447
|
-
azure/mgmt/storage/v2021_01_01/operations/_storage_accounts_operations.py,sha256=KuTGecGuirut93qQWhQg4Nd0x8JJdJe5biJA0K6Z1vw,107996
|
448
|
-
azure/mgmt/storage/v2021_01_01/operations/_table_operations.py,sha256=FY2U1IHiRJ30vWUWX7QcBd84rRtS0KAQGNn-BmOsbfc,27373
|
449
|
-
azure/mgmt/storage/v2021_01_01/operations/_table_services_operations.py,sha256=lTCMErPc3go6TDBmJ3zX-TWn3BjBU1hQCG_BW6w1YUk,22101
|
450
|
-
azure/mgmt/storage/v2021_01_01/operations/_usages_operations.py,sha256=HoLBKDZ9Ns9mUujdJNBOuLUd_yUQTlw6dKJlJIs90yc,7399
|
451
|
-
azure/mgmt/storage/v2021_02_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
|
452
|
-
azure/mgmt/storage/v2021_02_01/_configuration.py,sha256=b09AiENxqbfZKo82J3NwfO4Y-630X_pcD_dn15GK5dw,3738
|
453
|
-
azure/mgmt/storage/v2021_02_01/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
|
454
|
-
azure/mgmt/storage/v2021_02_01/_storage_management_client.py,sha256=aJdTL_7usfUfAWXTHZbwJhbos8g_yflqaveN-tG9hgM,9829
|
455
|
-
azure/mgmt/storage/v2021_02_01/_vendor.py,sha256=PD29OTnfrbMqrHp4rLVdsM5aTJ37yoWQ1Gkmm0Xa3VQ,1302
|
456
|
-
azure/mgmt/storage/v2021_02_01/_version.py,sha256=V24JUjmKqKgWJs3PMvwk1qHz-bmyLwDliz-20r8YcuY,489
|
457
|
-
azure/mgmt/storage/v2021_02_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
|
458
|
-
azure/mgmt/storage/v2021_02_01/aio/_configuration.py,sha256=X3G5ZWM-PB4qjkTc2gwNzYWaX7kekM-D62-0EhpMPB8,3786
|
459
|
-
azure/mgmt/storage/v2021_02_01/aio/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
|
460
|
-
azure/mgmt/storage/v2021_02_01/aio/_storage_management_client.py,sha256=9pYrOAbgvSazz-GMFUYoISIBjiL5TDoFGBZz_tfdquM,10047
|
461
|
-
azure/mgmt/storage/v2021_02_01/aio/operations/__init__.py,sha256=wKBbJVs2hQCHvcP7v1Wn2dYwRTYFj7hKoGFOklzOoM4,2519
|
462
|
-
azure/mgmt/storage/v2021_02_01/aio/operations/_blob_containers_operations.py,sha256=uFe7KJdoZm7Obyunu76LskTmjzb5g6ZDUOLM7cM8dXM,91233
|
463
|
-
azure/mgmt/storage/v2021_02_01/aio/operations/_blob_inventory_policies_operations.py,sha256=7gdvTHgm5XyjpypGbXvD1tpJsG-7p0ntDr0BlHiGrj4,21916
|
464
|
-
azure/mgmt/storage/v2021_02_01/aio/operations/_blob_services_operations.py,sha256=EE1C0hI7gnR0-0g_6ki2KVjU1YF8FafCwsFB1tbpbQo,18798
|
465
|
-
azure/mgmt/storage/v2021_02_01/aio/operations/_deleted_accounts_operations.py,sha256=vKNYpd7ghkxoEspSAl0u6ODc57DKpOFr-JRsGyoSpjo,8912
|
466
|
-
azure/mgmt/storage/v2021_02_01/aio/operations/_encryption_scopes_operations.py,sha256=unHZdiw7xNhobKy_qj2reu4bZVKgBQIuK5VvcScPPg0,28038
|
467
|
-
azure/mgmt/storage/v2021_02_01/aio/operations/_file_services_operations.py,sha256=SnIFyNpJKYVxOVKGmpTNU9R8NfZKJX37AAJSUHqwbOE,16811
|
468
|
-
azure/mgmt/storage/v2021_02_01/aio/operations/_file_shares_operations.py,sha256=LGorMmmvoRMu7RyGYrlEBb0MK8s8YGNs67_2T7q1few,39802
|
469
|
-
azure/mgmt/storage/v2021_02_01/aio/operations/_management_policies_operations.py,sha256=uuUnBn6p0YG2mYDKuKMg9Y_l_5CZy2ekc6M5yWhqOwM,16664
|
470
|
-
azure/mgmt/storage/v2021_02_01/aio/operations/_object_replication_policies_operations.py,sha256=UyIOcHUnLOFAVXHpBCC7-oeSTPt8pnmiiB7_mBxKH4o,21571
|
471
|
-
azure/mgmt/storage/v2021_02_01/aio/operations/_operations.py,sha256=A68rQwk_62KuxemoJQPzzF7plaM83Zt4jWalPSXZ_JY,5867
|
472
|
-
azure/mgmt/storage/v2021_02_01/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
473
|
-
azure/mgmt/storage/v2021_02_01/aio/operations/_private_endpoint_connections_operations.py,sha256=6xa0f7CSzRr6b-E10Xs1esyHFDB77dlPk-exWkEd3s4,21445
|
474
|
-
azure/mgmt/storage/v2021_02_01/aio/operations/_private_link_resources_operations.py,sha256=pw-ob3_H6j1Ta_872cXWHIDfuqy97wJrafVJ2_Nt_rE,5367
|
475
|
-
azure/mgmt/storage/v2021_02_01/aio/operations/_queue_operations.py,sha256=P6vzV_IGIHSWJFrGQMtsPHfqYCizMfsSTUXnF-ygCHo,29606
|
476
|
-
azure/mgmt/storage/v2021_02_01/aio/operations/_queue_services_operations.py,sha256=4FiqiectC3nWM7d33cnLHopHo_Gjq221YRBZPjJoPCs,17166
|
477
|
-
azure/mgmt/storage/v2021_02_01/aio/operations/_skus_operations.py,sha256=qVArvBDdjcYqpM104lthevsfw3XHkRoKoU--i3QBfOE,6002
|
478
|
-
azure/mgmt/storage/v2021_02_01/aio/operations/_storage_accounts_operations.py,sha256=LK6Vp843elAurXc9gxRamSuU4X0BUWi16Q6msKP0A-k,88283
|
479
|
-
azure/mgmt/storage/v2021_02_01/aio/operations/_table_operations.py,sha256=hUQLoUUyILeZDzOPi9u4DNz9PLcUaV99oRBJheXMQys,19396
|
480
|
-
azure/mgmt/storage/v2021_02_01/aio/operations/_table_services_operations.py,sha256=zLRu2ifir8LOpW8LJfoFqH3-zd2QDJMvcTVlkBi6mXg,17166
|
481
|
-
azure/mgmt/storage/v2021_02_01/aio/operations/_usages_operations.py,sha256=cqZhjoR3apumrqIl_xFRK8iVugMAtePdsaArHhPdQ6Q,6249
|
482
|
-
azure/mgmt/storage/v2021_02_01/models/__init__.py,sha256=gBVebeWgTSzXFVVVWKBhD3HNSb182jmuJysDaQvAork,14742
|
483
|
-
azure/mgmt/storage/v2021_02_01/models/_models_py3.py,sha256=QloRQ4YVfEW5qouyg1uvbziAFp4WXnHdbmHoLvfCx_I,299397
|
484
|
-
azure/mgmt/storage/v2021_02_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
485
|
-
azure/mgmt/storage/v2021_02_01/models/_storage_management_client_enums.py,sha256=wQ6xmONRx8VTch4nTpsntisrjqWt0CvLSCneHLcj6ZE,14207
|
486
|
-
azure/mgmt/storage/v2021_02_01/operations/__init__.py,sha256=wKBbJVs2hQCHvcP7v1Wn2dYwRTYFj7hKoGFOklzOoM4,2519
|
487
|
-
azure/mgmt/storage/v2021_02_01/operations/_blob_containers_operations.py,sha256=oGCGfJ5dSg0zJoTQ_Oug4vKUUTLwXXaqcicbKRDBGzg,115131
|
488
|
-
azure/mgmt/storage/v2021_02_01/operations/_blob_inventory_policies_operations.py,sha256=s74ma_wquR0pZkMg1ftH8XwD3dss3YHr9Nle68Lq7jM,28537
|
489
|
-
azure/mgmt/storage/v2021_02_01/operations/_blob_services_operations.py,sha256=3-pNsCIk1cCT8QLxww6ZN1sw9PbHd5TGXZLUQoENP7w,23619
|
490
|
-
azure/mgmt/storage/v2021_02_01/operations/_deleted_accounts_operations.py,sha256=LhOB5X5NnXYnpjLHtwLvbjf5ncMu4tw5rmcFDtr4iw4,11187
|
491
|
-
azure/mgmt/storage/v2021_02_01/operations/_encryption_scopes_operations.py,sha256=YUJPmKTmRn1RJfYMGwqU_raIlPNsemEPffEhaX48GMw,34762
|
492
|
-
azure/mgmt/storage/v2021_02_01/operations/_file_services_operations.py,sha256=tl5MHA7_Rvha2f8H34FQEH5LDB6y1ZFNpCXjgO9Xfgg,21744
|
493
|
-
azure/mgmt/storage/v2021_02_01/operations/_file_shares_operations.py,sha256=Tgmgcox6_eo5qusMtHEq-eWnvezyI0qlFLQgfFTXV7k,50957
|
494
|
-
azure/mgmt/storage/v2021_02_01/operations/_management_policies_operations.py,sha256=ptxeVYsIsXq-vg4ZjU2iQI6B_uEHLyHAD9EieT4cbA8,21658
|
495
|
-
azure/mgmt/storage/v2021_02_01/operations/_object_replication_policies_operations.py,sha256=sk75gRoTX-Qz3U9eYOtdPnkNf7ujOwM1yy2zJUbCvSE,28190
|
496
|
-
azure/mgmt/storage/v2021_02_01/operations/_operations.py,sha256=4145dklKLKmXj4WLPX0T6xKmK-GAxJuwtan4L3gmVbM,6576
|
497
|
-
azure/mgmt/storage/v2021_02_01/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
498
|
-
azure/mgmt/storage/v2021_02_01/operations/_private_endpoint_connections_operations.py,sha256=OAqptbmI_xzMIR-rvJUcoHgZHHpNqEnSAt5XpFKYrs8,28133
|
499
|
-
azure/mgmt/storage/v2021_02_01/operations/_private_link_resources_operations.py,sha256=UoparHFB3hqIvnDLNG68o5UTVYsnLEMR_iWHRCIeV30,6861
|
500
|
-
azure/mgmt/storage/v2021_02_01/operations/_queue_operations.py,sha256=v37z6l3ZnFkOERAgHE5GmqeOKW_dyfnX-IPeq8a6Ez4,38630
|
501
|
-
azure/mgmt/storage/v2021_02_01/operations/_queue_services_operations.py,sha256=pFXRkmjUts0bD3pMR2YNDBN2MtyTK800E6G71TyXZG4,22101
|
502
|
-
azure/mgmt/storage/v2021_02_01/operations/_skus_operations.py,sha256=p8VsuKLNhFm2YTYCLAzyaVlQnggcMfVJ44zh-o82uDI,6994
|
503
|
-
azure/mgmt/storage/v2021_02_01/operations/_storage_accounts_operations.py,sha256=VZJJSRVsg585WA1ly3w8mdfk1JFtZc6DRKxlfHdv4Hc,107996
|
504
|
-
azure/mgmt/storage/v2021_02_01/operations/_table_operations.py,sha256=gBCfyz4GvLpYOweDpwkePVvnCTrwDpqnls3PbzUO2eM,27373
|
505
|
-
azure/mgmt/storage/v2021_02_01/operations/_table_services_operations.py,sha256=-JNR9QKPsspJC4AxfcgF7Ftvem9T9-6-N88etR84nHM,22101
|
506
|
-
azure/mgmt/storage/v2021_02_01/operations/_usages_operations.py,sha256=kajh1mIQ6zImpeayWyS2BR1vyTvTzLKQv1DawbnaSPQ,7399
|
507
|
-
azure/mgmt/storage/v2021_04_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
|
508
|
-
azure/mgmt/storage/v2021_04_01/_configuration.py,sha256=couPU0tZNS4do-5Oy1XFh3abZdPgSd8Rfvl0_ssLYEQ,3738
|
509
|
-
azure/mgmt/storage/v2021_04_01/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
|
510
|
-
azure/mgmt/storage/v2021_04_01/_storage_management_client.py,sha256=abMNWUj4nVOMj9iQK2trAd5u7cmLkVcBYpJludAixdk,9829
|
511
|
-
azure/mgmt/storage/v2021_04_01/_vendor.py,sha256=PD29OTnfrbMqrHp4rLVdsM5aTJ37yoWQ1Gkmm0Xa3VQ,1302
|
512
|
-
azure/mgmt/storage/v2021_04_01/_version.py,sha256=V24JUjmKqKgWJs3PMvwk1qHz-bmyLwDliz-20r8YcuY,489
|
513
|
-
azure/mgmt/storage/v2021_04_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
|
514
|
-
azure/mgmt/storage/v2021_04_01/aio/_configuration.py,sha256=h6Bkd747TFzQjcdk6lLtXn5gefLCBlLvNPImbcP4cd8,3786
|
515
|
-
azure/mgmt/storage/v2021_04_01/aio/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
|
516
|
-
azure/mgmt/storage/v2021_04_01/aio/_storage_management_client.py,sha256=nw9r1BralUKN5rG7C7qV-eb5vrVoEN1Ey9e8opAOft4,10047
|
517
|
-
azure/mgmt/storage/v2021_04_01/aio/operations/__init__.py,sha256=wKBbJVs2hQCHvcP7v1Wn2dYwRTYFj7hKoGFOklzOoM4,2519
|
518
|
-
azure/mgmt/storage/v2021_04_01/aio/operations/_blob_containers_operations.py,sha256=T_rjzBtwKXuomsGwonNXu9j6EqwgKGuRT7UEg-OTZyM,97939
|
519
|
-
azure/mgmt/storage/v2021_04_01/aio/operations/_blob_inventory_policies_operations.py,sha256=6vI8eXQtT4tq7CCx7mp8ZGjIgMm2Wo-hx-eHI5sbrbg,21916
|
520
|
-
azure/mgmt/storage/v2021_04_01/aio/operations/_blob_services_operations.py,sha256=gMzXgBaukwChtjycGmbWsMqP3isY17GyHXFaRXzp1eM,18798
|
521
|
-
azure/mgmt/storage/v2021_04_01/aio/operations/_deleted_accounts_operations.py,sha256=s7fvkzNST1sO3R-luR4fH-DWTm496NxSwyi3hpobupg,8912
|
522
|
-
azure/mgmt/storage/v2021_04_01/aio/operations/_encryption_scopes_operations.py,sha256=H6SF-WGYbcW8L0Qjnxb0_XYiwJqU0aEAY4cAoarxSV8,28038
|
523
|
-
azure/mgmt/storage/v2021_04_01/aio/operations/_file_services_operations.py,sha256=8hSzGX6Fnh1SGVau6dw5J8y4Ef6AEgWwfjLxFjRPsVo,17183
|
524
|
-
azure/mgmt/storage/v2021_04_01/aio/operations/_file_shares_operations.py,sha256=QxD7RyCEdTqTLnbm8nTl6ranJiWYrFtem-_lxMwCBPs,50534
|
525
|
-
azure/mgmt/storage/v2021_04_01/aio/operations/_management_policies_operations.py,sha256=obIXSpJ9hwI-vinpFSRJ7rPuAHzj0QWIXbhK6IHGjwQ,16664
|
526
|
-
azure/mgmt/storage/v2021_04_01/aio/operations/_object_replication_policies_operations.py,sha256=Cj09UuRLOT3aqHkNw-9sERwop7nJKgH39WCSFX3cscM,22791
|
527
|
-
azure/mgmt/storage/v2021_04_01/aio/operations/_operations.py,sha256=M2o_xCvK0QjTNNhFbEgFet4sCT2nmid6Dy_OZgeIxGg,5867
|
528
|
-
azure/mgmt/storage/v2021_04_01/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
529
|
-
azure/mgmt/storage/v2021_04_01/aio/operations/_private_endpoint_connections_operations.py,sha256=UH-cdN-SVNk7wRKZBG4mi0nZXKM1whCbU0MWUOD3LaA,21445
|
530
|
-
azure/mgmt/storage/v2021_04_01/aio/operations/_private_link_resources_operations.py,sha256=4uQPlfFkntyQo3eClNBbZOhzwgEtBo_XdiwCrKP8eDA,5367
|
531
|
-
azure/mgmt/storage/v2021_04_01/aio/operations/_queue_operations.py,sha256=4hTYo4TV7TwQeWKZ9xsr-pfTInxz1h5I1Zn8ITHdfYk,30230
|
532
|
-
azure/mgmt/storage/v2021_04_01/aio/operations/_queue_services_operations.py,sha256=yBql-T8FE1Qnu0JKsEF723obEZW4VKsU_6qHMLOlki0,17538
|
533
|
-
azure/mgmt/storage/v2021_04_01/aio/operations/_skus_operations.py,sha256=9UrCVzIguMVocaQ0qZuMFtsb5wi6_F_nVYjaE0rdUXY,6002
|
534
|
-
azure/mgmt/storage/v2021_04_01/aio/operations/_storage_accounts_operations.py,sha256=PPZ704f0srg3RfIL3jkWoZ0RItbnQ2zDH8rDq9fklB0,88283
|
535
|
-
azure/mgmt/storage/v2021_04_01/aio/operations/_table_operations.py,sha256=pGWld222HoF_cx_sJQ6gQyC4ZB-5yQn86y9MT89GIPM,20020
|
536
|
-
azure/mgmt/storage/v2021_04_01/aio/operations/_table_services_operations.py,sha256=Ye3mwV0fTI8YispI3-UAc-79mme2jKidGwelHk2T72E,17538
|
537
|
-
azure/mgmt/storage/v2021_04_01/aio/operations/_usages_operations.py,sha256=3mXJmUzRirjOQ2DuQFCnX6qeu3lA9usl58Fg3W9xoYM,6249
|
538
|
-
azure/mgmt/storage/v2021_04_01/models/__init__.py,sha256=RyepCd8XIgCz9ZxL8W49vbGiByvC1MraXNSdtLQbYBY,15576
|
539
|
-
azure/mgmt/storage/v2021_04_01/models/_models_py3.py,sha256=2Qcv3hfNA8ONIDZDt2FJzQjylvOFSdA5BqC8-1LhFT4,324427
|
540
|
-
azure/mgmt/storage/v2021_04_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
541
|
-
azure/mgmt/storage/v2021_04_01/models/_storage_management_client_enums.py,sha256=Lpv7hqQc1aOzdepyNr5AAZerhRKXIREOely2g9ntnow,15603
|
542
|
-
azure/mgmt/storage/v2021_04_01/operations/__init__.py,sha256=wKBbJVs2hQCHvcP7v1Wn2dYwRTYFj7hKoGFOklzOoM4,2519
|
543
|
-
azure/mgmt/storage/v2021_04_01/operations/_blob_containers_operations.py,sha256=cHv0T2kkx_iHGxKSwcN1rGlDOR7zVCCfTEbnSiqaXc8,123356
|
544
|
-
azure/mgmt/storage/v2021_04_01/operations/_blob_inventory_policies_operations.py,sha256=zalMvKcwifUMJHiTmQ_k1GEGlm0269cRYH-WpTyVNYI,28537
|
545
|
-
azure/mgmt/storage/v2021_04_01/operations/_blob_services_operations.py,sha256=8pwDVErkPKPJjyIgVUPhFQKPDUdzs5P_i95J5-dGSb0,23619
|
546
|
-
azure/mgmt/storage/v2021_04_01/operations/_deleted_accounts_operations.py,sha256=d_wWwFNHYF7rPnoj9blzjF0uJ-22uMN0-pU_Y7QwWr8,11187
|
547
|
-
azure/mgmt/storage/v2021_04_01/operations/_encryption_scopes_operations.py,sha256=loq_Fd0khZmCdIVNdjWMpfUGkPWwEb6nCqzk1k2ZVYM,34762
|
548
|
-
azure/mgmt/storage/v2021_04_01/operations/_file_services_operations.py,sha256=1A7C2d1tG7CkcqvJi40FxJ60vqIMHbo9XUQcasUHRZs,22116
|
549
|
-
azure/mgmt/storage/v2021_04_01/operations/_file_shares_operations.py,sha256=CuC_Dhc8E2TS2tWbeui-WL0FPAstJdcLaFHwE4pgjaM,63753
|
550
|
-
azure/mgmt/storage/v2021_04_01/operations/_management_policies_operations.py,sha256=qtTuv_P1VCXlzOAJGfjbCtvsiGvbsKiNgIplfxxSN7I,21658
|
551
|
-
azure/mgmt/storage/v2021_04_01/operations/_object_replication_policies_operations.py,sha256=V4Aw_C4VZ9CqHFHaXsN6Q4CUQfutBLVqNpf_NZoalCs,29410
|
552
|
-
azure/mgmt/storage/v2021_04_01/operations/_operations.py,sha256=ZmwpwGO7g9h0o2p-B5fx8NaRwmdLPN_AoS5eXm910Uo,6576
|
553
|
-
azure/mgmt/storage/v2021_04_01/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
554
|
-
azure/mgmt/storage/v2021_04_01/operations/_private_endpoint_connections_operations.py,sha256=lVTNciJVUdtsl0YlZaWnoYOe9SdnXXuw3zRN_i7PX2o,28133
|
555
|
-
azure/mgmt/storage/v2021_04_01/operations/_private_link_resources_operations.py,sha256=8MJ_7ach3H4tLsW8sdW6wKlyuhC0piK3tj13Gypuwag,6861
|
556
|
-
azure/mgmt/storage/v2021_04_01/operations/_queue_operations.py,sha256=ZWaiEgkhF10Gg1YT6qm_7DmunxihUxv8V2jrbBuVrQ0,39254
|
557
|
-
azure/mgmt/storage/v2021_04_01/operations/_queue_services_operations.py,sha256=TWuaVsTsKrn_rDuR9lCww93xallEKea68g3RP9MWWgU,22473
|
558
|
-
azure/mgmt/storage/v2021_04_01/operations/_skus_operations.py,sha256=1W33Ig-sOnkkcVpPIajGQ1UYbaElkB4O3vH6vYCz4gc,6994
|
559
|
-
azure/mgmt/storage/v2021_04_01/operations/_storage_accounts_operations.py,sha256=EOlWYsTgkFqfrUBmSMiBOyfVOcw93QfpeMTev0FbXKA,107996
|
560
|
-
azure/mgmt/storage/v2021_04_01/operations/_table_operations.py,sha256=tv8nNQy3CvbWqclYU7j4-uH47f6mSghrmb3xkiPhiCw,27997
|
561
|
-
azure/mgmt/storage/v2021_04_01/operations/_table_services_operations.py,sha256=RKhnAsq5u8uDFiyrTJuWLMVcTcbOQBSboJajoJzhbQw,22473
|
562
|
-
azure/mgmt/storage/v2021_04_01/operations/_usages_operations.py,sha256=Bf2IEsTs1O1eqP0cmgE-6oNcHkMG0NIaTZzfdLerppY,7399
|
563
|
-
azure/mgmt/storage/v2021_06_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
|
564
|
-
azure/mgmt/storage/v2021_06_01/_configuration.py,sha256=HfSn11t6m-jgFrN7GauumtTTa4GhEqB4iEUgHXycVCA,3738
|
565
|
-
azure/mgmt/storage/v2021_06_01/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
|
566
|
-
azure/mgmt/storage/v2021_06_01/_storage_management_client.py,sha256=cea021HTj56r6xEr-52IbVsD1660tsu_1_vSvQ6ukUI,9829
|
567
|
-
azure/mgmt/storage/v2021_06_01/_vendor.py,sha256=PD29OTnfrbMqrHp4rLVdsM5aTJ37yoWQ1Gkmm0Xa3VQ,1302
|
568
|
-
azure/mgmt/storage/v2021_06_01/_version.py,sha256=V24JUjmKqKgWJs3PMvwk1qHz-bmyLwDliz-20r8YcuY,489
|
569
|
-
azure/mgmt/storage/v2021_06_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
|
570
|
-
azure/mgmt/storage/v2021_06_01/aio/_configuration.py,sha256=ZUF5dRSn5HJGPsJ3I1bXaqBTh2QsKSyoTuegibjwWuE,3786
|
571
|
-
azure/mgmt/storage/v2021_06_01/aio/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
|
572
|
-
azure/mgmt/storage/v2021_06_01/aio/_storage_management_client.py,sha256=G1ROcwWh0J704YztpAn7BCilvZh8M64PNpnPnh2Mpig,10047
|
573
|
-
azure/mgmt/storage/v2021_06_01/aio/operations/__init__.py,sha256=wKBbJVs2hQCHvcP7v1Wn2dYwRTYFj7hKoGFOklzOoM4,2519
|
574
|
-
azure/mgmt/storage/v2021_06_01/aio/operations/_blob_containers_operations.py,sha256=NbogzH4j_JsyBrdds_IBwRC6Zyk6CGXyDqbtl5YzLFU,98159
|
575
|
-
azure/mgmt/storage/v2021_06_01/aio/operations/_blob_inventory_policies_operations.py,sha256=96m5pesVMAr-dhzyNOGuXn0BinC6S2JLWFwPBO6krcE,21916
|
576
|
-
azure/mgmt/storage/v2021_06_01/aio/operations/_blob_services_operations.py,sha256=3rxqRBcbSViE4AFiCsz18fpDy6dVbfggKykls64kq-A,18972
|
577
|
-
azure/mgmt/storage/v2021_06_01/aio/operations/_deleted_accounts_operations.py,sha256=kGUlc8DflMrU4KTSQqil0W40aU5T_yn5oIx_l5n6nU0,8912
|
578
|
-
azure/mgmt/storage/v2021_06_01/aio/operations/_encryption_scopes_operations.py,sha256=xdApCQesYrFQGrfltLaB72QlRgPdYz9DxWjrM-dFf4o,28038
|
579
|
-
azure/mgmt/storage/v2021_06_01/aio/operations/_file_services_operations.py,sha256=zz-B2tpwZQPEUXYEc_j5MmcIqkuC1NWU61UPAroEbLk,17357
|
580
|
-
azure/mgmt/storage/v2021_06_01/aio/operations/_file_shares_operations.py,sha256=smgS5nDDgRueBugq33H_yRRBVtSJdQywPSeCDWTjBnw,50534
|
581
|
-
azure/mgmt/storage/v2021_06_01/aio/operations/_management_policies_operations.py,sha256=TXvYd1446RAeXCsms7T31AS2gKOm4fPJN5YvIw4DdYw,16664
|
582
|
-
azure/mgmt/storage/v2021_06_01/aio/operations/_object_replication_policies_operations.py,sha256=z3nrzG7fQO8iP_J58vJSp5-Yvp8Ej1THmKMWrDQQmOk,22791
|
583
|
-
azure/mgmt/storage/v2021_06_01/aio/operations/_operations.py,sha256=33TmMiSngT9gHjR6mOyZNWUVUAL2LQ6URwx9ugIrHI4,5867
|
584
|
-
azure/mgmt/storage/v2021_06_01/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
585
|
-
azure/mgmt/storage/v2021_06_01/aio/operations/_private_endpoint_connections_operations.py,sha256=la6Gw6huim_qIv9MAZ8PY4zW9WjTW_Tq5dLprp9dew0,21445
|
586
|
-
azure/mgmt/storage/v2021_06_01/aio/operations/_private_link_resources_operations.py,sha256=FOEtQPklHKtMUCEs0YWdACuDR2Pt9HgjyIcM0sb22dE,5367
|
587
|
-
azure/mgmt/storage/v2021_06_01/aio/operations/_queue_operations.py,sha256=-Df_2qD__XcsZAvA6jnl56-OjjGXJl7XFiMGlSwyTiM,30230
|
588
|
-
azure/mgmt/storage/v2021_06_01/aio/operations/_queue_services_operations.py,sha256=Zxzc9VasejH8veW9fhDjyqYRPKH1INPJCxKa00PpoWw,17712
|
589
|
-
azure/mgmt/storage/v2021_06_01/aio/operations/_skus_operations.py,sha256=bXeG1Z88-SPyiAMmKGo452VTC7RXvxRgwfZRrMvqPUc,6002
|
590
|
-
azure/mgmt/storage/v2021_06_01/aio/operations/_storage_accounts_operations.py,sha256=P-1yFJd4tO0C3dXrTAsdrbvKFmAwnKSRo0JZj68Yovk,100706
|
591
|
-
azure/mgmt/storage/v2021_06_01/aio/operations/_table_operations.py,sha256=1t6Ombl6jmcQBVZhjM83IhIA7d6O3gwm4b_17xwVIuQ,20020
|
592
|
-
azure/mgmt/storage/v2021_06_01/aio/operations/_table_services_operations.py,sha256=rE77pVZABoOaLcXs3nUk2Upztal410kc6IvwYVqQSwo,17712
|
593
|
-
azure/mgmt/storage/v2021_06_01/aio/operations/_usages_operations.py,sha256=DJ2rXuKCXf-dL3QcSRsdrIRHiFCYcktsgvRObJw7Lrw,6249
|
594
|
-
azure/mgmt/storage/v2021_06_01/models/__init__.py,sha256=iqMS1GkZXCySBSDD04YTP0mw1cYTJ2itj8HUtfSTpAw,15991
|
595
|
-
azure/mgmt/storage/v2021_06_01/models/_models_py3.py,sha256=28x6sJCTdvhvSOtdfqkJ2JhRbGYlTX9gPJlmeQrrFQQ,349680
|
596
|
-
azure/mgmt/storage/v2021_06_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
597
|
-
azure/mgmt/storage/v2021_06_01/models/_storage_management_client_enums.py,sha256=jaCyvNXfzob4Vg-2SblEzqdNtYvpTRMJxUQHGYRfKPw,16403
|
598
|
-
azure/mgmt/storage/v2021_06_01/operations/__init__.py,sha256=wKBbJVs2hQCHvcP7v1Wn2dYwRTYFj7hKoGFOklzOoM4,2519
|
599
|
-
azure/mgmt/storage/v2021_06_01/operations/_blob_containers_operations.py,sha256=t8vEOESrUrskEBVWWLFKPwDlayEZXPyZSNizsX5f3W0,123705
|
600
|
-
azure/mgmt/storage/v2021_06_01/operations/_blob_inventory_policies_operations.py,sha256=EUo3p6kC-Eoru_C5w8ZsIrnYqp04W88YC6PAlQs1rlI,28537
|
601
|
-
azure/mgmt/storage/v2021_06_01/operations/_blob_services_operations.py,sha256=sTaFLTKu_CWH2DP8-2Ci45lD-dUleeL0OTkHRnkEkPw,23843
|
602
|
-
azure/mgmt/storage/v2021_06_01/operations/_deleted_accounts_operations.py,sha256=d5aBtdbil18CUddaz0h-TUAS-3weeoZjd52BjvGB7ZY,11187
|
603
|
-
azure/mgmt/storage/v2021_06_01/operations/_encryption_scopes_operations.py,sha256=LuE6TuDBUNEurGe35LYA-_sd8IynNOYs0ZAdyA_O-Fs,34762
|
604
|
-
azure/mgmt/storage/v2021_06_01/operations/_file_services_operations.py,sha256=7kgLqHKDG1eO05NEQK31PxuVo_cdB_H1K2do-Ufs-Jc,22340
|
605
|
-
azure/mgmt/storage/v2021_06_01/operations/_file_shares_operations.py,sha256=zJCtccs_k7thcnx5mJZyvlg5APJTTNle9VBoqpQw0Nk,63753
|
606
|
-
azure/mgmt/storage/v2021_06_01/operations/_management_policies_operations.py,sha256=SsP5WelY5MnwAV0tamEmRfsUf7sMyK_qna6O_a4sh9I,21658
|
607
|
-
azure/mgmt/storage/v2021_06_01/operations/_object_replication_policies_operations.py,sha256=gmYjPpDOYwWCFkW2ctoqtz0HPuZCv8kmDDmBZWiR5BU,29410
|
608
|
-
azure/mgmt/storage/v2021_06_01/operations/_operations.py,sha256=j27ePEVY0pHz5B7M0Avav3LGB8AtmC-k9yy1PnhWHyU,6576
|
609
|
-
azure/mgmt/storage/v2021_06_01/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
610
|
-
azure/mgmt/storage/v2021_06_01/operations/_private_endpoint_connections_operations.py,sha256=MzbWn4y9-imtDZeIjxYSGQ490hruzwkBrd6ro4jwWtM,28133
|
611
|
-
azure/mgmt/storage/v2021_06_01/operations/_private_link_resources_operations.py,sha256=PGYBzviHUHaghsE5SV-jBncj0aC5s7FU4GOS0naUDMs,6861
|
612
|
-
azure/mgmt/storage/v2021_06_01/operations/_queue_operations.py,sha256=N5I0nZHGAOwOe3cpuo36EDVXSRCR7pgImqJpwO3lqAc,39254
|
613
|
-
azure/mgmt/storage/v2021_06_01/operations/_queue_services_operations.py,sha256=ir_BuZjt0e_6oxY_kYTG5wcgjqpemxu_SDAfgdicI9k,22697
|
614
|
-
azure/mgmt/storage/v2021_06_01/operations/_skus_operations.py,sha256=RzF0WUJc8oVLR3OOUUwzjx76Jq_bSaEwjARUT3EQwkQ,6994
|
615
|
-
azure/mgmt/storage/v2021_06_01/operations/_storage_accounts_operations.py,sha256=LkkH8Spj67cIgozF96NWDmSlpiCDbuPeu9VH-VTPr0o,123272
|
616
|
-
azure/mgmt/storage/v2021_06_01/operations/_table_operations.py,sha256=h65TUbFIns06I1FqYvQdc0nRFQ0co1vmRzEWmWdMkGE,27997
|
617
|
-
azure/mgmt/storage/v2021_06_01/operations/_table_services_operations.py,sha256=7cwOMNZMumFyZyUzHPbf4ioJZcAUzwOHgrxdG75wmoY,22697
|
618
|
-
azure/mgmt/storage/v2021_06_01/operations/_usages_operations.py,sha256=DWbBDOY_hrUfurybyP-eJKxWWUQQ8yYW9U4fmRDv0xg,7399
|
619
|
-
azure/mgmt/storage/v2021_08_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
|
620
|
-
azure/mgmt/storage/v2021_08_01/_configuration.py,sha256=fSdXUeM-bHlcA07SQBXPMo4bsqkWieDANbQ4sSN8x8c,3738
|
621
|
-
azure/mgmt/storage/v2021_08_01/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
|
622
|
-
azure/mgmt/storage/v2021_08_01/_storage_management_client.py,sha256=WN-4-R84sa40uuKGtTTaetrXSRCc7-SIjX8Q-3qkK9s,10111
|
623
|
-
azure/mgmt/storage/v2021_08_01/_vendor.py,sha256=PD29OTnfrbMqrHp4rLVdsM5aTJ37yoWQ1Gkmm0Xa3VQ,1302
|
624
|
-
azure/mgmt/storage/v2021_08_01/_version.py,sha256=V24JUjmKqKgWJs3PMvwk1qHz-bmyLwDliz-20r8YcuY,489
|
625
|
-
azure/mgmt/storage/v2021_08_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
|
626
|
-
azure/mgmt/storage/v2021_08_01/aio/_configuration.py,sha256=cDZiQoP0dfgFXN4FS1shGmmx5C-5HVpvXyyiODPJqyc,3786
|
627
|
-
azure/mgmt/storage/v2021_08_01/aio/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
|
628
|
-
azure/mgmt/storage/v2021_08_01/aio/_storage_management_client.py,sha256=Kh0XweAz-daLbosbBGnopMfV3OhX6-4ajo0gX2QJscw,10333
|
629
|
-
azure/mgmt/storage/v2021_08_01/aio/operations/__init__.py,sha256=1wZfmKAh_dVAbrReabOzkYBPuMjiW8mgmHvWcpymLrA,2605
|
630
|
-
azure/mgmt/storage/v2021_08_01/aio/operations/_blob_containers_operations.py,sha256=_G3Hmqhh_XVEVcFuiWuuUVyZAHnOxuUhJNd-9WzerHY,98159
|
631
|
-
azure/mgmt/storage/v2021_08_01/aio/operations/_blob_inventory_policies_operations.py,sha256=9fFDeiS8qjMsftW5DgqsCwO1n5zHZvj78lAgTBg35Ao,21916
|
632
|
-
azure/mgmt/storage/v2021_08_01/aio/operations/_blob_services_operations.py,sha256=c2Qe7A93z5-tC_pEWW_qDXkpqvSlkDzpCT6rW4mOM_c,18972
|
633
|
-
azure/mgmt/storage/v2021_08_01/aio/operations/_deleted_accounts_operations.py,sha256=olZpXBzBJp5w2lOxagRshhOKt3YHxxMrjPY64rzGYac,8912
|
634
|
-
azure/mgmt/storage/v2021_08_01/aio/operations/_encryption_scopes_operations.py,sha256=w9klPIcwoEkQs0y3-E0MZxzr7tgIS5SsgX_BsXhFDzs,28038
|
635
|
-
azure/mgmt/storage/v2021_08_01/aio/operations/_file_services_operations.py,sha256=CZ3dqtQdtxujW---OraPKPciRSrMLwgvbJihSfryCyg,16985
|
636
|
-
azure/mgmt/storage/v2021_08_01/aio/operations/_file_shares_operations.py,sha256=qmZTX4XWdfv-g-Mf6DbovJrEfyKMMB9GhvS2HEXk-iw,49662
|
637
|
-
azure/mgmt/storage/v2021_08_01/aio/operations/_local_users_operations.py,sha256=e6erlHn_-bOr4EyAW_WX_Abk28yh05qJJ9-xyC5fn8c,27333
|
638
|
-
azure/mgmt/storage/v2021_08_01/aio/operations/_management_policies_operations.py,sha256=Omcuio13PvUYZkj-Hl9wARymFv-V3-XiKWME-s8zzL8,16664
|
639
|
-
azure/mgmt/storage/v2021_08_01/aio/operations/_object_replication_policies_operations.py,sha256=g1Q_xdYDKZWGEtCVdgz2IaC-XQoRb5y7YXYMRKYRkew,22791
|
640
|
-
azure/mgmt/storage/v2021_08_01/aio/operations/_operations.py,sha256=yjnMfMGGP2VpqBZWG2nMprzZWQCe34CoOZDwx0_mPyg,5867
|
641
|
-
azure/mgmt/storage/v2021_08_01/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
642
|
-
azure/mgmt/storage/v2021_08_01/aio/operations/_private_endpoint_connections_operations.py,sha256=UsPKvUVYOLzlLLetq50rE1TNqQdk7cSZ4e70HUYz8tg,21445
|
643
|
-
azure/mgmt/storage/v2021_08_01/aio/operations/_private_link_resources_operations.py,sha256=onitoRPA_See8MaT-vjAZEwuAOCLDWI-RbzDoJN2jdw,5367
|
644
|
-
azure/mgmt/storage/v2021_08_01/aio/operations/_queue_operations.py,sha256=Hczn-Yp25ewKb-K1pAc9TiO05ahCGJOYrsv7xHDUgNA,29606
|
645
|
-
azure/mgmt/storage/v2021_08_01/aio/operations/_queue_services_operations.py,sha256=Lv_0PelTwTkyUQdUoHqyG8XJSCZHBVMYh76kkPSXDUU,17340
|
646
|
-
azure/mgmt/storage/v2021_08_01/aio/operations/_skus_operations.py,sha256=yD6v9B7GKZd0max_MFrljfXZLo6rVGhfoogmgqbSOow,6002
|
647
|
-
azure/mgmt/storage/v2021_08_01/aio/operations/_storage_accounts_operations.py,sha256=-Z342XYhN9L6VsLSGmFAEPLg1swbiQS6RQKD-abV06k,100706
|
648
|
-
azure/mgmt/storage/v2021_08_01/aio/operations/_table_operations.py,sha256=GM4NkIy0Q7cUEX6bZUq3eANBiWQ2uyZn8_G4622YJ6k,19396
|
649
|
-
azure/mgmt/storage/v2021_08_01/aio/operations/_table_services_operations.py,sha256=UjtF5d5gigLAGueSp0O_YmUKvp70EA7eloqCXkP32o0,17340
|
650
|
-
azure/mgmt/storage/v2021_08_01/aio/operations/_usages_operations.py,sha256=sQqvHEYlBrSbtsmjjxEyTQkFIiqGQqF4yc1y5CiP7mc,6249
|
651
|
-
azure/mgmt/storage/v2021_08_01/models/__init__.py,sha256=ePb_L08zLHMzBjd5Uq0BtSeCpxfrNuZvHdX67Hywvb4,16425
|
652
|
-
azure/mgmt/storage/v2021_08_01/models/_models_py3.py,sha256=JdT34ddsxr8PpNrag2O-D59c7J1iPEgbjJR18wfz730,364089
|
653
|
-
azure/mgmt/storage/v2021_08_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
654
|
-
azure/mgmt/storage/v2021_08_01/models/_storage_management_client_enums.py,sha256=genDcok_fVpw2e6kDjW6o9dM2dig678WCYOQqeO8Mlw,16858
|
655
|
-
azure/mgmt/storage/v2021_08_01/operations/__init__.py,sha256=1wZfmKAh_dVAbrReabOzkYBPuMjiW8mgmHvWcpymLrA,2605
|
656
|
-
azure/mgmt/storage/v2021_08_01/operations/_blob_containers_operations.py,sha256=DxLK2PShnkahIPKjhJIsMpGIQyqdbui5jYQYxh8F6zI,123705
|
657
|
-
azure/mgmt/storage/v2021_08_01/operations/_blob_inventory_policies_operations.py,sha256=yblLO-hHoypdZQZNzTqSPh1nd3iKvRlUykGUA-HSzHo,28537
|
658
|
-
azure/mgmt/storage/v2021_08_01/operations/_blob_services_operations.py,sha256=Ztnlk9uZpgSwRxOE2YsWiS4b88qipNtLWox4OKGqvT4,23843
|
659
|
-
azure/mgmt/storage/v2021_08_01/operations/_deleted_accounts_operations.py,sha256=031I5UaWrp2su4WREFQvxjLC23h6l3RNjOBbyor23nU,11187
|
660
|
-
azure/mgmt/storage/v2021_08_01/operations/_encryption_scopes_operations.py,sha256=b3HhVWD-A-WaHhR4UpJvvqXxrhag0dKr15heBwFfcrQ,34762
|
661
|
-
azure/mgmt/storage/v2021_08_01/operations/_file_services_operations.py,sha256=obsSURzTkzGXi2aILSGTNlLC_m7swCLHhnl2JrZKIMM,21968
|
662
|
-
azure/mgmt/storage/v2021_08_01/operations/_file_shares_operations.py,sha256=tlVAfOCfjnGR6UvMsydPXDMeg1tEyg9NNF_iBPgGAEs,62881
|
663
|
-
azure/mgmt/storage/v2021_08_01/operations/_local_users_operations.py,sha256=yhES8G3SNrxqhm8GNUTQZpPyUvNAIXgL_9761LnVVVI,36754
|
664
|
-
azure/mgmt/storage/v2021_08_01/operations/_management_policies_operations.py,sha256=Qpn4NHxYatm_K5Vnh2X5UcGEt3J-Zmz4WfU2TgvOnbE,21658
|
665
|
-
azure/mgmt/storage/v2021_08_01/operations/_object_replication_policies_operations.py,sha256=eUDaiwnTXcX8lMmbPd65vmev86Mgqu3UVWsBsiZQzXQ,29410
|
666
|
-
azure/mgmt/storage/v2021_08_01/operations/_operations.py,sha256=dr2RCHNZxr21z4vVJ9_EIGdgQY78Toj1RM7WDCFPnyM,6576
|
667
|
-
azure/mgmt/storage/v2021_08_01/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
668
|
-
azure/mgmt/storage/v2021_08_01/operations/_private_endpoint_connections_operations.py,sha256=cSbzZRNOwstsSrxBbBuJkxP-g98ymkym-3trufkA32g,28133
|
669
|
-
azure/mgmt/storage/v2021_08_01/operations/_private_link_resources_operations.py,sha256=iKDv5XWf6hFvvPQ6pLmoZM8Gsqx51qJlOssTvSTC2RY,6861
|
670
|
-
azure/mgmt/storage/v2021_08_01/operations/_queue_operations.py,sha256=hkY3OCHycWw208WKX8WJc_4hAcmNg3xjVfd0tOhU-Go,38630
|
671
|
-
azure/mgmt/storage/v2021_08_01/operations/_queue_services_operations.py,sha256=Pyg4oFTCS9drohiitrx7GZETwrk-2qu_y4RmcDvJ_Lw,22325
|
672
|
-
azure/mgmt/storage/v2021_08_01/operations/_skus_operations.py,sha256=z4BQJBeCreJklHfCxOysK_QeqO00vantXS5Ds-W0PDs,6994
|
673
|
-
azure/mgmt/storage/v2021_08_01/operations/_storage_accounts_operations.py,sha256=GFXDDWMzdrCPsa_fke3U7azsZy8Qw1PN6UifQ3QlHkw,123272
|
674
|
-
azure/mgmt/storage/v2021_08_01/operations/_table_operations.py,sha256=8h4Fhe-sVIf1lV4qgRC_IEb-mOwv7RP1LXMjT4kMsd8,27373
|
675
|
-
azure/mgmt/storage/v2021_08_01/operations/_table_services_operations.py,sha256=yWeiF99sSOcooVycUTcdnQDa829mAcvuCACOAMt5g0Q,22325
|
676
|
-
azure/mgmt/storage/v2021_08_01/operations/_usages_operations.py,sha256=SkDEFermWjhUMvglU8Olx1AhPdtCuhfID0R8XI2KyaM,7399
|
677
|
-
azure/mgmt/storage/v2021_09_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
|
678
|
-
azure/mgmt/storage/v2021_09_01/_configuration.py,sha256=_hEkt_D1iKytsbYJ4R2zGNWo58dORJbQQ94HIVihuVg,3738
|
679
|
-
azure/mgmt/storage/v2021_09_01/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
|
680
|
-
azure/mgmt/storage/v2021_09_01/_storage_management_client.py,sha256=aYQ40U8aNc0xSBGkTF8d8dnnDoW2PER86_0u0NntP_M,10111
|
681
|
-
azure/mgmt/storage/v2021_09_01/_vendor.py,sha256=PD29OTnfrbMqrHp4rLVdsM5aTJ37yoWQ1Gkmm0Xa3VQ,1302
|
682
|
-
azure/mgmt/storage/v2021_09_01/_version.py,sha256=V24JUjmKqKgWJs3PMvwk1qHz-bmyLwDliz-20r8YcuY,489
|
683
|
-
azure/mgmt/storage/v2021_09_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
|
684
|
-
azure/mgmt/storage/v2021_09_01/aio/_configuration.py,sha256=e8kv094meJvtQUZ36ulMFg0IkQ1-T5RRnBK_aqAdXRM,3786
|
685
|
-
azure/mgmt/storage/v2021_09_01/aio/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
|
686
|
-
azure/mgmt/storage/v2021_09_01/aio/_storage_management_client.py,sha256=4UAFgq4JxNaEvlshHfkpfSPoQIDNcgVES-Y--y921J8,10333
|
687
|
-
azure/mgmt/storage/v2021_09_01/aio/operations/__init__.py,sha256=1wZfmKAh_dVAbrReabOzkYBPuMjiW8mgmHvWcpymLrA,2605
|
688
|
-
azure/mgmt/storage/v2021_09_01/aio/operations/_blob_containers_operations.py,sha256=dztorxtKdpOI5PYpP-8bviDrRAZyPlZVYkWfV-AoH0w,98159
|
689
|
-
azure/mgmt/storage/v2021_09_01/aio/operations/_blob_inventory_policies_operations.py,sha256=6dOB-c0as6Kv5VrKaq6aMppUqB6xE4c73yTqG5SM_jA,21574
|
690
|
-
azure/mgmt/storage/v2021_09_01/aio/operations/_blob_services_operations.py,sha256=tkwLOtRWsZr7Oo1zKVbyx_hvwlAyf-v236pHCxxvCLM,18972
|
691
|
-
azure/mgmt/storage/v2021_09_01/aio/operations/_deleted_accounts_operations.py,sha256=CIKq6kWKOMNeLbeJkDzM83i5XppVeW3o_l2lMmfYyAQ,8912
|
692
|
-
azure/mgmt/storage/v2021_09_01/aio/operations/_encryption_scopes_operations.py,sha256=H3Doq_U835-piEegl_oDwKMF9d9swvMU4gcjUdRNDhc,28038
|
693
|
-
azure/mgmt/storage/v2021_09_01/aio/operations/_file_services_operations.py,sha256=Gf1esVsEWLZ5_oWNWTp5aTsOED1PGS-l_Xiphy7-LnA,16985
|
694
|
-
azure/mgmt/storage/v2021_09_01/aio/operations/_file_shares_operations.py,sha256=1njU2atWuLwied6yUPlelXFBQ5J2Sr5CFwXZIlOx1h4,49662
|
695
|
-
azure/mgmt/storage/v2021_09_01/aio/operations/_local_users_operations.py,sha256=3EE1HfOdbxANBOQJSLDD_fQKjifP-VXMmTT0hyMqkII,27333
|
696
|
-
azure/mgmt/storage/v2021_09_01/aio/operations/_management_policies_operations.py,sha256=eYMn1WNfmtLCJxwcG6a9FfgdpSNneTEHZtvBuLNsESo,16664
|
697
|
-
azure/mgmt/storage/v2021_09_01/aio/operations/_object_replication_policies_operations.py,sha256=JAZaIAyKYCghP3ke8eEMc7IeZrmJDalC9AW_hK8CFWI,22791
|
698
|
-
azure/mgmt/storage/v2021_09_01/aio/operations/_operations.py,sha256=sxyO-gLZhdxi8iNWO0_GAAy3GBy-lOYAn0-S1Ug7rYM,5867
|
699
|
-
azure/mgmt/storage/v2021_09_01/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
700
|
-
azure/mgmt/storage/v2021_09_01/aio/operations/_private_endpoint_connections_operations.py,sha256=IOIbzNTGMlGRrUszPqqFxtTdhugxIcjb867FPutta2I,21445
|
701
|
-
azure/mgmt/storage/v2021_09_01/aio/operations/_private_link_resources_operations.py,sha256=atQZiNqfjc-Hz2-yFm66htL19i2fk12zi5DOeFVNVPM,5367
|
702
|
-
azure/mgmt/storage/v2021_09_01/aio/operations/_queue_operations.py,sha256=PkH2GggRkCB3ncvJwpn6-PDELY_bv5ysL9SF86JnS2M,29606
|
703
|
-
azure/mgmt/storage/v2021_09_01/aio/operations/_queue_services_operations.py,sha256=sYsuCFUEJ57PYlBZBgWWIIMMwtL39HxUYMhuEKj8R0Q,17340
|
704
|
-
azure/mgmt/storage/v2021_09_01/aio/operations/_skus_operations.py,sha256=lRObJs9J_BotJfEhK2BU3Hk3TuVT7P5ZR5V4Op-DpOk,6002
|
705
|
-
azure/mgmt/storage/v2021_09_01/aio/operations/_storage_accounts_operations.py,sha256=BCo4lltjD-gaXxezoLfkUn9qbiycqEsnRW842dh3enc,100706
|
706
|
-
azure/mgmt/storage/v2021_09_01/aio/operations/_table_operations.py,sha256=Hkzr3E_AdUkKrezKTdSifFN6Cs-arqNDJ2jIxwgphLQ,28421
|
707
|
-
azure/mgmt/storage/v2021_09_01/aio/operations/_table_services_operations.py,sha256=GWDgkHD_mofrrbO7Hjl4bgi-rA1ViP0nMjX_oe1lVKM,17340
|
708
|
-
azure/mgmt/storage/v2021_09_01/aio/operations/_usages_operations.py,sha256=BgNdCs-K--UmUhHjqS5r9Ck7fzplqKh1XQZ5g7vpv20,6249
|
709
|
-
azure/mgmt/storage/v2021_09_01/models/__init__.py,sha256=dCywQYg7jAkoMdaq3jSxIsjbpDNa7F8Qj9H_8PIxeng,16847
|
710
|
-
azure/mgmt/storage/v2021_09_01/models/_models_py3.py,sha256=H2VbQwBKcOq06DhKsB2S4kkiVQ7pMrUHbEabMOmrrZk,383999
|
711
|
-
azure/mgmt/storage/v2021_09_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
712
|
-
azure/mgmt/storage/v2021_09_01/models/_storage_management_client_enums.py,sha256=EwmRh74YG0Hli3eE_Jsdz0LSWyGqMb8tnt-HD7REelg,17712
|
713
|
-
azure/mgmt/storage/v2021_09_01/operations/__init__.py,sha256=1wZfmKAh_dVAbrReabOzkYBPuMjiW8mgmHvWcpymLrA,2605
|
714
|
-
azure/mgmt/storage/v2021_09_01/operations/_blob_containers_operations.py,sha256=U4oTMRt9gKlKTSN8PK5839uNxHZFqSVNfXSbacBX9jw,123705
|
715
|
-
azure/mgmt/storage/v2021_09_01/operations/_blob_inventory_policies_operations.py,sha256=1JCnjmyZty16z0dFdL0wKvWmGxCTaCO7I7wsaOMmpLA,28195
|
716
|
-
azure/mgmt/storage/v2021_09_01/operations/_blob_services_operations.py,sha256=GNDeHEOXfBChdkY96bARXmHlgCJS-Y2iG3Fw90GhTC0,23843
|
717
|
-
azure/mgmt/storage/v2021_09_01/operations/_deleted_accounts_operations.py,sha256=qc9KSOKpj4qARHEI_xrhiFdGS1Y_rLwR7qcJy40IVgA,11187
|
718
|
-
azure/mgmt/storage/v2021_09_01/operations/_encryption_scopes_operations.py,sha256=WkoBlTOW9y5L5eyX-buxMqbIazEJ10en9MctuidArrc,34762
|
719
|
-
azure/mgmt/storage/v2021_09_01/operations/_file_services_operations.py,sha256=G8tjAl88kZQKRLNkWIYN_i15mMGLQsI5irt9QGH_W5g,21968
|
720
|
-
azure/mgmt/storage/v2021_09_01/operations/_file_shares_operations.py,sha256=fFKffyw4BsYt2BfAVNtOFtX4pb-43fHJBt-7beF-gXo,62881
|
721
|
-
azure/mgmt/storage/v2021_09_01/operations/_local_users_operations.py,sha256=aPdr9mX0vz6cW2xPANZTz4uTVK9R1VFziylxr9qdLyo,36754
|
722
|
-
azure/mgmt/storage/v2021_09_01/operations/_management_policies_operations.py,sha256=L9hFJq-Nnw2ycHyEgGQd5mau_ehCs3rELmZjap-mInY,21658
|
723
|
-
azure/mgmt/storage/v2021_09_01/operations/_object_replication_policies_operations.py,sha256=UH6LtGtO6J9cvP7qIZ9zgKgAeb59uOfthRu0prqLuGw,29410
|
724
|
-
azure/mgmt/storage/v2021_09_01/operations/_operations.py,sha256=q-smg6Pu2fE034EdQyYUJWK_etKuGkSRO7LyPKQPpvc,6576
|
725
|
-
azure/mgmt/storage/v2021_09_01/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
726
|
-
azure/mgmt/storage/v2021_09_01/operations/_private_endpoint_connections_operations.py,sha256=9IrWuWOKqxDL5y2O3Tz_aW5M9RiqxzjYf2TA3inXT7g,28133
|
727
|
-
azure/mgmt/storage/v2021_09_01/operations/_private_link_resources_operations.py,sha256=bkHdb0Cv43fE_JN-sfKgRbK1v9HXckyOBYcRobcBHdk,6861
|
728
|
-
azure/mgmt/storage/v2021_09_01/operations/_queue_operations.py,sha256=vR3qsitinEgDYLlsxbYPSy8fiMOCXYq1SBHntepB5lU,38630
|
729
|
-
azure/mgmt/storage/v2021_09_01/operations/_queue_services_operations.py,sha256=UhLMm61yxAhkbwI_HdQHLVSZCxvXhuCc9ijkfkY6T4k,22325
|
730
|
-
azure/mgmt/storage/v2021_09_01/operations/_skus_operations.py,sha256=TAzYMAeHdiv5wLm_xTwTwUkSD_yUuHZKZjHMwJOHUZU,6994
|
731
|
-
azure/mgmt/storage/v2021_09_01/operations/_storage_accounts_operations.py,sha256=_qvHgBbm2W-cui0plnPXPbZfh4VzbNXGflX4jtvDM3Y,123272
|
732
|
-
azure/mgmt/storage/v2021_09_01/operations/_table_operations.py,sha256=8V58yx2oyGrvt6UCCBzXDAVye1WiJG2aPEo1cF-zJcE,36844
|
733
|
-
azure/mgmt/storage/v2021_09_01/operations/_table_services_operations.py,sha256=zJTQf1g7ImyrLii2cme7Cd_JmBow0M0mc6PgEunJwbM,22325
|
734
|
-
azure/mgmt/storage/v2021_09_01/operations/_usages_operations.py,sha256=zNJi5mOQ8xh6GqjzjB4Or-X-ZGDEDeyZIVdqbkB5gp0,7399
|
735
|
-
azure/mgmt/storage/v2022_05_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
|
736
|
-
azure/mgmt/storage/v2022_05_01/_configuration.py,sha256=f-FOYOgirk3tPtL1_2CQu5Fu9niSPocc9-K27ZAYWk8,3738
|
737
|
-
azure/mgmt/storage/v2022_05_01/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
738
|
-
azure/mgmt/storage/v2022_05_01/_storage_management_client.py,sha256=s8DIFm74q8v221_-b5Biqq_l9dl6Q8TZYlKrS0dwrpE,10111
|
739
|
-
azure/mgmt/storage/v2022_05_01/_vendor.py,sha256=PD29OTnfrbMqrHp4rLVdsM5aTJ37yoWQ1Gkmm0Xa3VQ,1302
|
740
|
-
azure/mgmt/storage/v2022_05_01/_version.py,sha256=V24JUjmKqKgWJs3PMvwk1qHz-bmyLwDliz-20r8YcuY,489
|
741
|
-
azure/mgmt/storage/v2022_05_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
|
742
|
-
azure/mgmt/storage/v2022_05_01/aio/_configuration.py,sha256=8c2Gpm3ERNqWYt5g9StQykYRHvQk3G6nDB9URwn-xZ8,3786
|
743
|
-
azure/mgmt/storage/v2022_05_01/aio/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
744
|
-
azure/mgmt/storage/v2022_05_01/aio/_storage_management_client.py,sha256=PnjmfdBKvk-6ezc9xqXwEdVOfGEOuSqgKvBAoagcY28,10333
|
745
|
-
azure/mgmt/storage/v2022_05_01/aio/operations/__init__.py,sha256=1wZfmKAh_dVAbrReabOzkYBPuMjiW8mgmHvWcpymLrA,2605
|
746
|
-
azure/mgmt/storage/v2022_05_01/aio/operations/_blob_containers_operations.py,sha256=P7N9aFv6j9GCLnGnkmEaznveKJth1DH24uyjMiZXcEA,98159
|
747
|
-
azure/mgmt/storage/v2022_05_01/aio/operations/_blob_inventory_policies_operations.py,sha256=F0SxRLvHmO4vXxAvakR4W5Qq4rQZ16MeZt8np-B9VZg,21574
|
748
|
-
azure/mgmt/storage/v2022_05_01/aio/operations/_blob_services_operations.py,sha256=x6mx7WZiq6te5rg6uWJ67tVyVSSMtAv2sQ0XNFLFFyo,18972
|
749
|
-
azure/mgmt/storage/v2022_05_01/aio/operations/_deleted_accounts_operations.py,sha256=c060eM5Yz7Y0hJW8Y4DFI4YJBD0LGMM8CccLsVk1drQ,8912
|
750
|
-
azure/mgmt/storage/v2022_05_01/aio/operations/_encryption_scopes_operations.py,sha256=TKTVEQh8KIogokCP1aJJ0TQ7oxECfvVwYXLrGObj-c0,28038
|
751
|
-
azure/mgmt/storage/v2022_05_01/aio/operations/_file_services_operations.py,sha256=jPHQxr_tkiO9jlYcu_62or6pKzV8clfMGSOjzD3UPjQ,16985
|
752
|
-
azure/mgmt/storage/v2022_05_01/aio/operations/_file_shares_operations.py,sha256=yFLqRab34WAnADmknH9TrSEh_pbT-xRxq5QN0YUdllc,49662
|
753
|
-
azure/mgmt/storage/v2022_05_01/aio/operations/_local_users_operations.py,sha256=P687Ul-C6PRWr7ZNXI0kd8GKKAnfEMAmh8q3Jf2eU4U,27333
|
754
|
-
azure/mgmt/storage/v2022_05_01/aio/operations/_management_policies_operations.py,sha256=3OLNx4IriMPh6LxphaEMjAX78GqIr0Hm-kOUEbFZeFs,16664
|
755
|
-
azure/mgmt/storage/v2022_05_01/aio/operations/_object_replication_policies_operations.py,sha256=YJ3I-krb3lrm3AonvmdS6D0LHFCpb3udugZc6p89RFE,22791
|
756
|
-
azure/mgmt/storage/v2022_05_01/aio/operations/_operations.py,sha256=X844QXl8S7GwCtp74W2g92D5feSLietOG2_pXV5zLgI,5867
|
757
|
-
azure/mgmt/storage/v2022_05_01/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
758
|
-
azure/mgmt/storage/v2022_05_01/aio/operations/_private_endpoint_connections_operations.py,sha256=jpacwUJcIiAvx4qS0cfGRCV_5iX543Ezpx4kS6mcCIs,21445
|
759
|
-
azure/mgmt/storage/v2022_05_01/aio/operations/_private_link_resources_operations.py,sha256=qaWUuplNNxvzrwNH1sn-xH0jFTdf0pmrdqJsXGWLuEU,5367
|
760
|
-
azure/mgmt/storage/v2022_05_01/aio/operations/_queue_operations.py,sha256=cEKuSA2yz8P4EQB9M6ADo24ltto0Wq2SxD4rt3X4h6U,29606
|
761
|
-
azure/mgmt/storage/v2022_05_01/aio/operations/_queue_services_operations.py,sha256=JHbjfTpvqHKfrDAbaA2RH3HNxr4TQFf4r6wa8S5yM6Q,17340
|
762
|
-
azure/mgmt/storage/v2022_05_01/aio/operations/_skus_operations.py,sha256=Ccp6Ct3lsYp9qr9WzgQVHYE1WhNs5HA1WTDpIVb_a3o,6002
|
763
|
-
azure/mgmt/storage/v2022_05_01/aio/operations/_storage_accounts_operations.py,sha256=YyJz0R3ciKb8Eung7kMvCpGB3AWRcZOXzje48eiiyzo,100706
|
764
|
-
azure/mgmt/storage/v2022_05_01/aio/operations/_table_operations.py,sha256=oliakg7s2RAYo_L3lXMFhuQaktylsduVZQMdipVvYRU,28421
|
765
|
-
azure/mgmt/storage/v2022_05_01/aio/operations/_table_services_operations.py,sha256=zG_-ir2OZRfx--eEfA7scsuSsNfY-uqNgQKldsqg2Sw,17340
|
766
|
-
azure/mgmt/storage/v2022_05_01/aio/operations/_usages_operations.py,sha256=3ziCwz2-Z9QzfjkG3O3s-OGZxqYExMoqFciMKo1qvdo,6249
|
767
|
-
azure/mgmt/storage/v2022_05_01/models/__init__.py,sha256=3DUEo7WHWSvBQIzhsoyZR4soz9M7EYhBDMgYL6Wkz7w,16769
|
768
|
-
azure/mgmt/storage/v2022_05_01/models/_models_py3.py,sha256=VGdT19esF4bgVfn3ryV3-HUFRbahQX_DkJUDZ5Is4OM,383753
|
769
|
-
azure/mgmt/storage/v2022_05_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
770
|
-
azure/mgmt/storage/v2022_05_01/models/_storage_management_client_enums.py,sha256=iQu0DxJXwFYdpefvDylcwktXH1SzRYrs2HyBxrIKEk0,17736
|
771
|
-
azure/mgmt/storage/v2022_05_01/operations/__init__.py,sha256=1wZfmKAh_dVAbrReabOzkYBPuMjiW8mgmHvWcpymLrA,2605
|
772
|
-
azure/mgmt/storage/v2022_05_01/operations/_blob_containers_operations.py,sha256=Ki1UoUOT58167P58F89D9___nwCx-o7vPxWpWpL_DmE,123705
|
773
|
-
azure/mgmt/storage/v2022_05_01/operations/_blob_inventory_policies_operations.py,sha256=3Js4eSmBzW5lcI22s-aO7zv9u_-ZH3Q2fO_f_Kv3W9s,28195
|
774
|
-
azure/mgmt/storage/v2022_05_01/operations/_blob_services_operations.py,sha256=c2Tn-yN96VFwe1kgFBoAPWKjn43_zBlXCNmv-FafRD8,23843
|
775
|
-
azure/mgmt/storage/v2022_05_01/operations/_deleted_accounts_operations.py,sha256=3YbFqNqiqPwSyolvA6QG18TjQMRJ3urnG_iwKuRQ0vc,11187
|
776
|
-
azure/mgmt/storage/v2022_05_01/operations/_encryption_scopes_operations.py,sha256=jgrY9owSfqbTU0ibZwDExup89IxuP4pwnSR0wlhSOGM,34762
|
777
|
-
azure/mgmt/storage/v2022_05_01/operations/_file_services_operations.py,sha256=KrtK8xTd2mHpWb0xg1j8E-mVyCj7qzuczggryA_tcsQ,21968
|
778
|
-
azure/mgmt/storage/v2022_05_01/operations/_file_shares_operations.py,sha256=jkvC9shl749Lg1TABwwXYD79MSqmm4EIvwNsgyZ_BT8,62881
|
779
|
-
azure/mgmt/storage/v2022_05_01/operations/_local_users_operations.py,sha256=o4rrUOhgoCQ5OlRWeo4lMMgz-IRyWcxZTQqeqnNCH2I,36754
|
780
|
-
azure/mgmt/storage/v2022_05_01/operations/_management_policies_operations.py,sha256=L5aX08dmK50iyWcInTiarUErZZxpRmqIbaKa1vx3KV4,21658
|
781
|
-
azure/mgmt/storage/v2022_05_01/operations/_object_replication_policies_operations.py,sha256=ju8Zj4uvCMS-3qInsqxXSlGZe2ya30m2AogomdimEPU,29410
|
782
|
-
azure/mgmt/storage/v2022_05_01/operations/_operations.py,sha256=IU6FMnnjGQTOFxEmTvWBv1dXqfgq7yLmjwiGf18sub4,6576
|
783
|
-
azure/mgmt/storage/v2022_05_01/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
784
|
-
azure/mgmt/storage/v2022_05_01/operations/_private_endpoint_connections_operations.py,sha256=dbxNZhsArcsqcyAnlfltNuS0oCx8GI_mBh0t2DRTb54,28133
|
785
|
-
azure/mgmt/storage/v2022_05_01/operations/_private_link_resources_operations.py,sha256=45h30-bHxX9NsoGBFAvHIatsC1yUHVG4-7jJS8yNOks,6861
|
786
|
-
azure/mgmt/storage/v2022_05_01/operations/_queue_operations.py,sha256=Jq5WLGBcCxgCQZUxwkgzFPiv0ofHh604ug2z7DL0I-0,38630
|
787
|
-
azure/mgmt/storage/v2022_05_01/operations/_queue_services_operations.py,sha256=iz9Fb-X4FaYR5evZxsdr0-Jxi16MH-KPJ-dlHmQWsK8,22325
|
788
|
-
azure/mgmt/storage/v2022_05_01/operations/_skus_operations.py,sha256=xvgNokdsI1PP6hQ8V3i_69-SB7DP43FmtyaNRLKlnK4,6994
|
789
|
-
azure/mgmt/storage/v2022_05_01/operations/_storage_accounts_operations.py,sha256=EViqPLKc4RC90z9jG-susfVJNSbRizCy27ny3kYGKX8,123272
|
790
|
-
azure/mgmt/storage/v2022_05_01/operations/_table_operations.py,sha256=vb9yAASSYFtIHHZhMdMaWi8k6Ss7nrMyrvtIWSFy4Jc,36844
|
791
|
-
azure/mgmt/storage/v2022_05_01/operations/_table_services_operations.py,sha256=1T7WbwrVYzu-RoTMWsCPV_UQMOKQwojqEZFr6HiMI7M,22325
|
792
|
-
azure/mgmt/storage/v2022_05_01/operations/_usages_operations.py,sha256=T7MsGuzsWPc5-lY-ZF-hZXRLu5-uURXS38MX0q5lF7A,7399
|
793
|
-
azure/mgmt/storage/v2022_09_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
|
794
|
-
azure/mgmt/storage/v2022_09_01/_configuration.py,sha256=Jsq1e939CV21BrHUCvjKbHyGcbMRKTm-1dT4NKE2mGs,3738
|
795
|
-
azure/mgmt/storage/v2022_09_01/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
796
|
-
azure/mgmt/storage/v2022_09_01/_storage_management_client.py,sha256=Y5-GzI-GBDpTYxR6HYCEsPAXNUPsfKEJvReHJoxg1_o,10111
|
797
|
-
azure/mgmt/storage/v2022_09_01/_vendor.py,sha256=PD29OTnfrbMqrHp4rLVdsM5aTJ37yoWQ1Gkmm0Xa3VQ,1302
|
798
|
-
azure/mgmt/storage/v2022_09_01/_version.py,sha256=V24JUjmKqKgWJs3PMvwk1qHz-bmyLwDliz-20r8YcuY,489
|
799
|
-
azure/mgmt/storage/v2022_09_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
|
800
|
-
azure/mgmt/storage/v2022_09_01/aio/_configuration.py,sha256=AmescsIrpdBmcml3r6JLcmuIm8gJg3dw2ZsKQBU4REE,3786
|
801
|
-
azure/mgmt/storage/v2022_09_01/aio/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
802
|
-
azure/mgmt/storage/v2022_09_01/aio/_storage_management_client.py,sha256=7nNDD-5ctc1qbm4MsbKkW8nZhep2FU7j7t1rDWxSr6w,10333
|
803
|
-
azure/mgmt/storage/v2022_09_01/aio/operations/__init__.py,sha256=1wZfmKAh_dVAbrReabOzkYBPuMjiW8mgmHvWcpymLrA,2605
|
804
|
-
azure/mgmt/storage/v2022_09_01/aio/operations/_blob_containers_operations.py,sha256=U7T36UETL4vZcwHJTU8FOzUxnJP2WzO4YcyGnW-qR5I,98159
|
805
|
-
azure/mgmt/storage/v2022_09_01/aio/operations/_blob_inventory_policies_operations.py,sha256=pcZ4em1UPrpmGwgZeD1evtR-2T2H873pD4-hDG0fU9g,21574
|
806
|
-
azure/mgmt/storage/v2022_09_01/aio/operations/_blob_services_operations.py,sha256=tKTxm6lRqMUxGC9Pf-osievshrPrpzJ_lvkZChSgXmE,18972
|
807
|
-
azure/mgmt/storage/v2022_09_01/aio/operations/_deleted_accounts_operations.py,sha256=dQLzS0XT_apek-YwQ294Dhoo4c3-Slqhhrud1V3rmW4,8912
|
808
|
-
azure/mgmt/storage/v2022_09_01/aio/operations/_encryption_scopes_operations.py,sha256=Mfq7j7Z_Vj13Pl8uEdz-soXxc0hlcrf-ZpeNJOF33RI,29015
|
809
|
-
azure/mgmt/storage/v2022_09_01/aio/operations/_file_services_operations.py,sha256=Cn3Ca1KS1rHig0cwdmczaXj169wDtQ2FIbeqpgJ5u7I,16985
|
810
|
-
azure/mgmt/storage/v2022_09_01/aio/operations/_file_shares_operations.py,sha256=CU791ReVk_gChxEc6BBwSZucKIngT1KCuEYe3E13DRQ,49662
|
811
|
-
azure/mgmt/storage/v2022_09_01/aio/operations/_local_users_operations.py,sha256=CoP-oPEv6NJoIfUYFbJphjOuCa2EvwQRT3ABFQJjhrs,27333
|
812
|
-
azure/mgmt/storage/v2022_09_01/aio/operations/_management_policies_operations.py,sha256=yPL-yjCy8WBtiGchEGoJzdBiqbeCSQKDWeeoXvT7R6c,16664
|
813
|
-
azure/mgmt/storage/v2022_09_01/aio/operations/_object_replication_policies_operations.py,sha256=7c4NvsF3BXKDsw8JkDlwAKac43yl2-dRUJxio7G0z1I,22791
|
814
|
-
azure/mgmt/storage/v2022_09_01/aio/operations/_operations.py,sha256=pmOzc8sBBGKvNmQhLa951N4JiMgJrVen8iunriyzTu0,5867
|
815
|
-
azure/mgmt/storage/v2022_09_01/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
816
|
-
azure/mgmt/storage/v2022_09_01/aio/operations/_private_endpoint_connections_operations.py,sha256=6Mv6M0M7x8_ND01Jt7u4vCxJHbdD1FfuWQIICt6ZreM,21445
|
817
|
-
azure/mgmt/storage/v2022_09_01/aio/operations/_private_link_resources_operations.py,sha256=6cpK0VEDvVg54vTHZMPCRfAYc74OpP6UTak1FXMh-80,5367
|
818
|
-
azure/mgmt/storage/v2022_09_01/aio/operations/_queue_operations.py,sha256=mpS2c4EjD-o6lraTFRN6r_xVaqBk9DcIlwMEfCPvB1g,29606
|
819
|
-
azure/mgmt/storage/v2022_09_01/aio/operations/_queue_services_operations.py,sha256=10MiUlKjhqUcuegvIW_mdpINbHLJXiAk67w9ibNg1P8,17340
|
820
|
-
azure/mgmt/storage/v2022_09_01/aio/operations/_skus_operations.py,sha256=bZNhFhbgaCpe6B7eoZ2-TrSxCeYETBtthogI8A-4K3w,6002
|
821
|
-
azure/mgmt/storage/v2022_09_01/aio/operations/_storage_accounts_operations.py,sha256=AnHUspjk0rOf9VvroCy1tFuXd8gENyx7c7XRXQi2Mi4,101866
|
822
|
-
azure/mgmt/storage/v2022_09_01/aio/operations/_table_operations.py,sha256=0KnlckBvwd4rmeRmNFT3w9TVm6ibpjfZavgUie8rXes,28421
|
823
|
-
azure/mgmt/storage/v2022_09_01/aio/operations/_table_services_operations.py,sha256=j5n5vHgQ9m_j2h3wpNUFtJOgXQb1khpGTcrg1_ETM9U,17340
|
824
|
-
azure/mgmt/storage/v2022_09_01/aio/operations/_usages_operations.py,sha256=k2ov6ajVi94sw1x2yZmVwB-wGWoOr3zUK2jofoE88z4,6249
|
825
|
-
azure/mgmt/storage/v2022_09_01/models/__init__.py,sha256=r8ROiXw8vf2zkyYp0vhZv11rj--zurXxn5O3e_VraBI,16878
|
826
|
-
azure/mgmt/storage/v2022_09_01/models/_models_py3.py,sha256=31f9B8ooC7QbJm6K39939AMGaFTd24Gnkml7zm-ffwY,386596
|
827
|
-
azure/mgmt/storage/v2022_09_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
828
|
-
azure/mgmt/storage/v2022_09_01/models/_storage_management_client_enums.py,sha256=WcD13avsagFfVfYAvVQLPFia2wnT7SohDdBrHWB3F7E,17925
|
829
|
-
azure/mgmt/storage/v2022_09_01/operations/__init__.py,sha256=1wZfmKAh_dVAbrReabOzkYBPuMjiW8mgmHvWcpymLrA,2605
|
830
|
-
azure/mgmt/storage/v2022_09_01/operations/_blob_containers_operations.py,sha256=_ZyZ6iAa_TJlvLijMuXszhJu0WN1lnA7cg3DmF71s0U,123705
|
831
|
-
azure/mgmt/storage/v2022_09_01/operations/_blob_inventory_policies_operations.py,sha256=BZcttnyfFlqOcI6RJnuRJ-DNq3eZcikCoB1XRIrdkks,28195
|
832
|
-
azure/mgmt/storage/v2022_09_01/operations/_blob_services_operations.py,sha256=cGa7SsuRLK2DCm-T8F3udYxC8C_uUZcgvPJVAClJV_k,23843
|
833
|
-
azure/mgmt/storage/v2022_09_01/operations/_deleted_accounts_operations.py,sha256=mMwHWU1DhVKa30iA4Q63m_l_NnwDGhlHQeIz5XxR0B8,11187
|
834
|
-
azure/mgmt/storage/v2022_09_01/operations/_encryption_scopes_operations.py,sha256=zD_WAGmLrnkxaOmSdVUPQphBltAENxm49_M2Vhu3c3c,36276
|
835
|
-
azure/mgmt/storage/v2022_09_01/operations/_file_services_operations.py,sha256=tsW9OMrL50gEe8zaiqNZVhRek8-tioFUCiI2sj1o02I,21968
|
836
|
-
azure/mgmt/storage/v2022_09_01/operations/_file_shares_operations.py,sha256=PkndWG_YWK1TMuYe0EMBT5L7FJb5knRRoSQI2QRMNWw,62881
|
837
|
-
azure/mgmt/storage/v2022_09_01/operations/_local_users_operations.py,sha256=V-ZEH3xXlwUVnOfhLl0DgicfYdAYli6JjS6sL4nxUog,36754
|
838
|
-
azure/mgmt/storage/v2022_09_01/operations/_management_policies_operations.py,sha256=dzpRKktFo-lJ7DMtIBFRYCxUH-jcTrx1P5FEUb_dHOM,21658
|
839
|
-
azure/mgmt/storage/v2022_09_01/operations/_object_replication_policies_operations.py,sha256=0brDi7zOJhjeV-eI-dCRXqiWHV7ofGCjijOs8Jni3EM,29410
|
840
|
-
azure/mgmt/storage/v2022_09_01/operations/_operations.py,sha256=HTu98RbPHgqzMGkTg6zukjnC2gxIJ9FybNmEGe5vH8o,6576
|
841
|
-
azure/mgmt/storage/v2022_09_01/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
842
|
-
azure/mgmt/storage/v2022_09_01/operations/_private_endpoint_connections_operations.py,sha256=y1YRZwS4K_47BNxykhzrxGwhkxBDSaVc4lGTmeuqxEU,28133
|
843
|
-
azure/mgmt/storage/v2022_09_01/operations/_private_link_resources_operations.py,sha256=ClTu1eqt0QnoG-DNdc5b48iMokNBHKl9m7ID0mSjB3Y,6861
|
844
|
-
azure/mgmt/storage/v2022_09_01/operations/_queue_operations.py,sha256=5qpVxXVyDghExn0Fp8VmOHG_1Oo7InJtQ5fQkq2kc9A,38630
|
845
|
-
azure/mgmt/storage/v2022_09_01/operations/_queue_services_operations.py,sha256=uyNvNstIV9TZys-SerJ9Qkixxw3OwvyamvS2h8qUlA4,22325
|
846
|
-
azure/mgmt/storage/v2022_09_01/operations/_skus_operations.py,sha256=P7Jh-yK19dhQh90VPMkRAG9jNHLEJwUdq-3vMEskhKI,6994
|
847
|
-
azure/mgmt/storage/v2022_09_01/operations/_storage_accounts_operations.py,sha256=ImvEds8Qvb-8syCxLspP-CHlqZ51LifJPkbIEI8_BcM,124627
|
848
|
-
azure/mgmt/storage/v2022_09_01/operations/_table_operations.py,sha256=lGpfEsBAiNXbRbExTvnB8zeoJriwhh0X9948VBoQUtg,36844
|
849
|
-
azure/mgmt/storage/v2022_09_01/operations/_table_services_operations.py,sha256=e7GDkV-mDtq6tG8oOqO0lAJI3_pwqVXAWo2a3uktf3o,22325
|
850
|
-
azure/mgmt/storage/v2022_09_01/operations/_usages_operations.py,sha256=kFA1DYnOCnDqiylgGRVL84Xpnh3LACVGC5uWwdJg0WE,7399
|
851
|
-
azure_mgmt_storage-21.1.0b1.dist-info/LICENSE,sha256=fHekSorNm0H9wgmGSoAWs9QwtdDgkwmBjVt0RDNt90Q,1074
|
852
|
-
azure_mgmt_storage-21.1.0b1.dist-info/METADATA,sha256=sPqmWp4Wn21KJ9lN_l3-_IrRqatFZWHOqtAm8jpEfPQ,29224
|
853
|
-
azure_mgmt_storage-21.1.0b1.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
854
|
-
azure_mgmt_storage-21.1.0b1.dist-info/top_level.txt,sha256=S7DhWV9m80TBzAhOFjxDUiNbKszzoThbnrSz5MpbHSQ,6
|
855
|
-
azure_mgmt_storage-21.1.0b1.dist-info/RECORD,,
|