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
@@ -8,16 +8,10 @@
|
|
8
8
|
# --------------------------------------------------------------------------
|
9
9
|
|
10
10
|
import datetime
|
11
|
-
import
|
12
|
-
from typing import Any, Dict, List, Optional, TYPE_CHECKING, Union
|
11
|
+
from typing import Any, Dict, List, Literal, Optional, TYPE_CHECKING, Union
|
13
12
|
|
14
13
|
from ... import _serialization
|
15
14
|
|
16
|
-
if sys.version_info >= (3, 8):
|
17
|
-
from typing import Literal # pylint: disable=no-name-in-module, ungrouped-imports
|
18
|
-
else:
|
19
|
-
from typing_extensions import Literal # type: ignore # pylint: disable=ungrouped-imports
|
20
|
-
|
21
15
|
if TYPE_CHECKING:
|
22
16
|
# pylint: disable=unused-import,ungrouped-imports
|
23
17
|
from .. import models as _models
|
@@ -128,7 +122,7 @@ class AccountImmutabilityPolicyProperties(_serialization.Model):
|
|
128
122
|
class AccountSasParameters(_serialization.Model):
|
129
123
|
"""The parameters to list SAS credentials of a storage account.
|
130
124
|
|
131
|
-
All required parameters must be populated in order to send to
|
125
|
+
All required parameters must be populated in order to send to server.
|
132
126
|
|
133
127
|
:ivar services: The signed services accessible with the account SAS. Possible values include:
|
134
128
|
Blob (b), Queue (q), Table (t), File (f). Required. Known values are: "b", "q", "t", and "f".
|
@@ -230,7 +224,7 @@ class AccountSasParameters(_serialization.Model):
|
|
230
224
|
class ActiveDirectoryProperties(_serialization.Model):
|
231
225
|
"""Settings properties for Active Directory (AD).
|
232
226
|
|
233
|
-
All required parameters must be populated in order to send to
|
227
|
+
All required parameters must be populated in order to send to server.
|
234
228
|
|
235
229
|
:ivar domain_name: Specifies the primary domain that the AD DNS server is authoritative for.
|
236
230
|
Required.
|
@@ -318,7 +312,7 @@ class Resource(_serialization.Model):
|
|
318
312
|
Variables are only populated by the server, and will be ignored when sending a request.
|
319
313
|
|
320
314
|
:ivar id: Fully qualified resource ID for the resource. Ex -
|
321
|
-
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
|
315
|
+
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long
|
322
316
|
:vartype id: str
|
323
317
|
:ivar name: The name of the resource.
|
324
318
|
:vartype name: str
|
@@ -353,7 +347,7 @@ class AzureEntityResource(Resource):
|
|
353
347
|
Variables are only populated by the server, and will be ignored when sending a request.
|
354
348
|
|
355
349
|
:ivar id: Fully qualified resource ID for the resource. Ex -
|
356
|
-
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
|
350
|
+
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long
|
357
351
|
:vartype id: str
|
358
352
|
:ivar name: The name of the resource.
|
359
353
|
:vartype name: str
|
@@ -387,7 +381,7 @@ class AzureEntityResource(Resource):
|
|
387
381
|
class AzureFilesIdentityBasedAuthentication(_serialization.Model):
|
388
382
|
"""Settings for Azure Files identity based authentication.
|
389
383
|
|
390
|
-
All required parameters must be populated in order to send to
|
384
|
+
All required parameters must be populated in order to send to server.
|
391
385
|
|
392
386
|
:ivar directory_service_options: Indicates the directory service used. Note that this enum may
|
393
387
|
be extended in the future. Required. Known values are: "None", "AADDS", "AD", and "AADKERB".
|
@@ -452,7 +446,7 @@ class BlobContainer(AzureEntityResource): # pylint: disable=too-many-instance-a
|
|
452
446
|
Variables are only populated by the server, and will be ignored when sending a request.
|
453
447
|
|
454
448
|
:ivar id: Fully qualified resource ID for the resource. Ex -
|
455
|
-
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
|
449
|
+
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long
|
456
450
|
:vartype id: str
|
457
451
|
:ivar name: The name of the resource.
|
458
452
|
:vartype name: str
|
@@ -653,7 +647,7 @@ class BlobInventoryPolicy(Resource):
|
|
653
647
|
Variables are only populated by the server, and will be ignored when sending a request.
|
654
648
|
|
655
649
|
:ivar id: Fully qualified resource ID for the resource. Ex -
|
656
|
-
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
|
650
|
+
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long
|
657
651
|
:vartype id: str
|
658
652
|
:ivar name: The name of the resource.
|
659
653
|
:vartype name: str
|
@@ -700,7 +694,7 @@ class BlobInventoryPolicy(Resource):
|
|
700
694
|
class BlobInventoryPolicyDefinition(_serialization.Model):
|
701
695
|
"""An object that defines the blob inventory rule.
|
702
696
|
|
703
|
-
All required parameters must be populated in order to send to
|
697
|
+
All required parameters must be populated in order to send to server.
|
704
698
|
|
705
699
|
:ivar filters: An object that defines the filter set.
|
706
700
|
:vartype filters: ~azure.mgmt.storage.v2023_01_01.models.BlobInventoryPolicyFilter
|
@@ -903,7 +897,7 @@ class BlobInventoryPolicyFilter(_serialization.Model):
|
|
903
897
|
class BlobInventoryPolicyRule(_serialization.Model):
|
904
898
|
"""An object that wraps the blob inventory rule. Each rule is uniquely defined by name.
|
905
899
|
|
906
|
-
All required parameters must be populated in order to send to
|
900
|
+
All required parameters must be populated in order to send to server.
|
907
901
|
|
908
902
|
:ivar enabled: Rule is enabled when set to true. Required.
|
909
903
|
:vartype enabled: bool
|
@@ -964,7 +958,7 @@ class BlobInventoryPolicySchema(_serialization.Model):
|
|
964
958
|
|
965
959
|
Variables are only populated by the server, and will be ignored when sending a request.
|
966
960
|
|
967
|
-
All required parameters must be populated in order to send to
|
961
|
+
All required parameters must be populated in order to send to server.
|
968
962
|
|
969
963
|
:ivar enabled: Policy is enabled if set to true. Required.
|
970
964
|
:vartype enabled: bool
|
@@ -1019,7 +1013,7 @@ class BlobInventoryPolicySchema(_serialization.Model):
|
|
1019
1013
|
class BlobRestoreParameters(_serialization.Model):
|
1020
1014
|
"""Blob restore parameters.
|
1021
1015
|
|
1022
|
-
All required parameters must be populated in order to send to
|
1016
|
+
All required parameters must be populated in order to send to server.
|
1023
1017
|
|
1024
1018
|
:ivar time_to_restore: Restore blob to the specified time. Required.
|
1025
1019
|
:vartype time_to_restore: ~datetime.datetime
|
@@ -1054,7 +1048,7 @@ class BlobRestoreParameters(_serialization.Model):
|
|
1054
1048
|
class BlobRestoreRange(_serialization.Model):
|
1055
1049
|
"""Blob range.
|
1056
1050
|
|
1057
|
-
All required parameters must be populated in order to send to
|
1051
|
+
All required parameters must be populated in order to send to server.
|
1058
1052
|
|
1059
1053
|
:ivar start_range: Blob start range. This is inclusive. Empty means account start. Required.
|
1060
1054
|
:vartype start_range: str
|
@@ -1154,7 +1148,7 @@ class BlobServiceProperties(Resource): # pylint: disable=too-many-instance-attr
|
|
1154
1148
|
Variables are only populated by the server, and will be ignored when sending a request.
|
1155
1149
|
|
1156
1150
|
:ivar id: Fully qualified resource ID for the resource. Ex -
|
1157
|
-
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
|
1151
|
+
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long
|
1158
1152
|
:vartype id: str
|
1159
1153
|
:ivar name: The name of the resource.
|
1160
1154
|
:vartype name: str
|
@@ -1404,7 +1398,7 @@ class CloudErrorBody(_serialization.Model):
|
|
1404
1398
|
class CorsRule(_serialization.Model):
|
1405
1399
|
"""Specifies a CORS rule for the Blob service.
|
1406
1400
|
|
1407
|
-
All required parameters must be populated in order to send to
|
1401
|
+
All required parameters must be populated in order to send to server.
|
1408
1402
|
|
1409
1403
|
:ivar allowed_origins: Required if CorsRule element is present. A list of origin domains that
|
1410
1404
|
will be allowed via CORS, or "*" to allow all domains. Required.
|
@@ -1499,7 +1493,7 @@ class CorsRules(_serialization.Model):
|
|
1499
1493
|
class CustomDomain(_serialization.Model):
|
1500
1494
|
"""The custom domain assigned to this storage account. This can be set via Update.
|
1501
1495
|
|
1502
|
-
All required parameters must be populated in order to send to
|
1496
|
+
All required parameters must be populated in order to send to server.
|
1503
1497
|
|
1504
1498
|
:ivar name: Gets or sets the custom domain name assigned to the storage account. Name is the
|
1505
1499
|
CNAME source. Required.
|
@@ -1535,7 +1529,7 @@ class CustomDomain(_serialization.Model):
|
|
1535
1529
|
class DateAfterCreation(_serialization.Model):
|
1536
1530
|
"""Object to define snapshot and version action conditions.
|
1537
1531
|
|
1538
|
-
All required parameters must be populated in order to send to
|
1532
|
+
All required parameters must be populated in order to send to server.
|
1539
1533
|
|
1540
1534
|
:ivar days_after_creation_greater_than: Value indicating the age in days after creation.
|
1541
1535
|
Required.
|
@@ -1656,7 +1650,7 @@ class ProxyResource(Resource):
|
|
1656
1650
|
Variables are only populated by the server, and will be ignored when sending a request.
|
1657
1651
|
|
1658
1652
|
:ivar id: Fully qualified resource ID for the resource. Ex -
|
1659
|
-
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
|
1653
|
+
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long
|
1660
1654
|
:vartype id: str
|
1661
1655
|
:ivar name: The name of the resource.
|
1662
1656
|
:vartype name: str
|
@@ -1665,22 +1659,6 @@ class ProxyResource(Resource):
|
|
1665
1659
|
:vartype type: str
|
1666
1660
|
"""
|
1667
1661
|
|
1668
|
-
_validation = {
|
1669
|
-
"id": {"readonly": True},
|
1670
|
-
"name": {"readonly": True},
|
1671
|
-
"type": {"readonly": True},
|
1672
|
-
}
|
1673
|
-
|
1674
|
-
_attribute_map = {
|
1675
|
-
"id": {"key": "id", "type": "str"},
|
1676
|
-
"name": {"key": "name", "type": "str"},
|
1677
|
-
"type": {"key": "type", "type": "str"},
|
1678
|
-
}
|
1679
|
-
|
1680
|
-
def __init__(self, **kwargs: Any) -> None:
|
1681
|
-
""" """
|
1682
|
-
super().__init__(**kwargs)
|
1683
|
-
|
1684
1662
|
|
1685
1663
|
class DeletedAccount(ProxyResource):
|
1686
1664
|
"""Deleted storage account.
|
@@ -1688,7 +1666,7 @@ class DeletedAccount(ProxyResource):
|
|
1688
1666
|
Variables are only populated by the server, and will be ignored when sending a request.
|
1689
1667
|
|
1690
1668
|
:ivar id: Fully qualified resource ID for the resource. Ex -
|
1691
|
-
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
|
1669
|
+
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long
|
1692
1670
|
:vartype id: str
|
1693
1671
|
:ivar name: The name of the resource.
|
1694
1672
|
:vartype name: str
|
@@ -1772,7 +1750,7 @@ class DeletedAccountListResult(_serialization.Model):
|
|
1772
1750
|
class DeletedShare(_serialization.Model):
|
1773
1751
|
"""The deleted share to be restored.
|
1774
1752
|
|
1775
|
-
All required parameters must be populated in order to send to
|
1753
|
+
All required parameters must be populated in order to send to server.
|
1776
1754
|
|
1777
1755
|
:ivar deleted_share_name: Required. Identify the name of the deleted share that will be
|
1778
1756
|
restored. Required.
|
@@ -1984,7 +1962,7 @@ class EncryptionScope(Resource):
|
|
1984
1962
|
Variables are only populated by the server, and will be ignored when sending a request.
|
1985
1963
|
|
1986
1964
|
:ivar id: Fully qualified resource ID for the resource. Ex -
|
1987
|
-
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
|
1965
|
+
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long
|
1988
1966
|
:vartype id: str
|
1989
1967
|
:ivar name: The name of the resource.
|
1990
1968
|
:vartype name: str
|
@@ -2503,7 +2481,7 @@ class FileServiceProperties(Resource):
|
|
2503
2481
|
Variables are only populated by the server, and will be ignored when sending a request.
|
2504
2482
|
|
2505
2483
|
:ivar id: Fully qualified resource ID for the resource. Ex -
|
2506
|
-
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
|
2484
|
+
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long
|
2507
2485
|
:vartype id: str
|
2508
2486
|
:ivar name: The name of the resource.
|
2509
2487
|
:vartype name: str
|
@@ -2575,7 +2553,7 @@ class FileShare(AzureEntityResource): # pylint: disable=too-many-instance-attri
|
|
2575
2553
|
Variables are only populated by the server, and will be ignored when sending a request.
|
2576
2554
|
|
2577
2555
|
:ivar id: Fully qualified resource ID for the resource. Ex -
|
2578
|
-
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
|
2556
|
+
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long
|
2579
2557
|
:vartype id: str
|
2580
2558
|
:ivar name: The name of the resource.
|
2581
2559
|
:vartype name: str
|
@@ -2733,7 +2711,7 @@ class FileShareItem(AzureEntityResource): # pylint: disable=too-many-instance-a
|
|
2733
2711
|
Variables are only populated by the server, and will be ignored when sending a request.
|
2734
2712
|
|
2735
2713
|
:ivar id: Fully qualified resource ID for the resource. Ex -
|
2736
|
-
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
|
2714
|
+
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long
|
2737
2715
|
:vartype id: str
|
2738
2716
|
:ivar name: The name of the resource.
|
2739
2717
|
:vartype name: str
|
@@ -2983,7 +2961,7 @@ class Identity(_serialization.Model):
|
|
2983
2961
|
|
2984
2962
|
Variables are only populated by the server, and will be ignored when sending a request.
|
2985
2963
|
|
2986
|
-
All required parameters must be populated in order to send to
|
2964
|
+
All required parameters must be populated in order to send to server.
|
2987
2965
|
|
2988
2966
|
:ivar principal_id: The principal ID of resource identity.
|
2989
2967
|
:vartype principal_id: str
|
@@ -3043,7 +3021,7 @@ class ImmutabilityPolicy(AzureEntityResource):
|
|
3043
3021
|
Variables are only populated by the server, and will be ignored when sending a request.
|
3044
3022
|
|
3045
3023
|
:ivar id: Fully qualified resource ID for the resource. Ex -
|
3046
|
-
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
|
3024
|
+
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long
|
3047
3025
|
:vartype id: str
|
3048
3026
|
:ivar name: The name of the resource.
|
3049
3027
|
:vartype name: str
|
@@ -3297,7 +3275,7 @@ class ImmutableStorageWithVersioning(_serialization.Model):
|
|
3297
3275
|
class IPRule(_serialization.Model):
|
3298
3276
|
"""IP rule with specific IP or IP range in CIDR format.
|
3299
3277
|
|
3300
|
-
All required parameters must be populated in order to send to
|
3278
|
+
All required parameters must be populated in order to send to server.
|
3301
3279
|
|
3302
3280
|
:ivar ip_address_or_range: Specifies the IP or IP range in CIDR format. Only IPV4 address is
|
3303
3281
|
allowed. Required.
|
@@ -3359,7 +3337,7 @@ class KeyCreationTime(_serialization.Model):
|
|
3359
3337
|
class KeyPolicy(_serialization.Model):
|
3360
3338
|
"""KeyPolicy assigned to the storage account.
|
3361
3339
|
|
3362
|
-
All required parameters must be populated in order to send to
|
3340
|
+
All required parameters must be populated in order to send to server.
|
3363
3341
|
|
3364
3342
|
:ivar key_expiration_period_in_days: The key expiration period in days. Required.
|
3365
3343
|
:vartype key_expiration_period_in_days: int
|
@@ -3449,7 +3427,7 @@ class KeyVaultProperties(_serialization.Model):
|
|
3449
3427
|
class LastAccessTimeTrackingPolicy(_serialization.Model):
|
3450
3428
|
"""The blob service properties for Last access time based tracking policy.
|
3451
3429
|
|
3452
|
-
All required parameters must be populated in order to send to
|
3430
|
+
All required parameters must be populated in order to send to server.
|
3453
3431
|
|
3454
3432
|
:ivar enable: When set to true last access time based tracking is enabled. Required.
|
3455
3433
|
:vartype enable: bool
|
@@ -3509,10 +3487,10 @@ class LastAccessTimeTrackingPolicy(_serialization.Model):
|
|
3509
3487
|
class LeaseContainerRequest(_serialization.Model):
|
3510
3488
|
"""Lease Container request schema.
|
3511
3489
|
|
3512
|
-
All required parameters must be populated in order to send to
|
3490
|
+
All required parameters must be populated in order to send to server.
|
3513
3491
|
|
3514
3492
|
:ivar action: Specifies the lease action. Can be one of the available actions. Required. Known
|
3515
|
-
values are: "Acquire", "Renew", "Change", "Release",
|
3493
|
+
values are: "Acquire", "Renew", "Change", "Release", and "Break".
|
3516
3494
|
:vartype action: str or ~azure.mgmt.storage.v2023_01_01.models.LeaseContainerRequestEnum
|
3517
3495
|
:ivar lease_id: Identifies the lease. Can be specified in any valid GUID string format.
|
3518
3496
|
:vartype lease_id: str
|
@@ -3551,7 +3529,7 @@ class LeaseContainerRequest(_serialization.Model):
|
|
3551
3529
|
) -> None:
|
3552
3530
|
"""
|
3553
3531
|
:keyword action: Specifies the lease action. Can be one of the available actions. Required.
|
3554
|
-
Known values are: "Acquire", "Renew", "Change", "Release",
|
3532
|
+
Known values are: "Acquire", "Renew", "Change", "Release", and "Break".
|
3555
3533
|
:paramtype action: str or ~azure.mgmt.storage.v2023_01_01.models.LeaseContainerRequestEnum
|
3556
3534
|
:keyword lease_id: Identifies the lease. Can be specified in any valid GUID string format.
|
3557
3535
|
:paramtype lease_id: str
|
@@ -3606,10 +3584,10 @@ class LeaseContainerResponse(_serialization.Model):
|
|
3606
3584
|
class LeaseShareRequest(_serialization.Model):
|
3607
3585
|
"""Lease Share request schema.
|
3608
3586
|
|
3609
|
-
All required parameters must be populated in order to send to
|
3587
|
+
All required parameters must be populated in order to send to server.
|
3610
3588
|
|
3611
3589
|
:ivar action: Specifies the lease action. Can be one of the available actions. Required. Known
|
3612
|
-
values are: "Acquire", "Renew", "Change", "Release",
|
3590
|
+
values are: "Acquire", "Renew", "Change", "Release", and "Break".
|
3613
3591
|
:vartype action: str or ~azure.mgmt.storage.v2023_01_01.models.LeaseShareAction
|
3614
3592
|
:ivar lease_id: Identifies the lease. Can be specified in any valid GUID string format.
|
3615
3593
|
:vartype lease_id: str
|
@@ -3648,7 +3626,7 @@ class LeaseShareRequest(_serialization.Model):
|
|
3648
3626
|
) -> None:
|
3649
3627
|
"""
|
3650
3628
|
:keyword action: Specifies the lease action. Can be one of the available actions. Required.
|
3651
|
-
Known values are: "Acquire", "Renew", "Change", "Release",
|
3629
|
+
Known values are: "Acquire", "Renew", "Change", "Release", and "Break".
|
3652
3630
|
:paramtype action: str or ~azure.mgmt.storage.v2023_01_01.models.LeaseShareAction
|
3653
3631
|
:keyword lease_id: Identifies the lease. Can be specified in any valid GUID string format.
|
3654
3632
|
:paramtype lease_id: str
|
@@ -3705,7 +3683,7 @@ class LegalHold(_serialization.Model):
|
|
3705
3683
|
|
3706
3684
|
Variables are only populated by the server, and will be ignored when sending a request.
|
3707
3685
|
|
3708
|
-
All required parameters must be populated in order to send to
|
3686
|
+
All required parameters must be populated in order to send to server.
|
3709
3687
|
|
3710
3688
|
:ivar has_legal_hold: The hasLegalHold public property is set to true by SRP if there are at
|
3711
3689
|
least one existing tag. The hasLegalHold public property is set to false by SRP if all existing
|
@@ -3852,7 +3830,7 @@ class ListContainerItem(AzureEntityResource): # pylint: disable=too-many-instan
|
|
3852
3830
|
Variables are only populated by the server, and will be ignored when sending a request.
|
3853
3831
|
|
3854
3832
|
:ivar id: Fully qualified resource ID for the resource. Ex -
|
3855
|
-
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
|
3833
|
+
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long
|
3856
3834
|
:vartype id: str
|
3857
3835
|
:ivar name: The name of the resource.
|
3858
3836
|
:vartype name: str
|
@@ -4056,7 +4034,7 @@ class ListQueue(Resource):
|
|
4056
4034
|
Variables are only populated by the server, and will be ignored when sending a request.
|
4057
4035
|
|
4058
4036
|
:ivar id: Fully qualified resource ID for the resource. Ex -
|
4059
|
-
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
|
4037
|
+
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long
|
4060
4038
|
:vartype id: str
|
4061
4039
|
:ivar name: The name of the resource.
|
4062
4040
|
:vartype name: str
|
@@ -4220,7 +4198,7 @@ class LocalUser(Resource): # pylint: disable=too-many-instance-attributes
|
|
4220
4198
|
Variables are only populated by the server, and will be ignored when sending a request.
|
4221
4199
|
|
4222
4200
|
:ivar id: Fully qualified resource ID for the resource. Ex -
|
4223
|
-
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
|
4201
|
+
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long
|
4224
4202
|
:vartype id: str
|
4225
4203
|
:ivar name: The name of the resource.
|
4226
4204
|
:vartype name: str
|
@@ -4389,7 +4367,7 @@ class ManagementPolicy(Resource):
|
|
4389
4367
|
Variables are only populated by the server, and will be ignored when sending a request.
|
4390
4368
|
|
4391
4369
|
:ivar id: Fully qualified resource ID for the resource. Ex -
|
4392
|
-
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
|
4370
|
+
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long
|
4393
4371
|
:vartype id: str
|
4394
4372
|
:ivar name: The name of the resource.
|
4395
4373
|
:vartype name: str
|
@@ -4537,7 +4515,7 @@ class ManagementPolicyDefinition(_serialization.Model):
|
|
4537
4515
|
"""An object that defines the Lifecycle rule. Each definition is made up with a filters set and an
|
4538
4516
|
actions set.
|
4539
4517
|
|
4540
|
-
All required parameters must be populated in order to send to
|
4518
|
+
All required parameters must be populated in order to send to server.
|
4541
4519
|
|
4542
4520
|
:ivar actions: An object that defines the action set. Required.
|
4543
4521
|
:vartype actions: ~azure.mgmt.storage.v2023_01_01.models.ManagementPolicyAction
|
@@ -4576,7 +4554,7 @@ class ManagementPolicyFilter(_serialization.Model):
|
|
4576
4554
|
"""Filters limit rule actions to a subset of blobs within the storage account. If multiple filters
|
4577
4555
|
are defined, a logical AND is performed on all filters.
|
4578
4556
|
|
4579
|
-
All required parameters must be populated in order to send to
|
4557
|
+
All required parameters must be populated in order to send to server.
|
4580
4558
|
|
4581
4559
|
:ivar prefix_match: An array of strings for prefixes to be match.
|
4582
4560
|
:vartype prefix_match: list[str]
|
@@ -4625,7 +4603,7 @@ class ManagementPolicyFilter(_serialization.Model):
|
|
4625
4603
|
class ManagementPolicyRule(_serialization.Model):
|
4626
4604
|
"""An object that wraps the Lifecycle rule. Each rule is uniquely defined by name.
|
4627
4605
|
|
4628
|
-
All required parameters must be populated in order to send to
|
4606
|
+
All required parameters must be populated in order to send to server.
|
4629
4607
|
|
4630
4608
|
:ivar enabled: Rule is enabled if set to true.
|
4631
4609
|
:vartype enabled: bool
|
@@ -4682,7 +4660,7 @@ class ManagementPolicySchema(_serialization.Model):
|
|
4682
4660
|
"""The Storage Account ManagementPolicies Rules. See more details in:
|
4683
4661
|
https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
|
4684
4662
|
|
4685
|
-
All required parameters must be populated in order to send to
|
4663
|
+
All required parameters must be populated in order to send to server.
|
4686
4664
|
|
4687
4665
|
:ivar rules: The Storage Account ManagementPolicies Rules. See more details in:
|
4688
4666
|
https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
|
@@ -4923,7 +4901,7 @@ class Multichannel(_serialization.Model):
|
|
4923
4901
|
class NetworkRuleSet(_serialization.Model):
|
4924
4902
|
"""Network rule set.
|
4925
4903
|
|
4926
|
-
All required parameters must be populated in order to send to
|
4904
|
+
All required parameters must be populated in order to send to server.
|
4927
4905
|
|
4928
4906
|
:ivar bypass: Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible
|
4929
4907
|
values are any combination of Logging|Metrics|AzureServices (For example, "Logging, Metrics"),
|
@@ -5016,7 +4994,7 @@ class ObjectReplicationPolicy(Resource):
|
|
5016
4994
|
Variables are only populated by the server, and will be ignored when sending a request.
|
5017
4995
|
|
5018
4996
|
:ivar id: Fully qualified resource ID for the resource. Ex -
|
5019
|
-
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
|
4997
|
+
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long
|
5020
4998
|
:vartype id: str
|
5021
4999
|
:ivar name: The name of the resource.
|
5022
5000
|
:vartype name: str
|
@@ -5119,7 +5097,7 @@ class ObjectReplicationPolicyFilter(_serialization.Model):
|
|
5119
5097
|
class ObjectReplicationPolicyRule(_serialization.Model):
|
5120
5098
|
"""The replication policy rule between two containers.
|
5121
5099
|
|
5122
|
-
All required parameters must be populated in order to send to
|
5100
|
+
All required parameters must be populated in order to send to server.
|
5123
5101
|
|
5124
5102
|
:ivar rule_id: Rule Id is auto-generated for each new rule on destination account. It is
|
5125
5103
|
required for put policy on source account.
|
@@ -5287,7 +5265,7 @@ class OperationListResult(_serialization.Model):
|
|
5287
5265
|
class PermissionScope(_serialization.Model):
|
5288
5266
|
"""PermissionScope.
|
5289
5267
|
|
5290
|
-
All required parameters must be populated in order to send to
|
5268
|
+
All required parameters must be populated in order to send to server.
|
5291
5269
|
|
5292
5270
|
:ivar permissions: The permissions for the local user. Possible values include: Read (r), Write
|
5293
5271
|
(w), Delete (d), List (l), and Create (c). Required.
|
@@ -5357,7 +5335,7 @@ class PrivateEndpointConnection(Resource):
|
|
5357
5335
|
Variables are only populated by the server, and will be ignored when sending a request.
|
5358
5336
|
|
5359
5337
|
:ivar id: Fully qualified resource ID for the resource. Ex -
|
5360
|
-
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
|
5338
|
+
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long
|
5361
5339
|
:vartype id: str
|
5362
5340
|
:ivar name: The name of the resource.
|
5363
5341
|
:vartype name: str
|
@@ -5442,7 +5420,7 @@ class PrivateLinkResource(Resource):
|
|
5442
5420
|
Variables are only populated by the server, and will be ignored when sending a request.
|
5443
5421
|
|
5444
5422
|
:ivar id: Fully qualified resource ID for the resource. Ex -
|
5445
|
-
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
|
5423
|
+
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long
|
5446
5424
|
:vartype id: str
|
5447
5425
|
:ivar name: The name of the resource.
|
5448
5426
|
:vartype name: str
|
@@ -5611,7 +5589,7 @@ class QueueServiceProperties(Resource):
|
|
5611
5589
|
Variables are only populated by the server, and will be ignored when sending a request.
|
5612
5590
|
|
5613
5591
|
:ivar id: Fully qualified resource ID for the resource. Ex -
|
5614
|
-
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
|
5592
|
+
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long
|
5615
5593
|
:vartype id: str
|
5616
5594
|
:ivar name: The name of the resource.
|
5617
5595
|
:vartype name: str
|
@@ -5679,7 +5657,7 @@ class RestorePolicyProperties(_serialization.Model):
|
|
5679
5657
|
|
5680
5658
|
Variables are only populated by the server, and will be ignored when sending a request.
|
5681
5659
|
|
5682
|
-
All required parameters must be populated in order to send to
|
5660
|
+
All required parameters must be populated in order to send to server.
|
5683
5661
|
|
5684
5662
|
:ivar enabled: Blob restore is enabled if set to true. Required.
|
5685
5663
|
:vartype enabled: bool
|
@@ -5812,7 +5790,7 @@ class RoutingPreference(_serialization.Model):
|
|
5812
5790
|
class SasPolicy(_serialization.Model):
|
5813
5791
|
"""SasPolicy assigned to the storage account.
|
5814
5792
|
|
5815
|
-
All required parameters must be populated in order to send to
|
5793
|
+
All required parameters must be populated in order to send to server.
|
5816
5794
|
|
5817
5795
|
:ivar sas_expiration_period: The SAS expiration period, DD.HH:MM:SS. Required.
|
5818
5796
|
:vartype sas_expiration_period: str
|
@@ -5851,7 +5829,7 @@ class SasPolicy(_serialization.Model):
|
|
5851
5829
|
class ServiceSasParameters(_serialization.Model): # pylint: disable=too-many-instance-attributes
|
5852
5830
|
"""The parameters to list service SAS credentials of a specific resource.
|
5853
5831
|
|
5854
|
-
All required parameters must be populated in order to send to
|
5832
|
+
All required parameters must be populated in order to send to server.
|
5855
5833
|
|
5856
5834
|
:ivar canonicalized_resource: The canonical path to the signed resource. Required.
|
5857
5835
|
:vartype canonicalized_resource: str
|
@@ -6074,7 +6052,7 @@ class Sku(_serialization.Model):
|
|
6074
6052
|
|
6075
6053
|
Variables are only populated by the server, and will be ignored when sending a request.
|
6076
6054
|
|
6077
|
-
All required parameters must be populated in order to send to
|
6055
|
+
All required parameters must be populated in order to send to server.
|
6078
6056
|
|
6079
6057
|
:ivar name: The SKU name. Required for account creation; optional for update. Note that in
|
6080
6058
|
older versions, SKU name was called accountType. Required. Known values are: "Standard_LRS",
|
@@ -6144,7 +6122,7 @@ class SkuInformation(_serialization.Model):
|
|
6144
6122
|
|
6145
6123
|
Variables are only populated by the server, and will be ignored when sending a request.
|
6146
6124
|
|
6147
|
-
All required parameters must be populated in order to send to
|
6125
|
+
All required parameters must be populated in order to send to server.
|
6148
6126
|
|
6149
6127
|
:ivar name: The SKU name. Required for account creation; optional for update. Note that in
|
6150
6128
|
older versions, SKU name was called accountType. Required. Known values are: "Standard_LRS",
|
@@ -6311,10 +6289,10 @@ class TrackedResource(Resource):
|
|
6311
6289
|
|
6312
6290
|
Variables are only populated by the server, and will be ignored when sending a request.
|
6313
6291
|
|
6314
|
-
All required parameters must be populated in order to send to
|
6292
|
+
All required parameters must be populated in order to send to server.
|
6315
6293
|
|
6316
6294
|
:ivar id: Fully qualified resource ID for the resource. Ex -
|
6317
|
-
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
|
6295
|
+
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long
|
6318
6296
|
:vartype id: str
|
6319
6297
|
:ivar name: The name of the resource.
|
6320
6298
|
:vartype name: str
|
@@ -6359,10 +6337,10 @@ class StorageAccount(TrackedResource): # pylint: disable=too-many-instance-attr
|
|
6359
6337
|
|
6360
6338
|
Variables are only populated by the server, and will be ignored when sending a request.
|
6361
6339
|
|
6362
|
-
All required parameters must be populated in order to send to
|
6340
|
+
All required parameters must be populated in order to send to server.
|
6363
6341
|
|
6364
6342
|
:ivar id: Fully qualified resource ID for the resource. Ex -
|
6365
|
-
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
|
6343
|
+
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long
|
6366
6344
|
:vartype id: str
|
6367
6345
|
:ivar name: The name of the resource.
|
6368
6346
|
:vartype name: str
|
@@ -6755,12 +6733,12 @@ class StorageAccount(TrackedResource): # pylint: disable=too-many-instance-attr
|
|
6755
6733
|
self.account_migration_in_progress = None
|
6756
6734
|
|
6757
6735
|
|
6758
|
-
class StorageAccountCheckNameAvailabilityParameters(_serialization.Model):
|
6736
|
+
class StorageAccountCheckNameAvailabilityParameters(_serialization.Model): # pylint: disable=name-too-long
|
6759
6737
|
"""The parameters used to check the availability of the storage account name.
|
6760
6738
|
|
6761
6739
|
Variables are only populated by the server, and will be ignored when sending a request.
|
6762
6740
|
|
6763
|
-
All required parameters must be populated in order to send to
|
6741
|
+
All required parameters must be populated in order to send to server.
|
6764
6742
|
|
6765
6743
|
:ivar name: The storage account name. Required.
|
6766
6744
|
:vartype name: str
|
@@ -6793,7 +6771,7 @@ class StorageAccountCheckNameAvailabilityParameters(_serialization.Model):
|
|
6793
6771
|
class StorageAccountCreateParameters(_serialization.Model): # pylint: disable=too-many-instance-attributes
|
6794
6772
|
"""The parameters used when creating a storage account.
|
6795
6773
|
|
6796
|
-
All required parameters must be populated in order to send to
|
6774
|
+
All required parameters must be populated in order to send to server.
|
6797
6775
|
|
6798
6776
|
:ivar sku: Required. Gets or sets the SKU name. Required.
|
6799
6777
|
:vartype sku: ~azure.mgmt.storage.v2023_01_01.models.Sku
|
@@ -7293,7 +7271,7 @@ class StorageAccountMigration(_serialization.Model):
|
|
7293
7271
|
|
7294
7272
|
Variables are only populated by the server, and will be ignored when sending a request.
|
7295
7273
|
|
7296
|
-
All required parameters must be populated in order to send to
|
7274
|
+
All required parameters must be populated in order to send to server.
|
7297
7275
|
|
7298
7276
|
:ivar id: Migration Resource Id.
|
7299
7277
|
:vartype id: str
|
@@ -7363,7 +7341,7 @@ class StorageAccountMigration(_serialization.Model):
|
|
7363
7341
|
class StorageAccountRegenerateKeyParameters(_serialization.Model):
|
7364
7342
|
"""The parameters used to regenerate the storage account key.
|
7365
7343
|
|
7366
|
-
All required parameters must be populated in order to send to
|
7344
|
+
All required parameters must be populated in order to send to server.
|
7367
7345
|
|
7368
7346
|
:ivar key_name: The name of storage keys that want to be regenerated, possible values are key1,
|
7369
7347
|
key2, kerb1, kerb2. Required.
|
@@ -7717,7 +7695,7 @@ class StorageQueue(Resource):
|
|
7717
7695
|
Variables are only populated by the server, and will be ignored when sending a request.
|
7718
7696
|
|
7719
7697
|
:ivar id: Fully qualified resource ID for the resource. Ex -
|
7720
|
-
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
|
7698
|
+
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long
|
7721
7699
|
:vartype id: str
|
7722
7700
|
:ivar name: The name of the resource.
|
7723
7701
|
:vartype name: str
|
@@ -7850,7 +7828,7 @@ class Table(Resource):
|
|
7850
7828
|
Variables are only populated by the server, and will be ignored when sending a request.
|
7851
7829
|
|
7852
7830
|
:ivar id: Fully qualified resource ID for the resource. Ex -
|
7853
|
-
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
|
7831
|
+
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long
|
7854
7832
|
:vartype id: str
|
7855
7833
|
:ivar name: The name of the resource.
|
7856
7834
|
:vartype name: str
|
@@ -7894,7 +7872,7 @@ class Table(Resource):
|
|
7894
7872
|
class TableAccessPolicy(_serialization.Model):
|
7895
7873
|
"""Table Access Policy Properties Object.
|
7896
7874
|
|
7897
|
-
All required parameters must be populated in order to send to
|
7875
|
+
All required parameters must be populated in order to send to server.
|
7898
7876
|
|
7899
7877
|
:ivar start_time: Start time of the access policy.
|
7900
7878
|
:vartype start_time: ~datetime.datetime
|
@@ -7944,7 +7922,7 @@ class TableServiceProperties(Resource):
|
|
7944
7922
|
Variables are only populated by the server, and will be ignored when sending a request.
|
7945
7923
|
|
7946
7924
|
:ivar id: Fully qualified resource ID for the resource. Ex -
|
7947
|
-
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
|
7925
|
+
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long
|
7948
7926
|
:vartype id: str
|
7949
7927
|
:ivar name: The name of the resource.
|
7950
7928
|
:vartype name: str
|
@@ -7984,7 +7962,7 @@ class TableServiceProperties(Resource):
|
|
7984
7962
|
class TableSignedIdentifier(_serialization.Model):
|
7985
7963
|
"""Object to set Table Access Policy.
|
7986
7964
|
|
7987
|
-
All required parameters must be populated in order to send to
|
7965
|
+
All required parameters must be populated in order to send to server.
|
7988
7966
|
|
7989
7967
|
:ivar id: unique-64-character-value of the stored access policy. Required.
|
7990
7968
|
:vartype id: str
|
@@ -8022,7 +8000,7 @@ class TableSignedIdentifier(_serialization.Model):
|
|
8022
8000
|
class TagFilter(_serialization.Model):
|
8023
8001
|
"""Blob index tag based filtering for blob objects.
|
8024
8002
|
|
8025
|
-
All required parameters must be populated in order to send to
|
8003
|
+
All required parameters must be populated in order to send to server.
|
8026
8004
|
|
8027
8005
|
:ivar name: This is the filter tag name, it can have 1 - 128 characters. Required.
|
8028
8006
|
:vartype name: str
|
@@ -8312,10 +8290,10 @@ class UserAssignedIdentity(_serialization.Model):
|
|
8312
8290
|
class VirtualNetworkRule(_serialization.Model):
|
8313
8291
|
"""Virtual Network rule.
|
8314
8292
|
|
8315
|
-
All required parameters must be populated in order to send to
|
8293
|
+
All required parameters must be populated in order to send to server.
|
8316
8294
|
|
8317
8295
|
:ivar virtual_network_resource_id: Resource ID of a subnet, for example:
|
8318
|
-
/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}.
|
8296
|
+
/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}. # pylint: disable=line-too-long
|
8319
8297
|
Required.
|
8320
8298
|
:vartype virtual_network_resource_id: str
|
8321
8299
|
:ivar action: The action of virtual network rule. Default value is "Allow".
|
@@ -8345,7 +8323,7 @@ class VirtualNetworkRule(_serialization.Model):
|
|
8345
8323
|
) -> None:
|
8346
8324
|
"""
|
8347
8325
|
:keyword virtual_network_resource_id: Resource ID of a subnet, for example:
|
8348
|
-
/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}.
|
8326
|
+
/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}. # pylint: disable=line-too-long
|
8349
8327
|
Required.
|
8350
8328
|
:paramtype virtual_network_resource_id: str
|
8351
8329
|
:keyword action: The action of virtual network rule. Default value is "Allow".
|