azure-mgmt-storage 21.1.0__py3-none-any.whl → 21.2.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- azure/mgmt/storage/_configuration.py +2 -3
- azure/mgmt/storage/_serialization.py +41 -49
- azure/mgmt/storage/_storage_management_client.py +142 -2
- azure/mgmt/storage/_version.py +1 -1
- azure/mgmt/storage/aio/_configuration.py +2 -3
- azure/mgmt/storage/aio/_storage_management_client.py +142 -2
- azure/mgmt/storage/models.py +1 -1
- azure/mgmt/storage/v2015_06_15/_configuration.py +3 -4
- azure/mgmt/storage/v2015_06_15/_patch.py +1 -0
- azure/mgmt/storage/v2015_06_15/_storage_management.py +23 -3
- azure/mgmt/storage/v2015_06_15/_version.py +1 -1
- azure/mgmt/storage/v2015_06_15/aio/_configuration.py +3 -4
- azure/mgmt/storage/v2015_06_15/aio/_patch.py +1 -0
- azure/mgmt/storage/v2015_06_15/aio/_storage_management.py +25 -3
- azure/mgmt/storage/v2015_06_15/aio/operations/_storage_accounts_operations.py +109 -196
- azure/mgmt/storage/v2015_06_15/aio/operations/_usage_operations.py +19 -18
- azure/mgmt/storage/v2015_06_15/models/_models_py3.py +6 -6
- azure/mgmt/storage/v2015_06_15/operations/_storage_accounts_operations.py +109 -196
- azure/mgmt/storage/v2015_06_15/operations/_usage_operations.py +19 -18
- azure/mgmt/storage/v2016_01_01/_configuration.py +3 -4
- azure/mgmt/storage/v2016_01_01/_patch.py +1 -0
- azure/mgmt/storage/v2016_01_01/_storage_management_client.py +23 -3
- azure/mgmt/storage/v2016_01_01/_version.py +1 -1
- azure/mgmt/storage/v2016_01_01/aio/_configuration.py +3 -4
- azure/mgmt/storage/v2016_01_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2016_01_01/aio/_storage_management_client.py +25 -3
- azure/mgmt/storage/v2016_01_01/aio/operations/_storage_accounts_operations.py +109 -196
- azure/mgmt/storage/v2016_01_01/aio/operations/_usage_operations.py +19 -18
- azure/mgmt/storage/v2016_01_01/models/_models_py3.py +7 -7
- azure/mgmt/storage/v2016_01_01/operations/_storage_accounts_operations.py +109 -196
- azure/mgmt/storage/v2016_01_01/operations/_usage_operations.py +19 -18
- azure/mgmt/storage/v2016_12_01/_configuration.py +3 -4
- azure/mgmt/storage/v2016_12_01/_patch.py +1 -0
- azure/mgmt/storage/v2016_12_01/_storage_management.py +23 -3
- azure/mgmt/storage/v2016_12_01/_version.py +1 -1
- azure/mgmt/storage/v2016_12_01/aio/_configuration.py +3 -4
- azure/mgmt/storage/v2016_12_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2016_12_01/aio/_storage_management.py +25 -3
- azure/mgmt/storage/v2016_12_01/aio/operations/_storage_accounts_operations.py +133 -242
- azure/mgmt/storage/v2016_12_01/aio/operations/_usage_operations.py +19 -18
- azure/mgmt/storage/v2016_12_01/models/_models_py3.py +9 -9
- azure/mgmt/storage/v2016_12_01/operations/_storage_accounts_operations.py +133 -242
- azure/mgmt/storage/v2016_12_01/operations/_usage_operations.py +19 -18
- azure/mgmt/storage/v2017_06_01/_configuration.py +3 -4
- azure/mgmt/storage/v2017_06_01/_patch.py +1 -0
- azure/mgmt/storage/v2017_06_01/_storage_management.py +23 -3
- azure/mgmt/storage/v2017_06_01/_version.py +1 -1
- azure/mgmt/storage/v2017_06_01/aio/_configuration.py +3 -4
- azure/mgmt/storage/v2017_06_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2017_06_01/aio/_storage_management.py +25 -3
- azure/mgmt/storage/v2017_06_01/aio/operations/_operations.py +19 -18
- azure/mgmt/storage/v2017_06_01/aio/operations/_skus_operations.py +19 -18
- azure/mgmt/storage/v2017_06_01/aio/operations/_storage_accounts_operations.py +133 -242
- azure/mgmt/storage/v2017_06_01/aio/operations/_usage_operations.py +19 -18
- azure/mgmt/storage/v2017_06_01/models/_models_py3.py +16 -22
- azure/mgmt/storage/v2017_06_01/operations/_operations.py +19 -18
- azure/mgmt/storage/v2017_06_01/operations/_skus_operations.py +19 -18
- azure/mgmt/storage/v2017_06_01/operations/_storage_accounts_operations.py +133 -242
- azure/mgmt/storage/v2017_06_01/operations/_usage_operations.py +19 -18
- azure/mgmt/storage/v2017_10_01/_configuration.py +3 -4
- azure/mgmt/storage/v2017_10_01/_patch.py +1 -0
- azure/mgmt/storage/v2017_10_01/_storage_management.py +23 -3
- azure/mgmt/storage/v2017_10_01/_version.py +1 -1
- azure/mgmt/storage/v2017_10_01/aio/_configuration.py +3 -4
- azure/mgmt/storage/v2017_10_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2017_10_01/aio/_storage_management.py +25 -3
- azure/mgmt/storage/v2017_10_01/aio/operations/_operations.py +19 -18
- azure/mgmt/storage/v2017_10_01/aio/operations/_skus_operations.py +19 -18
- azure/mgmt/storage/v2017_10_01/aio/operations/_storage_accounts_operations.py +133 -242
- azure/mgmt/storage/v2017_10_01/aio/operations/_usage_operations.py +19 -18
- azure/mgmt/storage/v2017_10_01/models/_models_py3.py +16 -22
- azure/mgmt/storage/v2017_10_01/operations/_operations.py +19 -18
- azure/mgmt/storage/v2017_10_01/operations/_skus_operations.py +19 -18
- azure/mgmt/storage/v2017_10_01/operations/_storage_accounts_operations.py +133 -242
- azure/mgmt/storage/v2017_10_01/operations/_usage_operations.py +19 -18
- azure/mgmt/storage/v2018_02_01/_configuration.py +3 -4
- azure/mgmt/storage/v2018_02_01/_patch.py +1 -0
- azure/mgmt/storage/v2018_02_01/_storage_management_client.py +23 -3
- azure/mgmt/storage/v2018_02_01/_version.py +1 -1
- azure/mgmt/storage/v2018_02_01/aio/_configuration.py +3 -4
- azure/mgmt/storage/v2018_02_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2018_02_01/aio/_storage_management_client.py +25 -3
- azure/mgmt/storage/v2018_02_01/aio/operations/_blob_containers_operations.py +133 -241
- azure/mgmt/storage/v2018_02_01/aio/operations/_operations.py +19 -18
- azure/mgmt/storage/v2018_02_01/aio/operations/_skus_operations.py +19 -18
- azure/mgmt/storage/v2018_02_01/aio/operations/_storage_accounts_operations.py +133 -242
- azure/mgmt/storage/v2018_02_01/aio/operations/_usage_operations.py +31 -36
- azure/mgmt/storage/v2018_02_01/models/_models_py3.py +30 -36
- azure/mgmt/storage/v2018_02_01/models/_storage_management_client_enums.py +0 -1
- azure/mgmt/storage/v2018_02_01/operations/_blob_containers_operations.py +134 -242
- azure/mgmt/storage/v2018_02_01/operations/_operations.py +19 -18
- azure/mgmt/storage/v2018_02_01/operations/_skus_operations.py +19 -18
- azure/mgmt/storage/v2018_02_01/operations/_storage_accounts_operations.py +133 -242
- azure/mgmt/storage/v2018_02_01/operations/_usage_operations.py +31 -36
- azure/mgmt/storage/v2018_03_01_preview/_configuration.py +3 -4
- azure/mgmt/storage/v2018_03_01_preview/_patch.py +1 -0
- azure/mgmt/storage/v2018_03_01_preview/_storage_management_client.py +23 -3
- azure/mgmt/storage/v2018_03_01_preview/_version.py +1 -1
- azure/mgmt/storage/v2018_03_01_preview/aio/_configuration.py +3 -4
- azure/mgmt/storage/v2018_03_01_preview/aio/_patch.py +1 -0
- azure/mgmt/storage/v2018_03_01_preview/aio/_storage_management_client.py +25 -3
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/_blob_containers_operations.py +136 -241
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/_management_policies_operations.py +32 -50
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/_operations.py +19 -18
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/_skus_operations.py +19 -18
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/_storage_accounts_operations.py +158 -290
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/_usages_operations.py +31 -36
- azure/mgmt/storage/v2018_03_01_preview/models/_models_py3.py +32 -36
- azure/mgmt/storage/v2018_03_01_preview/models/_storage_management_client_enums.py +0 -1
- azure/mgmt/storage/v2018_03_01_preview/operations/_blob_containers_operations.py +137 -242
- azure/mgmt/storage/v2018_03_01_preview/operations/_management_policies_operations.py +32 -50
- azure/mgmt/storage/v2018_03_01_preview/operations/_operations.py +19 -18
- azure/mgmt/storage/v2018_03_01_preview/operations/_skus_operations.py +19 -18
- azure/mgmt/storage/v2018_03_01_preview/operations/_storage_accounts_operations.py +159 -291
- azure/mgmt/storage/v2018_03_01_preview/operations/_usages_operations.py +31 -36
- azure/mgmt/storage/v2018_07_01/_configuration.py +3 -4
- azure/mgmt/storage/v2018_07_01/_patch.py +1 -0
- azure/mgmt/storage/v2018_07_01/_storage_management_client.py +23 -3
- azure/mgmt/storage/v2018_07_01/_version.py +1 -1
- azure/mgmt/storage/v2018_07_01/aio/_configuration.py +3 -4
- azure/mgmt/storage/v2018_07_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2018_07_01/aio/_storage_management_client.py +25 -3
- azure/mgmt/storage/v2018_07_01/aio/operations/_blob_containers_operations.py +133 -241
- azure/mgmt/storage/v2018_07_01/aio/operations/_blob_services_operations.py +26 -38
- azure/mgmt/storage/v2018_07_01/aio/operations/_operations.py +19 -18
- azure/mgmt/storage/v2018_07_01/aio/operations/_skus_operations.py +19 -18
- azure/mgmt/storage/v2018_07_01/aio/operations/_storage_accounts_operations.py +140 -271
- azure/mgmt/storage/v2018_07_01/aio/operations/_usages_operations.py +19 -20
- azure/mgmt/storage/v2018_07_01/models/_models_py3.py +32 -38
- azure/mgmt/storage/v2018_07_01/models/_storage_management_client_enums.py +0 -1
- azure/mgmt/storage/v2018_07_01/operations/_blob_containers_operations.py +134 -242
- azure/mgmt/storage/v2018_07_01/operations/_blob_services_operations.py +26 -38
- azure/mgmt/storage/v2018_07_01/operations/_operations.py +19 -18
- azure/mgmt/storage/v2018_07_01/operations/_skus_operations.py +19 -18
- azure/mgmt/storage/v2018_07_01/operations/_storage_accounts_operations.py +140 -271
- azure/mgmt/storage/v2018_07_01/operations/_usages_operations.py +19 -20
- azure/mgmt/storage/v2018_11_01/_configuration.py +3 -4
- azure/mgmt/storage/v2018_11_01/_patch.py +1 -0
- azure/mgmt/storage/v2018_11_01/_storage_management_client.py +23 -3
- azure/mgmt/storage/v2018_11_01/_version.py +1 -1
- azure/mgmt/storage/v2018_11_01/aio/_configuration.py +3 -4
- azure/mgmt/storage/v2018_11_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2018_11_01/aio/_storage_management_client.py +25 -3
- azure/mgmt/storage/v2018_11_01/aio/operations/_blob_containers_operations.py +131 -239
- azure/mgmt/storage/v2018_11_01/aio/operations/_blob_services_operations.py +26 -38
- azure/mgmt/storage/v2018_11_01/aio/operations/_management_policies_operations.py +32 -50
- azure/mgmt/storage/v2018_11_01/aio/operations/_operations.py +19 -18
- azure/mgmt/storage/v2018_11_01/aio/operations/_skus_operations.py +19 -18
- azure/mgmt/storage/v2018_11_01/aio/operations/_storage_accounts_operations.py +146 -283
- azure/mgmt/storage/v2018_11_01/aio/operations/_usages_operations.py +19 -20
- azure/mgmt/storage/v2018_11_01/models/_models_py3.py +39 -45
- azure/mgmt/storage/v2018_11_01/models/_storage_management_client_enums.py +0 -1
- azure/mgmt/storage/v2018_11_01/operations/_blob_containers_operations.py +132 -240
- azure/mgmt/storage/v2018_11_01/operations/_blob_services_operations.py +26 -38
- azure/mgmt/storage/v2018_11_01/operations/_management_policies_operations.py +32 -50
- azure/mgmt/storage/v2018_11_01/operations/_operations.py +19 -18
- azure/mgmt/storage/v2018_11_01/operations/_skus_operations.py +19 -18
- azure/mgmt/storage/v2018_11_01/operations/_storage_accounts_operations.py +147 -284
- azure/mgmt/storage/v2018_11_01/operations/_usages_operations.py +19 -20
- azure/mgmt/storage/v2019_04_01/_configuration.py +3 -4
- azure/mgmt/storage/v2019_04_01/_patch.py +1 -0
- azure/mgmt/storage/v2019_04_01/_storage_management_client.py +23 -3
- azure/mgmt/storage/v2019_04_01/_version.py +1 -1
- azure/mgmt/storage/v2019_04_01/aio/_configuration.py +3 -4
- azure/mgmt/storage/v2019_04_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2019_04_01/aio/_storage_management_client.py +25 -3
- azure/mgmt/storage/v2019_04_01/aio/operations/_blob_containers_operations.py +136 -244
- azure/mgmt/storage/v2019_04_01/aio/operations/_blob_services_operations.py +38 -56
- azure/mgmt/storage/v2019_04_01/aio/operations/_file_services_operations.py +34 -52
- azure/mgmt/storage/v2019_04_01/aio/operations/_file_shares_operations.py +56 -91
- azure/mgmt/storage/v2019_04_01/aio/operations/_management_policies_operations.py +32 -50
- azure/mgmt/storage/v2019_04_01/aio/operations/_operations.py +19 -18
- azure/mgmt/storage/v2019_04_01/aio/operations/_skus_operations.py +19 -18
- azure/mgmt/storage/v2019_04_01/aio/operations/_storage_accounts_operations.py +147 -283
- azure/mgmt/storage/v2019_04_01/aio/operations/_usages_operations.py +19 -20
- azure/mgmt/storage/v2019_04_01/models/_models_py3.py +44 -50
- azure/mgmt/storage/v2019_04_01/models/_storage_management_client_enums.py +0 -1
- azure/mgmt/storage/v2019_04_01/operations/_blob_containers_operations.py +137 -245
- azure/mgmt/storage/v2019_04_01/operations/_blob_services_operations.py +38 -56
- azure/mgmt/storage/v2019_04_01/operations/_file_services_operations.py +34 -52
- azure/mgmt/storage/v2019_04_01/operations/_file_shares_operations.py +56 -91
- azure/mgmt/storage/v2019_04_01/operations/_management_policies_operations.py +32 -50
- azure/mgmt/storage/v2019_04_01/operations/_operations.py +19 -18
- azure/mgmt/storage/v2019_04_01/operations/_skus_operations.py +19 -18
- azure/mgmt/storage/v2019_04_01/operations/_storage_accounts_operations.py +148 -284
- azure/mgmt/storage/v2019_04_01/operations/_usages_operations.py +19 -20
- azure/mgmt/storage/v2019_06_01/_configuration.py +3 -4
- azure/mgmt/storage/v2019_06_01/_patch.py +1 -0
- azure/mgmt/storage/v2019_06_01/_storage_management_client.py +23 -3
- azure/mgmt/storage/v2019_06_01/_version.py +1 -1
- azure/mgmt/storage/v2019_06_01/aio/_configuration.py +3 -4
- azure/mgmt/storage/v2019_06_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2019_06_01/aio/_storage_management_client.py +25 -3
- azure/mgmt/storage/v2019_06_01/aio/operations/_blob_containers_operations.py +136 -244
- azure/mgmt/storage/v2019_06_01/aio/operations/_blob_inventory_policies_operations.py +44 -68
- azure/mgmt/storage/v2019_06_01/aio/operations/_blob_services_operations.py +38 -56
- azure/mgmt/storage/v2019_06_01/aio/operations/_encryption_scopes_operations.py +48 -77
- azure/mgmt/storage/v2019_06_01/aio/operations/_file_services_operations.py +34 -52
- azure/mgmt/storage/v2019_06_01/aio/operations/_file_shares_operations.py +65 -116
- azure/mgmt/storage/v2019_06_01/aio/operations/_management_policies_operations.py +32 -50
- azure/mgmt/storage/v2019_06_01/aio/operations/_object_replication_policies_operations.py +45 -68
- azure/mgmt/storage/v2019_06_01/aio/operations/_operations.py +19 -18
- azure/mgmt/storage/v2019_06_01/aio/operations/_private_endpoint_connections_operations.py +44 -68
- azure/mgmt/storage/v2019_06_01/aio/operations/_private_link_resources_operations.py +14 -15
- azure/mgmt/storage/v2019_06_01/aio/operations/_queue_operations.py +56 -91
- azure/mgmt/storage/v2019_06_01/aio/operations/_queue_services_operations.py +33 -51
- azure/mgmt/storage/v2019_06_01/aio/operations/_skus_operations.py +19 -18
- azure/mgmt/storage/v2019_06_01/aio/operations/_storage_accounts_operations.py +163 -333
- azure/mgmt/storage/v2019_06_01/aio/operations/_table_operations.py +46 -71
- azure/mgmt/storage/v2019_06_01/aio/operations/_table_services_operations.py +33 -51
- azure/mgmt/storage/v2019_06_01/aio/operations/_usages_operations.py +19 -20
- azure/mgmt/storage/v2019_06_01/models/_models_py3.py +64 -70
- azure/mgmt/storage/v2019_06_01/models/_storage_management_client_enums.py +0 -1
- azure/mgmt/storage/v2019_06_01/operations/_blob_containers_operations.py +137 -245
- azure/mgmt/storage/v2019_06_01/operations/_blob_inventory_policies_operations.py +44 -68
- azure/mgmt/storage/v2019_06_01/operations/_blob_services_operations.py +38 -56
- azure/mgmt/storage/v2019_06_01/operations/_encryption_scopes_operations.py +48 -77
- azure/mgmt/storage/v2019_06_01/operations/_file_services_operations.py +34 -52
- azure/mgmt/storage/v2019_06_01/operations/_file_shares_operations.py +65 -116
- azure/mgmt/storage/v2019_06_01/operations/_management_policies_operations.py +32 -50
- azure/mgmt/storage/v2019_06_01/operations/_object_replication_policies_operations.py +45 -68
- azure/mgmt/storage/v2019_06_01/operations/_operations.py +19 -18
- azure/mgmt/storage/v2019_06_01/operations/_private_endpoint_connections_operations.py +44 -68
- azure/mgmt/storage/v2019_06_01/operations/_private_link_resources_operations.py +14 -15
- azure/mgmt/storage/v2019_06_01/operations/_queue_operations.py +56 -91
- azure/mgmt/storage/v2019_06_01/operations/_queue_services_operations.py +33 -51
- azure/mgmt/storage/v2019_06_01/operations/_skus_operations.py +19 -18
- azure/mgmt/storage/v2019_06_01/operations/_storage_accounts_operations.py +164 -334
- azure/mgmt/storage/v2019_06_01/operations/_table_operations.py +46 -71
- azure/mgmt/storage/v2019_06_01/operations/_table_services_operations.py +33 -51
- azure/mgmt/storage/v2019_06_01/operations/_usages_operations.py +19 -20
- azure/mgmt/storage/v2020_08_01_preview/_configuration.py +3 -4
- azure/mgmt/storage/v2020_08_01_preview/_patch.py +1 -0
- azure/mgmt/storage/v2020_08_01_preview/_storage_management_client.py +23 -3
- azure/mgmt/storage/v2020_08_01_preview/_version.py +1 -1
- azure/mgmt/storage/v2020_08_01_preview/aio/_configuration.py +3 -4
- azure/mgmt/storage/v2020_08_01_preview/aio/_patch.py +1 -0
- azure/mgmt/storage/v2020_08_01_preview/aio/_storage_management_client.py +25 -3
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_blob_containers_operations.py +139 -244
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_blob_inventory_policies_operations.py +45 -68
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_blob_services_operations.py +39 -56
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_deleted_accounts_operations.py +26 -31
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_encryption_scopes_operations.py +50 -77
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_file_services_operations.py +35 -52
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_file_shares_operations.py +65 -116
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_management_policies_operations.py +32 -50
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_object_replication_policies_operations.py +46 -68
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_operations.py +19 -18
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_private_endpoint_connections_operations.py +44 -68
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_private_link_resources_operations.py +14 -15
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_queue_operations.py +56 -91
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_queue_services_operations.py +34 -51
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_skus_operations.py +19 -18
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_storage_accounts_operations.py +164 -333
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_table_operations.py +46 -71
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_table_services_operations.py +34 -51
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_usages_operations.py +19 -20
- azure/mgmt/storage/v2020_08_01_preview/models/_models_py3.py +66 -88
- azure/mgmt/storage/v2020_08_01_preview/models/_storage_management_client_enums.py +0 -1
- azure/mgmt/storage/v2020_08_01_preview/operations/_blob_containers_operations.py +140 -245
- azure/mgmt/storage/v2020_08_01_preview/operations/_blob_inventory_policies_operations.py +45 -68
- azure/mgmt/storage/v2020_08_01_preview/operations/_blob_services_operations.py +39 -56
- azure/mgmt/storage/v2020_08_01_preview/operations/_deleted_accounts_operations.py +26 -31
- azure/mgmt/storage/v2020_08_01_preview/operations/_encryption_scopes_operations.py +50 -77
- azure/mgmt/storage/v2020_08_01_preview/operations/_file_services_operations.py +35 -52
- azure/mgmt/storage/v2020_08_01_preview/operations/_file_shares_operations.py +65 -116
- azure/mgmt/storage/v2020_08_01_preview/operations/_management_policies_operations.py +32 -50
- azure/mgmt/storage/v2020_08_01_preview/operations/_object_replication_policies_operations.py +46 -68
- azure/mgmt/storage/v2020_08_01_preview/operations/_operations.py +19 -18
- azure/mgmt/storage/v2020_08_01_preview/operations/_private_endpoint_connections_operations.py +44 -68
- azure/mgmt/storage/v2020_08_01_preview/operations/_private_link_resources_operations.py +14 -15
- azure/mgmt/storage/v2020_08_01_preview/operations/_queue_operations.py +56 -91
- azure/mgmt/storage/v2020_08_01_preview/operations/_queue_services_operations.py +34 -51
- azure/mgmt/storage/v2020_08_01_preview/operations/_skus_operations.py +19 -18
- azure/mgmt/storage/v2020_08_01_preview/operations/_storage_accounts_operations.py +165 -334
- azure/mgmt/storage/v2020_08_01_preview/operations/_table_operations.py +46 -71
- azure/mgmt/storage/v2020_08_01_preview/operations/_table_services_operations.py +34 -51
- azure/mgmt/storage/v2020_08_01_preview/operations/_usages_operations.py +19 -20
- azure/mgmt/storage/v2021_01_01/_configuration.py +3 -4
- azure/mgmt/storage/v2021_01_01/_patch.py +1 -0
- azure/mgmt/storage/v2021_01_01/_storage_management_client.py +23 -3
- azure/mgmt/storage/v2021_01_01/_version.py +1 -1
- azure/mgmt/storage/v2021_01_01/aio/_configuration.py +3 -4
- azure/mgmt/storage/v2021_01_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2021_01_01/aio/_storage_management_client.py +25 -3
- azure/mgmt/storage/v2021_01_01/aio/operations/_blob_containers_operations.py +136 -244
- azure/mgmt/storage/v2021_01_01/aio/operations/_blob_inventory_policies_operations.py +44 -68
- azure/mgmt/storage/v2021_01_01/aio/operations/_blob_services_operations.py +38 -56
- azure/mgmt/storage/v2021_01_01/aio/operations/_deleted_accounts_operations.py +26 -31
- azure/mgmt/storage/v2021_01_01/aio/operations/_encryption_scopes_operations.py +48 -77
- azure/mgmt/storage/v2021_01_01/aio/operations/_file_services_operations.py +34 -52
- azure/mgmt/storage/v2021_01_01/aio/operations/_file_shares_operations.py +65 -116
- azure/mgmt/storage/v2021_01_01/aio/operations/_management_policies_operations.py +32 -50
- azure/mgmt/storage/v2021_01_01/aio/operations/_object_replication_policies_operations.py +45 -68
- azure/mgmt/storage/v2021_01_01/aio/operations/_operations.py +19 -18
- azure/mgmt/storage/v2021_01_01/aio/operations/_private_endpoint_connections_operations.py +44 -68
- azure/mgmt/storage/v2021_01_01/aio/operations/_private_link_resources_operations.py +14 -15
- azure/mgmt/storage/v2021_01_01/aio/operations/_queue_operations.py +56 -91
- azure/mgmt/storage/v2021_01_01/aio/operations/_queue_services_operations.py +33 -51
- azure/mgmt/storage/v2021_01_01/aio/operations/_skus_operations.py +19 -18
- azure/mgmt/storage/v2021_01_01/aio/operations/_storage_accounts_operations.py +163 -333
- azure/mgmt/storage/v2021_01_01/aio/operations/_table_operations.py +46 -71
- azure/mgmt/storage/v2021_01_01/aio/operations/_table_services_operations.py +33 -51
- azure/mgmt/storage/v2021_01_01/aio/operations/_usages_operations.py +19 -20
- azure/mgmt/storage/v2021_01_01/models/_models_py3.py +66 -88
- azure/mgmt/storage/v2021_01_01/models/_storage_management_client_enums.py +0 -1
- azure/mgmt/storage/v2021_01_01/operations/_blob_containers_operations.py +137 -245
- azure/mgmt/storage/v2021_01_01/operations/_blob_inventory_policies_operations.py +44 -68
- azure/mgmt/storage/v2021_01_01/operations/_blob_services_operations.py +38 -56
- azure/mgmt/storage/v2021_01_01/operations/_deleted_accounts_operations.py +26 -31
- azure/mgmt/storage/v2021_01_01/operations/_encryption_scopes_operations.py +48 -77
- azure/mgmt/storage/v2021_01_01/operations/_file_services_operations.py +34 -52
- azure/mgmt/storage/v2021_01_01/operations/_file_shares_operations.py +65 -116
- azure/mgmt/storage/v2021_01_01/operations/_management_policies_operations.py +32 -50
- azure/mgmt/storage/v2021_01_01/operations/_object_replication_policies_operations.py +45 -68
- azure/mgmt/storage/v2021_01_01/operations/_operations.py +19 -18
- azure/mgmt/storage/v2021_01_01/operations/_private_endpoint_connections_operations.py +44 -68
- azure/mgmt/storage/v2021_01_01/operations/_private_link_resources_operations.py +14 -15
- azure/mgmt/storage/v2021_01_01/operations/_queue_operations.py +56 -91
- azure/mgmt/storage/v2021_01_01/operations/_queue_services_operations.py +33 -51
- azure/mgmt/storage/v2021_01_01/operations/_skus_operations.py +19 -18
- azure/mgmt/storage/v2021_01_01/operations/_storage_accounts_operations.py +164 -334
- azure/mgmt/storage/v2021_01_01/operations/_table_operations.py +46 -71
- azure/mgmt/storage/v2021_01_01/operations/_table_services_operations.py +33 -51
- azure/mgmt/storage/v2021_01_01/operations/_usages_operations.py +19 -20
- azure/mgmt/storage/v2021_02_01/_configuration.py +3 -4
- azure/mgmt/storage/v2021_02_01/_patch.py +1 -0
- azure/mgmt/storage/v2021_02_01/_storage_management_client.py +23 -3
- azure/mgmt/storage/v2021_02_01/_version.py +1 -1
- azure/mgmt/storage/v2021_02_01/aio/_configuration.py +3 -4
- azure/mgmt/storage/v2021_02_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2021_02_01/aio/_storage_management_client.py +25 -3
- azure/mgmt/storage/v2021_02_01/aio/operations/_blob_containers_operations.py +136 -244
- azure/mgmt/storage/v2021_02_01/aio/operations/_blob_inventory_policies_operations.py +44 -68
- azure/mgmt/storage/v2021_02_01/aio/operations/_blob_services_operations.py +38 -56
- azure/mgmt/storage/v2021_02_01/aio/operations/_deleted_accounts_operations.py +26 -31
- azure/mgmt/storage/v2021_02_01/aio/operations/_encryption_scopes_operations.py +48 -77
- azure/mgmt/storage/v2021_02_01/aio/operations/_file_services_operations.py +34 -52
- azure/mgmt/storage/v2021_02_01/aio/operations/_file_shares_operations.py +65 -116
- azure/mgmt/storage/v2021_02_01/aio/operations/_management_policies_operations.py +32 -50
- azure/mgmt/storage/v2021_02_01/aio/operations/_object_replication_policies_operations.py +45 -68
- azure/mgmt/storage/v2021_02_01/aio/operations/_operations.py +19 -18
- azure/mgmt/storage/v2021_02_01/aio/operations/_private_endpoint_connections_operations.py +44 -68
- azure/mgmt/storage/v2021_02_01/aio/operations/_private_link_resources_operations.py +14 -15
- azure/mgmt/storage/v2021_02_01/aio/operations/_queue_operations.py +56 -91
- azure/mgmt/storage/v2021_02_01/aio/operations/_queue_services_operations.py +33 -51
- azure/mgmt/storage/v2021_02_01/aio/operations/_skus_operations.py +19 -18
- azure/mgmt/storage/v2021_02_01/aio/operations/_storage_accounts_operations.py +163 -333
- azure/mgmt/storage/v2021_02_01/aio/operations/_table_operations.py +46 -71
- azure/mgmt/storage/v2021_02_01/aio/operations/_table_services_operations.py +33 -51
- azure/mgmt/storage/v2021_02_01/aio/operations/_usages_operations.py +19 -20
- azure/mgmt/storage/v2021_02_01/models/_models_py3.py +68 -90
- azure/mgmt/storage/v2021_02_01/models/_storage_management_client_enums.py +0 -1
- azure/mgmt/storage/v2021_02_01/operations/_blob_containers_operations.py +137 -245
- azure/mgmt/storage/v2021_02_01/operations/_blob_inventory_policies_operations.py +44 -68
- azure/mgmt/storage/v2021_02_01/operations/_blob_services_operations.py +38 -56
- azure/mgmt/storage/v2021_02_01/operations/_deleted_accounts_operations.py +26 -31
- azure/mgmt/storage/v2021_02_01/operations/_encryption_scopes_operations.py +48 -77
- azure/mgmt/storage/v2021_02_01/operations/_file_services_operations.py +34 -52
- azure/mgmt/storage/v2021_02_01/operations/_file_shares_operations.py +65 -116
- azure/mgmt/storage/v2021_02_01/operations/_management_policies_operations.py +32 -50
- azure/mgmt/storage/v2021_02_01/operations/_object_replication_policies_operations.py +45 -68
- azure/mgmt/storage/v2021_02_01/operations/_operations.py +19 -18
- azure/mgmt/storage/v2021_02_01/operations/_private_endpoint_connections_operations.py +44 -68
- azure/mgmt/storage/v2021_02_01/operations/_private_link_resources_operations.py +14 -15
- azure/mgmt/storage/v2021_02_01/operations/_queue_operations.py +56 -91
- azure/mgmt/storage/v2021_02_01/operations/_queue_services_operations.py +33 -51
- azure/mgmt/storage/v2021_02_01/operations/_skus_operations.py +19 -18
- azure/mgmt/storage/v2021_02_01/operations/_storage_accounts_operations.py +164 -334
- azure/mgmt/storage/v2021_02_01/operations/_table_operations.py +46 -71
- azure/mgmt/storage/v2021_02_01/operations/_table_services_operations.py +33 -51
- azure/mgmt/storage/v2021_02_01/operations/_usages_operations.py +19 -20
- azure/mgmt/storage/v2021_04_01/_configuration.py +3 -4
- azure/mgmt/storage/v2021_04_01/_patch.py +1 -0
- azure/mgmt/storage/v2021_04_01/_storage_management_client.py +23 -3
- azure/mgmt/storage/v2021_04_01/_version.py +1 -1
- azure/mgmt/storage/v2021_04_01/aio/_configuration.py +3 -4
- azure/mgmt/storage/v2021_04_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2021_04_01/aio/_storage_management_client.py +25 -3
- azure/mgmt/storage/v2021_04_01/aio/operations/_blob_containers_operations.py +145 -270
- azure/mgmt/storage/v2021_04_01/aio/operations/_blob_inventory_policies_operations.py +44 -68
- azure/mgmt/storage/v2021_04_01/aio/operations/_blob_services_operations.py +38 -56
- azure/mgmt/storage/v2021_04_01/aio/operations/_deleted_accounts_operations.py +26 -31
- azure/mgmt/storage/v2021_04_01/aio/operations/_encryption_scopes_operations.py +48 -77
- azure/mgmt/storage/v2021_04_01/aio/operations/_file_services_operations.py +34 -52
- azure/mgmt/storage/v2021_04_01/aio/operations/_file_shares_operations.py +80 -137
- azure/mgmt/storage/v2021_04_01/aio/operations/_management_policies_operations.py +32 -50
- azure/mgmt/storage/v2021_04_01/aio/operations/_object_replication_policies_operations.py +45 -68
- azure/mgmt/storage/v2021_04_01/aio/operations/_operations.py +19 -18
- azure/mgmt/storage/v2021_04_01/aio/operations/_private_endpoint_connections_operations.py +44 -68
- azure/mgmt/storage/v2021_04_01/aio/operations/_private_link_resources_operations.py +14 -15
- azure/mgmt/storage/v2021_04_01/aio/operations/_queue_operations.py +56 -91
- azure/mgmt/storage/v2021_04_01/aio/operations/_queue_services_operations.py +33 -51
- azure/mgmt/storage/v2021_04_01/aio/operations/_skus_operations.py +19 -18
- azure/mgmt/storage/v2021_04_01/aio/operations/_storage_accounts_operations.py +163 -333
- azure/mgmt/storage/v2021_04_01/aio/operations/_table_operations.py +46 -71
- azure/mgmt/storage/v2021_04_01/aio/operations/_table_services_operations.py +33 -51
- azure/mgmt/storage/v2021_04_01/aio/operations/_usages_operations.py +19 -20
- azure/mgmt/storage/v2021_04_01/models/_models_py3.py +70 -92
- azure/mgmt/storage/v2021_04_01/models/_storage_management_client_enums.py +0 -2
- azure/mgmt/storage/v2021_04_01/operations/_blob_containers_operations.py +146 -271
- azure/mgmt/storage/v2021_04_01/operations/_blob_inventory_policies_operations.py +44 -68
- azure/mgmt/storage/v2021_04_01/operations/_blob_services_operations.py +38 -56
- azure/mgmt/storage/v2021_04_01/operations/_deleted_accounts_operations.py +26 -31
- azure/mgmt/storage/v2021_04_01/operations/_encryption_scopes_operations.py +48 -77
- azure/mgmt/storage/v2021_04_01/operations/_file_services_operations.py +34 -52
- azure/mgmt/storage/v2021_04_01/operations/_file_shares_operations.py +80 -137
- azure/mgmt/storage/v2021_04_01/operations/_management_policies_operations.py +32 -50
- azure/mgmt/storage/v2021_04_01/operations/_object_replication_policies_operations.py +45 -68
- azure/mgmt/storage/v2021_04_01/operations/_operations.py +19 -18
- azure/mgmt/storage/v2021_04_01/operations/_private_endpoint_connections_operations.py +44 -68
- azure/mgmt/storage/v2021_04_01/operations/_private_link_resources_operations.py +14 -15
- azure/mgmt/storage/v2021_04_01/operations/_queue_operations.py +56 -91
- azure/mgmt/storage/v2021_04_01/operations/_queue_services_operations.py +33 -51
- azure/mgmt/storage/v2021_04_01/operations/_skus_operations.py +19 -18
- azure/mgmt/storage/v2021_04_01/operations/_storage_accounts_operations.py +164 -334
- azure/mgmt/storage/v2021_04_01/operations/_table_operations.py +46 -71
- azure/mgmt/storage/v2021_04_01/operations/_table_services_operations.py +33 -51
- azure/mgmt/storage/v2021_04_01/operations/_usages_operations.py +19 -20
- azure/mgmt/storage/v2021_06_01/_configuration.py +3 -4
- azure/mgmt/storage/v2021_06_01/_patch.py +1 -0
- azure/mgmt/storage/v2021_06_01/_storage_management_client.py +23 -3
- azure/mgmt/storage/v2021_06_01/_version.py +1 -1
- azure/mgmt/storage/v2021_06_01/aio/_configuration.py +3 -4
- azure/mgmt/storage/v2021_06_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2021_06_01/aio/_storage_management_client.py +25 -3
- azure/mgmt/storage/v2021_06_01/aio/operations/_blob_containers_operations.py +143 -293
- azure/mgmt/storage/v2021_06_01/aio/operations/_blob_inventory_policies_operations.py +44 -68
- azure/mgmt/storage/v2021_06_01/aio/operations/_blob_services_operations.py +36 -75
- azure/mgmt/storage/v2021_06_01/aio/operations/_deleted_accounts_operations.py +26 -31
- azure/mgmt/storage/v2021_06_01/aio/operations/_encryption_scopes_operations.py +48 -77
- azure/mgmt/storage/v2021_06_01/aio/operations/_file_services_operations.py +32 -71
- azure/mgmt/storage/v2021_06_01/aio/operations/_file_shares_operations.py +80 -137
- azure/mgmt/storage/v2021_06_01/aio/operations/_management_policies_operations.py +32 -50
- azure/mgmt/storage/v2021_06_01/aio/operations/_object_replication_policies_operations.py +45 -68
- azure/mgmt/storage/v2021_06_01/aio/operations/_operations.py +19 -18
- azure/mgmt/storage/v2021_06_01/aio/operations/_private_endpoint_connections_operations.py +44 -68
- azure/mgmt/storage/v2021_06_01/aio/operations/_private_link_resources_operations.py +14 -15
- azure/mgmt/storage/v2021_06_01/aio/operations/_queue_operations.py +56 -91
- azure/mgmt/storage/v2021_06_01/aio/operations/_queue_services_operations.py +31 -70
- azure/mgmt/storage/v2021_06_01/aio/operations/_skus_operations.py +19 -18
- azure/mgmt/storage/v2021_06_01/aio/operations/_storage_accounts_operations.py +184 -388
- azure/mgmt/storage/v2021_06_01/aio/operations/_table_operations.py +46 -71
- azure/mgmt/storage/v2021_06_01/aio/operations/_table_services_operations.py +31 -70
- azure/mgmt/storage/v2021_06_01/aio/operations/_usages_operations.py +19 -20
- azure/mgmt/storage/v2021_06_01/models/_models_py3.py +70 -92
- azure/mgmt/storage/v2021_06_01/models/_storage_management_client_enums.py +0 -2
- azure/mgmt/storage/v2021_06_01/operations/_blob_containers_operations.py +144 -294
- azure/mgmt/storage/v2021_06_01/operations/_blob_inventory_policies_operations.py +44 -68
- azure/mgmt/storage/v2021_06_01/operations/_blob_services_operations.py +36 -75
- azure/mgmt/storage/v2021_06_01/operations/_deleted_accounts_operations.py +26 -31
- azure/mgmt/storage/v2021_06_01/operations/_encryption_scopes_operations.py +48 -77
- azure/mgmt/storage/v2021_06_01/operations/_file_services_operations.py +32 -71
- azure/mgmt/storage/v2021_06_01/operations/_file_shares_operations.py +80 -137
- azure/mgmt/storage/v2021_06_01/operations/_management_policies_operations.py +32 -50
- azure/mgmt/storage/v2021_06_01/operations/_object_replication_policies_operations.py +45 -68
- azure/mgmt/storage/v2021_06_01/operations/_operations.py +19 -18
- azure/mgmt/storage/v2021_06_01/operations/_private_endpoint_connections_operations.py +44 -68
- azure/mgmt/storage/v2021_06_01/operations/_private_link_resources_operations.py +14 -15
- azure/mgmt/storage/v2021_06_01/operations/_queue_operations.py +56 -91
- azure/mgmt/storage/v2021_06_01/operations/_queue_services_operations.py +31 -70
- azure/mgmt/storage/v2021_06_01/operations/_skus_operations.py +19 -18
- azure/mgmt/storage/v2021_06_01/operations/_storage_accounts_operations.py +187 -391
- azure/mgmt/storage/v2021_06_01/operations/_table_operations.py +46 -71
- azure/mgmt/storage/v2021_06_01/operations/_table_services_operations.py +31 -70
- azure/mgmt/storage/v2021_06_01/operations/_usages_operations.py +19 -20
- azure/mgmt/storage/v2021_08_01/_configuration.py +3 -4
- azure/mgmt/storage/v2021_08_01/_patch.py +1 -0
- azure/mgmt/storage/v2021_08_01/_storage_management_client.py +23 -3
- azure/mgmt/storage/v2021_08_01/_version.py +1 -1
- azure/mgmt/storage/v2021_08_01/aio/_configuration.py +3 -4
- azure/mgmt/storage/v2021_08_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2021_08_01/aio/_storage_management_client.py +25 -3
- azure/mgmt/storage/v2021_08_01/aio/operations/_blob_containers_operations.py +143 -293
- azure/mgmt/storage/v2021_08_01/aio/operations/_blob_inventory_policies_operations.py +44 -68
- azure/mgmt/storage/v2021_08_01/aio/operations/_blob_services_operations.py +36 -75
- azure/mgmt/storage/v2021_08_01/aio/operations/_deleted_accounts_operations.py +26 -31
- azure/mgmt/storage/v2021_08_01/aio/operations/_encryption_scopes_operations.py +48 -77
- azure/mgmt/storage/v2021_08_01/aio/operations/_file_services_operations.py +32 -71
- azure/mgmt/storage/v2021_08_01/aio/operations/_file_shares_operations.py +80 -137
- azure/mgmt/storage/v2021_08_01/aio/operations/_local_users_operations.py +58 -94
- azure/mgmt/storage/v2021_08_01/aio/operations/_management_policies_operations.py +32 -50
- azure/mgmt/storage/v2021_08_01/aio/operations/_object_replication_policies_operations.py +45 -68
- azure/mgmt/storage/v2021_08_01/aio/operations/_operations.py +19 -18
- azure/mgmt/storage/v2021_08_01/aio/operations/_private_endpoint_connections_operations.py +44 -68
- azure/mgmt/storage/v2021_08_01/aio/operations/_private_link_resources_operations.py +14 -15
- azure/mgmt/storage/v2021_08_01/aio/operations/_queue_operations.py +56 -91
- azure/mgmt/storage/v2021_08_01/aio/operations/_queue_services_operations.py +31 -70
- azure/mgmt/storage/v2021_08_01/aio/operations/_skus_operations.py +19 -18
- azure/mgmt/storage/v2021_08_01/aio/operations/_storage_accounts_operations.py +184 -388
- azure/mgmt/storage/v2021_08_01/aio/operations/_table_operations.py +46 -71
- azure/mgmt/storage/v2021_08_01/aio/operations/_table_services_operations.py +31 -70
- azure/mgmt/storage/v2021_08_01/aio/operations/_usages_operations.py +19 -20
- azure/mgmt/storage/v2021_08_01/models/_models_py3.py +72 -94
- azure/mgmt/storage/v2021_08_01/models/_storage_management_client_enums.py +0 -2
- azure/mgmt/storage/v2021_08_01/operations/_blob_containers_operations.py +144 -294
- azure/mgmt/storage/v2021_08_01/operations/_blob_inventory_policies_operations.py +44 -68
- azure/mgmt/storage/v2021_08_01/operations/_blob_services_operations.py +36 -75
- azure/mgmt/storage/v2021_08_01/operations/_deleted_accounts_operations.py +26 -31
- azure/mgmt/storage/v2021_08_01/operations/_encryption_scopes_operations.py +48 -77
- azure/mgmt/storage/v2021_08_01/operations/_file_services_operations.py +32 -71
- azure/mgmt/storage/v2021_08_01/operations/_file_shares_operations.py +80 -137
- azure/mgmt/storage/v2021_08_01/operations/_local_users_operations.py +58 -94
- azure/mgmt/storage/v2021_08_01/operations/_management_policies_operations.py +32 -50
- azure/mgmt/storage/v2021_08_01/operations/_object_replication_policies_operations.py +45 -68
- azure/mgmt/storage/v2021_08_01/operations/_operations.py +19 -18
- azure/mgmt/storage/v2021_08_01/operations/_private_endpoint_connections_operations.py +44 -68
- azure/mgmt/storage/v2021_08_01/operations/_private_link_resources_operations.py +14 -15
- azure/mgmt/storage/v2021_08_01/operations/_queue_operations.py +56 -91
- azure/mgmt/storage/v2021_08_01/operations/_queue_services_operations.py +31 -70
- azure/mgmt/storage/v2021_08_01/operations/_skus_operations.py +19 -18
- azure/mgmt/storage/v2021_08_01/operations/_storage_accounts_operations.py +187 -391
- azure/mgmt/storage/v2021_08_01/operations/_table_operations.py +46 -71
- azure/mgmt/storage/v2021_08_01/operations/_table_services_operations.py +31 -70
- azure/mgmt/storage/v2021_08_01/operations/_usages_operations.py +19 -20
- azure/mgmt/storage/v2021_09_01/_configuration.py +3 -4
- azure/mgmt/storage/v2021_09_01/_patch.py +1 -0
- azure/mgmt/storage/v2021_09_01/_storage_management_client.py +23 -3
- azure/mgmt/storage/v2021_09_01/_version.py +1 -1
- azure/mgmt/storage/v2021_09_01/aio/_configuration.py +3 -4
- azure/mgmt/storage/v2021_09_01/aio/_patch.py +1 -0
- azure/mgmt/storage/v2021_09_01/aio/_storage_management_client.py +25 -3
- azure/mgmt/storage/v2021_09_01/aio/operations/_blob_containers_operations.py +143 -293
- azure/mgmt/storage/v2021_09_01/aio/operations/_blob_inventory_policies_operations.py +44 -68
- azure/mgmt/storage/v2021_09_01/aio/operations/_blob_services_operations.py +36 -75
- azure/mgmt/storage/v2021_09_01/aio/operations/_deleted_accounts_operations.py +26 -31
- azure/mgmt/storage/v2021_09_01/aio/operations/_encryption_scopes_operations.py +48 -77
- azure/mgmt/storage/v2021_09_01/aio/operations/_file_services_operations.py +32 -71
- azure/mgmt/storage/v2021_09_01/aio/operations/_file_shares_operations.py +80 -137
- azure/mgmt/storage/v2021_09_01/aio/operations/_local_users_operations.py +58 -94
- azure/mgmt/storage/v2021_09_01/aio/operations/_management_policies_operations.py +32 -50
- azure/mgmt/storage/v2021_09_01/aio/operations/_object_replication_policies_operations.py +45 -68
- azure/mgmt/storage/v2021_09_01/aio/operations/_operations.py +19 -18
- azure/mgmt/storage/v2021_09_01/aio/operations/_private_endpoint_connections_operations.py +44 -68
- azure/mgmt/storage/v2021_09_01/aio/operations/_private_link_resources_operations.py +14 -15
- azure/mgmt/storage/v2021_09_01/aio/operations/_queue_operations.py +56 -91
- azure/mgmt/storage/v2021_09_01/aio/operations/_queue_services_operations.py +31 -70
- azure/mgmt/storage/v2021_09_01/aio/operations/_skus_operations.py +19 -18
- azure/mgmt/storage/v2021_09_01/aio/operations/_storage_accounts_operations.py +184 -388
- azure/mgmt/storage/v2021_09_01/aio/operations/_table_operations.py +58 -93
- azure/mgmt/storage/v2021_09_01/aio/operations/_table_services_operations.py +31 -70
- azure/mgmt/storage/v2021_09_01/aio/operations/_usages_operations.py +19 -20
- azure/mgmt/storage/v2021_09_01/models/_models_py3.py +74 -96
- azure/mgmt/storage/v2021_09_01/models/_storage_management_client_enums.py +0 -2
- azure/mgmt/storage/v2021_09_01/operations/_blob_containers_operations.py +144 -294
- azure/mgmt/storage/v2021_09_01/operations/_blob_inventory_policies_operations.py +44 -68
- azure/mgmt/storage/v2021_09_01/operations/_blob_services_operations.py +36 -75
- azure/mgmt/storage/v2021_09_01/operations/_deleted_accounts_operations.py +26 -31
- azure/mgmt/storage/v2021_09_01/operations/_encryption_scopes_operations.py +48 -77
- azure/mgmt/storage/v2021_09_01/operations/_file_services_operations.py +32 -71
- azure/mgmt/storage/v2021_09_01/operations/_file_shares_operations.py +80 -137
- azure/mgmt/storage/v2021_09_01/operations/_local_users_operations.py +58 -94
- azure/mgmt/storage/v2021_09_01/operations/_management_policies_operations.py +32 -50
- azure/mgmt/storage/v2021_09_01/operations/_object_replication_policies_operations.py +45 -68
- azure/mgmt/storage/v2021_09_01/operations/_operations.py +19 -18
- azure/mgmt/storage/v2021_09_01/operations/_private_endpoint_connections_operations.py +44 -68
- azure/mgmt/storage/v2021_09_01/operations/_private_link_resources_operations.py +14 -15
- azure/mgmt/storage/v2021_09_01/operations/_queue_operations.py +56 -91
- azure/mgmt/storage/v2021_09_01/operations/_queue_services_operations.py +31 -70
- azure/mgmt/storage/v2021_09_01/operations/_skus_operations.py +19 -18
- azure/mgmt/storage/v2021_09_01/operations/_storage_accounts_operations.py +187 -391
- azure/mgmt/storage/v2021_09_01/operations/_table_operations.py +58 -93
- azure/mgmt/storage/v2021_09_01/operations/_table_services_operations.py +31 -70
- azure/mgmt/storage/v2021_09_01/operations/_usages_operations.py +19 -20
- azure/mgmt/storage/v2022_05_01/_configuration.py +3 -4
- azure/mgmt/storage/v2022_05_01/_storage_management_client.py +23 -3
- azure/mgmt/storage/v2022_05_01/_version.py +1 -1
- azure/mgmt/storage/v2022_05_01/aio/_configuration.py +3 -4
- azure/mgmt/storage/v2022_05_01/aio/_storage_management_client.py +25 -3
- azure/mgmt/storage/v2022_05_01/aio/operations/_blob_containers_operations.py +143 -293
- azure/mgmt/storage/v2022_05_01/aio/operations/_blob_inventory_policies_operations.py +44 -68
- azure/mgmt/storage/v2022_05_01/aio/operations/_blob_services_operations.py +36 -75
- azure/mgmt/storage/v2022_05_01/aio/operations/_deleted_accounts_operations.py +26 -31
- azure/mgmt/storage/v2022_05_01/aio/operations/_encryption_scopes_operations.py +48 -77
- azure/mgmt/storage/v2022_05_01/aio/operations/_file_services_operations.py +32 -71
- azure/mgmt/storage/v2022_05_01/aio/operations/_file_shares_operations.py +80 -137
- azure/mgmt/storage/v2022_05_01/aio/operations/_local_users_operations.py +58 -94
- azure/mgmt/storage/v2022_05_01/aio/operations/_management_policies_operations.py +32 -50
- azure/mgmt/storage/v2022_05_01/aio/operations/_object_replication_policies_operations.py +45 -68
- azure/mgmt/storage/v2022_05_01/aio/operations/_operations.py +19 -18
- azure/mgmt/storage/v2022_05_01/aio/operations/_private_endpoint_connections_operations.py +44 -68
- azure/mgmt/storage/v2022_05_01/aio/operations/_private_link_resources_operations.py +14 -15
- azure/mgmt/storage/v2022_05_01/aio/operations/_queue_operations.py +56 -91
- azure/mgmt/storage/v2022_05_01/aio/operations/_queue_services_operations.py +31 -70
- azure/mgmt/storage/v2022_05_01/aio/operations/_skus_operations.py +19 -18
- azure/mgmt/storage/v2022_05_01/aio/operations/_storage_accounts_operations.py +184 -388
- azure/mgmt/storage/v2022_05_01/aio/operations/_table_operations.py +58 -93
- azure/mgmt/storage/v2022_05_01/aio/operations/_table_services_operations.py +31 -70
- azure/mgmt/storage/v2022_05_01/aio/operations/_usages_operations.py +19 -20
- azure/mgmt/storage/v2022_05_01/models/_models_py3.py +73 -95
- azure/mgmt/storage/v2022_05_01/models/_storage_management_client_enums.py +0 -2
- azure/mgmt/storage/v2022_05_01/operations/_blob_containers_operations.py +144 -294
- azure/mgmt/storage/v2022_05_01/operations/_blob_inventory_policies_operations.py +44 -68
- azure/mgmt/storage/v2022_05_01/operations/_blob_services_operations.py +36 -75
- azure/mgmt/storage/v2022_05_01/operations/_deleted_accounts_operations.py +26 -31
- azure/mgmt/storage/v2022_05_01/operations/_encryption_scopes_operations.py +48 -77
- azure/mgmt/storage/v2022_05_01/operations/_file_services_operations.py +32 -71
- azure/mgmt/storage/v2022_05_01/operations/_file_shares_operations.py +80 -137
- azure/mgmt/storage/v2022_05_01/operations/_local_users_operations.py +58 -94
- azure/mgmt/storage/v2022_05_01/operations/_management_policies_operations.py +32 -50
- azure/mgmt/storage/v2022_05_01/operations/_object_replication_policies_operations.py +45 -68
- azure/mgmt/storage/v2022_05_01/operations/_operations.py +19 -18
- azure/mgmt/storage/v2022_05_01/operations/_private_endpoint_connections_operations.py +44 -68
- azure/mgmt/storage/v2022_05_01/operations/_private_link_resources_operations.py +14 -15
- azure/mgmt/storage/v2022_05_01/operations/_queue_operations.py +56 -91
- azure/mgmt/storage/v2022_05_01/operations/_queue_services_operations.py +31 -70
- azure/mgmt/storage/v2022_05_01/operations/_skus_operations.py +19 -18
- azure/mgmt/storage/v2022_05_01/operations/_storage_accounts_operations.py +187 -391
- azure/mgmt/storage/v2022_05_01/operations/_table_operations.py +58 -93
- azure/mgmt/storage/v2022_05_01/operations/_table_services_operations.py +31 -70
- azure/mgmt/storage/v2022_05_01/operations/_usages_operations.py +19 -20
- azure/mgmt/storage/v2022_09_01/_configuration.py +3 -4
- azure/mgmt/storage/v2022_09_01/_storage_management_client.py +23 -3
- azure/mgmt/storage/v2022_09_01/_version.py +1 -1
- azure/mgmt/storage/v2022_09_01/aio/_configuration.py +3 -4
- azure/mgmt/storage/v2022_09_01/aio/_storage_management_client.py +25 -3
- azure/mgmt/storage/v2022_09_01/aio/operations/_blob_containers_operations.py +143 -293
- azure/mgmt/storage/v2022_09_01/aio/operations/_blob_inventory_policies_operations.py +44 -68
- azure/mgmt/storage/v2022_09_01/aio/operations/_blob_services_operations.py +36 -75
- azure/mgmt/storage/v2022_09_01/aio/operations/_deleted_accounts_operations.py +26 -31
- azure/mgmt/storage/v2022_09_01/aio/operations/_encryption_scopes_operations.py +48 -77
- azure/mgmt/storage/v2022_09_01/aio/operations/_file_services_operations.py +32 -71
- azure/mgmt/storage/v2022_09_01/aio/operations/_file_shares_operations.py +80 -137
- azure/mgmt/storage/v2022_09_01/aio/operations/_local_users_operations.py +58 -94
- azure/mgmt/storage/v2022_09_01/aio/operations/_management_policies_operations.py +32 -50
- azure/mgmt/storage/v2022_09_01/aio/operations/_object_replication_policies_operations.py +45 -68
- azure/mgmt/storage/v2022_09_01/aio/operations/_operations.py +19 -18
- azure/mgmt/storage/v2022_09_01/aio/operations/_private_endpoint_connections_operations.py +44 -68
- azure/mgmt/storage/v2022_09_01/aio/operations/_private_link_resources_operations.py +14 -15
- azure/mgmt/storage/v2022_09_01/aio/operations/_queue_operations.py +56 -91
- azure/mgmt/storage/v2022_09_01/aio/operations/_queue_services_operations.py +31 -70
- azure/mgmt/storage/v2022_09_01/aio/operations/_skus_operations.py +19 -18
- azure/mgmt/storage/v2022_09_01/aio/operations/_storage_accounts_operations.py +184 -388
- azure/mgmt/storage/v2022_09_01/aio/operations/_table_operations.py +58 -93
- azure/mgmt/storage/v2022_09_01/aio/operations/_table_services_operations.py +31 -70
- azure/mgmt/storage/v2022_09_01/aio/operations/_usages_operations.py +19 -20
- azure/mgmt/storage/v2022_09_01/models/_models_py3.py +73 -95
- azure/mgmt/storage/v2022_09_01/models/_storage_management_client_enums.py +0 -2
- azure/mgmt/storage/v2022_09_01/operations/_blob_containers_operations.py +144 -294
- azure/mgmt/storage/v2022_09_01/operations/_blob_inventory_policies_operations.py +44 -68
- azure/mgmt/storage/v2022_09_01/operations/_blob_services_operations.py +36 -75
- azure/mgmt/storage/v2022_09_01/operations/_deleted_accounts_operations.py +26 -31
- azure/mgmt/storage/v2022_09_01/operations/_encryption_scopes_operations.py +48 -77
- azure/mgmt/storage/v2022_09_01/operations/_file_services_operations.py +32 -71
- azure/mgmt/storage/v2022_09_01/operations/_file_shares_operations.py +80 -137
- azure/mgmt/storage/v2022_09_01/operations/_local_users_operations.py +58 -94
- azure/mgmt/storage/v2022_09_01/operations/_management_policies_operations.py +32 -50
- azure/mgmt/storage/v2022_09_01/operations/_object_replication_policies_operations.py +45 -68
- azure/mgmt/storage/v2022_09_01/operations/_operations.py +19 -18
- azure/mgmt/storage/v2022_09_01/operations/_private_endpoint_connections_operations.py +44 -68
- azure/mgmt/storage/v2022_09_01/operations/_private_link_resources_operations.py +14 -15
- azure/mgmt/storage/v2022_09_01/operations/_queue_operations.py +56 -91
- azure/mgmt/storage/v2022_09_01/operations/_queue_services_operations.py +31 -70
- azure/mgmt/storage/v2022_09_01/operations/_skus_operations.py +19 -18
- azure/mgmt/storage/v2022_09_01/operations/_storage_accounts_operations.py +187 -391
- azure/mgmt/storage/v2022_09_01/operations/_table_operations.py +58 -93
- azure/mgmt/storage/v2022_09_01/operations/_table_services_operations.py +31 -70
- azure/mgmt/storage/v2022_09_01/operations/_usages_operations.py +19 -20
- azure/mgmt/storage/v2023_01_01/_configuration.py +3 -4
- azure/mgmt/storage/v2023_01_01/_storage_management_client.py +23 -3
- azure/mgmt/storage/v2023_01_01/_version.py +1 -1
- azure/mgmt/storage/v2023_01_01/aio/_configuration.py +3 -4
- azure/mgmt/storage/v2023_01_01/aio/_storage_management_client.py +25 -3
- azure/mgmt/storage/v2023_01_01/aio/operations/_blob_containers_operations.py +143 -293
- azure/mgmt/storage/v2023_01_01/aio/operations/_blob_inventory_policies_operations.py +44 -68
- azure/mgmt/storage/v2023_01_01/aio/operations/_blob_services_operations.py +36 -75
- azure/mgmt/storage/v2023_01_01/aio/operations/_deleted_accounts_operations.py +26 -31
- azure/mgmt/storage/v2023_01_01/aio/operations/_encryption_scopes_operations.py +48 -77
- azure/mgmt/storage/v2023_01_01/aio/operations/_file_services_operations.py +32 -71
- azure/mgmt/storage/v2023_01_01/aio/operations/_file_shares_operations.py +80 -137
- azure/mgmt/storage/v2023_01_01/aio/operations/_local_users_operations.py +58 -94
- azure/mgmt/storage/v2023_01_01/aio/operations/_management_policies_operations.py +32 -50
- azure/mgmt/storage/v2023_01_01/aio/operations/_object_replication_policies_operations.py +45 -68
- azure/mgmt/storage/v2023_01_01/aio/operations/_operations.py +19 -18
- azure/mgmt/storage/v2023_01_01/aio/operations/_private_endpoint_connections_operations.py +44 -68
- azure/mgmt/storage/v2023_01_01/aio/operations/_private_link_resources_operations.py +14 -15
- azure/mgmt/storage/v2023_01_01/aio/operations/_queue_operations.py +56 -91
- azure/mgmt/storage/v2023_01_01/aio/operations/_queue_services_operations.py +31 -70
- azure/mgmt/storage/v2023_01_01/aio/operations/_skus_operations.py +19 -18
- azure/mgmt/storage/v2023_01_01/aio/operations/_storage_accounts_operations.py +206 -452
- azure/mgmt/storage/v2023_01_01/aio/operations/_table_operations.py +58 -93
- azure/mgmt/storage/v2023_01_01/aio/operations/_table_services_operations.py +31 -70
- azure/mgmt/storage/v2023_01_01/aio/operations/_usages_operations.py +19 -20
- azure/mgmt/storage/v2023_01_01/models/_models_py3.py +74 -96
- azure/mgmt/storage/v2023_01_01/models/_storage_management_client_enums.py +0 -2
- azure/mgmt/storage/v2023_01_01/operations/_blob_containers_operations.py +144 -294
- azure/mgmt/storage/v2023_01_01/operations/_blob_inventory_policies_operations.py +44 -68
- azure/mgmt/storage/v2023_01_01/operations/_blob_services_operations.py +36 -75
- azure/mgmt/storage/v2023_01_01/operations/_deleted_accounts_operations.py +26 -31
- azure/mgmt/storage/v2023_01_01/operations/_encryption_scopes_operations.py +48 -77
- azure/mgmt/storage/v2023_01_01/operations/_file_services_operations.py +32 -71
- azure/mgmt/storage/v2023_01_01/operations/_file_shares_operations.py +80 -137
- azure/mgmt/storage/v2023_01_01/operations/_local_users_operations.py +58 -94
- azure/mgmt/storage/v2023_01_01/operations/_management_policies_operations.py +32 -50
- azure/mgmt/storage/v2023_01_01/operations/_object_replication_policies_operations.py +45 -68
- azure/mgmt/storage/v2023_01_01/operations/_operations.py +19 -18
- azure/mgmt/storage/v2023_01_01/operations/_private_endpoint_connections_operations.py +44 -68
- azure/mgmt/storage/v2023_01_01/operations/_private_link_resources_operations.py +14 -15
- azure/mgmt/storage/v2023_01_01/operations/_queue_operations.py +56 -91
- azure/mgmt/storage/v2023_01_01/operations/_queue_services_operations.py +31 -70
- azure/mgmt/storage/v2023_01_01/operations/_skus_operations.py +19 -18
- azure/mgmt/storage/v2023_01_01/operations/_storage_accounts_operations.py +211 -457
- azure/mgmt/storage/v2023_01_01/operations/_table_operations.py +58 -93
- azure/mgmt/storage/v2023_01_01/operations/_table_services_operations.py +31 -70
- azure/mgmt/storage/v2023_01_01/operations/_usages_operations.py +19 -20
- 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.0.dist-info → azure_mgmt_storage-21.2.0.dist-info}/METADATA +28 -11
- {azure_mgmt_storage-21.1.0.dist-info → azure_mgmt_storage-21.2.0.dist-info}/RECORD +776 -710
- {azure_mgmt_storage-21.1.0.dist-info → azure_mgmt_storage-21.2.0.dist-info}/WHEEL +1 -1
- {azure_mgmt_storage-21.1.0.dist-info → azure_mgmt_storage-21.2.0.dist-info}/LICENSE +0 -0
- {azure_mgmt_storage-21.1.0.dist-info → azure_mgmt_storage-21.2.0.dist-info}/top_level.txt +0 -0
@@ -1,4 +1,4 @@
|
|
1
|
-
# pylint: disable=too-many-lines
|
1
|
+
# pylint: disable=too-many-lines,too-many-statements
|
2
2
|
# coding=utf-8
|
3
3
|
# --------------------------------------------------------------------------
|
4
4
|
# Copyright (c) Microsoft Corporation. All rights reserved.
|
@@ -7,7 +7,8 @@
|
|
7
7
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
8
8
|
# --------------------------------------------------------------------------
|
9
9
|
from io import IOBase
|
10
|
-
|
10
|
+
import sys
|
11
|
+
from typing import Any, Callable, Dict, IO, Iterable, Optional, Type, TypeVar, Union, cast, overload
|
11
12
|
import urllib.parse
|
12
13
|
|
13
14
|
from azure.core.exceptions import (
|
@@ -32,6 +33,10 @@ from .. import models as _models
|
|
32
33
|
from ..._serialization import Serializer
|
33
34
|
from .._vendor import _convert_request
|
34
35
|
|
36
|
+
if sys.version_info >= (3, 9):
|
37
|
+
from collections.abc import MutableMapping
|
38
|
+
else:
|
39
|
+
from typing import MutableMapping # type: ignore # pylint: disable=ungrouped-imports
|
35
40
|
T = TypeVar("T")
|
36
41
|
ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]]
|
37
42
|
|
@@ -361,7 +366,6 @@ class StorageAccountsOperations:
|
|
361
366
|
:keyword content_type: Body Parameter content-type. Content type parameter for JSON body.
|
362
367
|
Default value is "application/json".
|
363
368
|
:paramtype content_type: str
|
364
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
365
369
|
:return: CheckNameAvailabilityResult or the result of cls(response)
|
366
370
|
:rtype: ~azure.mgmt.storage.v2015_06_15.models.CheckNameAvailabilityResult
|
367
371
|
:raises ~azure.core.exceptions.HttpResponseError:
|
@@ -369,18 +373,17 @@ class StorageAccountsOperations:
|
|
369
373
|
|
370
374
|
@overload
|
371
375
|
def check_name_availability(
|
372
|
-
self, account_name: IO, *, content_type: str = "application/json", **kwargs: Any
|
376
|
+
self, account_name: IO[bytes], *, content_type: str = "application/json", **kwargs: Any
|
373
377
|
) -> _models.CheckNameAvailabilityResult:
|
374
378
|
"""Checks that the storage account name is valid and is not already in use.
|
375
379
|
|
376
380
|
:param account_name: The name of the storage account within the specified resource group.
|
377
381
|
Storage account names must be between 3 and 24 characters in length and use numbers and
|
378
382
|
lower-case letters only. Required.
|
379
|
-
:type account_name: IO
|
383
|
+
:type account_name: IO[bytes]
|
380
384
|
:keyword content_type: Body Parameter content-type. Content type parameter for binary body.
|
381
385
|
Known values are: 'application/json', 'text/json'. Default value is "application/json".
|
382
386
|
:paramtype content_type: str
|
383
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
384
387
|
:return: CheckNameAvailabilityResult or the result of cls(response)
|
385
388
|
:rtype: ~azure.mgmt.storage.v2015_06_15.models.CheckNameAvailabilityResult
|
386
389
|
:raises ~azure.core.exceptions.HttpResponseError:
|
@@ -388,25 +391,22 @@ class StorageAccountsOperations:
|
|
388
391
|
|
389
392
|
@distributed_trace
|
390
393
|
def check_name_availability(
|
391
|
-
self, account_name: Union[_models.StorageAccountCheckNameAvailabilityParameters, IO], **kwargs: Any
|
394
|
+
self, account_name: Union[_models.StorageAccountCheckNameAvailabilityParameters, IO[bytes]], **kwargs: Any
|
392
395
|
) -> _models.CheckNameAvailabilityResult:
|
393
396
|
"""Checks that the storage account name is valid and is not already in use.
|
394
397
|
|
395
398
|
:param account_name: The name of the storage account within the specified resource group.
|
396
399
|
Storage account names must be between 3 and 24 characters in length and use numbers and
|
397
|
-
lower-case letters only. Is either a StorageAccountCheckNameAvailabilityParameters type or a
|
398
|
-
type. Required.
|
400
|
+
lower-case letters only. Is either a StorageAccountCheckNameAvailabilityParameters type or a
|
401
|
+
IO[bytes] type. Required.
|
399
402
|
:type account_name:
|
400
|
-
~azure.mgmt.storage.v2015_06_15.models.StorageAccountCheckNameAvailabilityParameters or
|
401
|
-
|
402
|
-
'text/json'. Default value is None.
|
403
|
-
:paramtype content_type: str
|
404
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
403
|
+
~azure.mgmt.storage.v2015_06_15.models.StorageAccountCheckNameAvailabilityParameters or
|
404
|
+
IO[bytes]
|
405
405
|
:return: CheckNameAvailabilityResult or the result of cls(response)
|
406
406
|
:rtype: ~azure.mgmt.storage.v2015_06_15.models.CheckNameAvailabilityResult
|
407
407
|
:raises ~azure.core.exceptions.HttpResponseError:
|
408
408
|
"""
|
409
|
-
error_map = {
|
409
|
+
error_map: MutableMapping[int, Type[HttpResponseError]] = {
|
410
410
|
401: ClientAuthenticationError,
|
411
411
|
404: ResourceNotFoundError,
|
412
412
|
409: ResourceExistsError,
|
@@ -429,22 +429,21 @@ class StorageAccountsOperations:
|
|
429
429
|
else:
|
430
430
|
_json = self._serialize.body(account_name, "StorageAccountCheckNameAvailabilityParameters")
|
431
431
|
|
432
|
-
|
432
|
+
_request = build_check_name_availability_request(
|
433
433
|
subscription_id=self._config.subscription_id,
|
434
434
|
api_version=api_version,
|
435
435
|
content_type=content_type,
|
436
436
|
json=_json,
|
437
437
|
content=_content,
|
438
|
-
template_url=self.check_name_availability.metadata["url"],
|
439
438
|
headers=_headers,
|
440
439
|
params=_params,
|
441
440
|
)
|
442
|
-
|
443
|
-
|
441
|
+
_request = _convert_request(_request)
|
442
|
+
_request.url = self._client.format_url(_request.url)
|
444
443
|
|
445
444
|
_stream = False
|
446
445
|
pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access
|
447
|
-
|
446
|
+
_request, stream=_stream, **kwargs
|
448
447
|
)
|
449
448
|
|
450
449
|
response = pipeline_response.http_response
|
@@ -456,22 +455,18 @@ class StorageAccountsOperations:
|
|
456
455
|
deserialized = self._deserialize("CheckNameAvailabilityResult", pipeline_response)
|
457
456
|
|
458
457
|
if cls:
|
459
|
-
return cls(pipeline_response, deserialized, {})
|
460
|
-
|
461
|
-
return deserialized
|
458
|
+
return cls(pipeline_response, deserialized, {}) # type: ignore
|
462
459
|
|
463
|
-
|
464
|
-
"url": "/subscriptions/{subscriptionId}/providers/Microsoft.Storage/checkNameAvailability"
|
465
|
-
}
|
460
|
+
return deserialized # type: ignore
|
466
461
|
|
467
462
|
def _create_initial(
|
468
463
|
self,
|
469
464
|
resource_group_name: str,
|
470
465
|
account_name: str,
|
471
|
-
parameters: Union[_models.StorageAccountCreateParameters, IO],
|
466
|
+
parameters: Union[_models.StorageAccountCreateParameters, IO[bytes]],
|
472
467
|
**kwargs: Any
|
473
468
|
) -> Optional[_models.StorageAccount]:
|
474
|
-
error_map = {
|
469
|
+
error_map: MutableMapping[int, Type[HttpResponseError]] = {
|
475
470
|
401: ClientAuthenticationError,
|
476
471
|
404: ResourceNotFoundError,
|
477
472
|
409: ResourceExistsError,
|
@@ -494,7 +489,7 @@ class StorageAccountsOperations:
|
|
494
489
|
else:
|
495
490
|
_json = self._serialize.body(parameters, "StorageAccountCreateParameters")
|
496
491
|
|
497
|
-
|
492
|
+
_request = build_create_request(
|
498
493
|
resource_group_name=resource_group_name,
|
499
494
|
account_name=account_name,
|
500
495
|
subscription_id=self._config.subscription_id,
|
@@ -502,16 +497,15 @@ class StorageAccountsOperations:
|
|
502
497
|
content_type=content_type,
|
503
498
|
json=_json,
|
504
499
|
content=_content,
|
505
|
-
template_url=self._create_initial.metadata["url"],
|
506
500
|
headers=_headers,
|
507
501
|
params=_params,
|
508
502
|
)
|
509
|
-
|
510
|
-
|
503
|
+
_request = _convert_request(_request)
|
504
|
+
_request.url = self._client.format_url(_request.url)
|
511
505
|
|
512
506
|
_stream = False
|
513
507
|
pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access
|
514
|
-
|
508
|
+
_request, stream=_stream, **kwargs
|
515
509
|
)
|
516
510
|
|
517
511
|
response = pipeline_response.http_response
|
@@ -525,13 +519,9 @@ class StorageAccountsOperations:
|
|
525
519
|
deserialized = self._deserialize("StorageAccount", pipeline_response)
|
526
520
|
|
527
521
|
if cls:
|
528
|
-
return cls(pipeline_response, deserialized, {})
|
522
|
+
return cls(pipeline_response, deserialized, {}) # type: ignore
|
529
523
|
|
530
|
-
return deserialized
|
531
|
-
|
532
|
-
_create_initial.metadata = {
|
533
|
-
"url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}"
|
534
|
-
}
|
524
|
+
return deserialized # type: ignore
|
535
525
|
|
536
526
|
@overload
|
537
527
|
def begin_create(
|
@@ -560,14 +550,6 @@ class StorageAccountsOperations:
|
|
560
550
|
:keyword content_type: Body Parameter content-type. Content type parameter for JSON body.
|
561
551
|
Default value is "application/json".
|
562
552
|
:paramtype content_type: str
|
563
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
564
|
-
:keyword str continuation_token: A continuation token to restart a poller from a saved state.
|
565
|
-
:keyword polling: By default, your polling method will be ARMPolling. Pass in False for this
|
566
|
-
operation to not poll, or pass in your own initialized polling object for a personal polling
|
567
|
-
strategy.
|
568
|
-
:paramtype polling: bool or ~azure.core.polling.PollingMethod
|
569
|
-
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
|
570
|
-
Retry-After header is present.
|
571
553
|
:return: An instance of LROPoller that returns either StorageAccount or the result of
|
572
554
|
cls(response)
|
573
555
|
:rtype: ~azure.core.polling.LROPoller[~azure.mgmt.storage.v2015_06_15.models.StorageAccount]
|
@@ -579,7 +561,7 @@ class StorageAccountsOperations:
|
|
579
561
|
self,
|
580
562
|
resource_group_name: str,
|
581
563
|
account_name: str,
|
582
|
-
parameters: IO,
|
564
|
+
parameters: IO[bytes],
|
583
565
|
*,
|
584
566
|
content_type: str = "application/json",
|
585
567
|
**kwargs: Any
|
@@ -597,18 +579,10 @@ class StorageAccountsOperations:
|
|
597
579
|
lower-case letters only. Required.
|
598
580
|
:type account_name: str
|
599
581
|
:param parameters: The parameters to provide for the created account. Required.
|
600
|
-
:type parameters: IO
|
582
|
+
:type parameters: IO[bytes]
|
601
583
|
:keyword content_type: Body Parameter content-type. Content type parameter for binary body.
|
602
584
|
Known values are: 'application/json', 'text/json'. Default value is "application/json".
|
603
585
|
:paramtype content_type: str
|
604
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
605
|
-
:keyword str continuation_token: A continuation token to restart a poller from a saved state.
|
606
|
-
:keyword polling: By default, your polling method will be ARMPolling. Pass in False for this
|
607
|
-
operation to not poll, or pass in your own initialized polling object for a personal polling
|
608
|
-
strategy.
|
609
|
-
:paramtype polling: bool or ~azure.core.polling.PollingMethod
|
610
|
-
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
|
611
|
-
Retry-After header is present.
|
612
586
|
:return: An instance of LROPoller that returns either StorageAccount or the result of
|
613
587
|
cls(response)
|
614
588
|
:rtype: ~azure.core.polling.LROPoller[~azure.mgmt.storage.v2015_06_15.models.StorageAccount]
|
@@ -620,7 +594,7 @@ class StorageAccountsOperations:
|
|
620
594
|
self,
|
621
595
|
resource_group_name: str,
|
622
596
|
account_name: str,
|
623
|
-
parameters: Union[_models.StorageAccountCreateParameters, IO],
|
597
|
+
parameters: Union[_models.StorageAccountCreateParameters, IO[bytes]],
|
624
598
|
**kwargs: Any
|
625
599
|
) -> LROPoller[_models.StorageAccount]:
|
626
600
|
"""Asynchronously creates a new storage account with the specified parameters. If an account is
|
@@ -636,19 +610,9 @@ class StorageAccountsOperations:
|
|
636
610
|
lower-case letters only. Required.
|
637
611
|
:type account_name: str
|
638
612
|
:param parameters: The parameters to provide for the created account. Is either a
|
639
|
-
StorageAccountCreateParameters type or a IO type. Required.
|
640
|
-
:type parameters: ~azure.mgmt.storage.v2015_06_15.models.StorageAccountCreateParameters or
|
641
|
-
|
642
|
-
'text/json'. Default value is None.
|
643
|
-
:paramtype content_type: str
|
644
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
645
|
-
:keyword str continuation_token: A continuation token to restart a poller from a saved state.
|
646
|
-
:keyword polling: By default, your polling method will be ARMPolling. Pass in False for this
|
647
|
-
operation to not poll, or pass in your own initialized polling object for a personal polling
|
648
|
-
strategy.
|
649
|
-
:paramtype polling: bool or ~azure.core.polling.PollingMethod
|
650
|
-
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
|
651
|
-
Retry-After header is present.
|
613
|
+
StorageAccountCreateParameters type or a IO[bytes] type. Required.
|
614
|
+
:type parameters: ~azure.mgmt.storage.v2015_06_15.models.StorageAccountCreateParameters or
|
615
|
+
IO[bytes]
|
652
616
|
:return: An instance of LROPoller that returns either StorageAccount or the result of
|
653
617
|
cls(response)
|
654
618
|
:rtype: ~azure.core.polling.LROPoller[~azure.mgmt.storage.v2015_06_15.models.StorageAccount]
|
@@ -680,7 +644,7 @@ class StorageAccountsOperations:
|
|
680
644
|
def get_long_running_output(pipeline_response):
|
681
645
|
deserialized = self._deserialize("StorageAccount", pipeline_response)
|
682
646
|
if cls:
|
683
|
-
return cls(pipeline_response, deserialized, {})
|
647
|
+
return cls(pipeline_response, deserialized, {}) # type: ignore
|
684
648
|
return deserialized
|
685
649
|
|
686
650
|
if polling is True:
|
@@ -690,17 +654,15 @@ class StorageAccountsOperations:
|
|
690
654
|
else:
|
691
655
|
polling_method = polling
|
692
656
|
if cont_token:
|
693
|
-
return LROPoller.from_continuation_token(
|
657
|
+
return LROPoller[_models.StorageAccount].from_continuation_token(
|
694
658
|
polling_method=polling_method,
|
695
659
|
continuation_token=cont_token,
|
696
660
|
client=self._client,
|
697
661
|
deserialization_callback=get_long_running_output,
|
698
662
|
)
|
699
|
-
return LROPoller(
|
700
|
-
|
701
|
-
|
702
|
-
"url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}"
|
703
|
-
}
|
663
|
+
return LROPoller[_models.StorageAccount](
|
664
|
+
self._client, raw_result, get_long_running_output, polling_method # type: ignore
|
665
|
+
)
|
704
666
|
|
705
667
|
@distributed_trace
|
706
668
|
def delete( # pylint: disable=inconsistent-return-statements
|
@@ -715,12 +677,11 @@ class StorageAccountsOperations:
|
|
715
677
|
Storage account names must be between 3 and 24 characters in length and use numbers and
|
716
678
|
lower-case letters only. Required.
|
717
679
|
:type account_name: str
|
718
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
719
680
|
:return: None or the result of cls(response)
|
720
681
|
:rtype: None
|
721
682
|
:raises ~azure.core.exceptions.HttpResponseError:
|
722
683
|
"""
|
723
|
-
error_map = {
|
684
|
+
error_map: MutableMapping[int, Type[HttpResponseError]] = {
|
724
685
|
401: ClientAuthenticationError,
|
725
686
|
404: ResourceNotFoundError,
|
726
687
|
409: ResourceExistsError,
|
@@ -734,21 +695,20 @@ class StorageAccountsOperations:
|
|
734
695
|
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2015-06-15"))
|
735
696
|
cls: ClsType[None] = kwargs.pop("cls", None)
|
736
697
|
|
737
|
-
|
698
|
+
_request = build_delete_request(
|
738
699
|
resource_group_name=resource_group_name,
|
739
700
|
account_name=account_name,
|
740
701
|
subscription_id=self._config.subscription_id,
|
741
702
|
api_version=api_version,
|
742
|
-
template_url=self.delete.metadata["url"],
|
743
703
|
headers=_headers,
|
744
704
|
params=_params,
|
745
705
|
)
|
746
|
-
|
747
|
-
|
706
|
+
_request = _convert_request(_request)
|
707
|
+
_request.url = self._client.format_url(_request.url)
|
748
708
|
|
749
709
|
_stream = False
|
750
710
|
pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access
|
751
|
-
|
711
|
+
_request, stream=_stream, **kwargs
|
752
712
|
)
|
753
713
|
|
754
714
|
response = pipeline_response.http_response
|
@@ -758,11 +718,7 @@ class StorageAccountsOperations:
|
|
758
718
|
raise HttpResponseError(response=response, error_format=ARMErrorFormat)
|
759
719
|
|
760
720
|
if cls:
|
761
|
-
return cls(pipeline_response, None, {})
|
762
|
-
|
763
|
-
delete.metadata = {
|
764
|
-
"url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}"
|
765
|
-
}
|
721
|
+
return cls(pipeline_response, None, {}) # type: ignore
|
766
722
|
|
767
723
|
@distributed_trace
|
768
724
|
def get_properties(self, resource_group_name: str, account_name: str, **kwargs: Any) -> _models.StorageAccount:
|
@@ -777,12 +733,11 @@ class StorageAccountsOperations:
|
|
777
733
|
Storage account names must be between 3 and 24 characters in length and use numbers and
|
778
734
|
lower-case letters only. Required.
|
779
735
|
:type account_name: str
|
780
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
781
736
|
:return: StorageAccount or the result of cls(response)
|
782
737
|
:rtype: ~azure.mgmt.storage.v2015_06_15.models.StorageAccount
|
783
738
|
:raises ~azure.core.exceptions.HttpResponseError:
|
784
739
|
"""
|
785
|
-
error_map = {
|
740
|
+
error_map: MutableMapping[int, Type[HttpResponseError]] = {
|
786
741
|
401: ClientAuthenticationError,
|
787
742
|
404: ResourceNotFoundError,
|
788
743
|
409: ResourceExistsError,
|
@@ -796,21 +751,20 @@ class StorageAccountsOperations:
|
|
796
751
|
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2015-06-15"))
|
797
752
|
cls: ClsType[_models.StorageAccount] = kwargs.pop("cls", None)
|
798
753
|
|
799
|
-
|
754
|
+
_request = build_get_properties_request(
|
800
755
|
resource_group_name=resource_group_name,
|
801
756
|
account_name=account_name,
|
802
757
|
subscription_id=self._config.subscription_id,
|
803
758
|
api_version=api_version,
|
804
|
-
template_url=self.get_properties.metadata["url"],
|
805
759
|
headers=_headers,
|
806
760
|
params=_params,
|
807
761
|
)
|
808
|
-
|
809
|
-
|
762
|
+
_request = _convert_request(_request)
|
763
|
+
_request.url = self._client.format_url(_request.url)
|
810
764
|
|
811
765
|
_stream = False
|
812
766
|
pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access
|
813
|
-
|
767
|
+
_request, stream=_stream, **kwargs
|
814
768
|
)
|
815
769
|
|
816
770
|
response = pipeline_response.http_response
|
@@ -822,13 +776,9 @@ class StorageAccountsOperations:
|
|
822
776
|
deserialized = self._deserialize("StorageAccount", pipeline_response)
|
823
777
|
|
824
778
|
if cls:
|
825
|
-
return cls(pipeline_response, deserialized, {})
|
826
|
-
|
827
|
-
return deserialized
|
779
|
+
return cls(pipeline_response, deserialized, {}) # type: ignore
|
828
780
|
|
829
|
-
|
830
|
-
"url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}"
|
831
|
-
}
|
781
|
+
return deserialized # type: ignore
|
832
782
|
|
833
783
|
@overload
|
834
784
|
def update(
|
@@ -861,7 +811,6 @@ class StorageAccountsOperations:
|
|
861
811
|
:keyword content_type: Body Parameter content-type. Content type parameter for JSON body.
|
862
812
|
Default value is "application/json".
|
863
813
|
:paramtype content_type: str
|
864
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
865
814
|
:return: StorageAccount or the result of cls(response)
|
866
815
|
:rtype: ~azure.mgmt.storage.v2015_06_15.models.StorageAccount
|
867
816
|
:raises ~azure.core.exceptions.HttpResponseError:
|
@@ -872,7 +821,7 @@ class StorageAccountsOperations:
|
|
872
821
|
self,
|
873
822
|
resource_group_name: str,
|
874
823
|
account_name: str,
|
875
|
-
parameters: IO,
|
824
|
+
parameters: IO[bytes],
|
876
825
|
*,
|
877
826
|
content_type: str = "application/json",
|
878
827
|
**kwargs: Any
|
@@ -894,11 +843,10 @@ class StorageAccountsOperations:
|
|
894
843
|
lower-case letters only. Required.
|
895
844
|
:type account_name: str
|
896
845
|
:param parameters: The parameters to provide for the updated account. Required.
|
897
|
-
:type parameters: IO
|
846
|
+
:type parameters: IO[bytes]
|
898
847
|
:keyword content_type: Body Parameter content-type. Content type parameter for binary body.
|
899
848
|
Known values are: 'application/json', 'text/json'. Default value is "application/json".
|
900
849
|
:paramtype content_type: str
|
901
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
902
850
|
:return: StorageAccount or the result of cls(response)
|
903
851
|
:rtype: ~azure.mgmt.storage.v2015_06_15.models.StorageAccount
|
904
852
|
:raises ~azure.core.exceptions.HttpResponseError:
|
@@ -909,7 +857,7 @@ class StorageAccountsOperations:
|
|
909
857
|
self,
|
910
858
|
resource_group_name: str,
|
911
859
|
account_name: str,
|
912
|
-
parameters: Union[_models.StorageAccountUpdateParameters, IO],
|
860
|
+
parameters: Union[_models.StorageAccountUpdateParameters, IO[bytes]],
|
913
861
|
**kwargs: Any
|
914
862
|
) -> _models.StorageAccount:
|
915
863
|
"""The update operation can be used to update the SKU, encryption, access tier, or tags for a
|
@@ -929,17 +877,14 @@ class StorageAccountsOperations:
|
|
929
877
|
lower-case letters only. Required.
|
930
878
|
:type account_name: str
|
931
879
|
:param parameters: The parameters to provide for the updated account. Is either a
|
932
|
-
StorageAccountUpdateParameters type or a IO type. Required.
|
933
|
-
:type parameters: ~azure.mgmt.storage.v2015_06_15.models.StorageAccountUpdateParameters or
|
934
|
-
|
935
|
-
'text/json'. Default value is None.
|
936
|
-
:paramtype content_type: str
|
937
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
880
|
+
StorageAccountUpdateParameters type or a IO[bytes] type. Required.
|
881
|
+
:type parameters: ~azure.mgmt.storage.v2015_06_15.models.StorageAccountUpdateParameters or
|
882
|
+
IO[bytes]
|
938
883
|
:return: StorageAccount or the result of cls(response)
|
939
884
|
:rtype: ~azure.mgmt.storage.v2015_06_15.models.StorageAccount
|
940
885
|
:raises ~azure.core.exceptions.HttpResponseError:
|
941
886
|
"""
|
942
|
-
error_map = {
|
887
|
+
error_map: MutableMapping[int, Type[HttpResponseError]] = {
|
943
888
|
401: ClientAuthenticationError,
|
944
889
|
404: ResourceNotFoundError,
|
945
890
|
409: ResourceExistsError,
|
@@ -962,7 +907,7 @@ class StorageAccountsOperations:
|
|
962
907
|
else:
|
963
908
|
_json = self._serialize.body(parameters, "StorageAccountUpdateParameters")
|
964
909
|
|
965
|
-
|
910
|
+
_request = build_update_request(
|
966
911
|
resource_group_name=resource_group_name,
|
967
912
|
account_name=account_name,
|
968
913
|
subscription_id=self._config.subscription_id,
|
@@ -970,16 +915,15 @@ class StorageAccountsOperations:
|
|
970
915
|
content_type=content_type,
|
971
916
|
json=_json,
|
972
917
|
content=_content,
|
973
|
-
template_url=self.update.metadata["url"],
|
974
918
|
headers=_headers,
|
975
919
|
params=_params,
|
976
920
|
)
|
977
|
-
|
978
|
-
|
921
|
+
_request = _convert_request(_request)
|
922
|
+
_request.url = self._client.format_url(_request.url)
|
979
923
|
|
980
924
|
_stream = False
|
981
925
|
pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access
|
982
|
-
|
926
|
+
_request, stream=_stream, **kwargs
|
983
927
|
)
|
984
928
|
|
985
929
|
response = pipeline_response.http_response
|
@@ -991,20 +935,15 @@ class StorageAccountsOperations:
|
|
991
935
|
deserialized = self._deserialize("StorageAccount", pipeline_response)
|
992
936
|
|
993
937
|
if cls:
|
994
|
-
return cls(pipeline_response, deserialized, {})
|
995
|
-
|
996
|
-
return deserialized
|
938
|
+
return cls(pipeline_response, deserialized, {}) # type: ignore
|
997
939
|
|
998
|
-
|
999
|
-
"url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}"
|
1000
|
-
}
|
940
|
+
return deserialized # type: ignore
|
1001
941
|
|
1002
942
|
@distributed_trace
|
1003
943
|
def list(self, **kwargs: Any) -> Iterable["_models.StorageAccount"]:
|
1004
944
|
"""Lists all the storage accounts available under the subscription. Note that storage keys are not
|
1005
945
|
returned; use the ListKeys operation for this.
|
1006
946
|
|
1007
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
1008
947
|
:return: An iterator like instance of either StorageAccount or the result of cls(response)
|
1009
948
|
:rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.storage.v2015_06_15.models.StorageAccount]
|
1010
949
|
:raises ~azure.core.exceptions.HttpResponseError:
|
@@ -1015,7 +954,7 @@ class StorageAccountsOperations:
|
|
1015
954
|
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2015-06-15"))
|
1016
955
|
cls: ClsType[_models.StorageAccountListResult] = kwargs.pop("cls", None)
|
1017
956
|
|
1018
|
-
error_map = {
|
957
|
+
error_map: MutableMapping[int, Type[HttpResponseError]] = {
|
1019
958
|
401: ClientAuthenticationError,
|
1020
959
|
404: ResourceNotFoundError,
|
1021
960
|
409: ResourceExistsError,
|
@@ -1026,15 +965,14 @@ class StorageAccountsOperations:
|
|
1026
965
|
def prepare_request(next_link=None):
|
1027
966
|
if not next_link:
|
1028
967
|
|
1029
|
-
|
968
|
+
_request = build_list_request(
|
1030
969
|
subscription_id=self._config.subscription_id,
|
1031
970
|
api_version=api_version,
|
1032
|
-
template_url=self.list.metadata["url"],
|
1033
971
|
headers=_headers,
|
1034
972
|
params=_params,
|
1035
973
|
)
|
1036
|
-
|
1037
|
-
|
974
|
+
_request = _convert_request(_request)
|
975
|
+
_request.url = self._client.format_url(_request.url)
|
1038
976
|
|
1039
977
|
else:
|
1040
978
|
# make call to next link with the client's api-version
|
@@ -1045,14 +983,14 @@ class StorageAccountsOperations:
|
|
1045
983
|
for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items()
|
1046
984
|
}
|
1047
985
|
)
|
1048
|
-
_next_request_params["api-version"] = self.
|
1049
|
-
|
986
|
+
_next_request_params["api-version"] = self._api_version
|
987
|
+
_request = HttpRequest(
|
1050
988
|
"GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params
|
1051
989
|
)
|
1052
|
-
|
1053
|
-
|
1054
|
-
|
1055
|
-
return
|
990
|
+
_request = _convert_request(_request)
|
991
|
+
_request.url = self._client.format_url(_request.url)
|
992
|
+
_request.method = "GET"
|
993
|
+
return _request
|
1056
994
|
|
1057
995
|
def extract_data(pipeline_response):
|
1058
996
|
deserialized = self._deserialize("StorageAccountListResult", pipeline_response)
|
@@ -1062,11 +1000,11 @@ class StorageAccountsOperations:
|
|
1062
1000
|
return None, iter(list_of_elem)
|
1063
1001
|
|
1064
1002
|
def get_next(next_link=None):
|
1065
|
-
|
1003
|
+
_request = prepare_request(next_link)
|
1066
1004
|
|
1067
1005
|
_stream = False
|
1068
1006
|
pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access
|
1069
|
-
|
1007
|
+
_request, stream=_stream, **kwargs
|
1070
1008
|
)
|
1071
1009
|
response = pipeline_response.http_response
|
1072
1010
|
|
@@ -1078,8 +1016,6 @@ class StorageAccountsOperations:
|
|
1078
1016
|
|
1079
1017
|
return ItemPaged(get_next, extract_data)
|
1080
1018
|
|
1081
|
-
list.metadata = {"url": "/subscriptions/{subscriptionId}/providers/Microsoft.Storage/storageAccounts"}
|
1082
|
-
|
1083
1019
|
@distributed_trace
|
1084
1020
|
def list_by_resource_group(self, resource_group_name: str, **kwargs: Any) -> Iterable["_models.StorageAccount"]:
|
1085
1021
|
"""Lists all the storage accounts available under the given resource group. Note that storage keys
|
@@ -1088,7 +1024,6 @@ class StorageAccountsOperations:
|
|
1088
1024
|
:param resource_group_name: The name of the resource group within the user's subscription. The
|
1089
1025
|
name is case insensitive. Required.
|
1090
1026
|
:type resource_group_name: str
|
1091
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
1092
1027
|
:return: An iterator like instance of either StorageAccount or the result of cls(response)
|
1093
1028
|
:rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.storage.v2015_06_15.models.StorageAccount]
|
1094
1029
|
:raises ~azure.core.exceptions.HttpResponseError:
|
@@ -1099,7 +1034,7 @@ class StorageAccountsOperations:
|
|
1099
1034
|
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2015-06-15"))
|
1100
1035
|
cls: ClsType[_models.StorageAccountListResult] = kwargs.pop("cls", None)
|
1101
1036
|
|
1102
|
-
error_map = {
|
1037
|
+
error_map: MutableMapping[int, Type[HttpResponseError]] = {
|
1103
1038
|
401: ClientAuthenticationError,
|
1104
1039
|
404: ResourceNotFoundError,
|
1105
1040
|
409: ResourceExistsError,
|
@@ -1110,16 +1045,15 @@ class StorageAccountsOperations:
|
|
1110
1045
|
def prepare_request(next_link=None):
|
1111
1046
|
if not next_link:
|
1112
1047
|
|
1113
|
-
|
1048
|
+
_request = build_list_by_resource_group_request(
|
1114
1049
|
resource_group_name=resource_group_name,
|
1115
1050
|
subscription_id=self._config.subscription_id,
|
1116
1051
|
api_version=api_version,
|
1117
|
-
template_url=self.list_by_resource_group.metadata["url"],
|
1118
1052
|
headers=_headers,
|
1119
1053
|
params=_params,
|
1120
1054
|
)
|
1121
|
-
|
1122
|
-
|
1055
|
+
_request = _convert_request(_request)
|
1056
|
+
_request.url = self._client.format_url(_request.url)
|
1123
1057
|
|
1124
1058
|
else:
|
1125
1059
|
# make call to next link with the client's api-version
|
@@ -1130,14 +1064,14 @@ class StorageAccountsOperations:
|
|
1130
1064
|
for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items()
|
1131
1065
|
}
|
1132
1066
|
)
|
1133
|
-
_next_request_params["api-version"] = self.
|
1134
|
-
|
1067
|
+
_next_request_params["api-version"] = self._api_version
|
1068
|
+
_request = HttpRequest(
|
1135
1069
|
"GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params
|
1136
1070
|
)
|
1137
|
-
|
1138
|
-
|
1139
|
-
|
1140
|
-
return
|
1071
|
+
_request = _convert_request(_request)
|
1072
|
+
_request.url = self._client.format_url(_request.url)
|
1073
|
+
_request.method = "GET"
|
1074
|
+
return _request
|
1141
1075
|
|
1142
1076
|
def extract_data(pipeline_response):
|
1143
1077
|
deserialized = self._deserialize("StorageAccountListResult", pipeline_response)
|
@@ -1147,11 +1081,11 @@ class StorageAccountsOperations:
|
|
1147
1081
|
return None, iter(list_of_elem)
|
1148
1082
|
|
1149
1083
|
def get_next(next_link=None):
|
1150
|
-
|
1084
|
+
_request = prepare_request(next_link)
|
1151
1085
|
|
1152
1086
|
_stream = False
|
1153
1087
|
pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access
|
1154
|
-
|
1088
|
+
_request, stream=_stream, **kwargs
|
1155
1089
|
)
|
1156
1090
|
response = pipeline_response.http_response
|
1157
1091
|
|
@@ -1163,10 +1097,6 @@ class StorageAccountsOperations:
|
|
1163
1097
|
|
1164
1098
|
return ItemPaged(get_next, extract_data)
|
1165
1099
|
|
1166
|
-
list_by_resource_group.metadata = {
|
1167
|
-
"url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts"
|
1168
|
-
}
|
1169
|
-
|
1170
1100
|
@distributed_trace
|
1171
1101
|
def list_keys(self, resource_group_name: str, account_name: str, **kwargs: Any) -> _models.StorageAccountKeys:
|
1172
1102
|
"""Lists the access keys for the specified storage account.
|
@@ -1178,12 +1108,11 @@ class StorageAccountsOperations:
|
|
1178
1108
|
Storage account names must be between 3 and 24 characters in length and use numbers and
|
1179
1109
|
lower-case letters only. Required.
|
1180
1110
|
:type account_name: str
|
1181
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
1182
1111
|
:return: StorageAccountKeys or the result of cls(response)
|
1183
1112
|
:rtype: ~azure.mgmt.storage.v2015_06_15.models.StorageAccountKeys
|
1184
1113
|
:raises ~azure.core.exceptions.HttpResponseError:
|
1185
1114
|
"""
|
1186
|
-
error_map = {
|
1115
|
+
error_map: MutableMapping[int, Type[HttpResponseError]] = {
|
1187
1116
|
401: ClientAuthenticationError,
|
1188
1117
|
404: ResourceNotFoundError,
|
1189
1118
|
409: ResourceExistsError,
|
@@ -1197,21 +1126,20 @@ class StorageAccountsOperations:
|
|
1197
1126
|
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2015-06-15"))
|
1198
1127
|
cls: ClsType[_models.StorageAccountKeys] = kwargs.pop("cls", None)
|
1199
1128
|
|
1200
|
-
|
1129
|
+
_request = build_list_keys_request(
|
1201
1130
|
resource_group_name=resource_group_name,
|
1202
1131
|
account_name=account_name,
|
1203
1132
|
subscription_id=self._config.subscription_id,
|
1204
1133
|
api_version=api_version,
|
1205
|
-
template_url=self.list_keys.metadata["url"],
|
1206
1134
|
headers=_headers,
|
1207
1135
|
params=_params,
|
1208
1136
|
)
|
1209
|
-
|
1210
|
-
|
1137
|
+
_request = _convert_request(_request)
|
1138
|
+
_request.url = self._client.format_url(_request.url)
|
1211
1139
|
|
1212
1140
|
_stream = False
|
1213
1141
|
pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access
|
1214
|
-
|
1142
|
+
_request, stream=_stream, **kwargs
|
1215
1143
|
)
|
1216
1144
|
|
1217
1145
|
response = pipeline_response.http_response
|
@@ -1223,13 +1151,9 @@ class StorageAccountsOperations:
|
|
1223
1151
|
deserialized = self._deserialize("StorageAccountKeys", pipeline_response)
|
1224
1152
|
|
1225
1153
|
if cls:
|
1226
|
-
return cls(pipeline_response, deserialized, {})
|
1227
|
-
|
1228
|
-
return deserialized
|
1154
|
+
return cls(pipeline_response, deserialized, {}) # type: ignore
|
1229
1155
|
|
1230
|
-
|
1231
|
-
"url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/listKeys"
|
1232
|
-
}
|
1156
|
+
return deserialized # type: ignore
|
1233
1157
|
|
1234
1158
|
@overload
|
1235
1159
|
def regenerate_key(
|
@@ -1257,7 +1181,6 @@ class StorageAccountsOperations:
|
|
1257
1181
|
:keyword content_type: Body Parameter content-type. Content type parameter for JSON body.
|
1258
1182
|
Default value is "application/json".
|
1259
1183
|
:paramtype content_type: str
|
1260
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
1261
1184
|
:return: StorageAccountKeys or the result of cls(response)
|
1262
1185
|
:rtype: ~azure.mgmt.storage.v2015_06_15.models.StorageAccountKeys
|
1263
1186
|
:raises ~azure.core.exceptions.HttpResponseError:
|
@@ -1268,7 +1191,7 @@ class StorageAccountsOperations:
|
|
1268
1191
|
self,
|
1269
1192
|
resource_group_name: str,
|
1270
1193
|
account_name: str,
|
1271
|
-
regenerate_key: IO,
|
1194
|
+
regenerate_key: IO[bytes],
|
1272
1195
|
*,
|
1273
1196
|
content_type: str = "application/json",
|
1274
1197
|
**kwargs: Any
|
@@ -1284,11 +1207,10 @@ class StorageAccountsOperations:
|
|
1284
1207
|
:type account_name: str
|
1285
1208
|
:param regenerate_key: Specifies name of the key which should be regenerated -- key1 or key2.
|
1286
1209
|
Required.
|
1287
|
-
:type regenerate_key: IO
|
1210
|
+
:type regenerate_key: IO[bytes]
|
1288
1211
|
:keyword content_type: Body Parameter content-type. Content type parameter for binary body.
|
1289
1212
|
Known values are: 'application/json', 'text/json'. Default value is "application/json".
|
1290
1213
|
:paramtype content_type: str
|
1291
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
1292
1214
|
:return: StorageAccountKeys or the result of cls(response)
|
1293
1215
|
:rtype: ~azure.mgmt.storage.v2015_06_15.models.StorageAccountKeys
|
1294
1216
|
:raises ~azure.core.exceptions.HttpResponseError:
|
@@ -1299,7 +1221,7 @@ class StorageAccountsOperations:
|
|
1299
1221
|
self,
|
1300
1222
|
resource_group_name: str,
|
1301
1223
|
account_name: str,
|
1302
|
-
regenerate_key: Union[_models.StorageAccountRegenerateKeyParameters, IO],
|
1224
|
+
regenerate_key: Union[_models.StorageAccountRegenerateKeyParameters, IO[bytes]],
|
1303
1225
|
**kwargs: Any
|
1304
1226
|
) -> _models.StorageAccountKeys:
|
1305
1227
|
"""Regenerates one of the access keys for the specified storage account.
|
@@ -1312,18 +1234,14 @@ class StorageAccountsOperations:
|
|
1312
1234
|
lower-case letters only. Required.
|
1313
1235
|
:type account_name: str
|
1314
1236
|
:param regenerate_key: Specifies name of the key which should be regenerated -- key1 or key2.
|
1315
|
-
Is either a StorageAccountRegenerateKeyParameters type or a IO type. Required.
|
1237
|
+
Is either a StorageAccountRegenerateKeyParameters type or a IO[bytes] type. Required.
|
1316
1238
|
:type regenerate_key:
|
1317
|
-
~azure.mgmt.storage.v2015_06_15.models.StorageAccountRegenerateKeyParameters or IO
|
1318
|
-
:keyword content_type: Body Parameter content-type. Known values are: 'application/json',
|
1319
|
-
'text/json'. Default value is None.
|
1320
|
-
:paramtype content_type: str
|
1321
|
-
:keyword callable cls: A custom type or function that will be passed the direct response
|
1239
|
+
~azure.mgmt.storage.v2015_06_15.models.StorageAccountRegenerateKeyParameters or IO[bytes]
|
1322
1240
|
:return: StorageAccountKeys or the result of cls(response)
|
1323
1241
|
:rtype: ~azure.mgmt.storage.v2015_06_15.models.StorageAccountKeys
|
1324
1242
|
:raises ~azure.core.exceptions.HttpResponseError:
|
1325
1243
|
"""
|
1326
|
-
error_map = {
|
1244
|
+
error_map: MutableMapping[int, Type[HttpResponseError]] = {
|
1327
1245
|
401: ClientAuthenticationError,
|
1328
1246
|
404: ResourceNotFoundError,
|
1329
1247
|
409: ResourceExistsError,
|
@@ -1346,7 +1264,7 @@ class StorageAccountsOperations:
|
|
1346
1264
|
else:
|
1347
1265
|
_json = self._serialize.body(regenerate_key, "StorageAccountRegenerateKeyParameters")
|
1348
1266
|
|
1349
|
-
|
1267
|
+
_request = build_regenerate_key_request(
|
1350
1268
|
resource_group_name=resource_group_name,
|
1351
1269
|
account_name=account_name,
|
1352
1270
|
subscription_id=self._config.subscription_id,
|
@@ -1354,16 +1272,15 @@ class StorageAccountsOperations:
|
|
1354
1272
|
content_type=content_type,
|
1355
1273
|
json=_json,
|
1356
1274
|
content=_content,
|
1357
|
-
template_url=self.regenerate_key.metadata["url"],
|
1358
1275
|
headers=_headers,
|
1359
1276
|
params=_params,
|
1360
1277
|
)
|
1361
|
-
|
1362
|
-
|
1278
|
+
_request = _convert_request(_request)
|
1279
|
+
_request.url = self._client.format_url(_request.url)
|
1363
1280
|
|
1364
1281
|
_stream = False
|
1365
1282
|
pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access
|
1366
|
-
|
1283
|
+
_request, stream=_stream, **kwargs
|
1367
1284
|
)
|
1368
1285
|
|
1369
1286
|
response = pipeline_response.http_response
|
@@ -1375,10 +1292,6 @@ class StorageAccountsOperations:
|
|
1375
1292
|
deserialized = self._deserialize("StorageAccountKeys", pipeline_response)
|
1376
1293
|
|
1377
1294
|
if cls:
|
1378
|
-
return cls(pipeline_response, deserialized, {})
|
1379
|
-
|
1380
|
-
return deserialized
|
1295
|
+
return cls(pipeline_response, deserialized, {}) # type: ignore
|
1381
1296
|
|
1382
|
-
|
1383
|
-
"url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/regenerateKey"
|
1384
|
-
}
|
1297
|
+
return deserialized # type: ignore
|