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
@@ -0,0 +1,349 @@
|
|
1
|
+
# pylint: disable=too-many-lines,too-many-statements
|
2
|
+
# coding=utf-8
|
3
|
+
# --------------------------------------------------------------------------
|
4
|
+
# Copyright (c) Microsoft Corporation. All rights reserved.
|
5
|
+
# Licensed under the MIT License. See License.txt in the project root for license information.
|
6
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
7
|
+
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
8
|
+
# --------------------------------------------------------------------------
|
9
|
+
from io import IOBase
|
10
|
+
import sys
|
11
|
+
from typing import Any, Callable, Dict, IO, Optional, Type, TypeVar, Union, overload
|
12
|
+
|
13
|
+
from azure.core.exceptions import (
|
14
|
+
ClientAuthenticationError,
|
15
|
+
HttpResponseError,
|
16
|
+
ResourceExistsError,
|
17
|
+
ResourceNotFoundError,
|
18
|
+
ResourceNotModifiedError,
|
19
|
+
map_error,
|
20
|
+
)
|
21
|
+
from azure.core.pipeline import PipelineResponse
|
22
|
+
from azure.core.pipeline.transport import AsyncHttpResponse
|
23
|
+
from azure.core.rest import HttpRequest
|
24
|
+
from azure.core.tracing.decorator_async import distributed_trace_async
|
25
|
+
from azure.core.utils import case_insensitive_dict
|
26
|
+
from azure.mgmt.core.exceptions import ARMErrorFormat
|
27
|
+
|
28
|
+
from ... import models as _models
|
29
|
+
from ..._vendor import _convert_request
|
30
|
+
from ...operations._management_policies_operations import (
|
31
|
+
build_create_or_update_request,
|
32
|
+
build_delete_request,
|
33
|
+
build_get_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
|
40
|
+
T = TypeVar("T")
|
41
|
+
ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]]
|
42
|
+
|
43
|
+
|
44
|
+
class ManagementPoliciesOperations:
|
45
|
+
"""
|
46
|
+
.. warning::
|
47
|
+
**DO NOT** instantiate this class directly.
|
48
|
+
|
49
|
+
Instead, you should access the following operations through
|
50
|
+
:class:`~azure.mgmt.storage.v2023_05_01.aio.StorageManagementClient`'s
|
51
|
+
:attr:`management_policies` attribute.
|
52
|
+
"""
|
53
|
+
|
54
|
+
models = _models
|
55
|
+
|
56
|
+
def __init__(self, *args, **kwargs) -> None:
|
57
|
+
input_args = list(args)
|
58
|
+
self._client = input_args.pop(0) if input_args else kwargs.pop("client")
|
59
|
+
self._config = input_args.pop(0) if input_args else kwargs.pop("config")
|
60
|
+
self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer")
|
61
|
+
self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer")
|
62
|
+
self._api_version = input_args.pop(0) if input_args else kwargs.pop("api_version")
|
63
|
+
|
64
|
+
@distributed_trace_async
|
65
|
+
async def get(
|
66
|
+
self,
|
67
|
+
resource_group_name: str,
|
68
|
+
account_name: str,
|
69
|
+
management_policy_name: Union[str, _models.ManagementPolicyName],
|
70
|
+
**kwargs: Any
|
71
|
+
) -> _models.ManagementPolicy:
|
72
|
+
"""Gets the managementpolicy associated with the specified storage account.
|
73
|
+
|
74
|
+
:param resource_group_name: The name of the resource group within the user's subscription. The
|
75
|
+
name is case insensitive. Required.
|
76
|
+
:type resource_group_name: str
|
77
|
+
:param account_name: The name of the storage account within the specified resource group.
|
78
|
+
Storage account names must be between 3 and 24 characters in length and use numbers and
|
79
|
+
lower-case letters only. Required.
|
80
|
+
:type account_name: str
|
81
|
+
:param management_policy_name: The name of the Storage Account Management Policy. It should
|
82
|
+
always be 'default'. "default" Required.
|
83
|
+
:type management_policy_name: str or
|
84
|
+
~azure.mgmt.storage.v2023_05_01.models.ManagementPolicyName
|
85
|
+
:return: ManagementPolicy or the result of cls(response)
|
86
|
+
:rtype: ~azure.mgmt.storage.v2023_05_01.models.ManagementPolicy
|
87
|
+
:raises ~azure.core.exceptions.HttpResponseError:
|
88
|
+
"""
|
89
|
+
error_map: MutableMapping[int, Type[HttpResponseError]] = {
|
90
|
+
401: ClientAuthenticationError,
|
91
|
+
404: ResourceNotFoundError,
|
92
|
+
409: ResourceExistsError,
|
93
|
+
304: ResourceNotModifiedError,
|
94
|
+
}
|
95
|
+
error_map.update(kwargs.pop("error_map", {}) or {})
|
96
|
+
|
97
|
+
_headers = kwargs.pop("headers", {}) or {}
|
98
|
+
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
99
|
+
|
100
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2023-05-01"))
|
101
|
+
cls: ClsType[_models.ManagementPolicy] = kwargs.pop("cls", None)
|
102
|
+
|
103
|
+
_request = build_get_request(
|
104
|
+
resource_group_name=resource_group_name,
|
105
|
+
account_name=account_name,
|
106
|
+
management_policy_name=management_policy_name,
|
107
|
+
subscription_id=self._config.subscription_id,
|
108
|
+
api_version=api_version,
|
109
|
+
headers=_headers,
|
110
|
+
params=_params,
|
111
|
+
)
|
112
|
+
_request = _convert_request(_request)
|
113
|
+
_request.url = self._client.format_url(_request.url)
|
114
|
+
|
115
|
+
_stream = False
|
116
|
+
pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access
|
117
|
+
_request, stream=_stream, **kwargs
|
118
|
+
)
|
119
|
+
|
120
|
+
response = pipeline_response.http_response
|
121
|
+
|
122
|
+
if response.status_code not in [200]:
|
123
|
+
map_error(status_code=response.status_code, response=response, error_map=error_map)
|
124
|
+
raise HttpResponseError(response=response, error_format=ARMErrorFormat)
|
125
|
+
|
126
|
+
deserialized = self._deserialize("ManagementPolicy", pipeline_response)
|
127
|
+
|
128
|
+
if cls:
|
129
|
+
return cls(pipeline_response, deserialized, {}) # type: ignore
|
130
|
+
|
131
|
+
return deserialized # type: ignore
|
132
|
+
|
133
|
+
@overload
|
134
|
+
async def create_or_update(
|
135
|
+
self,
|
136
|
+
resource_group_name: str,
|
137
|
+
account_name: str,
|
138
|
+
management_policy_name: Union[str, _models.ManagementPolicyName],
|
139
|
+
properties: _models.ManagementPolicy,
|
140
|
+
*,
|
141
|
+
content_type: str = "application/json",
|
142
|
+
**kwargs: Any
|
143
|
+
) -> _models.ManagementPolicy:
|
144
|
+
"""Sets the managementpolicy to the specified storage account.
|
145
|
+
|
146
|
+
:param resource_group_name: The name of the resource group within the user's subscription. The
|
147
|
+
name is case insensitive. Required.
|
148
|
+
:type resource_group_name: str
|
149
|
+
:param account_name: The name of the storage account within the specified resource group.
|
150
|
+
Storage account names must be between 3 and 24 characters in length and use numbers and
|
151
|
+
lower-case letters only. Required.
|
152
|
+
:type account_name: str
|
153
|
+
:param management_policy_name: The name of the Storage Account Management Policy. It should
|
154
|
+
always be 'default'. "default" Required.
|
155
|
+
:type management_policy_name: str or
|
156
|
+
~azure.mgmt.storage.v2023_05_01.models.ManagementPolicyName
|
157
|
+
:param properties: The ManagementPolicy set to a storage account. Required.
|
158
|
+
:type properties: ~azure.mgmt.storage.v2023_05_01.models.ManagementPolicy
|
159
|
+
:keyword content_type: Body Parameter content-type. Content type parameter for JSON body.
|
160
|
+
Default value is "application/json".
|
161
|
+
:paramtype content_type: str
|
162
|
+
:return: ManagementPolicy or the result of cls(response)
|
163
|
+
:rtype: ~azure.mgmt.storage.v2023_05_01.models.ManagementPolicy
|
164
|
+
:raises ~azure.core.exceptions.HttpResponseError:
|
165
|
+
"""
|
166
|
+
|
167
|
+
@overload
|
168
|
+
async def create_or_update(
|
169
|
+
self,
|
170
|
+
resource_group_name: str,
|
171
|
+
account_name: str,
|
172
|
+
management_policy_name: Union[str, _models.ManagementPolicyName],
|
173
|
+
properties: IO[bytes],
|
174
|
+
*,
|
175
|
+
content_type: str = "application/json",
|
176
|
+
**kwargs: Any
|
177
|
+
) -> _models.ManagementPolicy:
|
178
|
+
"""Sets the managementpolicy to the specified storage account.
|
179
|
+
|
180
|
+
:param resource_group_name: The name of the resource group within the user's subscription. The
|
181
|
+
name is case insensitive. Required.
|
182
|
+
:type resource_group_name: str
|
183
|
+
:param account_name: The name of the storage account within the specified resource group.
|
184
|
+
Storage account names must be between 3 and 24 characters in length and use numbers and
|
185
|
+
lower-case letters only. Required.
|
186
|
+
:type account_name: str
|
187
|
+
:param management_policy_name: The name of the Storage Account Management Policy. It should
|
188
|
+
always be 'default'. "default" Required.
|
189
|
+
:type management_policy_name: str or
|
190
|
+
~azure.mgmt.storage.v2023_05_01.models.ManagementPolicyName
|
191
|
+
:param properties: The ManagementPolicy set to a storage account. Required.
|
192
|
+
:type properties: IO[bytes]
|
193
|
+
:keyword content_type: Body Parameter content-type. Content type parameter for binary body.
|
194
|
+
Default value is "application/json".
|
195
|
+
:paramtype content_type: str
|
196
|
+
:return: ManagementPolicy or the result of cls(response)
|
197
|
+
:rtype: ~azure.mgmt.storage.v2023_05_01.models.ManagementPolicy
|
198
|
+
:raises ~azure.core.exceptions.HttpResponseError:
|
199
|
+
"""
|
200
|
+
|
201
|
+
@distributed_trace_async
|
202
|
+
async def create_or_update(
|
203
|
+
self,
|
204
|
+
resource_group_name: str,
|
205
|
+
account_name: str,
|
206
|
+
management_policy_name: Union[str, _models.ManagementPolicyName],
|
207
|
+
properties: Union[_models.ManagementPolicy, IO[bytes]],
|
208
|
+
**kwargs: Any
|
209
|
+
) -> _models.ManagementPolicy:
|
210
|
+
"""Sets the managementpolicy to the specified storage account.
|
211
|
+
|
212
|
+
:param resource_group_name: The name of the resource group within the user's subscription. The
|
213
|
+
name is case insensitive. Required.
|
214
|
+
:type resource_group_name: str
|
215
|
+
:param account_name: The name of the storage account within the specified resource group.
|
216
|
+
Storage account names must be between 3 and 24 characters in length and use numbers and
|
217
|
+
lower-case letters only. Required.
|
218
|
+
:type account_name: str
|
219
|
+
:param management_policy_name: The name of the Storage Account Management Policy. It should
|
220
|
+
always be 'default'. "default" Required.
|
221
|
+
:type management_policy_name: str or
|
222
|
+
~azure.mgmt.storage.v2023_05_01.models.ManagementPolicyName
|
223
|
+
:param properties: The ManagementPolicy set to a storage account. Is either a ManagementPolicy
|
224
|
+
type or a IO[bytes] type. Required.
|
225
|
+
:type properties: ~azure.mgmt.storage.v2023_05_01.models.ManagementPolicy or IO[bytes]
|
226
|
+
:return: ManagementPolicy or the result of cls(response)
|
227
|
+
:rtype: ~azure.mgmt.storage.v2023_05_01.models.ManagementPolicy
|
228
|
+
:raises ~azure.core.exceptions.HttpResponseError:
|
229
|
+
"""
|
230
|
+
error_map: MutableMapping[int, Type[HttpResponseError]] = {
|
231
|
+
401: ClientAuthenticationError,
|
232
|
+
404: ResourceNotFoundError,
|
233
|
+
409: ResourceExistsError,
|
234
|
+
304: ResourceNotModifiedError,
|
235
|
+
}
|
236
|
+
error_map.update(kwargs.pop("error_map", {}) or {})
|
237
|
+
|
238
|
+
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
239
|
+
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
240
|
+
|
241
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2023-05-01"))
|
242
|
+
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
243
|
+
cls: ClsType[_models.ManagementPolicy] = kwargs.pop("cls", None)
|
244
|
+
|
245
|
+
content_type = content_type or "application/json"
|
246
|
+
_json = None
|
247
|
+
_content = None
|
248
|
+
if isinstance(properties, (IOBase, bytes)):
|
249
|
+
_content = properties
|
250
|
+
else:
|
251
|
+
_json = self._serialize.body(properties, "ManagementPolicy")
|
252
|
+
|
253
|
+
_request = build_create_or_update_request(
|
254
|
+
resource_group_name=resource_group_name,
|
255
|
+
account_name=account_name,
|
256
|
+
management_policy_name=management_policy_name,
|
257
|
+
subscription_id=self._config.subscription_id,
|
258
|
+
api_version=api_version,
|
259
|
+
content_type=content_type,
|
260
|
+
json=_json,
|
261
|
+
content=_content,
|
262
|
+
headers=_headers,
|
263
|
+
params=_params,
|
264
|
+
)
|
265
|
+
_request = _convert_request(_request)
|
266
|
+
_request.url = self._client.format_url(_request.url)
|
267
|
+
|
268
|
+
_stream = False
|
269
|
+
pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access
|
270
|
+
_request, stream=_stream, **kwargs
|
271
|
+
)
|
272
|
+
|
273
|
+
response = pipeline_response.http_response
|
274
|
+
|
275
|
+
if response.status_code not in [200]:
|
276
|
+
map_error(status_code=response.status_code, response=response, error_map=error_map)
|
277
|
+
raise HttpResponseError(response=response, error_format=ARMErrorFormat)
|
278
|
+
|
279
|
+
deserialized = self._deserialize("ManagementPolicy", pipeline_response)
|
280
|
+
|
281
|
+
if cls:
|
282
|
+
return cls(pipeline_response, deserialized, {}) # type: ignore
|
283
|
+
|
284
|
+
return deserialized # type: ignore
|
285
|
+
|
286
|
+
@distributed_trace_async
|
287
|
+
async def delete( # pylint: disable=inconsistent-return-statements
|
288
|
+
self,
|
289
|
+
resource_group_name: str,
|
290
|
+
account_name: str,
|
291
|
+
management_policy_name: Union[str, _models.ManagementPolicyName],
|
292
|
+
**kwargs: Any
|
293
|
+
) -> None:
|
294
|
+
"""Deletes the managementpolicy associated with the specified storage account.
|
295
|
+
|
296
|
+
:param resource_group_name: The name of the resource group within the user's subscription. The
|
297
|
+
name is case insensitive. Required.
|
298
|
+
:type resource_group_name: str
|
299
|
+
:param account_name: The name of the storage account within the specified resource group.
|
300
|
+
Storage account names must be between 3 and 24 characters in length and use numbers and
|
301
|
+
lower-case letters only. Required.
|
302
|
+
:type account_name: str
|
303
|
+
:param management_policy_name: The name of the Storage Account Management Policy. It should
|
304
|
+
always be 'default'. "default" Required.
|
305
|
+
:type management_policy_name: str or
|
306
|
+
~azure.mgmt.storage.v2023_05_01.models.ManagementPolicyName
|
307
|
+
:return: None or the result of cls(response)
|
308
|
+
:rtype: None
|
309
|
+
:raises ~azure.core.exceptions.HttpResponseError:
|
310
|
+
"""
|
311
|
+
error_map: MutableMapping[int, Type[HttpResponseError]] = {
|
312
|
+
401: ClientAuthenticationError,
|
313
|
+
404: ResourceNotFoundError,
|
314
|
+
409: ResourceExistsError,
|
315
|
+
304: ResourceNotModifiedError,
|
316
|
+
}
|
317
|
+
error_map.update(kwargs.pop("error_map", {}) or {})
|
318
|
+
|
319
|
+
_headers = kwargs.pop("headers", {}) or {}
|
320
|
+
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
321
|
+
|
322
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2023-05-01"))
|
323
|
+
cls: ClsType[None] = kwargs.pop("cls", None)
|
324
|
+
|
325
|
+
_request = build_delete_request(
|
326
|
+
resource_group_name=resource_group_name,
|
327
|
+
account_name=account_name,
|
328
|
+
management_policy_name=management_policy_name,
|
329
|
+
subscription_id=self._config.subscription_id,
|
330
|
+
api_version=api_version,
|
331
|
+
headers=_headers,
|
332
|
+
params=_params,
|
333
|
+
)
|
334
|
+
_request = _convert_request(_request)
|
335
|
+
_request.url = self._client.format_url(_request.url)
|
336
|
+
|
337
|
+
_stream = False
|
338
|
+
pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access
|
339
|
+
_request, stream=_stream, **kwargs
|
340
|
+
)
|
341
|
+
|
342
|
+
response = pipeline_response.http_response
|
343
|
+
|
344
|
+
if response.status_code not in [200, 204]:
|
345
|
+
map_error(status_code=response.status_code, response=response, error_map=error_map)
|
346
|
+
raise HttpResponseError(response=response, error_format=ARMErrorFormat)
|
347
|
+
|
348
|
+
if cls:
|
349
|
+
return cls(pipeline_response, None, {}) # type: ignore
|
@@ -0,0 +1,342 @@
|
|
1
|
+
# pylint: disable=too-many-lines,too-many-statements
|
2
|
+
# coding=utf-8
|
3
|
+
# --------------------------------------------------------------------------
|
4
|
+
# Copyright (c) Microsoft Corporation. All rights reserved.
|
5
|
+
# Licensed under the MIT License. See License.txt in the project root for license information.
|
6
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
7
|
+
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
8
|
+
# --------------------------------------------------------------------------
|
9
|
+
import sys
|
10
|
+
from typing import Any, AsyncIterable, Callable, Dict, Optional, Type, TypeVar, Union, cast
|
11
|
+
import urllib.parse
|
12
|
+
|
13
|
+
from azure.core.async_paging import AsyncItemPaged, AsyncList
|
14
|
+
from azure.core.exceptions import (
|
15
|
+
ClientAuthenticationError,
|
16
|
+
HttpResponseError,
|
17
|
+
ResourceExistsError,
|
18
|
+
ResourceNotFoundError,
|
19
|
+
ResourceNotModifiedError,
|
20
|
+
map_error,
|
21
|
+
)
|
22
|
+
from azure.core.pipeline import PipelineResponse
|
23
|
+
from azure.core.pipeline.transport import AsyncHttpResponse
|
24
|
+
from azure.core.polling import AsyncLROPoller, AsyncNoPolling, AsyncPollingMethod
|
25
|
+
from azure.core.rest import HttpRequest
|
26
|
+
from azure.core.tracing.decorator import distributed_trace
|
27
|
+
from azure.core.tracing.decorator_async import distributed_trace_async
|
28
|
+
from azure.core.utils import case_insensitive_dict
|
29
|
+
from azure.mgmt.core.exceptions import ARMErrorFormat
|
30
|
+
from azure.mgmt.core.polling.async_arm_polling import AsyncARMPolling
|
31
|
+
|
32
|
+
from ... import models as _models
|
33
|
+
from ..._vendor import _convert_request
|
34
|
+
from ...operations._network_security_perimeter_configurations_operations import (
|
35
|
+
build_get_request,
|
36
|
+
build_list_request,
|
37
|
+
build_reconcile_request,
|
38
|
+
)
|
39
|
+
|
40
|
+
if sys.version_info >= (3, 9):
|
41
|
+
from collections.abc import MutableMapping
|
42
|
+
else:
|
43
|
+
from typing import MutableMapping # type: ignore # pylint: disable=ungrouped-imports
|
44
|
+
T = TypeVar("T")
|
45
|
+
ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]]
|
46
|
+
|
47
|
+
|
48
|
+
class NetworkSecurityPerimeterConfigurationsOperations: # pylint: disable=name-too-long
|
49
|
+
"""
|
50
|
+
.. warning::
|
51
|
+
**DO NOT** instantiate this class directly.
|
52
|
+
|
53
|
+
Instead, you should access the following operations through
|
54
|
+
:class:`~azure.mgmt.storage.v2023_05_01.aio.StorageManagementClient`'s
|
55
|
+
:attr:`network_security_perimeter_configurations` attribute.
|
56
|
+
"""
|
57
|
+
|
58
|
+
models = _models
|
59
|
+
|
60
|
+
def __init__(self, *args, **kwargs) -> None:
|
61
|
+
input_args = list(args)
|
62
|
+
self._client = input_args.pop(0) if input_args else kwargs.pop("client")
|
63
|
+
self._config = input_args.pop(0) if input_args else kwargs.pop("config")
|
64
|
+
self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer")
|
65
|
+
self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer")
|
66
|
+
self._api_version = input_args.pop(0) if input_args else kwargs.pop("api_version")
|
67
|
+
|
68
|
+
@distributed_trace
|
69
|
+
def list(
|
70
|
+
self, resource_group_name: str, account_name: str, **kwargs: Any
|
71
|
+
) -> AsyncIterable["_models.NetworkSecurityPerimeterConfiguration"]:
|
72
|
+
"""Gets list of effective NetworkSecurityPerimeterConfiguration for storage account.
|
73
|
+
|
74
|
+
:param resource_group_name: The name of the resource group within the user's subscription. The
|
75
|
+
name is case insensitive. Required.
|
76
|
+
:type resource_group_name: str
|
77
|
+
:param account_name: The name of the storage account within the specified resource group.
|
78
|
+
Storage account names must be between 3 and 24 characters in length and use numbers and
|
79
|
+
lower-case letters only. Required.
|
80
|
+
:type account_name: str
|
81
|
+
:return: An iterator like instance of either NetworkSecurityPerimeterConfiguration or the
|
82
|
+
result of cls(response)
|
83
|
+
:rtype:
|
84
|
+
~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.storage.v2023_05_01.models.NetworkSecurityPerimeterConfiguration]
|
85
|
+
:raises ~azure.core.exceptions.HttpResponseError:
|
86
|
+
"""
|
87
|
+
_headers = kwargs.pop("headers", {}) or {}
|
88
|
+
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
89
|
+
|
90
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2023-05-01"))
|
91
|
+
cls: ClsType[_models.NetworkSecurityPerimeterConfigurationList] = kwargs.pop("cls", None)
|
92
|
+
|
93
|
+
error_map: MutableMapping[int, Type[HttpResponseError]] = {
|
94
|
+
401: ClientAuthenticationError,
|
95
|
+
404: ResourceNotFoundError,
|
96
|
+
409: ResourceExistsError,
|
97
|
+
304: ResourceNotModifiedError,
|
98
|
+
}
|
99
|
+
error_map.update(kwargs.pop("error_map", {}) or {})
|
100
|
+
|
101
|
+
def prepare_request(next_link=None):
|
102
|
+
if not next_link:
|
103
|
+
|
104
|
+
_request = build_list_request(
|
105
|
+
resource_group_name=resource_group_name,
|
106
|
+
account_name=account_name,
|
107
|
+
subscription_id=self._config.subscription_id,
|
108
|
+
api_version=api_version,
|
109
|
+
headers=_headers,
|
110
|
+
params=_params,
|
111
|
+
)
|
112
|
+
_request = _convert_request(_request)
|
113
|
+
_request.url = self._client.format_url(_request.url)
|
114
|
+
|
115
|
+
else:
|
116
|
+
# make call to next link with the client's api-version
|
117
|
+
_parsed_next_link = urllib.parse.urlparse(next_link)
|
118
|
+
_next_request_params = case_insensitive_dict(
|
119
|
+
{
|
120
|
+
key: [urllib.parse.quote(v) for v in value]
|
121
|
+
for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items()
|
122
|
+
}
|
123
|
+
)
|
124
|
+
_next_request_params["api-version"] = self._api_version
|
125
|
+
_request = HttpRequest(
|
126
|
+
"GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params
|
127
|
+
)
|
128
|
+
_request = _convert_request(_request)
|
129
|
+
_request.url = self._client.format_url(_request.url)
|
130
|
+
_request.method = "GET"
|
131
|
+
return _request
|
132
|
+
|
133
|
+
async def extract_data(pipeline_response):
|
134
|
+
deserialized = self._deserialize("NetworkSecurityPerimeterConfigurationList", pipeline_response)
|
135
|
+
list_of_elem = deserialized.value
|
136
|
+
if cls:
|
137
|
+
list_of_elem = cls(list_of_elem) # type: ignore
|
138
|
+
return None, AsyncList(list_of_elem)
|
139
|
+
|
140
|
+
async def get_next(next_link=None):
|
141
|
+
_request = prepare_request(next_link)
|
142
|
+
|
143
|
+
_stream = False
|
144
|
+
pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access
|
145
|
+
_request, stream=_stream, **kwargs
|
146
|
+
)
|
147
|
+
response = pipeline_response.http_response
|
148
|
+
|
149
|
+
if response.status_code not in [200]:
|
150
|
+
map_error(status_code=response.status_code, response=response, error_map=error_map)
|
151
|
+
error = self._deserialize.failsafe_deserialize(_models.ErrorResponseAutoGenerated, pipeline_response)
|
152
|
+
raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat)
|
153
|
+
|
154
|
+
return pipeline_response
|
155
|
+
|
156
|
+
return AsyncItemPaged(get_next, extract_data)
|
157
|
+
|
158
|
+
@distributed_trace_async
|
159
|
+
async def get(
|
160
|
+
self,
|
161
|
+
resource_group_name: str,
|
162
|
+
account_name: str,
|
163
|
+
network_security_perimeter_configuration_name: str,
|
164
|
+
**kwargs: Any
|
165
|
+
) -> _models.NetworkSecurityPerimeterConfiguration:
|
166
|
+
"""Gets effective NetworkSecurityPerimeterConfiguration for association.
|
167
|
+
|
168
|
+
:param resource_group_name: The name of the resource group within the user's subscription. The
|
169
|
+
name is case insensitive. Required.
|
170
|
+
:type resource_group_name: str
|
171
|
+
:param account_name: The name of the storage account within the specified resource group.
|
172
|
+
Storage account names must be between 3 and 24 characters in length and use numbers and
|
173
|
+
lower-case letters only. Required.
|
174
|
+
:type account_name: str
|
175
|
+
:param network_security_perimeter_configuration_name: The name for Network Security Perimeter
|
176
|
+
configuration. Required.
|
177
|
+
:type network_security_perimeter_configuration_name: str
|
178
|
+
:return: NetworkSecurityPerimeterConfiguration or the result of cls(response)
|
179
|
+
:rtype: ~azure.mgmt.storage.v2023_05_01.models.NetworkSecurityPerimeterConfiguration
|
180
|
+
:raises ~azure.core.exceptions.HttpResponseError:
|
181
|
+
"""
|
182
|
+
error_map: MutableMapping[int, Type[HttpResponseError]] = {
|
183
|
+
401: ClientAuthenticationError,
|
184
|
+
404: ResourceNotFoundError,
|
185
|
+
409: ResourceExistsError,
|
186
|
+
304: ResourceNotModifiedError,
|
187
|
+
}
|
188
|
+
error_map.update(kwargs.pop("error_map", {}) or {})
|
189
|
+
|
190
|
+
_headers = kwargs.pop("headers", {}) or {}
|
191
|
+
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
192
|
+
|
193
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2023-05-01"))
|
194
|
+
cls: ClsType[_models.NetworkSecurityPerimeterConfiguration] = kwargs.pop("cls", None)
|
195
|
+
|
196
|
+
_request = build_get_request(
|
197
|
+
resource_group_name=resource_group_name,
|
198
|
+
account_name=account_name,
|
199
|
+
network_security_perimeter_configuration_name=network_security_perimeter_configuration_name,
|
200
|
+
subscription_id=self._config.subscription_id,
|
201
|
+
api_version=api_version,
|
202
|
+
headers=_headers,
|
203
|
+
params=_params,
|
204
|
+
)
|
205
|
+
_request = _convert_request(_request)
|
206
|
+
_request.url = self._client.format_url(_request.url)
|
207
|
+
|
208
|
+
_stream = False
|
209
|
+
pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access
|
210
|
+
_request, stream=_stream, **kwargs
|
211
|
+
)
|
212
|
+
|
213
|
+
response = pipeline_response.http_response
|
214
|
+
|
215
|
+
if response.status_code not in [200]:
|
216
|
+
map_error(status_code=response.status_code, response=response, error_map=error_map)
|
217
|
+
error = self._deserialize.failsafe_deserialize(_models.ErrorResponseAutoGenerated, pipeline_response)
|
218
|
+
raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat)
|
219
|
+
|
220
|
+
deserialized = self._deserialize("NetworkSecurityPerimeterConfiguration", pipeline_response)
|
221
|
+
|
222
|
+
if cls:
|
223
|
+
return cls(pipeline_response, deserialized, {}) # type: ignore
|
224
|
+
|
225
|
+
return deserialized # type: ignore
|
226
|
+
|
227
|
+
async def _reconcile_initial( # pylint: disable=inconsistent-return-statements
|
228
|
+
self,
|
229
|
+
resource_group_name: str,
|
230
|
+
account_name: str,
|
231
|
+
network_security_perimeter_configuration_name: str,
|
232
|
+
**kwargs: Any
|
233
|
+
) -> None:
|
234
|
+
error_map: MutableMapping[int, Type[HttpResponseError]] = {
|
235
|
+
401: ClientAuthenticationError,
|
236
|
+
404: ResourceNotFoundError,
|
237
|
+
409: ResourceExistsError,
|
238
|
+
304: ResourceNotModifiedError,
|
239
|
+
}
|
240
|
+
error_map.update(kwargs.pop("error_map", {}) or {})
|
241
|
+
|
242
|
+
_headers = kwargs.pop("headers", {}) or {}
|
243
|
+
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
244
|
+
|
245
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2023-05-01"))
|
246
|
+
cls: ClsType[None] = kwargs.pop("cls", None)
|
247
|
+
|
248
|
+
_request = build_reconcile_request(
|
249
|
+
resource_group_name=resource_group_name,
|
250
|
+
account_name=account_name,
|
251
|
+
network_security_perimeter_configuration_name=network_security_perimeter_configuration_name,
|
252
|
+
subscription_id=self._config.subscription_id,
|
253
|
+
api_version=api_version,
|
254
|
+
headers=_headers,
|
255
|
+
params=_params,
|
256
|
+
)
|
257
|
+
_request = _convert_request(_request)
|
258
|
+
_request.url = self._client.format_url(_request.url)
|
259
|
+
|
260
|
+
_stream = False
|
261
|
+
pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access
|
262
|
+
_request, stream=_stream, **kwargs
|
263
|
+
)
|
264
|
+
|
265
|
+
response = pipeline_response.http_response
|
266
|
+
|
267
|
+
if response.status_code not in [202]:
|
268
|
+
map_error(status_code=response.status_code, response=response, error_map=error_map)
|
269
|
+
error = self._deserialize.failsafe_deserialize(_models.ErrorResponseAutoGenerated, pipeline_response)
|
270
|
+
raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat)
|
271
|
+
|
272
|
+
response_headers = {}
|
273
|
+
response_headers["Location"] = self._deserialize("str", response.headers.get("Location"))
|
274
|
+
|
275
|
+
if cls:
|
276
|
+
return cls(pipeline_response, None, response_headers) # type: ignore
|
277
|
+
|
278
|
+
@distributed_trace_async
|
279
|
+
async def begin_reconcile(
|
280
|
+
self,
|
281
|
+
resource_group_name: str,
|
282
|
+
account_name: str,
|
283
|
+
network_security_perimeter_configuration_name: str,
|
284
|
+
**kwargs: Any
|
285
|
+
) -> AsyncLROPoller[None]:
|
286
|
+
"""Refreshes any information about the association.
|
287
|
+
|
288
|
+
:param resource_group_name: The name of the resource group within the user's subscription. The
|
289
|
+
name is case insensitive. Required.
|
290
|
+
:type resource_group_name: str
|
291
|
+
:param account_name: The name of the storage account within the specified resource group.
|
292
|
+
Storage account names must be between 3 and 24 characters in length and use numbers and
|
293
|
+
lower-case letters only. Required.
|
294
|
+
:type account_name: str
|
295
|
+
:param network_security_perimeter_configuration_name: The name for Network Security Perimeter
|
296
|
+
configuration. Required.
|
297
|
+
:type network_security_perimeter_configuration_name: str
|
298
|
+
:return: An instance of AsyncLROPoller that returns either None or the result of cls(response)
|
299
|
+
:rtype: ~azure.core.polling.AsyncLROPoller[None]
|
300
|
+
:raises ~azure.core.exceptions.HttpResponseError:
|
301
|
+
"""
|
302
|
+
_headers = kwargs.pop("headers", {}) or {}
|
303
|
+
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
304
|
+
|
305
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2023-05-01"))
|
306
|
+
cls: ClsType[None] = kwargs.pop("cls", None)
|
307
|
+
polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True)
|
308
|
+
lro_delay = kwargs.pop("polling_interval", self._config.polling_interval)
|
309
|
+
cont_token: Optional[str] = kwargs.pop("continuation_token", None)
|
310
|
+
if cont_token is None:
|
311
|
+
raw_result = await self._reconcile_initial( # type: ignore
|
312
|
+
resource_group_name=resource_group_name,
|
313
|
+
account_name=account_name,
|
314
|
+
network_security_perimeter_configuration_name=network_security_perimeter_configuration_name,
|
315
|
+
api_version=api_version,
|
316
|
+
cls=lambda x, y, z: x,
|
317
|
+
headers=_headers,
|
318
|
+
params=_params,
|
319
|
+
**kwargs
|
320
|
+
)
|
321
|
+
kwargs.pop("error_map", None)
|
322
|
+
|
323
|
+
def get_long_running_output(pipeline_response): # pylint: disable=inconsistent-return-statements
|
324
|
+
if cls:
|
325
|
+
return cls(pipeline_response, None, {}) # type: ignore
|
326
|
+
|
327
|
+
if polling is True:
|
328
|
+
polling_method: AsyncPollingMethod = cast(
|
329
|
+
AsyncPollingMethod, AsyncARMPolling(lro_delay, lro_options={"final-state-via": "location"}, **kwargs)
|
330
|
+
)
|
331
|
+
elif polling is False:
|
332
|
+
polling_method = cast(AsyncPollingMethod, AsyncNoPolling())
|
333
|
+
else:
|
334
|
+
polling_method = polling
|
335
|
+
if cont_token:
|
336
|
+
return AsyncLROPoller[None].from_continuation_token(
|
337
|
+
polling_method=polling_method,
|
338
|
+
continuation_token=cont_token,
|
339
|
+
client=self._client,
|
340
|
+
deserialization_callback=get_long_running_output,
|
341
|
+
)
|
342
|
+
return AsyncLROPoller[None](self._client, raw_result, get_long_running_output, polling_method) # type: ignore
|