pulumi-azure-native 2.51.0a1721653278__py3-none-any.whl → 2.51.0a1721718685__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.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +98 -0
- pulumi_azure_native/azurefleet/_enums.py +328 -53
- pulumi_azure_native/azurefleet/_inputs.py +2361 -1827
- pulumi_azure_native/azurefleet/fleet.py +20 -0
- pulumi_azure_native/azurefleet/get_fleet.py +27 -1
- pulumi_azure_native/azurefleet/outputs.py +1348 -1126
- pulumi_azure_native/azurefleet/v20231101preview/_enums.py +328 -53
- pulumi_azure_native/azurefleet/v20231101preview/_inputs.py +2361 -1827
- pulumi_azure_native/azurefleet/v20231101preview/fleet.py +20 -0
- pulumi_azure_native/azurefleet/v20231101preview/get_fleet.py +27 -1
- pulumi_azure_native/azurefleet/v20231101preview/outputs.py +1348 -1126
- pulumi_azure_native/azurefleet/v20240501preview/_enums.py +328 -53
- pulumi_azure_native/azurefleet/v20240501preview/_inputs.py +2361 -1827
- pulumi_azure_native/azurefleet/v20240501preview/fleet.py +20 -0
- pulumi_azure_native/azurefleet/v20240501preview/get_fleet.py +27 -1
- pulumi_azure_native/azurefleet/v20240501preview/outputs.py +1348 -1126
- pulumi_azure_native/cognitiveservices/__init__.py +3 -0
- pulumi_azure_native/cognitiveservices/account.py +3 -3
- pulumi_azure_native/cognitiveservices/commitment_plan.py +3 -3
- pulumi_azure_native/cognitiveservices/commitment_plan_association.py +3 -3
- pulumi_azure_native/cognitiveservices/deployment.py +3 -3
- pulumi_azure_native/cognitiveservices/encryption_scope.py +3 -3
- pulumi_azure_native/cognitiveservices/get_account.py +2 -2
- pulumi_azure_native/cognitiveservices/get_commitment_plan.py +2 -2
- pulumi_azure_native/cognitiveservices/get_commitment_plan_association.py +2 -2
- pulumi_azure_native/cognitiveservices/get_deployment.py +2 -2
- pulumi_azure_native/cognitiveservices/get_encryption_scope.py +2 -2
- pulumi_azure_native/cognitiveservices/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_blocklist.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_policy.py +2 -2
- pulumi_azure_native/cognitiveservices/get_shared_commitment_plan.py +2 -2
- pulumi_azure_native/cognitiveservices/list_account_keys.py +2 -2
- pulumi_azure_native/cognitiveservices/private_endpoint_connection.py +3 -3
- pulumi_azure_native/cognitiveservices/rai_blocklist.py +3 -3
- pulumi_azure_native/cognitiveservices/rai_blocklist_item.py +3 -3
- pulumi_azure_native/cognitiveservices/rai_policy.py +3 -3
- pulumi_azure_native/cognitiveservices/shared_commitment_plan.py +3 -3
- pulumi_azure_native/cognitiveservices/v20170418/account.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/account.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/commitment_plan_association.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/deployment.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/shared_commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/account.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan_association.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/deployment.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/encryption_scope.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist_item.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/rai_policy.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/shared_commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/account.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan_association.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/deployment.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/encryption_scope.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist_item.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/rai_policy.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/shared_commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240601preview/__init__.py +31 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/_enums.py +156 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/_inputs.py +2517 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/account.py +355 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/commitment_plan.py +347 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/commitment_plan_association.py +258 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/deployment.py +289 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/encryption_scope.py +260 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/get_account.py +214 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/get_commitment_plan.py +206 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/get_commitment_plan_association.py +167 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/get_deployment.py +180 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/get_encryption_scope.py +167 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/get_private_endpoint_connection.py +167 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/get_rai_blocklist.py +167 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/get_rai_blocklist_item.py +172 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/get_rai_policy.py +167 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/get_shared_commitment_plan.py +201 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/list_account_keys.py +96 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/outputs.py +3209 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/private_endpoint_connection.py +260 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/rai_blocklist.py +259 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/rai_blocklist_item.py +280 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/rai_policy.py +260 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/shared_commitment_plan.py +326 -0
- pulumi_azure_native/compute/__init__.py +3 -0
- pulumi_azure_native/compute/disk.py +3 -3
- pulumi_azure_native/compute/disk_access.py +3 -3
- pulumi_azure_native/compute/disk_access_a_private_endpoint_connection.py +3 -3
- pulumi_azure_native/compute/disk_encryption_set.py +3 -3
- pulumi_azure_native/compute/get_disk.py +2 -2
- pulumi_azure_native/compute/get_disk_access.py +2 -2
- pulumi_azure_native/compute/get_disk_access_a_private_endpoint_connection.py +2 -2
- pulumi_azure_native/compute/get_disk_encryption_set.py +2 -2
- pulumi_azure_native/compute/get_snapshot.py +2 -2
- pulumi_azure_native/compute/snapshot.py +3 -3
- pulumi_azure_native/compute/v20220702/disk.py +1 -1
- pulumi_azure_native/compute/v20220702/disk_access.py +1 -1
- pulumi_azure_native/compute/v20220702/disk_access_a_private_endpoint_connection.py +1 -1
- pulumi_azure_native/compute/v20220702/disk_encryption_set.py +1 -1
- pulumi_azure_native/compute/v20220702/snapshot.py +1 -1
- pulumi_azure_native/compute/v20230102/disk.py +1 -1
- pulumi_azure_native/compute/v20230102/disk_access.py +1 -1
- pulumi_azure_native/compute/v20230102/disk_access_a_private_endpoint_connection.py +1 -1
- pulumi_azure_native/compute/v20230102/disk_encryption_set.py +1 -1
- pulumi_azure_native/compute/v20230102/snapshot.py +1 -1
- pulumi_azure_native/compute/v20230402/disk.py +1 -1
- pulumi_azure_native/compute/v20230402/disk_access.py +1 -1
- pulumi_azure_native/compute/v20230402/disk_access_a_private_endpoint_connection.py +1 -1
- pulumi_azure_native/compute/v20230402/disk_encryption_set.py +1 -1
- pulumi_azure_native/compute/v20230402/snapshot.py +1 -1
- pulumi_azure_native/compute/v20231002/disk.py +1 -1
- pulumi_azure_native/compute/v20231002/disk_access.py +1 -1
- pulumi_azure_native/compute/v20231002/disk_access_a_private_endpoint_connection.py +1 -1
- pulumi_azure_native/compute/v20231002/disk_encryption_set.py +1 -1
- pulumi_azure_native/compute/v20231002/snapshot.py +1 -1
- pulumi_azure_native/compute/v20240302/__init__.py +20 -0
- pulumi_azure_native/compute/v20240302/_enums.py +303 -0
- pulumi_azure_native/compute/v20240302/_inputs.py +1334 -0
- pulumi_azure_native/compute/v20240302/disk.py +1084 -0
- pulumi_azure_native/compute/v20240302/disk_access.py +278 -0
- pulumi_azure_native/compute/v20240302/disk_access_a_private_endpoint_connection.py +232 -0
- pulumi_azure_native/compute/v20240302/disk_encryption_set.py +404 -0
- pulumi_azure_native/compute/v20240302/get_disk.py +617 -0
- pulumi_azure_native/compute/v20240302/get_disk_access.py +188 -0
- pulumi_azure_native/compute/v20240302/get_disk_access_a_private_endpoint_connection.py +154 -0
- pulumi_azure_native/compute/v20240302/get_disk_encryption_set.py +253 -0
- pulumi_azure_native/compute/v20240302/get_snapshot.py +474 -0
- pulumi_azure_native/compute/v20240302/outputs.py +1568 -0
- pulumi_azure_native/compute/v20240302/snapshot.py +841 -0
- pulumi_azure_native/containerservice/__init__.py +3 -0
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
- pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerservice/get_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/load_balancer.py +3 -3
- pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
- pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerservice/snapshot.py +3 -3
- pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
- pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/load_balancer.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/load_balancer.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240501/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240501/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240501/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/__init__.py +29 -0
- pulumi_azure_native/containerservice/v20240502preview/_enums.py +874 -0
- pulumi_azure_native/containerservice/v20240502preview/_inputs.py +9520 -0
- pulumi_azure_native/containerservice/v20240502preview/agent_pool.py +1691 -0
- pulumi_azure_native/containerservice/v20240502preview/get_agent_pool.py +817 -0
- pulumi_azure_native/containerservice/v20240502preview/get_load_balancer.py +206 -0
- pulumi_azure_native/containerservice/v20240502preview/get_maintenance_configuration.py +167 -0
- pulumi_azure_native/containerservice/v20240502preview/get_managed_cluster.py +838 -0
- pulumi_azure_native/containerservice/v20240502preview/get_managed_cluster_snapshot.py +188 -0
- pulumi_azure_native/containerservice/v20240502preview/get_private_endpoint_connection.py +154 -0
- pulumi_azure_native/containerservice/v20240502preview/get_snapshot.py +253 -0
- pulumi_azure_native/containerservice/v20240502preview/get_trusted_access_role_binding.py +167 -0
- pulumi_azure_native/containerservice/v20240502preview/list_managed_cluster_admin_credentials.py +89 -0
- pulumi_azure_native/containerservice/v20240502preview/list_managed_cluster_monitoring_user_credentials.py +89 -0
- pulumi_azure_native/containerservice/v20240502preview/list_managed_cluster_user_credentials.py +94 -0
- pulumi_azure_native/containerservice/v20240502preview/load_balancer.py +368 -0
- pulumi_azure_native/containerservice/v20240502preview/maintenance_configuration.py +279 -0
- pulumi_azure_native/containerservice/v20240502preview/managed_cluster.py +1595 -0
- pulumi_azure_native/containerservice/v20240502preview/managed_cluster_snapshot.py +297 -0
- pulumi_azure_native/containerservice/v20240502preview/outputs.py +8194 -0
- pulumi_azure_native/containerservice/v20240502preview/private_endpoint_connection.py +251 -0
- pulumi_azure_native/containerservice/v20240502preview/snapshot.py +347 -0
- pulumi_azure_native/containerservice/v20240502preview/trusted_access_role_binding.py +260 -0
- pulumi_azure_native/datafactory/_inputs.py +110 -10
- pulumi_azure_native/datafactory/outputs.py +69 -7
- pulumi_azure_native/datafactory/v20180601/_inputs.py +110 -10
- pulumi_azure_native/datafactory/v20180601/outputs.py +69 -7
- pulumi_azure_native/desktopvirtualization/__init__.py +1 -0
- pulumi_azure_native/desktopvirtualization/list_host_pool_registration_tokens.py +103 -0
- pulumi_azure_native/desktopvirtualization/outputs.py +36 -0
- pulumi_azure_native/desktopvirtualization/v20240403/__init__.py +1 -0
- pulumi_azure_native/desktopvirtualization/v20240403/list_host_pool_registration_tokens.py +97 -0
- pulumi_azure_native/desktopvirtualization/v20240403/outputs.py +36 -0
- pulumi_azure_native/desktopvirtualization/v20240408preview/__init__.py +1 -0
- pulumi_azure_native/desktopvirtualization/v20240408preview/list_host_pool_registration_tokens.py +97 -0
- pulumi_azure_native/desktopvirtualization/v20240408preview/outputs.py +36 -0
- pulumi_azure_native/documentdb/v20230915/database_account.py +4 -4
- pulumi_azure_native/documentdb/v20230915/get_database_account.py +1 -1
- pulumi_azure_native/documentdb/v20231115/database_account.py +4 -4
- pulumi_azure_native/documentdb/v20231115/get_database_account.py +1 -1
- pulumi_azure_native/documentdb/v20240515/database_account.py +4 -4
- pulumi_azure_native/documentdb/v20240515/get_database_account.py +1 -1
- pulumi_azure_native/healthdataaiservices/__init__.py +22 -0
- pulumi_azure_native/healthdataaiservices/_enums.py +44 -0
- pulumi_azure_native/healthdataaiservices/_inputs.py +232 -0
- pulumi_azure_native/healthdataaiservices/deid_service.py +289 -0
- pulumi_azure_native/healthdataaiservices/get_deid_service.py +177 -0
- pulumi_azure_native/healthdataaiservices/get_private_endpoint_connection.py +143 -0
- pulumi_azure_native/healthdataaiservices/outputs.py +637 -0
- pulumi_azure_native/healthdataaiservices/private_endpoint_connection.py +223 -0
- pulumi_azure_native/healthdataaiservices/v20240228preview/__init__.py +14 -0
- pulumi_azure_native/healthdataaiservices/v20240228preview/_enums.py +44 -0
- pulumi_azure_native/healthdataaiservices/v20240228preview/_inputs.py +232 -0
- pulumi_azure_native/healthdataaiservices/v20240228preview/deid_service.py +287 -0
- pulumi_azure_native/healthdataaiservices/v20240228preview/get_deid_service.py +175 -0
- pulumi_azure_native/healthdataaiservices/v20240228preview/get_private_endpoint_connection.py +141 -0
- pulumi_azure_native/healthdataaiservices/v20240228preview/outputs.py +637 -0
- pulumi_azure_native/healthdataaiservices/v20240228preview/private_endpoint_connection.py +221 -0
- pulumi_azure_native/netapp/__init__.py +4 -0
- pulumi_azure_native/netapp/account.py +3 -3
- pulumi_azure_native/netapp/backup.py +2 -2
- pulumi_azure_native/netapp/backup_policy.py +3 -3
- pulumi_azure_native/netapp/backup_vault.py +3 -3
- pulumi_azure_native/netapp/get_account.py +2 -2
- pulumi_azure_native/netapp/get_backup.py +2 -2
- pulumi_azure_native/netapp/get_backup_policy.py +2 -2
- pulumi_azure_native/netapp/get_backup_vault.py +2 -2
- pulumi_azure_native/netapp/get_pool.py +2 -2
- pulumi_azure_native/netapp/get_snapshot.py +2 -2
- pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
- pulumi_azure_native/netapp/get_subvolume.py +2 -2
- pulumi_azure_native/netapp/get_subvolume_metadata.py +2 -2
- pulumi_azure_native/netapp/get_volume.py +2 -2
- pulumi_azure_native/netapp/get_volume_group.py +2 -2
- pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py +2 -2
- pulumi_azure_native/netapp/get_volume_quota_rule.py +2 -2
- pulumi_azure_native/netapp/list_volume_quota_report.py +109 -0
- pulumi_azure_native/netapp/list_volume_replications.py +2 -2
- pulumi_azure_native/netapp/outputs.py +84 -0
- pulumi_azure_native/netapp/pool.py +3 -3
- pulumi_azure_native/netapp/snapshot.py +3 -3
- pulumi_azure_native/netapp/snapshot_policy.py +3 -3
- pulumi_azure_native/netapp/subvolume.py +3 -3
- pulumi_azure_native/netapp/v20210401/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20210401preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20211001/volume.py +1 -1
- pulumi_azure_native/netapp/v20211001/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20220501/account.py +1 -1
- pulumi_azure_native/netapp/v20221101/account.py +1 -1
- pulumi_azure_native/netapp/v20221101/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101/pool.py +1 -1
- pulumi_azure_native/netapp/v20221101/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20221101/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/account.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230501/account.py +1 -1
- pulumi_azure_native/netapp/v20230501/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501/pool.py +1 -1
- pulumi_azure_native/netapp/v20230501/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230501/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/account.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230701/account.py +1 -1
- pulumi_azure_native/netapp/v20230701/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701/pool.py +1 -1
- pulumi_azure_native/netapp/v20230701/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230701/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/account.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20231101/account.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20231101/pool.py +1 -1
- pulumi_azure_native/netapp/v20231101/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20231101/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/account.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/__init__.py +36 -0
- pulumi_azure_native/netapp/v20240301preview/_enums.py +565 -0
- pulumi_azure_native/netapp/v20240301preview/_inputs.py +3100 -0
- pulumi_azure_native/netapp/v20240301preview/account.py +385 -0
- pulumi_azure_native/netapp/v20240301preview/backup.py +402 -0
- pulumi_azure_native/netapp/v20240301preview/backup_policy.py +414 -0
- pulumi_azure_native/netapp/v20240301preview/backup_vault.py +258 -0
- pulumi_azure_native/netapp/v20240301preview/get_account.py +253 -0
- pulumi_azure_native/netapp/v20240301preview/get_backup.py +276 -0
- pulumi_azure_native/netapp/v20240301preview/get_backup_policy.py +271 -0
- pulumi_azure_native/netapp/v20240301preview/get_backup_vault.py +167 -0
- pulumi_azure_native/netapp/v20240301preview/get_pool.py +284 -0
- pulumi_azure_native/netapp/v20240301preview/get_snapshot.py +190 -0
- pulumi_azure_native/netapp/v20240301preview/get_snapshot_policy.py +245 -0
- pulumi_azure_native/netapp/v20240301preview/get_subvolume.py +190 -0
- pulumi_azure_native/netapp/v20240301preview/get_subvolume_metadata.py +254 -0
- pulumi_azure_native/netapp/v20240301preview/get_volume.py +926 -0
- pulumi_azure_native/netapp/v20240301preview/get_volume_group.py +167 -0
- pulumi_azure_native/netapp/v20240301preview/get_volume_group_id_for_ldap_user.py +98 -0
- pulumi_azure_native/netapp/v20240301preview/get_volume_quota_rule.py +216 -0
- pulumi_azure_native/netapp/v20240301preview/list_volume_quota_report.py +107 -0
- pulumi_azure_native/netapp/v20240301preview/list_volume_replications.py +94 -0
- pulumi_azure_native/netapp/v20240301preview/outputs.py +3344 -0
- pulumi_azure_native/netapp/v20240301preview/pool.py +462 -0
- pulumi_azure_native/netapp/v20240301preview/snapshot.py +291 -0
- pulumi_azure_native/netapp/v20240301preview/snapshot_policy.py +414 -0
- pulumi_azure_native/netapp/v20240301preview/subvolume.py +329 -0
- pulumi_azure_native/netapp/v20240301preview/volume.py +1707 -0
- pulumi_azure_native/netapp/v20240301preview/volume_group.py +279 -0
- pulumi_azure_native/netapp/v20240301preview/volume_quota_rule.py +388 -0
- pulumi_azure_native/netapp/volume.py +3 -3
- pulumi_azure_native/netapp/volume_group.py +3 -3
- pulumi_azure_native/netapp/volume_quota_rule.py +3 -3
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/scvmm/__init__.py +3 -0
- pulumi_azure_native/scvmm/availability_set.py +3 -3
- pulumi_azure_native/scvmm/cloud.py +3 -3
- pulumi_azure_native/scvmm/get_availability_set.py +2 -2
- pulumi_azure_native/scvmm/get_cloud.py +2 -2
- pulumi_azure_native/scvmm/get_guest_agent.py +2 -2
- pulumi_azure_native/scvmm/get_inventory_item.py +2 -2
- pulumi_azure_native/scvmm/get_virtual_machine_instance.py +2 -2
- pulumi_azure_native/scvmm/get_virtual_machine_template.py +2 -2
- pulumi_azure_native/scvmm/get_virtual_network.py +2 -2
- pulumi_azure_native/scvmm/get_vmm_server.py +2 -2
- pulumi_azure_native/scvmm/guest_agent.py +2 -2
- pulumi_azure_native/scvmm/inventory_item.py +3 -3
- pulumi_azure_native/scvmm/v20220521preview/availability_set.py +1 -1
- pulumi_azure_native/scvmm/v20220521preview/cloud.py +1 -1
- pulumi_azure_native/scvmm/v20220521preview/inventory_item.py +1 -1
- pulumi_azure_native/scvmm/v20220521preview/virtual_machine_template.py +1 -1
- pulumi_azure_native/scvmm/v20220521preview/virtual_network.py +1 -1
- pulumi_azure_native/scvmm/v20220521preview/vmm_server.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/availability_set.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/cloud.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/inventory_item.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/virtual_machine_template.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/virtual_network.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/vm_instance_guest_agent.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/vmm_server.py +1 -1
- pulumi_azure_native/scvmm/v20231007/availability_set.py +1 -1
- pulumi_azure_native/scvmm/v20231007/cloud.py +1 -1
- pulumi_azure_native/scvmm/v20231007/guest_agent.py +1 -1
- pulumi_azure_native/scvmm/v20231007/inventory_item.py +1 -1
- pulumi_azure_native/scvmm/v20231007/virtual_machine_instance.py +1 -1
- pulumi_azure_native/scvmm/v20231007/virtual_machine_template.py +1 -1
- pulumi_azure_native/scvmm/v20231007/virtual_network.py +1 -1
- pulumi_azure_native/scvmm/v20231007/vmm_server.py +1 -1
- pulumi_azure_native/scvmm/v20240601/__init__.py +26 -0
- pulumi_azure_native/scvmm/v20240601/_enums.py +110 -0
- pulumi_azure_native/scvmm/v20240601/_inputs.py +1334 -0
- pulumi_azure_native/scvmm/v20240601/availability_set.py +326 -0
- pulumi_azure_native/scvmm/v20240601/cloud.py +385 -0
- pulumi_azure_native/scvmm/v20240601/get_availability_set.py +201 -0
- pulumi_azure_native/scvmm/v20240601/get_cloud.py +253 -0
- pulumi_azure_native/scvmm/v20240601/get_guest_agent.py +222 -0
- pulumi_azure_native/scvmm/v20240601/get_inventory_item.py +206 -0
- pulumi_azure_native/scvmm/v20240601/get_virtual_machine_instance.py +235 -0
- pulumi_azure_native/scvmm/v20240601/get_virtual_machine_template.py +396 -0
- pulumi_azure_native/scvmm/v20240601/get_virtual_network.py +227 -0
- pulumi_azure_native/scvmm/v20240601/get_vmm_server.py +266 -0
- pulumi_azure_native/scvmm/v20240601/guest_agent.py +307 -0
- pulumi_azure_native/scvmm/v20240601/inventory_item.py +290 -0
- pulumi_azure_native/scvmm/v20240601/outputs.py +1476 -0
- pulumi_azure_native/scvmm/v20240601/virtual_machine_instance.py +375 -0
- pulumi_azure_native/scvmm/v20240601/virtual_machine_template.py +495 -0
- pulumi_azure_native/scvmm/v20240601/virtual_network.py +365 -0
- pulumi_azure_native/scvmm/v20240601/vmm_server.py +396 -0
- pulumi_azure_native/scvmm/virtual_machine_instance.py +3 -3
- pulumi_azure_native/scvmm/virtual_machine_template.py +3 -3
- pulumi_azure_native/scvmm/virtual_network.py +3 -3
- pulumi_azure_native/scvmm/vm_instance_guest_agent.py +1 -1
- pulumi_azure_native/scvmm/vmm_server.py +3 -3
- {pulumi_azure_native-2.51.0a1721653278.dist-info → pulumi_azure_native-2.51.0a1721718685.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.51.0a1721653278.dist-info → pulumi_azure_native-2.51.0a1721718685.dist-info}/RECORD +564 -432
- {pulumi_azure_native-2.51.0a1721653278.dist-info → pulumi_azure_native-2.51.0a1721718685.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.51.0a1721653278.dist-info → pulumi_azure_native-2.51.0a1721718685.dist-info}/top_level.txt +0 -0
|
@@ -6,7 +6,7 @@ from enum import Enum
|
|
|
6
6
|
|
|
7
7
|
__all__ = [
|
|
8
8
|
'CachingTypes',
|
|
9
|
-
'
|
|
9
|
+
'ComponentName',
|
|
10
10
|
'DeleteOptions',
|
|
11
11
|
'DiffDiskOptions',
|
|
12
12
|
'DiffDiskPlacement',
|
|
@@ -25,7 +25,7 @@ __all__ = [
|
|
|
25
25
|
'NetworkInterfaceAuxiliaryMode',
|
|
26
26
|
'NetworkInterfaceAuxiliarySku',
|
|
27
27
|
'OperatingSystemTypes',
|
|
28
|
-
'
|
|
28
|
+
'PassName',
|
|
29
29
|
'ProtocolTypes',
|
|
30
30
|
'PublicIPAddressSkuName',
|
|
31
31
|
'PublicIPAddressSkuTier',
|
|
@@ -34,10 +34,7 @@ __all__ = [
|
|
|
34
34
|
'SecurityTypes',
|
|
35
35
|
'SettingNames',
|
|
36
36
|
'SpotAllocationStrategy',
|
|
37
|
-
'StatusLevelTypes',
|
|
38
37
|
'StorageAccountTypes',
|
|
39
|
-
'VirtualMachineEvictionPolicyTypes',
|
|
40
|
-
'VirtualMachinePriorityTypes',
|
|
41
38
|
'WindowsPatchAssessmentMode',
|
|
42
39
|
'WindowsVMGuestPatchAutomaticByPlatformRebootSetting',
|
|
43
40
|
'WindowsVMGuestPatchMode',
|
|
@@ -46,16 +43,28 @@ __all__ = [
|
|
|
46
43
|
|
|
47
44
|
class CachingTypes(str, Enum):
|
|
48
45
|
"""
|
|
49
|
-
Specifies the caching requirements. Possible values are: **None,**
|
|
46
|
+
Specifies the caching requirements. Possible values are: **None,**
|
|
47
|
+
**ReadOnly,** **ReadWrite.** The default values are: **None for Standard
|
|
48
|
+
storage. ReadOnly for Premium storage.**
|
|
50
49
|
"""
|
|
51
50
|
NONE = "None"
|
|
51
|
+
"""
|
|
52
|
+
'None' is default for Standard Storage
|
|
53
|
+
"""
|
|
52
54
|
READ_ONLY = "ReadOnly"
|
|
55
|
+
"""
|
|
56
|
+
'ReadOnly' is default for Premium Storage
|
|
57
|
+
"""
|
|
53
58
|
READ_WRITE = "ReadWrite"
|
|
59
|
+
"""
|
|
60
|
+
'ReadWrite' is default for OS Disk
|
|
61
|
+
"""
|
|
54
62
|
|
|
55
63
|
|
|
56
|
-
class
|
|
64
|
+
class ComponentName(str, Enum):
|
|
57
65
|
"""
|
|
58
|
-
The component name. Currently, the only allowable value is
|
|
66
|
+
The component name. Currently, the only allowable value is
|
|
67
|
+
Microsoft-Windows-Shell-Setup.
|
|
59
68
|
"""
|
|
60
69
|
MICROSOFT_WINDOWS_SHELL_SETUP = "Microsoft-Windows-Shell-Setup"
|
|
61
70
|
|
|
@@ -65,7 +74,13 @@ class DeleteOptions(str, Enum):
|
|
|
65
74
|
Specify what happens to the public IP when the VM is deleted
|
|
66
75
|
"""
|
|
67
76
|
DELETE = "Delete"
|
|
77
|
+
"""
|
|
78
|
+
Delete Option
|
|
79
|
+
"""
|
|
68
80
|
DETACH = "Detach"
|
|
81
|
+
"""
|
|
82
|
+
Detach Option
|
|
83
|
+
"""
|
|
69
84
|
|
|
70
85
|
|
|
71
86
|
class DiffDiskOptions(str, Enum):
|
|
@@ -73,14 +88,33 @@ class DiffDiskOptions(str, Enum):
|
|
|
73
88
|
Specifies the ephemeral disk settings for operating system disk.
|
|
74
89
|
"""
|
|
75
90
|
LOCAL = "Local"
|
|
91
|
+
"""
|
|
92
|
+
Local Option.
|
|
93
|
+
"""
|
|
76
94
|
|
|
77
95
|
|
|
78
96
|
class DiffDiskPlacement(str, Enum):
|
|
79
97
|
"""
|
|
80
|
-
Specifies the ephemeral disk placement for operating system disk. Possible
|
|
98
|
+
Specifies the ephemeral disk placement for operating system disk. Possible
|
|
99
|
+
values are: **CacheDisk,** **ResourceDisk.** The defaulting behavior is:
|
|
100
|
+
**CacheDisk** if one is configured for the VM size otherwise **ResourceDisk**
|
|
101
|
+
is used. Refer to the VM size documentation for Windows VM at
|
|
102
|
+
https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at
|
|
103
|
+
https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM
|
|
104
|
+
sizes exposes a cache disk.
|
|
81
105
|
"""
|
|
82
106
|
CACHE_DISK = "CacheDisk"
|
|
107
|
+
"""
|
|
108
|
+
CacheDisk option.
|
|
109
|
+
"""
|
|
83
110
|
RESOURCE_DISK = "ResourceDisk"
|
|
111
|
+
"""
|
|
112
|
+
Resource Disk option.
|
|
113
|
+
"""
|
|
114
|
+
NVME_DISK = "NvmeDisk"
|
|
115
|
+
"""
|
|
116
|
+
NvmeDisk option.
|
|
117
|
+
"""
|
|
84
118
|
|
|
85
119
|
|
|
86
120
|
class DiskControllerTypes(str, Enum):
|
|
@@ -88,34 +122,92 @@ class DiskControllerTypes(str, Enum):
|
|
|
88
122
|
Specifies the disk controller type configured for the virtual machines in the scale set. Minimum api-version: 2022-08-01
|
|
89
123
|
"""
|
|
90
124
|
SCSI = "SCSI"
|
|
125
|
+
"""
|
|
126
|
+
SCSI disk type
|
|
127
|
+
"""
|
|
91
128
|
NV_ME = "NVMe"
|
|
129
|
+
"""
|
|
130
|
+
NVMe disk type
|
|
131
|
+
"""
|
|
92
132
|
|
|
93
133
|
|
|
94
134
|
class DiskCreateOptionTypes(str, Enum):
|
|
95
135
|
"""
|
|
96
|
-
Specifies how the virtual machines in the scale set should be created. The only
|
|
136
|
+
Specifies how the virtual machines in the scale set should be created. The only
|
|
137
|
+
allowed value is: **FromImage.** This value is used when you are using an image
|
|
138
|
+
to create the virtual machine. If you are using a platform image, you also use
|
|
139
|
+
the imageReference element described above. If you are using a marketplace
|
|
140
|
+
image, you also use the plan element previously described.
|
|
97
141
|
"""
|
|
98
142
|
FROM_IMAGE = "FromImage"
|
|
143
|
+
"""
|
|
144
|
+
This value is used when you are using an image to create the virtual machine.
|
|
145
|
+
If you are using a platform image, you also use the imageReference element
|
|
146
|
+
described above. If you are using a marketplace image, you also use the
|
|
147
|
+
plan element previously described.
|
|
148
|
+
"""
|
|
99
149
|
EMPTY = "Empty"
|
|
150
|
+
"""
|
|
151
|
+
This value is used when creating an empty data disk.
|
|
152
|
+
"""
|
|
100
153
|
ATTACH = "Attach"
|
|
154
|
+
"""
|
|
155
|
+
This value is used when you are using a specialized disk to create the virtual machine.
|
|
156
|
+
"""
|
|
157
|
+
COPY = "Copy"
|
|
158
|
+
"""
|
|
159
|
+
This value is used to create a data disk from a snapshot or another disk.
|
|
160
|
+
"""
|
|
161
|
+
RESTORE = "Restore"
|
|
162
|
+
"""
|
|
163
|
+
This value is used to create a data disk from a disk restore point.
|
|
164
|
+
"""
|
|
101
165
|
|
|
102
166
|
|
|
103
167
|
class DiskDeleteOptionTypes(str, Enum):
|
|
104
168
|
"""
|
|
105
|
-
Specifies whether OS Disk should be deleted or detached upon VMSS Flex deletion
|
|
169
|
+
Specifies whether OS Disk should be deleted or detached upon VMSS Flex deletion
|
|
170
|
+
(This feature is available for VMSS with Flexible OrchestrationMode only).
|
|
171
|
+
<br><br> Possible values: <br><br> **Delete** If this value is used, the OS
|
|
172
|
+
disk is deleted when VMSS Flex VM is deleted.<br><br> **Detach** If this value
|
|
173
|
+
is used, the OS disk is retained after VMSS Flex VM is deleted. <br><br> The
|
|
174
|
+
default value is set to **Delete**. For an Ephemeral OS Disk, the default value
|
|
175
|
+
is set to **Delete**. User cannot change the delete option for Ephemeral OS
|
|
176
|
+
Disk.
|
|
106
177
|
"""
|
|
107
178
|
DELETE = "Delete"
|
|
179
|
+
"""
|
|
180
|
+
If this value is used, the managed disk is deleted when VM gets deleted.
|
|
181
|
+
"""
|
|
108
182
|
DETACH = "Detach"
|
|
183
|
+
"""
|
|
184
|
+
If this value is used, the managed disk is retained after VM gets deleted.
|
|
185
|
+
"""
|
|
109
186
|
|
|
110
187
|
|
|
111
188
|
class DomainNameLabelScopeTypes(str, Enum):
|
|
112
189
|
"""
|
|
113
|
-
The Domain name label scope.The concatenation of the hashed domain name label
|
|
190
|
+
The Domain name label scope.The concatenation of the hashed domain name label
|
|
191
|
+
that generated according to the policy from domain name label scope and vm
|
|
192
|
+
index will be the domain name labels of the PublicIPAddress resources that will
|
|
193
|
+
be created
|
|
114
194
|
"""
|
|
115
195
|
TENANT_REUSE = "TenantReuse"
|
|
196
|
+
"""
|
|
197
|
+
TenantReuse type
|
|
198
|
+
"""
|
|
116
199
|
SUBSCRIPTION_REUSE = "SubscriptionReuse"
|
|
200
|
+
"""
|
|
201
|
+
SubscriptionReuse type
|
|
202
|
+
"""
|
|
117
203
|
RESOURCE_GROUP_REUSE = "ResourceGroupReuse"
|
|
204
|
+
"""
|
|
205
|
+
ResourceGroupReuse type
|
|
206
|
+
"""
|
|
118
207
|
NO_REUSE = "NoReuse"
|
|
208
|
+
"""
|
|
209
|
+
NoReuse type
|
|
210
|
+
"""
|
|
119
211
|
|
|
120
212
|
|
|
121
213
|
class EvictionPolicy(str, Enum):
|
|
@@ -134,36 +226,78 @@ class EvictionPolicy(str, Enum):
|
|
|
134
226
|
|
|
135
227
|
class IPVersion(str, Enum):
|
|
136
228
|
"""
|
|
137
|
-
Available from Api-Version 2019-07-01 onwards, it represents whether the
|
|
229
|
+
Available from Api-Version 2019-07-01 onwards, it represents whether the
|
|
230
|
+
specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible
|
|
231
|
+
values are: 'IPv4' and 'IPv6'.
|
|
138
232
|
"""
|
|
139
233
|
I_PV4 = "IPv4"
|
|
234
|
+
"""
|
|
235
|
+
IPv4 version
|
|
236
|
+
"""
|
|
140
237
|
I_PV6 = "IPv6"
|
|
238
|
+
"""
|
|
239
|
+
IPv6 version
|
|
240
|
+
"""
|
|
141
241
|
|
|
142
242
|
|
|
143
243
|
class LinuxPatchAssessmentMode(str, Enum):
|
|
144
244
|
"""
|
|
145
|
-
Specifies the mode of VM Guest Patch Assessment for the IaaS virtual
|
|
245
|
+
Specifies the mode of VM Guest Patch Assessment for the IaaS virtual
|
|
246
|
+
machine.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - You
|
|
247
|
+
control the timing of patch assessments on a virtual machine. <br /><br />
|
|
248
|
+
**AutomaticByPlatform** - The platform will trigger periodic patch assessments.
|
|
249
|
+
The property provisionVMAgent must be true.
|
|
146
250
|
"""
|
|
147
251
|
IMAGE_DEFAULT = "ImageDefault"
|
|
252
|
+
"""
|
|
253
|
+
You control the timing of patch assessments on a virtual machine.
|
|
254
|
+
"""
|
|
148
255
|
AUTOMATIC_BY_PLATFORM = "AutomaticByPlatform"
|
|
256
|
+
"""
|
|
257
|
+
The platform will trigger periodic patch assessments.The property provisionVMAgent must be true.
|
|
258
|
+
"""
|
|
149
259
|
|
|
150
260
|
|
|
151
261
|
class LinuxVMGuestPatchAutomaticByPlatformRebootSetting(str, Enum):
|
|
152
262
|
"""
|
|
153
|
-
Specifies the reboot setting for all AutomaticByPlatform patch installation
|
|
263
|
+
Specifies the reboot setting for all AutomaticByPlatform patch installation
|
|
264
|
+
operations.
|
|
154
265
|
"""
|
|
155
266
|
UNKNOWN = "Unknown"
|
|
267
|
+
"""
|
|
268
|
+
Unknown Reboot setting
|
|
269
|
+
"""
|
|
156
270
|
IF_REQUIRED = "IfRequired"
|
|
271
|
+
"""
|
|
272
|
+
IfRequired Reboot setting
|
|
273
|
+
"""
|
|
157
274
|
NEVER = "Never"
|
|
275
|
+
"""
|
|
276
|
+
Never Reboot setting
|
|
277
|
+
"""
|
|
158
278
|
ALWAYS = "Always"
|
|
279
|
+
"""
|
|
280
|
+
Always Reboot setting
|
|
281
|
+
"""
|
|
159
282
|
|
|
160
283
|
|
|
161
284
|
class LinuxVMGuestPatchMode(str, Enum):
|
|
162
285
|
"""
|
|
163
|
-
Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual
|
|
286
|
+
Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual
|
|
287
|
+
machines associated to virtual machine scale set with OrchestrationMode as
|
|
288
|
+
Flexible.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - The
|
|
289
|
+
virtual machine's default patching configuration is used. <br /><br />
|
|
290
|
+
**AutomaticByPlatform** - The virtual machine will be automatically updated by
|
|
291
|
+
the platform. The property provisionVMAgent must be true
|
|
164
292
|
"""
|
|
165
293
|
IMAGE_DEFAULT = "ImageDefault"
|
|
294
|
+
"""
|
|
295
|
+
The virtual machine's default patching configuration is used.
|
|
296
|
+
"""
|
|
166
297
|
AUTOMATIC_BY_PLATFORM = "AutomaticByPlatform"
|
|
298
|
+
"""
|
|
299
|
+
The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true.
|
|
300
|
+
"""
|
|
167
301
|
|
|
168
302
|
|
|
169
303
|
class ManagedServiceIdentityType(str, Enum):
|
|
@@ -178,48 +312,96 @@ class ManagedServiceIdentityType(str, Enum):
|
|
|
178
312
|
|
|
179
313
|
class Mode(str, Enum):
|
|
180
314
|
"""
|
|
181
|
-
Specifies the mode that ProxyAgent will execute on if the feature is enabled.
|
|
315
|
+
Specifies the mode that ProxyAgent will execute on if the feature is enabled.
|
|
316
|
+
ProxyAgent will start to audit or monitor but not enforce access control over
|
|
317
|
+
requests to host endpoints in Audit mode, while in Enforce mode it will enforce
|
|
318
|
+
access control. The default value is Enforce mode.
|
|
182
319
|
"""
|
|
183
320
|
AUDIT = "Audit"
|
|
321
|
+
"""
|
|
322
|
+
Audit Mode
|
|
323
|
+
"""
|
|
184
324
|
ENFORCE = "Enforce"
|
|
325
|
+
"""
|
|
326
|
+
Enforce Mode
|
|
327
|
+
"""
|
|
185
328
|
|
|
186
329
|
|
|
187
330
|
class NetworkApiVersion(str, Enum):
|
|
188
331
|
"""
|
|
189
|
-
specifies the Microsoft.Network API version used when creating networking
|
|
332
|
+
specifies the Microsoft.Network API version used when creating networking
|
|
333
|
+
resources in the Network Interface Configurations for Virtual Machine Scale Set
|
|
334
|
+
with orchestration mode 'Flexible'
|
|
190
335
|
"""
|
|
191
336
|
NETWORK_API_VERSION_2020_11_01 = "2020-11-01"
|
|
337
|
+
"""
|
|
338
|
+
Initial version supported. Later versions are supported as well.
|
|
339
|
+
"""
|
|
192
340
|
|
|
193
341
|
|
|
194
342
|
class NetworkInterfaceAuxiliaryMode(str, Enum):
|
|
195
343
|
"""
|
|
196
|
-
Specifies whether the Auxiliary mode is enabled for the Network Interface
|
|
344
|
+
Specifies whether the Auxiliary mode is enabled for the Network Interface
|
|
345
|
+
resource.
|
|
197
346
|
"""
|
|
198
347
|
NONE = "None"
|
|
348
|
+
"""
|
|
349
|
+
None Mode
|
|
350
|
+
"""
|
|
199
351
|
ACCELERATED_CONNECTIONS = "AcceleratedConnections"
|
|
352
|
+
"""
|
|
353
|
+
AcceleratedConnections Mode
|
|
354
|
+
"""
|
|
200
355
|
FLOATING = "Floating"
|
|
356
|
+
"""
|
|
357
|
+
Floating Mode
|
|
358
|
+
"""
|
|
201
359
|
|
|
202
360
|
|
|
203
361
|
class NetworkInterfaceAuxiliarySku(str, Enum):
|
|
204
362
|
"""
|
|
205
|
-
Specifies whether the Auxiliary sku is enabled for the Network Interface
|
|
363
|
+
Specifies whether the Auxiliary sku is enabled for the Network Interface
|
|
364
|
+
resource.
|
|
206
365
|
"""
|
|
207
366
|
NONE = "None"
|
|
367
|
+
"""
|
|
368
|
+
no sku
|
|
369
|
+
"""
|
|
208
370
|
A1 = "A1"
|
|
371
|
+
"""
|
|
372
|
+
A1 sku
|
|
373
|
+
"""
|
|
209
374
|
A2 = "A2"
|
|
375
|
+
"""
|
|
376
|
+
A2 sku
|
|
377
|
+
"""
|
|
210
378
|
A4 = "A4"
|
|
379
|
+
"""
|
|
380
|
+
A4 sku
|
|
381
|
+
"""
|
|
211
382
|
A8 = "A8"
|
|
383
|
+
"""
|
|
384
|
+
A8 sku
|
|
385
|
+
"""
|
|
212
386
|
|
|
213
387
|
|
|
214
388
|
class OperatingSystemTypes(str, Enum):
|
|
215
389
|
"""
|
|
216
|
-
This property allows you to specify the type of the OS that is included in the
|
|
390
|
+
This property allows you to specify the type of the OS that is included in the
|
|
391
|
+
disk if creating a VM from user-image or a specialized VHD. Possible values
|
|
392
|
+
are: **Windows,** **Linux.**
|
|
217
393
|
"""
|
|
218
394
|
WINDOWS = "Windows"
|
|
395
|
+
"""
|
|
396
|
+
Windows OS type
|
|
397
|
+
"""
|
|
219
398
|
LINUX = "Linux"
|
|
399
|
+
"""
|
|
400
|
+
Linux OS type
|
|
401
|
+
"""
|
|
220
402
|
|
|
221
403
|
|
|
222
|
-
class
|
|
404
|
+
class PassName(str, Enum):
|
|
223
405
|
"""
|
|
224
406
|
The pass name. Currently, the only allowable value is OobeSystem.
|
|
225
407
|
"""
|
|
@@ -228,10 +410,17 @@ class PassNames(str, Enum):
|
|
|
228
410
|
|
|
229
411
|
class ProtocolTypes(str, Enum):
|
|
230
412
|
"""
|
|
231
|
-
Specifies the protocol of WinRM listener. Possible values are: **http,**
|
|
413
|
+
Specifies the protocol of WinRM listener. Possible values are: **http,**
|
|
414
|
+
**https.**
|
|
232
415
|
"""
|
|
233
416
|
HTTP = "Http"
|
|
417
|
+
"""
|
|
418
|
+
Http protocol
|
|
419
|
+
"""
|
|
234
420
|
HTTPS = "Https"
|
|
421
|
+
"""
|
|
422
|
+
Https protocol
|
|
423
|
+
"""
|
|
235
424
|
|
|
236
425
|
|
|
237
426
|
class PublicIPAddressSkuName(str, Enum):
|
|
@@ -239,7 +428,13 @@ class PublicIPAddressSkuName(str, Enum):
|
|
|
239
428
|
Specify public IP sku name
|
|
240
429
|
"""
|
|
241
430
|
BASIC = "Basic"
|
|
431
|
+
"""
|
|
432
|
+
Basic sku name
|
|
433
|
+
"""
|
|
242
434
|
STANDARD = "Standard"
|
|
435
|
+
"""
|
|
436
|
+
Standard sku name
|
|
437
|
+
"""
|
|
243
438
|
|
|
244
439
|
|
|
245
440
|
class PublicIPAddressSkuTier(str, Enum):
|
|
@@ -247,7 +442,13 @@ class PublicIPAddressSkuTier(str, Enum):
|
|
|
247
442
|
Specify public IP sku tier
|
|
248
443
|
"""
|
|
249
444
|
REGIONAL = "Regional"
|
|
445
|
+
"""
|
|
446
|
+
Regional sku tier
|
|
447
|
+
"""
|
|
250
448
|
GLOBAL_ = "Global"
|
|
449
|
+
"""
|
|
450
|
+
Global sku tier
|
|
451
|
+
"""
|
|
251
452
|
|
|
252
453
|
|
|
253
454
|
class RegularPriorityAllocationStrategy(str, Enum):
|
|
@@ -262,27 +463,58 @@ class RegularPriorityAllocationStrategy(str, Enum):
|
|
|
262
463
|
|
|
263
464
|
class SecurityEncryptionTypes(str, Enum):
|
|
264
465
|
"""
|
|
265
|
-
Specifies the EncryptionType of the managed disk. It is set to
|
|
466
|
+
Specifies the EncryptionType of the managed disk. It is set to
|
|
467
|
+
DiskWithVMGuestState for encryption of the managed disk along with VMGuestState
|
|
468
|
+
blob, VMGuestStateOnly for encryption of just the VMGuestState blob, and
|
|
469
|
+
NonPersistedTPM for not persisting firmware state in the VMGuestState blob..
|
|
470
|
+
**Note:** It can be set for only Confidential VMs.
|
|
266
471
|
"""
|
|
267
472
|
VM_GUEST_STATE_ONLY = "VMGuestStateOnly"
|
|
473
|
+
"""
|
|
474
|
+
EncryptionType of the managed disk is set to VMGuestStateOnly for encryption
|
|
475
|
+
of just the VMGuestState blob.
|
|
476
|
+
"""
|
|
268
477
|
DISK_WITH_VM_GUEST_STATE = "DiskWithVMGuestState"
|
|
478
|
+
"""
|
|
479
|
+
EncryptionType of the managed disk is set to DiskWithVMGuestState for encryption
|
|
480
|
+
of the managed disk along with VMGuestState blob.
|
|
481
|
+
"""
|
|
269
482
|
NON_PERSISTED_TPM = "NonPersistedTPM"
|
|
483
|
+
"""
|
|
484
|
+
EncryptionType of the managed disk is set to NonPersistedTPM for not persisting
|
|
485
|
+
firmware state in the VMGuestState blob.
|
|
486
|
+
"""
|
|
270
487
|
|
|
271
488
|
|
|
272
489
|
class SecurityTypes(str, Enum):
|
|
273
490
|
"""
|
|
274
|
-
Specifies the SecurityType of the virtual machine. It has to be set to any
|
|
491
|
+
Specifies the SecurityType of the virtual machine. It has to be set to any
|
|
492
|
+
specified value to enable UefiSettings. The default behavior is: UefiSettings
|
|
493
|
+
will not be enabled unless this property is set.
|
|
275
494
|
"""
|
|
276
495
|
TRUSTED_LAUNCH = "TrustedLaunch"
|
|
496
|
+
"""
|
|
497
|
+
TrustedLaunch security type
|
|
498
|
+
"""
|
|
277
499
|
CONFIDENTIAL_VM = "ConfidentialVM"
|
|
500
|
+
"""
|
|
501
|
+
ConfidentialVM security type
|
|
502
|
+
"""
|
|
278
503
|
|
|
279
504
|
|
|
280
505
|
class SettingNames(str, Enum):
|
|
281
506
|
"""
|
|
282
|
-
Specifies the name of the setting to which the content applies. Possible values
|
|
507
|
+
Specifies the name of the setting to which the content applies. Possible values
|
|
508
|
+
are: FirstLogonCommands and AutoLogon.
|
|
283
509
|
"""
|
|
284
510
|
AUTO_LOGON = "AutoLogon"
|
|
511
|
+
"""
|
|
512
|
+
AutoLogon setting
|
|
513
|
+
"""
|
|
285
514
|
FIRST_LOGON_COMMANDS = "FirstLogonCommands"
|
|
515
|
+
"""
|
|
516
|
+
FirstLogonCommands setting
|
|
517
|
+
"""
|
|
286
518
|
|
|
287
519
|
|
|
288
520
|
class SpotAllocationStrategy(str, Enum):
|
|
@@ -303,67 +535,110 @@ class SpotAllocationStrategy(str, Enum):
|
|
|
303
535
|
"""
|
|
304
536
|
|
|
305
537
|
|
|
306
|
-
class StatusLevelTypes(str, Enum):
|
|
307
|
-
"""
|
|
308
|
-
The level code.
|
|
309
|
-
"""
|
|
310
|
-
INFO = "Info"
|
|
311
|
-
WARNING = "Warning"
|
|
312
|
-
ERROR = "Error"
|
|
313
|
-
|
|
314
|
-
|
|
315
538
|
class StorageAccountTypes(str, Enum):
|
|
316
539
|
"""
|
|
317
|
-
Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can
|
|
540
|
+
Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can
|
|
541
|
+
only be used with data disks, it cannot be used with OS Disk.
|
|
318
542
|
"""
|
|
319
543
|
STANDARD_LRS = "Standard_LRS"
|
|
544
|
+
"""
|
|
545
|
+
Standard_LRS option.
|
|
546
|
+
"""
|
|
320
547
|
PREMIUM_LRS = "Premium_LRS"
|
|
548
|
+
"""
|
|
549
|
+
Premium_LRS option.
|
|
550
|
+
"""
|
|
321
551
|
STANDARD_SS_D_LRS = "StandardSSD_LRS"
|
|
552
|
+
"""
|
|
553
|
+
StandardSSD_LRS option.
|
|
554
|
+
"""
|
|
322
555
|
ULTRA_SS_D_LRS = "UltraSSD_LRS"
|
|
556
|
+
"""
|
|
557
|
+
UltraSSD_LRS option.
|
|
558
|
+
"""
|
|
323
559
|
PREMIUM_ZRS = "Premium_ZRS"
|
|
560
|
+
"""
|
|
561
|
+
Premium_ZRS option.
|
|
562
|
+
"""
|
|
324
563
|
STANDARD_SS_D_ZRS = "StandardSSD_ZRS"
|
|
325
|
-
PREMIUM_V2_LRS = "PremiumV2_LRS"
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
class VirtualMachineEvictionPolicyTypes(str, Enum):
|
|
329
564
|
"""
|
|
330
|
-
|
|
565
|
+
StandardSSD_ZRS option.
|
|
331
566
|
"""
|
|
332
|
-
|
|
333
|
-
DELETE = "Delete"
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
class VirtualMachinePriorityTypes(str, Enum):
|
|
567
|
+
PREMIUM_V2_LRS = "PremiumV2_LRS"
|
|
337
568
|
"""
|
|
338
|
-
|
|
569
|
+
PremiumV2_LRS option.
|
|
339
570
|
"""
|
|
340
|
-
REGULAR = "Regular"
|
|
341
|
-
LOW = "Low"
|
|
342
|
-
SPOT = "Spot"
|
|
343
571
|
|
|
344
572
|
|
|
345
573
|
class WindowsPatchAssessmentMode(str, Enum):
|
|
346
574
|
"""
|
|
347
|
-
Specifies the mode of VM Guest patch assessment for the IaaS virtual
|
|
575
|
+
Specifies the mode of VM Guest patch assessment for the IaaS virtual
|
|
576
|
+
machine.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - You
|
|
577
|
+
control the timing of patch assessments on a virtual machine.<br /><br />
|
|
578
|
+
**AutomaticByPlatform** - The platform will trigger periodic patch assessments.
|
|
579
|
+
The property provisionVMAgent must be true.
|
|
348
580
|
"""
|
|
349
581
|
IMAGE_DEFAULT = "ImageDefault"
|
|
582
|
+
"""
|
|
583
|
+
You control the timing of patch assessments on a virtual machine.
|
|
584
|
+
"""
|
|
350
585
|
AUTOMATIC_BY_PLATFORM = "AutomaticByPlatform"
|
|
586
|
+
"""
|
|
587
|
+
The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
|
|
588
|
+
"""
|
|
351
589
|
|
|
352
590
|
|
|
353
591
|
class WindowsVMGuestPatchAutomaticByPlatformRebootSetting(str, Enum):
|
|
354
592
|
"""
|
|
355
|
-
Specifies the reboot setting for all AutomaticByPlatform patch installation
|
|
593
|
+
Specifies the reboot setting for all AutomaticByPlatform patch installation
|
|
594
|
+
operations.
|
|
356
595
|
"""
|
|
357
596
|
UNKNOWN = "Unknown"
|
|
597
|
+
"""
|
|
598
|
+
Unknown Reboot setting
|
|
599
|
+
"""
|
|
358
600
|
IF_REQUIRED = "IfRequired"
|
|
601
|
+
"""
|
|
602
|
+
IfRequired Reboot setting
|
|
603
|
+
"""
|
|
359
604
|
NEVER = "Never"
|
|
605
|
+
"""
|
|
606
|
+
Never Reboot setting
|
|
607
|
+
"""
|
|
360
608
|
ALWAYS = "Always"
|
|
609
|
+
"""
|
|
610
|
+
Always Reboot setting
|
|
611
|
+
"""
|
|
361
612
|
|
|
362
613
|
|
|
363
614
|
class WindowsVMGuestPatchMode(str, Enum):
|
|
364
615
|
"""
|
|
365
|
-
Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual
|
|
616
|
+
Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual
|
|
617
|
+
machines associated to virtual machine scale set with OrchestrationMode as
|
|
618
|
+
Flexible.<br /><br /> Possible values are:<br /><br /> **Manual** - You
|
|
619
|
+
control the application of patches to a virtual machine. You do this by
|
|
620
|
+
applying patches manually inside the VM. In this mode, automatic updates are
|
|
621
|
+
disabled; the property WindowsConfiguration.enableAutomaticUpdates must be
|
|
622
|
+
false<br /><br /> **AutomaticByOS** - The virtual machine will automatically be
|
|
623
|
+
updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates
|
|
624
|
+
must be true. <br /><br /> **AutomaticByPlatform** - the virtual machine will
|
|
625
|
+
automatically updated by the platform. The properties provisionVMAgent and
|
|
626
|
+
WindowsConfiguration.enableAutomaticUpdates must be true
|
|
366
627
|
"""
|
|
367
628
|
MANUAL = "Manual"
|
|
629
|
+
"""
|
|
630
|
+
You control the application of patches to a virtual machine.
|
|
631
|
+
You do this by applying patches manually inside the VM. In this mode,
|
|
632
|
+
automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates
|
|
633
|
+
must be false
|
|
634
|
+
"""
|
|
368
635
|
AUTOMATIC_BY_OS = "AutomaticByOS"
|
|
636
|
+
"""
|
|
637
|
+
The virtual machine will automatically be updated by the OS.
|
|
638
|
+
The property WindowsConfiguration.enableAutomaticUpdates must be true.
|
|
639
|
+
"""
|
|
369
640
|
AUTOMATIC_BY_PLATFORM = "AutomaticByPlatform"
|
|
641
|
+
"""
|
|
642
|
+
The virtual machine will automatically updated by the platform. The properties
|
|
643
|
+
provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true.
|
|
644
|
+
"""
|