pulumi-azure-native 2.50.0a1721022151__py3-none-any.whl → 2.51.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.
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/_utilities.py +5 -4
- 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.50.0a1721022151.dist-info → pulumi_azure_native-2.51.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.50.0a1721022151.dist-info → pulumi_azure_native-2.51.0.dist-info}/RECORD +565 -433
- {pulumi_azure_native-2.50.0a1721022151.dist-info → pulumi_azure_native-2.51.0.dist-info}/WHEEL +1 -1
- {pulumi_azure_native-2.50.0a1721022151.dist-info → pulumi_azure_native-2.51.0.dist-info}/top_level.txt +0 -0
|
@@ -20,7 +20,7 @@ __all__ = [
|
|
|
20
20
|
'AdditionalUnattendContentResponse',
|
|
21
21
|
'ApiEntityReferenceResponse',
|
|
22
22
|
'ApplicationProfileResponse',
|
|
23
|
-
'
|
|
23
|
+
'BaseVirtualMachineProfileResponse',
|
|
24
24
|
'BootDiagnosticsResponse',
|
|
25
25
|
'CapacityReservationProfileResponse',
|
|
26
26
|
'ComputeProfileResponse',
|
|
@@ -29,7 +29,6 @@ __all__ = [
|
|
|
29
29
|
'DiskEncryptionSetParametersResponse',
|
|
30
30
|
'EncryptionIdentityResponse',
|
|
31
31
|
'ImageReferenceResponse',
|
|
32
|
-
'InstanceViewStatusResponse',
|
|
33
32
|
'KeyVaultSecretReferenceResponse',
|
|
34
33
|
'LinuxConfigurationResponse',
|
|
35
34
|
'LinuxPatchSettingsResponse',
|
|
@@ -59,24 +58,25 @@ __all__ = [
|
|
|
59
58
|
'VaultCertificateResponse',
|
|
60
59
|
'VaultSecretGroupResponse',
|
|
61
60
|
'VirtualHardDiskResponse',
|
|
62
|
-
'VirtualMachineExtensionInstanceViewResponse',
|
|
63
|
-
'VirtualMachineExtensionResponse',
|
|
64
61
|
'VirtualMachineScaleSetDataDiskResponse',
|
|
65
62
|
'VirtualMachineScaleSetExtensionProfileResponse',
|
|
63
|
+
'VirtualMachineScaleSetExtensionPropertiesResponse',
|
|
66
64
|
'VirtualMachineScaleSetExtensionResponse',
|
|
67
65
|
'VirtualMachineScaleSetHardwareProfileResponse',
|
|
66
|
+
'VirtualMachineScaleSetIPConfigurationPropertiesResponse',
|
|
68
67
|
'VirtualMachineScaleSetIPConfigurationResponse',
|
|
69
68
|
'VirtualMachineScaleSetIpTagResponse',
|
|
70
69
|
'VirtualMachineScaleSetManagedDiskParametersResponse',
|
|
71
70
|
'VirtualMachineScaleSetNetworkConfigurationDnsSettingsResponse',
|
|
71
|
+
'VirtualMachineScaleSetNetworkConfigurationPropertiesResponse',
|
|
72
72
|
'VirtualMachineScaleSetNetworkConfigurationResponse',
|
|
73
73
|
'VirtualMachineScaleSetNetworkProfileResponse',
|
|
74
74
|
'VirtualMachineScaleSetOSDiskResponse',
|
|
75
75
|
'VirtualMachineScaleSetOSProfileResponse',
|
|
76
76
|
'VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsResponse',
|
|
77
|
+
'VirtualMachineScaleSetPublicIPAddressConfigurationPropertiesResponse',
|
|
77
78
|
'VirtualMachineScaleSetPublicIPAddressConfigurationResponse',
|
|
78
79
|
'VirtualMachineScaleSetStorageProfileResponse',
|
|
79
|
-
'VirtualMachineScaleSetVMProfileResponse',
|
|
80
80
|
'VmSizeProfileResponse',
|
|
81
81
|
'WinRMConfigurationResponse',
|
|
82
82
|
'WinRMListenerResponse',
|
|
@@ -87,7 +87,9 @@ __all__ = [
|
|
|
87
87
|
@pulumi.output_type
|
|
88
88
|
class AdditionalUnattendContentResponse(dict):
|
|
89
89
|
"""
|
|
90
|
-
Specifies additional XML formatted information that can be included in the
|
|
90
|
+
Specifies additional XML formatted information that can be included in the
|
|
91
|
+
Unattend.xml file, which is used by Windows Setup. Contents are defined by
|
|
92
|
+
setting name, component name, and the pass in which the content is applied.
|
|
91
93
|
"""
|
|
92
94
|
@staticmethod
|
|
93
95
|
def __key_warning(key: str):
|
|
@@ -112,20 +114,20 @@ class AdditionalUnattendContentResponse(dict):
|
|
|
112
114
|
|
|
113
115
|
def __init__(__self__, *,
|
|
114
116
|
component_name: Optional[str] = None,
|
|
115
|
-
content: Optional[str] = None,
|
|
116
117
|
pass_name: Optional[str] = None,
|
|
117
118
|
setting_name: Optional[str] = None):
|
|
118
119
|
"""
|
|
119
|
-
Specifies additional XML formatted information that can be included in the
|
|
120
|
-
|
|
121
|
-
|
|
120
|
+
Specifies additional XML formatted information that can be included in the
|
|
121
|
+
Unattend.xml file, which is used by Windows Setup. Contents are defined by
|
|
122
|
+
setting name, component name, and the pass in which the content is applied.
|
|
123
|
+
:param str component_name: The component name. Currently, the only allowable value is
|
|
124
|
+
Microsoft-Windows-Shell-Setup.
|
|
122
125
|
:param str pass_name: The pass name. Currently, the only allowable value is OobeSystem.
|
|
123
|
-
:param str setting_name: Specifies the name of the setting to which the content applies. Possible values
|
|
126
|
+
:param str setting_name: Specifies the name of the setting to which the content applies. Possible values
|
|
127
|
+
are: FirstLogonCommands and AutoLogon.
|
|
124
128
|
"""
|
|
125
129
|
if component_name is not None:
|
|
126
130
|
pulumi.set(__self__, "component_name", component_name)
|
|
127
|
-
if content is not None:
|
|
128
|
-
pulumi.set(__self__, "content", content)
|
|
129
131
|
if pass_name is not None:
|
|
130
132
|
pulumi.set(__self__, "pass_name", pass_name)
|
|
131
133
|
if setting_name is not None:
|
|
@@ -135,18 +137,11 @@ class AdditionalUnattendContentResponse(dict):
|
|
|
135
137
|
@pulumi.getter(name="componentName")
|
|
136
138
|
def component_name(self) -> Optional[str]:
|
|
137
139
|
"""
|
|
138
|
-
The component name. Currently, the only allowable value is
|
|
140
|
+
The component name. Currently, the only allowable value is
|
|
141
|
+
Microsoft-Windows-Shell-Setup.
|
|
139
142
|
"""
|
|
140
143
|
return pulumi.get(self, "component_name")
|
|
141
144
|
|
|
142
|
-
@property
|
|
143
|
-
@pulumi.getter
|
|
144
|
-
def content(self) -> Optional[str]:
|
|
145
|
-
"""
|
|
146
|
-
Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted.
|
|
147
|
-
"""
|
|
148
|
-
return pulumi.get(self, "content")
|
|
149
|
-
|
|
150
145
|
@property
|
|
151
146
|
@pulumi.getter(name="passName")
|
|
152
147
|
def pass_name(self) -> Optional[str]:
|
|
@@ -159,7 +154,8 @@ class AdditionalUnattendContentResponse(dict):
|
|
|
159
154
|
@pulumi.getter(name="settingName")
|
|
160
155
|
def setting_name(self) -> Optional[str]:
|
|
161
156
|
"""
|
|
162
|
-
Specifies the name of the setting to which the content applies. Possible values
|
|
157
|
+
Specifies the name of the setting to which the content applies. Possible values
|
|
158
|
+
are: FirstLogonCommands and AutoLogon.
|
|
163
159
|
"""
|
|
164
160
|
return pulumi.get(self, "setting_name")
|
|
165
161
|
|
|
@@ -173,7 +169,8 @@ class ApiEntityReferenceResponse(dict):
|
|
|
173
169
|
id: Optional[str] = None):
|
|
174
170
|
"""
|
|
175
171
|
The API entity reference.
|
|
176
|
-
:param str id: The ARM resource id in the form of
|
|
172
|
+
:param str id: The ARM resource id in the form of
|
|
173
|
+
/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
|
|
177
174
|
"""
|
|
178
175
|
if id is not None:
|
|
179
176
|
pulumi.set(__self__, "id", id)
|
|
@@ -182,7 +179,8 @@ class ApiEntityReferenceResponse(dict):
|
|
|
182
179
|
@pulumi.getter
|
|
183
180
|
def id(self) -> Optional[str]:
|
|
184
181
|
"""
|
|
185
|
-
The ARM resource id in the form of
|
|
182
|
+
The ARM resource id in the form of
|
|
183
|
+
/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
|
|
186
184
|
"""
|
|
187
185
|
return pulumi.get(self, "id")
|
|
188
186
|
|
|
@@ -190,7 +188,8 @@ class ApiEntityReferenceResponse(dict):
|
|
|
190
188
|
@pulumi.output_type
|
|
191
189
|
class ApplicationProfileResponse(dict):
|
|
192
190
|
"""
|
|
193
|
-
Contains the list of gallery applications that should be made available to the
|
|
191
|
+
Contains the list of gallery applications that should be made available to the
|
|
192
|
+
VM/VMSS
|
|
194
193
|
"""
|
|
195
194
|
@staticmethod
|
|
196
195
|
def __key_warning(key: str):
|
|
@@ -212,7 +211,8 @@ class ApplicationProfileResponse(dict):
|
|
|
212
211
|
def __init__(__self__, *,
|
|
213
212
|
gallery_applications: Optional[Sequence['outputs.VMGalleryApplicationResponse']] = None):
|
|
214
213
|
"""
|
|
215
|
-
Contains the list of gallery applications that should be made available to the
|
|
214
|
+
Contains the list of gallery applications that should be made available to the
|
|
215
|
+
VM/VMSS
|
|
216
216
|
:param Sequence['VMGalleryApplicationResponse'] gallery_applications: Specifies the gallery applications that should be made available to the VM/VMSS
|
|
217
217
|
"""
|
|
218
218
|
if gallery_applications is not None:
|
|
@@ -228,49 +228,293 @@ class ApplicationProfileResponse(dict):
|
|
|
228
228
|
|
|
229
229
|
|
|
230
230
|
@pulumi.output_type
|
|
231
|
-
class
|
|
231
|
+
class BaseVirtualMachineProfileResponse(dict):
|
|
232
232
|
"""
|
|
233
|
-
|
|
233
|
+
Describes the base virtual machine profile for fleet
|
|
234
234
|
"""
|
|
235
235
|
@staticmethod
|
|
236
236
|
def __key_warning(key: str):
|
|
237
237
|
suggest = None
|
|
238
|
-
if key == "
|
|
239
|
-
suggest = "
|
|
238
|
+
if key == "timeCreated":
|
|
239
|
+
suggest = "time_created"
|
|
240
|
+
elif key == "applicationProfile":
|
|
241
|
+
suggest = "application_profile"
|
|
242
|
+
elif key == "capacityReservation":
|
|
243
|
+
suggest = "capacity_reservation"
|
|
244
|
+
elif key == "diagnosticsProfile":
|
|
245
|
+
suggest = "diagnostics_profile"
|
|
246
|
+
elif key == "extensionProfile":
|
|
247
|
+
suggest = "extension_profile"
|
|
248
|
+
elif key == "hardwareProfile":
|
|
249
|
+
suggest = "hardware_profile"
|
|
250
|
+
elif key == "licenseType":
|
|
251
|
+
suggest = "license_type"
|
|
252
|
+
elif key == "networkProfile":
|
|
253
|
+
suggest = "network_profile"
|
|
254
|
+
elif key == "osProfile":
|
|
255
|
+
suggest = "os_profile"
|
|
256
|
+
elif key == "scheduledEventsProfile":
|
|
257
|
+
suggest = "scheduled_events_profile"
|
|
258
|
+
elif key == "securityPostureReference":
|
|
259
|
+
suggest = "security_posture_reference"
|
|
260
|
+
elif key == "securityProfile":
|
|
261
|
+
suggest = "security_profile"
|
|
262
|
+
elif key == "serviceArtifactReference":
|
|
263
|
+
suggest = "service_artifact_reference"
|
|
264
|
+
elif key == "storageProfile":
|
|
265
|
+
suggest = "storage_profile"
|
|
266
|
+
elif key == "userData":
|
|
267
|
+
suggest = "user_data"
|
|
240
268
|
|
|
241
269
|
if suggest:
|
|
242
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
270
|
+
pulumi.log.warn(f"Key '{key}' not found in BaseVirtualMachineProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
243
271
|
|
|
244
272
|
def __getitem__(self, key: str) -> Any:
|
|
245
|
-
|
|
273
|
+
BaseVirtualMachineProfileResponse.__key_warning(key)
|
|
246
274
|
return super().__getitem__(key)
|
|
247
275
|
|
|
248
276
|
def get(self, key: str, default = None) -> Any:
|
|
249
|
-
|
|
277
|
+
BaseVirtualMachineProfileResponse.__key_warning(key)
|
|
250
278
|
return super().get(key, default)
|
|
251
279
|
|
|
252
280
|
def __init__(__self__, *,
|
|
253
|
-
|
|
281
|
+
time_created: str,
|
|
282
|
+
application_profile: Optional['outputs.ApplicationProfileResponse'] = None,
|
|
283
|
+
capacity_reservation: Optional['outputs.CapacityReservationProfileResponse'] = None,
|
|
284
|
+
diagnostics_profile: Optional['outputs.DiagnosticsProfileResponse'] = None,
|
|
285
|
+
extension_profile: Optional['outputs.VirtualMachineScaleSetExtensionProfileResponse'] = None,
|
|
286
|
+
hardware_profile: Optional['outputs.VirtualMachineScaleSetHardwareProfileResponse'] = None,
|
|
287
|
+
license_type: Optional[str] = None,
|
|
288
|
+
network_profile: Optional['outputs.VirtualMachineScaleSetNetworkProfileResponse'] = None,
|
|
289
|
+
os_profile: Optional['outputs.VirtualMachineScaleSetOSProfileResponse'] = None,
|
|
290
|
+
scheduled_events_profile: Optional['outputs.ScheduledEventsProfileResponse'] = None,
|
|
291
|
+
security_posture_reference: Optional['outputs.SecurityPostureReferenceResponse'] = None,
|
|
292
|
+
security_profile: Optional['outputs.SecurityProfileResponse'] = None,
|
|
293
|
+
service_artifact_reference: Optional['outputs.ServiceArtifactReferenceResponse'] = None,
|
|
294
|
+
storage_profile: Optional['outputs.VirtualMachineScaleSetStorageProfileResponse'] = None,
|
|
295
|
+
user_data: Optional[str] = None):
|
|
296
|
+
"""
|
|
297
|
+
Describes the base virtual machine profile for fleet
|
|
298
|
+
:param str time_created: Specifies the time in which this VM profile for the Virtual Machine Scale Set
|
|
299
|
+
was created. Minimum API version for this property is 2023-09-01. This value
|
|
300
|
+
will be added to VMSS Flex VM tags when creating/updating the VMSS VM Profile
|
|
301
|
+
with minimum api-version 2023-09-01. Examples: "2024-07-01T00:00:01.1234567+00:00"
|
|
302
|
+
:param 'ApplicationProfileResponse' application_profile: Specifies the gallery applications that should be made available to the VM/VMSS
|
|
303
|
+
:param 'CapacityReservationProfileResponse' capacity_reservation: Specifies the capacity reservation related details of a scale set. Minimum
|
|
304
|
+
api-version: 2021-04-01.
|
|
305
|
+
:param 'DiagnosticsProfileResponse' diagnostics_profile: Specifies the boot diagnostic settings state.
|
|
306
|
+
:param 'VirtualMachineScaleSetExtensionProfileResponse' extension_profile: Specifies a collection of settings for extensions installed on virtual machines
|
|
307
|
+
in the scale set.
|
|
308
|
+
:param 'VirtualMachineScaleSetHardwareProfileResponse' hardware_profile: Specifies the hardware profile related details of a scale set. Minimum
|
|
309
|
+
api-version: 2021-11-01.
|
|
310
|
+
:param str license_type: Specifies that the image or disk that is being used was licensed on-premises.
|
|
311
|
+
<br><br> Possible values for Windows Server operating system are: <br><br>
|
|
312
|
+
Windows_Client <br><br> Windows_Server <br><br> Possible values for Linux
|
|
313
|
+
Server operating system are: <br><br> RHEL_BYOS (for RHEL) <br><br> SLES_BYOS
|
|
314
|
+
(for SUSE) <br><br> For more information, see [Azure Hybrid Use Benefit for
|
|
315
|
+
Windows
|
|
316
|
+
Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing)
|
|
317
|
+
<br><br> [Azure Hybrid Use Benefit for Linux
|
|
318
|
+
Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux)
|
|
319
|
+
<br><br> Minimum api-version: 2015-06-15
|
|
320
|
+
:param 'VirtualMachineScaleSetNetworkProfileResponse' network_profile: Specifies properties of the network interfaces of the virtual machines in the
|
|
321
|
+
scale set.
|
|
322
|
+
:param 'VirtualMachineScaleSetOSProfileResponse' os_profile: Specifies the operating system settings for the virtual machines in the scale
|
|
323
|
+
set.
|
|
324
|
+
:param 'ScheduledEventsProfileResponse' scheduled_events_profile: Specifies Scheduled Event related configurations.
|
|
325
|
+
:param 'SecurityPostureReferenceResponse' security_posture_reference: Specifies the security posture to be used for all virtual machines in the scale
|
|
326
|
+
set. Minimum api-version: 2023-03-01
|
|
327
|
+
:param 'SecurityProfileResponse' security_profile: Specifies the Security related profile settings for the virtual machines in the
|
|
328
|
+
scale set.
|
|
329
|
+
:param 'ServiceArtifactReferenceResponse' service_artifact_reference: Specifies the service artifact reference id used to set same image version for
|
|
330
|
+
all virtual machines in the scale set when using 'latest' image version.
|
|
331
|
+
Minimum api-version: 2022-11-01
|
|
332
|
+
:param 'VirtualMachineScaleSetStorageProfileResponse' storage_profile: Specifies the storage settings for the virtual machine disks.
|
|
333
|
+
:param str user_data: UserData for the virtual machines in the scale set, which must be base-64
|
|
334
|
+
encoded. Customer should not pass any secrets in here. Minimum api-version:
|
|
335
|
+
2021-03-01.
|
|
336
|
+
"""
|
|
337
|
+
pulumi.set(__self__, "time_created", time_created)
|
|
338
|
+
if application_profile is not None:
|
|
339
|
+
pulumi.set(__self__, "application_profile", application_profile)
|
|
340
|
+
if capacity_reservation is not None:
|
|
341
|
+
pulumi.set(__self__, "capacity_reservation", capacity_reservation)
|
|
342
|
+
if diagnostics_profile is not None:
|
|
343
|
+
pulumi.set(__self__, "diagnostics_profile", diagnostics_profile)
|
|
344
|
+
if extension_profile is not None:
|
|
345
|
+
pulumi.set(__self__, "extension_profile", extension_profile)
|
|
346
|
+
if hardware_profile is not None:
|
|
347
|
+
pulumi.set(__self__, "hardware_profile", hardware_profile)
|
|
348
|
+
if license_type is not None:
|
|
349
|
+
pulumi.set(__self__, "license_type", license_type)
|
|
350
|
+
if network_profile is not None:
|
|
351
|
+
pulumi.set(__self__, "network_profile", network_profile)
|
|
352
|
+
if os_profile is not None:
|
|
353
|
+
pulumi.set(__self__, "os_profile", os_profile)
|
|
354
|
+
if scheduled_events_profile is not None:
|
|
355
|
+
pulumi.set(__self__, "scheduled_events_profile", scheduled_events_profile)
|
|
356
|
+
if security_posture_reference is not None:
|
|
357
|
+
pulumi.set(__self__, "security_posture_reference", security_posture_reference)
|
|
358
|
+
if security_profile is not None:
|
|
359
|
+
pulumi.set(__self__, "security_profile", security_profile)
|
|
360
|
+
if service_artifact_reference is not None:
|
|
361
|
+
pulumi.set(__self__, "service_artifact_reference", service_artifact_reference)
|
|
362
|
+
if storage_profile is not None:
|
|
363
|
+
pulumi.set(__self__, "storage_profile", storage_profile)
|
|
364
|
+
if user_data is not None:
|
|
365
|
+
pulumi.set(__self__, "user_data", user_data)
|
|
366
|
+
|
|
367
|
+
@property
|
|
368
|
+
@pulumi.getter(name="timeCreated")
|
|
369
|
+
def time_created(self) -> str:
|
|
370
|
+
"""
|
|
371
|
+
Specifies the time in which this VM profile for the Virtual Machine Scale Set
|
|
372
|
+
was created. Minimum API version for this property is 2023-09-01. This value
|
|
373
|
+
will be added to VMSS Flex VM tags when creating/updating the VMSS VM Profile
|
|
374
|
+
with minimum api-version 2023-09-01. Examples: "2024-07-01T00:00:01.1234567+00:00"
|
|
375
|
+
"""
|
|
376
|
+
return pulumi.get(self, "time_created")
|
|
377
|
+
|
|
378
|
+
@property
|
|
379
|
+
@pulumi.getter(name="applicationProfile")
|
|
380
|
+
def application_profile(self) -> Optional['outputs.ApplicationProfileResponse']:
|
|
381
|
+
"""
|
|
382
|
+
Specifies the gallery applications that should be made available to the VM/VMSS
|
|
383
|
+
"""
|
|
384
|
+
return pulumi.get(self, "application_profile")
|
|
385
|
+
|
|
386
|
+
@property
|
|
387
|
+
@pulumi.getter(name="capacityReservation")
|
|
388
|
+
def capacity_reservation(self) -> Optional['outputs.CapacityReservationProfileResponse']:
|
|
389
|
+
"""
|
|
390
|
+
Specifies the capacity reservation related details of a scale set. Minimum
|
|
391
|
+
api-version: 2021-04-01.
|
|
392
|
+
"""
|
|
393
|
+
return pulumi.get(self, "capacity_reservation")
|
|
394
|
+
|
|
395
|
+
@property
|
|
396
|
+
@pulumi.getter(name="diagnosticsProfile")
|
|
397
|
+
def diagnostics_profile(self) -> Optional['outputs.DiagnosticsProfileResponse']:
|
|
398
|
+
"""
|
|
399
|
+
Specifies the boot diagnostic settings state.
|
|
400
|
+
"""
|
|
401
|
+
return pulumi.get(self, "diagnostics_profile")
|
|
402
|
+
|
|
403
|
+
@property
|
|
404
|
+
@pulumi.getter(name="extensionProfile")
|
|
405
|
+
def extension_profile(self) -> Optional['outputs.VirtualMachineScaleSetExtensionProfileResponse']:
|
|
406
|
+
"""
|
|
407
|
+
Specifies a collection of settings for extensions installed on virtual machines
|
|
408
|
+
in the scale set.
|
|
409
|
+
"""
|
|
410
|
+
return pulumi.get(self, "extension_profile")
|
|
411
|
+
|
|
412
|
+
@property
|
|
413
|
+
@pulumi.getter(name="hardwareProfile")
|
|
414
|
+
def hardware_profile(self) -> Optional['outputs.VirtualMachineScaleSetHardwareProfileResponse']:
|
|
415
|
+
"""
|
|
416
|
+
Specifies the hardware profile related details of a scale set. Minimum
|
|
417
|
+
api-version: 2021-11-01.
|
|
418
|
+
"""
|
|
419
|
+
return pulumi.get(self, "hardware_profile")
|
|
420
|
+
|
|
421
|
+
@property
|
|
422
|
+
@pulumi.getter(name="licenseType")
|
|
423
|
+
def license_type(self) -> Optional[str]:
|
|
424
|
+
"""
|
|
425
|
+
Specifies that the image or disk that is being used was licensed on-premises.
|
|
426
|
+
<br><br> Possible values for Windows Server operating system are: <br><br>
|
|
427
|
+
Windows_Client <br><br> Windows_Server <br><br> Possible values for Linux
|
|
428
|
+
Server operating system are: <br><br> RHEL_BYOS (for RHEL) <br><br> SLES_BYOS
|
|
429
|
+
(for SUSE) <br><br> For more information, see [Azure Hybrid Use Benefit for
|
|
430
|
+
Windows
|
|
431
|
+
Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing)
|
|
432
|
+
<br><br> [Azure Hybrid Use Benefit for Linux
|
|
433
|
+
Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux)
|
|
434
|
+
<br><br> Minimum api-version: 2015-06-15
|
|
435
|
+
"""
|
|
436
|
+
return pulumi.get(self, "license_type")
|
|
437
|
+
|
|
438
|
+
@property
|
|
439
|
+
@pulumi.getter(name="networkProfile")
|
|
440
|
+
def network_profile(self) -> Optional['outputs.VirtualMachineScaleSetNetworkProfileResponse']:
|
|
441
|
+
"""
|
|
442
|
+
Specifies properties of the network interfaces of the virtual machines in the
|
|
443
|
+
scale set.
|
|
444
|
+
"""
|
|
445
|
+
return pulumi.get(self, "network_profile")
|
|
446
|
+
|
|
447
|
+
@property
|
|
448
|
+
@pulumi.getter(name="osProfile")
|
|
449
|
+
def os_profile(self) -> Optional['outputs.VirtualMachineScaleSetOSProfileResponse']:
|
|
450
|
+
"""
|
|
451
|
+
Specifies the operating system settings for the virtual machines in the scale
|
|
452
|
+
set.
|
|
453
|
+
"""
|
|
454
|
+
return pulumi.get(self, "os_profile")
|
|
455
|
+
|
|
456
|
+
@property
|
|
457
|
+
@pulumi.getter(name="scheduledEventsProfile")
|
|
458
|
+
def scheduled_events_profile(self) -> Optional['outputs.ScheduledEventsProfileResponse']:
|
|
459
|
+
"""
|
|
460
|
+
Specifies Scheduled Event related configurations.
|
|
461
|
+
"""
|
|
462
|
+
return pulumi.get(self, "scheduled_events_profile")
|
|
463
|
+
|
|
464
|
+
@property
|
|
465
|
+
@pulumi.getter(name="securityPostureReference")
|
|
466
|
+
def security_posture_reference(self) -> Optional['outputs.SecurityPostureReferenceResponse']:
|
|
254
467
|
"""
|
|
255
|
-
Specifies the
|
|
256
|
-
|
|
468
|
+
Specifies the security posture to be used for all virtual machines in the scale
|
|
469
|
+
set. Minimum api-version: 2023-03-01
|
|
257
470
|
"""
|
|
258
|
-
|
|
259
|
-
|
|
471
|
+
return pulumi.get(self, "security_posture_reference")
|
|
472
|
+
|
|
473
|
+
@property
|
|
474
|
+
@pulumi.getter(name="securityProfile")
|
|
475
|
+
def security_profile(self) -> Optional['outputs.SecurityProfileResponse']:
|
|
476
|
+
"""
|
|
477
|
+
Specifies the Security related profile settings for the virtual machines in the
|
|
478
|
+
scale set.
|
|
479
|
+
"""
|
|
480
|
+
return pulumi.get(self, "security_profile")
|
|
481
|
+
|
|
482
|
+
@property
|
|
483
|
+
@pulumi.getter(name="serviceArtifactReference")
|
|
484
|
+
def service_artifact_reference(self) -> Optional['outputs.ServiceArtifactReferenceResponse']:
|
|
485
|
+
"""
|
|
486
|
+
Specifies the service artifact reference id used to set same image version for
|
|
487
|
+
all virtual machines in the scale set when using 'latest' image version.
|
|
488
|
+
Minimum api-version: 2022-11-01
|
|
489
|
+
"""
|
|
490
|
+
return pulumi.get(self, "service_artifact_reference")
|
|
491
|
+
|
|
492
|
+
@property
|
|
493
|
+
@pulumi.getter(name="storageProfile")
|
|
494
|
+
def storage_profile(self) -> Optional['outputs.VirtualMachineScaleSetStorageProfileResponse']:
|
|
495
|
+
"""
|
|
496
|
+
Specifies the storage settings for the virtual machine disks.
|
|
497
|
+
"""
|
|
498
|
+
return pulumi.get(self, "storage_profile")
|
|
260
499
|
|
|
261
500
|
@property
|
|
262
|
-
@pulumi.getter(name="
|
|
263
|
-
def
|
|
501
|
+
@pulumi.getter(name="userData")
|
|
502
|
+
def user_data(self) -> Optional[str]:
|
|
264
503
|
"""
|
|
265
|
-
|
|
504
|
+
UserData for the virtual machines in the scale set, which must be base-64
|
|
505
|
+
encoded. Customer should not pass any secrets in here. Minimum api-version:
|
|
506
|
+
2021-03-01.
|
|
266
507
|
"""
|
|
267
|
-
return pulumi.get(self, "
|
|
508
|
+
return pulumi.get(self, "user_data")
|
|
268
509
|
|
|
269
510
|
|
|
270
511
|
@pulumi.output_type
|
|
271
512
|
class BootDiagnosticsResponse(dict):
|
|
272
513
|
"""
|
|
273
|
-
Boot Diagnostics is a debugging feature which allows you to view Console Output
|
|
514
|
+
Boot Diagnostics is a debugging feature which allows you to view Console Output
|
|
515
|
+
and Screenshot to diagnose VM status. You can easily view the output of your
|
|
516
|
+
console log. Azure also enables you to see a screenshot of the VM from the
|
|
517
|
+
hypervisor.
|
|
274
518
|
"""
|
|
275
519
|
@staticmethod
|
|
276
520
|
def __key_warning(key: str):
|
|
@@ -293,9 +537,14 @@ class BootDiagnosticsResponse(dict):
|
|
|
293
537
|
enabled: Optional[bool] = None,
|
|
294
538
|
storage_uri: Optional[str] = None):
|
|
295
539
|
"""
|
|
296
|
-
Boot Diagnostics is a debugging feature which allows you to view Console Output
|
|
540
|
+
Boot Diagnostics is a debugging feature which allows you to view Console Output
|
|
541
|
+
and Screenshot to diagnose VM status. You can easily view the output of your
|
|
542
|
+
console log. Azure also enables you to see a screenshot of the VM from the
|
|
543
|
+
hypervisor.
|
|
297
544
|
:param bool enabled: Whether boot diagnostics should be enabled on the Virtual Machine.
|
|
298
|
-
:param str storage_uri: Uri of the storage account to use for placing the console output and
|
|
545
|
+
:param str storage_uri: Uri of the storage account to use for placing the console output and
|
|
546
|
+
screenshot. If storageUri is not specified while enabling boot diagnostics,
|
|
547
|
+
managed storage will be used.
|
|
299
548
|
"""
|
|
300
549
|
if enabled is not None:
|
|
301
550
|
pulumi.set(__self__, "enabled", enabled)
|
|
@@ -314,7 +563,9 @@ class BootDiagnosticsResponse(dict):
|
|
|
314
563
|
@pulumi.getter(name="storageUri")
|
|
315
564
|
def storage_uri(self) -> Optional[str]:
|
|
316
565
|
"""
|
|
317
|
-
Uri of the storage account to use for placing the console output and
|
|
566
|
+
Uri of the storage account to use for placing the console output and
|
|
567
|
+
screenshot. If storageUri is not specified while enabling boot diagnostics,
|
|
568
|
+
managed storage will be used.
|
|
318
569
|
"""
|
|
319
570
|
return pulumi.get(self, "storage_uri")
|
|
320
571
|
|
|
@@ -345,7 +596,10 @@ class CapacityReservationProfileResponse(dict):
|
|
|
345
596
|
capacity_reservation_group: Optional['outputs.SubResourceResponse'] = None):
|
|
346
597
|
"""
|
|
347
598
|
The parameters of a capacity reservation Profile.
|
|
348
|
-
:param 'SubResourceResponse' capacity_reservation_group: Specifies the capacity reservation group resource id that should be used for
|
|
599
|
+
:param 'SubResourceResponse' capacity_reservation_group: Specifies the capacity reservation group resource id that should be used for
|
|
600
|
+
allocating the virtual machine or scaleset vm instances provided enough
|
|
601
|
+
capacity has been reserved. Please refer to https://aka.ms/CapacityReservation
|
|
602
|
+
for more details.
|
|
349
603
|
"""
|
|
350
604
|
if capacity_reservation_group is not None:
|
|
351
605
|
pulumi.set(__self__, "capacity_reservation_group", capacity_reservation_group)
|
|
@@ -354,7 +608,10 @@ class CapacityReservationProfileResponse(dict):
|
|
|
354
608
|
@pulumi.getter(name="capacityReservationGroup")
|
|
355
609
|
def capacity_reservation_group(self) -> Optional['outputs.SubResourceResponse']:
|
|
356
610
|
"""
|
|
357
|
-
Specifies the capacity reservation group resource id that should be used for
|
|
611
|
+
Specifies the capacity reservation group resource id that should be used for
|
|
612
|
+
allocating the virtual machine or scaleset vm instances provided enough
|
|
613
|
+
capacity has been reserved. Please refer to https://aka.ms/CapacityReservation
|
|
614
|
+
for more details.
|
|
358
615
|
"""
|
|
359
616
|
return pulumi.get(self, "capacity_reservation_group")
|
|
360
617
|
|
|
@@ -384,11 +641,11 @@ class ComputeProfileResponse(dict):
|
|
|
384
641
|
return super().get(key, default)
|
|
385
642
|
|
|
386
643
|
def __init__(__self__, *,
|
|
387
|
-
base_virtual_machine_profile: 'outputs.
|
|
644
|
+
base_virtual_machine_profile: 'outputs.BaseVirtualMachineProfileResponse',
|
|
388
645
|
compute_api_version: Optional[str] = None):
|
|
389
646
|
"""
|
|
390
647
|
Compute Profile to use for running user's workloads.
|
|
391
|
-
:param '
|
|
648
|
+
:param 'BaseVirtualMachineProfileResponse' base_virtual_machine_profile: Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachineScaleSet.json#/definitions/VirtualMachineScaleSetVMProfile"
|
|
392
649
|
:param str compute_api_version: Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machine scale sets and Virtual Machines.
|
|
393
650
|
The default value will be the latest supported computeApiVersion by Compute Fleet.
|
|
394
651
|
"""
|
|
@@ -398,7 +655,7 @@ class ComputeProfileResponse(dict):
|
|
|
398
655
|
|
|
399
656
|
@property
|
|
400
657
|
@pulumi.getter(name="baseVirtualMachineProfile")
|
|
401
|
-
def base_virtual_machine_profile(self) -> 'outputs.
|
|
658
|
+
def base_virtual_machine_profile(self) -> 'outputs.BaseVirtualMachineProfileResponse':
|
|
402
659
|
"""
|
|
403
660
|
Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachineScaleSet.json#/definitions/VirtualMachineScaleSetVMProfile"
|
|
404
661
|
"""
|
|
@@ -440,7 +697,11 @@ class DiagnosticsProfileResponse(dict):
|
|
|
440
697
|
boot_diagnostics: Optional['outputs.BootDiagnosticsResponse'] = None):
|
|
441
698
|
"""
|
|
442
699
|
Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15.
|
|
443
|
-
:param 'BootDiagnosticsResponse' boot_diagnostics: Boot Diagnostics is a debugging feature which allows you to view Console Output
|
|
700
|
+
:param 'BootDiagnosticsResponse' boot_diagnostics: Boot Diagnostics is a debugging feature which allows you to view Console Output
|
|
701
|
+
and Screenshot to diagnose VM status. **NOTE**: If storageUri is being
|
|
702
|
+
specified then ensure that the storage account is in the same region and
|
|
703
|
+
subscription as the VM. You can easily view the output of your console log.
|
|
704
|
+
Azure also enables you to see a screenshot of the VM from the hypervisor.
|
|
444
705
|
"""
|
|
445
706
|
if boot_diagnostics is not None:
|
|
446
707
|
pulumi.set(__self__, "boot_diagnostics", boot_diagnostics)
|
|
@@ -449,7 +710,11 @@ class DiagnosticsProfileResponse(dict):
|
|
|
449
710
|
@pulumi.getter(name="bootDiagnostics")
|
|
450
711
|
def boot_diagnostics(self) -> Optional['outputs.BootDiagnosticsResponse']:
|
|
451
712
|
"""
|
|
452
|
-
Boot Diagnostics is a debugging feature which allows you to view Console Output
|
|
713
|
+
Boot Diagnostics is a debugging feature which allows you to view Console Output
|
|
714
|
+
and Screenshot to diagnose VM status. **NOTE**: If storageUri is being
|
|
715
|
+
specified then ensure that the storage account is in the same region and
|
|
716
|
+
subscription as the VM. You can easily view the output of your console log.
|
|
717
|
+
Azure also enables you to see a screenshot of the VM from the hypervisor.
|
|
453
718
|
"""
|
|
454
719
|
return pulumi.get(self, "boot_diagnostics")
|
|
455
720
|
|
|
@@ -457,15 +722,25 @@ class DiagnosticsProfileResponse(dict):
|
|
|
457
722
|
@pulumi.output_type
|
|
458
723
|
class DiffDiskSettingsResponse(dict):
|
|
459
724
|
"""
|
|
460
|
-
Describes the parameters of ephemeral disk settings that can be specified for
|
|
725
|
+
Describes the parameters of ephemeral disk settings that can be specified for
|
|
726
|
+
operating system disk. **Note:** The ephemeral disk settings can only be
|
|
727
|
+
specified for managed disk.
|
|
461
728
|
"""
|
|
462
729
|
def __init__(__self__, *,
|
|
463
730
|
option: Optional[str] = None,
|
|
464
731
|
placement: Optional[str] = None):
|
|
465
732
|
"""
|
|
466
|
-
Describes the parameters of ephemeral disk settings that can be specified for
|
|
733
|
+
Describes the parameters of ephemeral disk settings that can be specified for
|
|
734
|
+
operating system disk. **Note:** The ephemeral disk settings can only be
|
|
735
|
+
specified for managed disk.
|
|
467
736
|
:param str option: Specifies the ephemeral disk settings for operating system disk.
|
|
468
|
-
:param str placement: Specifies the ephemeral disk placement for operating system disk. Possible
|
|
737
|
+
:param str placement: Specifies the ephemeral disk placement for operating system disk. Possible
|
|
738
|
+
values are: **CacheDisk,** **ResourceDisk.** The defaulting behavior is:
|
|
739
|
+
**CacheDisk** if one is configured for the VM size otherwise **ResourceDisk**
|
|
740
|
+
is used. Refer to the VM size documentation for Windows VM at
|
|
741
|
+
https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at
|
|
742
|
+
https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM
|
|
743
|
+
sizes exposes a cache disk.
|
|
469
744
|
"""
|
|
470
745
|
if option is not None:
|
|
471
746
|
pulumi.set(__self__, "option", option)
|
|
@@ -484,7 +759,13 @@ class DiffDiskSettingsResponse(dict):
|
|
|
484
759
|
@pulumi.getter
|
|
485
760
|
def placement(self) -> Optional[str]:
|
|
486
761
|
"""
|
|
487
|
-
Specifies the ephemeral disk placement for operating system disk. Possible
|
|
762
|
+
Specifies the ephemeral disk placement for operating system disk. Possible
|
|
763
|
+
values are: **CacheDisk,** **ResourceDisk.** The defaulting behavior is:
|
|
764
|
+
**CacheDisk** if one is configured for the VM size otherwise **ResourceDisk**
|
|
765
|
+
is used. Refer to the VM size documentation for Windows VM at
|
|
766
|
+
https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at
|
|
767
|
+
https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM
|
|
768
|
+
sizes exposes a cache disk.
|
|
488
769
|
"""
|
|
489
770
|
return pulumi.get(self, "placement")
|
|
490
771
|
|
|
@@ -492,12 +773,18 @@ class DiffDiskSettingsResponse(dict):
|
|
|
492
773
|
@pulumi.output_type
|
|
493
774
|
class DiskEncryptionSetParametersResponse(dict):
|
|
494
775
|
"""
|
|
495
|
-
Describes the parameter of customer managed disk encryption set resource id
|
|
776
|
+
Describes the parameter of customer managed disk encryption set resource id
|
|
777
|
+
that can be specified for disk. **Note:** The disk encryption set resource id
|
|
778
|
+
can only be specified for managed disk. Please refer
|
|
779
|
+
https://aka.ms/mdssewithcmkoverview for more details.
|
|
496
780
|
"""
|
|
497
781
|
def __init__(__self__, *,
|
|
498
782
|
id: Optional[str] = None):
|
|
499
783
|
"""
|
|
500
|
-
Describes the parameter of customer managed disk encryption set resource id
|
|
784
|
+
Describes the parameter of customer managed disk encryption set resource id
|
|
785
|
+
that can be specified for disk. **Note:** The disk encryption set resource id
|
|
786
|
+
can only be specified for managed disk. Please refer
|
|
787
|
+
https://aka.ms/mdssewithcmkoverview for more details.
|
|
501
788
|
:param str id: Resource Id
|
|
502
789
|
"""
|
|
503
790
|
if id is not None:
|
|
@@ -515,7 +802,8 @@ class DiskEncryptionSetParametersResponse(dict):
|
|
|
515
802
|
@pulumi.output_type
|
|
516
803
|
class EncryptionIdentityResponse(dict):
|
|
517
804
|
"""
|
|
518
|
-
Specifies the Managed Identity used by ADE to get access token for keyvault
|
|
805
|
+
Specifies the Managed Identity used by ADE to get access token for keyvault
|
|
806
|
+
operations.
|
|
519
807
|
"""
|
|
520
808
|
@staticmethod
|
|
521
809
|
def __key_warning(key: str):
|
|
@@ -537,7 +825,8 @@ class EncryptionIdentityResponse(dict):
|
|
|
537
825
|
def __init__(__self__, *,
|
|
538
826
|
user_assigned_identity_resource_id: Optional[str] = None):
|
|
539
827
|
"""
|
|
540
|
-
Specifies the Managed Identity used by ADE to get access token for keyvault
|
|
828
|
+
Specifies the Managed Identity used by ADE to get access token for keyvault
|
|
829
|
+
operations.
|
|
541
830
|
:param str user_assigned_identity_resource_id: Specifies ARM Resource ID of one of the user identities associated with the VM.
|
|
542
831
|
"""
|
|
543
832
|
if user_assigned_identity_resource_id is not None:
|
|
@@ -555,7 +844,11 @@ class EncryptionIdentityResponse(dict):
|
|
|
555
844
|
@pulumi.output_type
|
|
556
845
|
class ImageReferenceResponse(dict):
|
|
557
846
|
"""
|
|
558
|
-
Specifies information about the image to use. You can specify information about
|
|
847
|
+
Specifies information about the image to use. You can specify information about
|
|
848
|
+
platform images, marketplace images, or virtual machine images. This element is
|
|
849
|
+
required when you want to use a platform image, marketplace image, or virtual
|
|
850
|
+
machine image, but is not used in other creation operations. NOTE: Image
|
|
851
|
+
reference publisher and offer can only be set when you create the scale set.
|
|
559
852
|
"""
|
|
560
853
|
@staticmethod
|
|
561
854
|
def __key_warning(key: str):
|
|
@@ -588,15 +881,33 @@ class ImageReferenceResponse(dict):
|
|
|
588
881
|
sku: Optional[str] = None,
|
|
589
882
|
version: Optional[str] = None):
|
|
590
883
|
"""
|
|
591
|
-
Specifies information about the image to use. You can specify information about
|
|
592
|
-
|
|
593
|
-
|
|
884
|
+
Specifies information about the image to use. You can specify information about
|
|
885
|
+
platform images, marketplace images, or virtual machine images. This element is
|
|
886
|
+
required when you want to use a platform image, marketplace image, or virtual
|
|
887
|
+
machine image, but is not used in other creation operations. NOTE: Image
|
|
888
|
+
reference publisher and offer can only be set when you create the scale set.
|
|
889
|
+
:param str exact_version: Specifies in decimal numbers, the version of platform image or marketplace
|
|
890
|
+
image used to create the virtual machine. This readonly field differs from 'version',
|
|
891
|
+
only if the value specified in 'version' field is 'latest'.
|
|
892
|
+
:param str community_gallery_image_id: Specified the community gallery image unique id for vm deployment. This can be
|
|
893
|
+
fetched from community gallery image GET call.
|
|
594
894
|
:param str id: Resource Id
|
|
595
|
-
:param str offer: Specifies the offer of the platform image or marketplace image used to create
|
|
895
|
+
:param str offer: Specifies the offer of the platform image or marketplace image used to create
|
|
896
|
+
the virtual machine.
|
|
596
897
|
:param str publisher: The image publisher.
|
|
597
|
-
:param str shared_gallery_image_id: Specified the shared gallery image unique id for vm deployment. This can be
|
|
898
|
+
:param str shared_gallery_image_id: Specified the shared gallery image unique id for vm deployment. This can be
|
|
899
|
+
fetched from shared gallery image GET call.
|
|
598
900
|
:param str sku: The image SKU.
|
|
599
|
-
:param str version: Specifies the version of the platform image or marketplace image used to create
|
|
901
|
+
:param str version: Specifies the version of the platform image or marketplace image used to create
|
|
902
|
+
the virtual machine. The allowed formats are Major.Minor.Build or 'latest'.
|
|
903
|
+
Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest
|
|
904
|
+
version of an image available at deploy time. Even if you use 'latest', the VM
|
|
905
|
+
image will not automatically update after deploy time even if a new version
|
|
906
|
+
becomes available. Please do not use field 'version' for gallery image
|
|
907
|
+
deployment, gallery image should always use 'id' field for deployment, to use 'latest'
|
|
908
|
+
version of gallery image, just set
|
|
909
|
+
'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}'
|
|
910
|
+
in the 'id' field without version input.
|
|
600
911
|
"""
|
|
601
912
|
pulumi.set(__self__, "exact_version", exact_version)
|
|
602
913
|
if community_gallery_image_id is not None:
|
|
@@ -618,7 +929,9 @@ class ImageReferenceResponse(dict):
|
|
|
618
929
|
@pulumi.getter(name="exactVersion")
|
|
619
930
|
def exact_version(self) -> str:
|
|
620
931
|
"""
|
|
621
|
-
Specifies in decimal numbers, the version of platform image or marketplace
|
|
932
|
+
Specifies in decimal numbers, the version of platform image or marketplace
|
|
933
|
+
image used to create the virtual machine. This readonly field differs from 'version',
|
|
934
|
+
only if the value specified in 'version' field is 'latest'.
|
|
622
935
|
"""
|
|
623
936
|
return pulumi.get(self, "exact_version")
|
|
624
937
|
|
|
@@ -626,7 +939,8 @@ class ImageReferenceResponse(dict):
|
|
|
626
939
|
@pulumi.getter(name="communityGalleryImageId")
|
|
627
940
|
def community_gallery_image_id(self) -> Optional[str]:
|
|
628
941
|
"""
|
|
629
|
-
Specified the community gallery image unique id for vm deployment. This can be
|
|
942
|
+
Specified the community gallery image unique id for vm deployment. This can be
|
|
943
|
+
fetched from community gallery image GET call.
|
|
630
944
|
"""
|
|
631
945
|
return pulumi.get(self, "community_gallery_image_id")
|
|
632
946
|
|
|
@@ -642,7 +956,8 @@ class ImageReferenceResponse(dict):
|
|
|
642
956
|
@pulumi.getter
|
|
643
957
|
def offer(self) -> Optional[str]:
|
|
644
958
|
"""
|
|
645
|
-
Specifies the offer of the platform image or marketplace image used to create
|
|
959
|
+
Specifies the offer of the platform image or marketplace image used to create
|
|
960
|
+
the virtual machine.
|
|
646
961
|
"""
|
|
647
962
|
return pulumi.get(self, "offer")
|
|
648
963
|
|
|
@@ -658,7 +973,8 @@ class ImageReferenceResponse(dict):
|
|
|
658
973
|
@pulumi.getter(name="sharedGalleryImageId")
|
|
659
974
|
def shared_gallery_image_id(self) -> Optional[str]:
|
|
660
975
|
"""
|
|
661
|
-
Specified the shared gallery image unique id for vm deployment. This can be
|
|
976
|
+
Specified the shared gallery image unique id for vm deployment. This can be
|
|
977
|
+
fetched from shared gallery image GET call.
|
|
662
978
|
"""
|
|
663
979
|
return pulumi.get(self, "shared_gallery_image_id")
|
|
664
980
|
|
|
@@ -674,99 +990,20 @@ class ImageReferenceResponse(dict):
|
|
|
674
990
|
@pulumi.getter
|
|
675
991
|
def version(self) -> Optional[str]:
|
|
676
992
|
"""
|
|
677
|
-
Specifies the version of the platform image or marketplace image used to create
|
|
993
|
+
Specifies the version of the platform image or marketplace image used to create
|
|
994
|
+
the virtual machine. The allowed formats are Major.Minor.Build or 'latest'.
|
|
995
|
+
Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest
|
|
996
|
+
version of an image available at deploy time. Even if you use 'latest', the VM
|
|
997
|
+
image will not automatically update after deploy time even if a new version
|
|
998
|
+
becomes available. Please do not use field 'version' for gallery image
|
|
999
|
+
deployment, gallery image should always use 'id' field for deployment, to use 'latest'
|
|
1000
|
+
version of gallery image, just set
|
|
1001
|
+
'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}'
|
|
1002
|
+
in the 'id' field without version input.
|
|
678
1003
|
"""
|
|
679
1004
|
return pulumi.get(self, "version")
|
|
680
1005
|
|
|
681
1006
|
|
|
682
|
-
@pulumi.output_type
|
|
683
|
-
class InstanceViewStatusResponse(dict):
|
|
684
|
-
"""
|
|
685
|
-
Instance view status.
|
|
686
|
-
"""
|
|
687
|
-
@staticmethod
|
|
688
|
-
def __key_warning(key: str):
|
|
689
|
-
suggest = None
|
|
690
|
-
if key == "displayStatus":
|
|
691
|
-
suggest = "display_status"
|
|
692
|
-
|
|
693
|
-
if suggest:
|
|
694
|
-
pulumi.log.warn(f"Key '{key}' not found in InstanceViewStatusResponse. Access the value via the '{suggest}' property getter instead.")
|
|
695
|
-
|
|
696
|
-
def __getitem__(self, key: str) -> Any:
|
|
697
|
-
InstanceViewStatusResponse.__key_warning(key)
|
|
698
|
-
return super().__getitem__(key)
|
|
699
|
-
|
|
700
|
-
def get(self, key: str, default = None) -> Any:
|
|
701
|
-
InstanceViewStatusResponse.__key_warning(key)
|
|
702
|
-
return super().get(key, default)
|
|
703
|
-
|
|
704
|
-
def __init__(__self__, *,
|
|
705
|
-
code: Optional[str] = None,
|
|
706
|
-
display_status: Optional[str] = None,
|
|
707
|
-
level: Optional[str] = None,
|
|
708
|
-
message: Optional[str] = None,
|
|
709
|
-
time: Optional[str] = None):
|
|
710
|
-
"""
|
|
711
|
-
Instance view status.
|
|
712
|
-
:param str code: The status code.
|
|
713
|
-
:param str display_status: The short localizable label for the status.
|
|
714
|
-
:param str level: The level code.
|
|
715
|
-
:param str message: The detailed status message, including for alerts and error messages.
|
|
716
|
-
:param str time: The time of the status.
|
|
717
|
-
"""
|
|
718
|
-
if code is not None:
|
|
719
|
-
pulumi.set(__self__, "code", code)
|
|
720
|
-
if display_status is not None:
|
|
721
|
-
pulumi.set(__self__, "display_status", display_status)
|
|
722
|
-
if level is not None:
|
|
723
|
-
pulumi.set(__self__, "level", level)
|
|
724
|
-
if message is not None:
|
|
725
|
-
pulumi.set(__self__, "message", message)
|
|
726
|
-
if time is not None:
|
|
727
|
-
pulumi.set(__self__, "time", time)
|
|
728
|
-
|
|
729
|
-
@property
|
|
730
|
-
@pulumi.getter
|
|
731
|
-
def code(self) -> Optional[str]:
|
|
732
|
-
"""
|
|
733
|
-
The status code.
|
|
734
|
-
"""
|
|
735
|
-
return pulumi.get(self, "code")
|
|
736
|
-
|
|
737
|
-
@property
|
|
738
|
-
@pulumi.getter(name="displayStatus")
|
|
739
|
-
def display_status(self) -> Optional[str]:
|
|
740
|
-
"""
|
|
741
|
-
The short localizable label for the status.
|
|
742
|
-
"""
|
|
743
|
-
return pulumi.get(self, "display_status")
|
|
744
|
-
|
|
745
|
-
@property
|
|
746
|
-
@pulumi.getter
|
|
747
|
-
def level(self) -> Optional[str]:
|
|
748
|
-
"""
|
|
749
|
-
The level code.
|
|
750
|
-
"""
|
|
751
|
-
return pulumi.get(self, "level")
|
|
752
|
-
|
|
753
|
-
@property
|
|
754
|
-
@pulumi.getter
|
|
755
|
-
def message(self) -> Optional[str]:
|
|
756
|
-
"""
|
|
757
|
-
The detailed status message, including for alerts and error messages.
|
|
758
|
-
"""
|
|
759
|
-
return pulumi.get(self, "message")
|
|
760
|
-
|
|
761
|
-
@property
|
|
762
|
-
@pulumi.getter
|
|
763
|
-
def time(self) -> Optional[str]:
|
|
764
|
-
"""
|
|
765
|
-
The time of the status.
|
|
766
|
-
"""
|
|
767
|
-
return pulumi.get(self, "time")
|
|
768
|
-
|
|
769
|
-
|
|
770
1007
|
@pulumi.output_type
|
|
771
1008
|
class KeyVaultSecretReferenceResponse(dict):
|
|
772
1009
|
"""
|
|
@@ -822,7 +1059,9 @@ class KeyVaultSecretReferenceResponse(dict):
|
|
|
822
1059
|
@pulumi.output_type
|
|
823
1060
|
class LinuxConfigurationResponse(dict):
|
|
824
1061
|
"""
|
|
825
|
-
Specifies the Linux operating system settings on the virtual machine. For a
|
|
1062
|
+
Specifies the Linux operating system settings on the virtual machine. For a
|
|
1063
|
+
list of supported Linux distributions, see [Linux on Azure-Endorsed
|
|
1064
|
+
Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
|
|
826
1065
|
"""
|
|
827
1066
|
@staticmethod
|
|
828
1067
|
def __key_warning(key: str):
|
|
@@ -854,11 +1093,17 @@ class LinuxConfigurationResponse(dict):
|
|
|
854
1093
|
provision_vm_agent: Optional[bool] = None,
|
|
855
1094
|
ssh: Optional['outputs.SshConfigurationResponse'] = None):
|
|
856
1095
|
"""
|
|
857
|
-
Specifies the Linux operating system settings on the virtual machine. For a
|
|
1096
|
+
Specifies the Linux operating system settings on the virtual machine. For a
|
|
1097
|
+
list of supported Linux distributions, see [Linux on Azure-Endorsed
|
|
1098
|
+
Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
|
|
858
1099
|
:param bool disable_password_authentication: Specifies whether password authentication should be disabled.
|
|
859
|
-
:param bool enable_vm_agent_platform_updates: Indicates whether VMAgent Platform Updates is enabled for the Linux virtual
|
|
1100
|
+
:param bool enable_vm_agent_platform_updates: Indicates whether VMAgent Platform Updates is enabled for the Linux virtual
|
|
1101
|
+
machine. Default value is false.
|
|
860
1102
|
:param 'LinuxPatchSettingsResponse' patch_settings: [Preview Feature] Specifies settings related to VM Guest Patching on Linux.
|
|
861
|
-
:param bool provision_vm_agent: Indicates whether virtual machine agent should be provisioned on the virtual
|
|
1103
|
+
:param bool provision_vm_agent: Indicates whether virtual machine agent should be provisioned on the virtual
|
|
1104
|
+
machine. When this property is not specified in the request body, default
|
|
1105
|
+
behavior is to set it to true. This will ensure that VM Agent is installed on
|
|
1106
|
+
the VM so that extensions can be added to the VM later.
|
|
862
1107
|
:param 'SshConfigurationResponse' ssh: Specifies the ssh key configuration for a Linux OS.
|
|
863
1108
|
"""
|
|
864
1109
|
if disable_password_authentication is not None:
|
|
@@ -884,7 +1129,8 @@ class LinuxConfigurationResponse(dict):
|
|
|
884
1129
|
@pulumi.getter(name="enableVMAgentPlatformUpdates")
|
|
885
1130
|
def enable_vm_agent_platform_updates(self) -> Optional[bool]:
|
|
886
1131
|
"""
|
|
887
|
-
Indicates whether VMAgent Platform Updates is enabled for the Linux virtual
|
|
1132
|
+
Indicates whether VMAgent Platform Updates is enabled for the Linux virtual
|
|
1133
|
+
machine. Default value is false.
|
|
888
1134
|
"""
|
|
889
1135
|
return pulumi.get(self, "enable_vm_agent_platform_updates")
|
|
890
1136
|
|
|
@@ -900,7 +1146,10 @@ class LinuxConfigurationResponse(dict):
|
|
|
900
1146
|
@pulumi.getter(name="provisionVMAgent")
|
|
901
1147
|
def provision_vm_agent(self) -> Optional[bool]:
|
|
902
1148
|
"""
|
|
903
|
-
Indicates whether virtual machine agent should be provisioned on the virtual
|
|
1149
|
+
Indicates whether virtual machine agent should be provisioned on the virtual
|
|
1150
|
+
machine. When this property is not specified in the request body, default
|
|
1151
|
+
behavior is to set it to true. This will ensure that VM Agent is installed on
|
|
1152
|
+
the VM so that extensions can be added to the VM later.
|
|
904
1153
|
"""
|
|
905
1154
|
return pulumi.get(self, "provision_vm_agent")
|
|
906
1155
|
|
|
@@ -945,9 +1194,19 @@ class LinuxPatchSettingsResponse(dict):
|
|
|
945
1194
|
patch_mode: Optional[str] = None):
|
|
946
1195
|
"""
|
|
947
1196
|
Specifies settings related to VM Guest Patching on Linux.
|
|
948
|
-
:param str assessment_mode: Specifies the mode of VM Guest Patch Assessment for the IaaS virtual
|
|
949
|
-
|
|
950
|
-
|
|
1197
|
+
:param str assessment_mode: Specifies the mode of VM Guest Patch Assessment for the IaaS virtual
|
|
1198
|
+
machine.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - You
|
|
1199
|
+
control the timing of patch assessments on a virtual machine. <br /><br />
|
|
1200
|
+
**AutomaticByPlatform** - The platform will trigger periodic patch assessments.
|
|
1201
|
+
The property provisionVMAgent must be true.
|
|
1202
|
+
:param 'LinuxVMGuestPatchAutomaticByPlatformSettingsResponse' automatic_by_platform_settings: Specifies additional settings for patch mode AutomaticByPlatform in VM Guest
|
|
1203
|
+
Patching on Linux.
|
|
1204
|
+
:param str patch_mode: Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual
|
|
1205
|
+
machines associated to virtual machine scale set with OrchestrationMode as
|
|
1206
|
+
Flexible.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - The
|
|
1207
|
+
virtual machine's default patching configuration is used. <br /><br />
|
|
1208
|
+
**AutomaticByPlatform** - The virtual machine will be automatically updated by
|
|
1209
|
+
the platform. The property provisionVMAgent must be true
|
|
951
1210
|
"""
|
|
952
1211
|
if assessment_mode is not None:
|
|
953
1212
|
pulumi.set(__self__, "assessment_mode", assessment_mode)
|
|
@@ -960,7 +1219,11 @@ class LinuxPatchSettingsResponse(dict):
|
|
|
960
1219
|
@pulumi.getter(name="assessmentMode")
|
|
961
1220
|
def assessment_mode(self) -> Optional[str]:
|
|
962
1221
|
"""
|
|
963
|
-
Specifies the mode of VM Guest Patch Assessment for the IaaS virtual
|
|
1222
|
+
Specifies the mode of VM Guest Patch Assessment for the IaaS virtual
|
|
1223
|
+
machine.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - You
|
|
1224
|
+
control the timing of patch assessments on a virtual machine. <br /><br />
|
|
1225
|
+
**AutomaticByPlatform** - The platform will trigger periodic patch assessments.
|
|
1226
|
+
The property provisionVMAgent must be true.
|
|
964
1227
|
"""
|
|
965
1228
|
return pulumi.get(self, "assessment_mode")
|
|
966
1229
|
|
|
@@ -968,7 +1231,8 @@ class LinuxPatchSettingsResponse(dict):
|
|
|
968
1231
|
@pulumi.getter(name="automaticByPlatformSettings")
|
|
969
1232
|
def automatic_by_platform_settings(self) -> Optional['outputs.LinuxVMGuestPatchAutomaticByPlatformSettingsResponse']:
|
|
970
1233
|
"""
|
|
971
|
-
Specifies additional settings for patch mode AutomaticByPlatform in VM Guest
|
|
1234
|
+
Specifies additional settings for patch mode AutomaticByPlatform in VM Guest
|
|
1235
|
+
Patching on Linux.
|
|
972
1236
|
"""
|
|
973
1237
|
return pulumi.get(self, "automatic_by_platform_settings")
|
|
974
1238
|
|
|
@@ -976,7 +1240,12 @@ class LinuxPatchSettingsResponse(dict):
|
|
|
976
1240
|
@pulumi.getter(name="patchMode")
|
|
977
1241
|
def patch_mode(self) -> Optional[str]:
|
|
978
1242
|
"""
|
|
979
|
-
Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual
|
|
1243
|
+
Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual
|
|
1244
|
+
machines associated to virtual machine scale set with OrchestrationMode as
|
|
1245
|
+
Flexible.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - The
|
|
1246
|
+
virtual machine's default patching configuration is used. <br /><br />
|
|
1247
|
+
**AutomaticByPlatform** - The virtual machine will be automatically updated by
|
|
1248
|
+
the platform. The property provisionVMAgent must be true
|
|
980
1249
|
"""
|
|
981
1250
|
return pulumi.get(self, "patch_mode")
|
|
982
1251
|
|
|
@@ -984,7 +1253,8 @@ class LinuxPatchSettingsResponse(dict):
|
|
|
984
1253
|
@pulumi.output_type
|
|
985
1254
|
class LinuxVMGuestPatchAutomaticByPlatformSettingsResponse(dict):
|
|
986
1255
|
"""
|
|
987
|
-
Specifies additional settings to be applied when patch mode AutomaticByPlatform
|
|
1256
|
+
Specifies additional settings to be applied when patch mode AutomaticByPlatform
|
|
1257
|
+
is selected in Linux patch settings.
|
|
988
1258
|
"""
|
|
989
1259
|
@staticmethod
|
|
990
1260
|
def __key_warning(key: str):
|
|
@@ -1009,9 +1279,11 @@ class LinuxVMGuestPatchAutomaticByPlatformSettingsResponse(dict):
|
|
|
1009
1279
|
bypass_platform_safety_checks_on_user_schedule: Optional[bool] = None,
|
|
1010
1280
|
reboot_setting: Optional[str] = None):
|
|
1011
1281
|
"""
|
|
1012
|
-
Specifies additional settings to be applied when patch mode AutomaticByPlatform
|
|
1282
|
+
Specifies additional settings to be applied when patch mode AutomaticByPlatform
|
|
1283
|
+
is selected in Linux patch settings.
|
|
1013
1284
|
:param bool bypass_platform_safety_checks_on_user_schedule: Enables customer to schedule patching without accidental upgrades
|
|
1014
|
-
:param str reboot_setting: Specifies the reboot setting for all AutomaticByPlatform patch installation
|
|
1285
|
+
:param str reboot_setting: Specifies the reboot setting for all AutomaticByPlatform patch installation
|
|
1286
|
+
operations.
|
|
1015
1287
|
"""
|
|
1016
1288
|
if bypass_platform_safety_checks_on_user_schedule is not None:
|
|
1017
1289
|
pulumi.set(__self__, "bypass_platform_safety_checks_on_user_schedule", bypass_platform_safety_checks_on_user_schedule)
|
|
@@ -1030,7 +1302,8 @@ class LinuxVMGuestPatchAutomaticByPlatformSettingsResponse(dict):
|
|
|
1030
1302
|
@pulumi.getter(name="rebootSetting")
|
|
1031
1303
|
def reboot_setting(self) -> Optional[str]:
|
|
1032
1304
|
"""
|
|
1033
|
-
Specifies the reboot setting for all AutomaticByPlatform patch installation
|
|
1305
|
+
Specifies the reboot setting for all AutomaticByPlatform patch installation
|
|
1306
|
+
operations.
|
|
1034
1307
|
"""
|
|
1035
1308
|
return pulumi.get(self, "reboot_setting")
|
|
1036
1309
|
|
|
@@ -1114,6 +1387,9 @@ class ManagedServiceIdentityResponse(dict):
|
|
|
1114
1387
|
|
|
1115
1388
|
@pulumi.output_type
|
|
1116
1389
|
class OSImageNotificationProfileResponse(dict):
|
|
1390
|
+
"""
|
|
1391
|
+
Specifies OS Image Scheduled Event related configurations.
|
|
1392
|
+
"""
|
|
1117
1393
|
@staticmethod
|
|
1118
1394
|
def __key_warning(key: str):
|
|
1119
1395
|
suggest = None
|
|
@@ -1135,8 +1411,12 @@ class OSImageNotificationProfileResponse(dict):
|
|
|
1135
1411
|
enable: Optional[bool] = None,
|
|
1136
1412
|
not_before_timeout: Optional[str] = None):
|
|
1137
1413
|
"""
|
|
1414
|
+
Specifies OS Image Scheduled Event related configurations.
|
|
1138
1415
|
:param bool enable: Specifies whether the OS Image Scheduled event is enabled or disabled.
|
|
1139
|
-
:param str not_before_timeout: Length of time a Virtual Machine being reimaged or having its OS upgraded will
|
|
1416
|
+
:param str not_before_timeout: Length of time a Virtual Machine being reimaged or having its OS upgraded will
|
|
1417
|
+
have to potentially approve the OS Image Scheduled Event before the event is
|
|
1418
|
+
auto approved (timed out). The configuration is specified in ISO 8601 format,
|
|
1419
|
+
and the value must not exceed 15 minutes (PT15M)
|
|
1140
1420
|
"""
|
|
1141
1421
|
if enable is not None:
|
|
1142
1422
|
pulumi.set(__self__, "enable", enable)
|
|
@@ -1155,7 +1435,10 @@ class OSImageNotificationProfileResponse(dict):
|
|
|
1155
1435
|
@pulumi.getter(name="notBeforeTimeout")
|
|
1156
1436
|
def not_before_timeout(self) -> Optional[str]:
|
|
1157
1437
|
"""
|
|
1158
|
-
Length of time a Virtual Machine being reimaged or having its OS upgraded will
|
|
1438
|
+
Length of time a Virtual Machine being reimaged or having its OS upgraded will
|
|
1439
|
+
have to potentially approve the OS Image Scheduled Event before the event is
|
|
1440
|
+
auto approved (timed out). The configuration is specified in ISO 8601 format,
|
|
1441
|
+
and the value must not exceed 15 minutes (PT15M)
|
|
1159
1442
|
"""
|
|
1160
1443
|
return pulumi.get(self, "not_before_timeout")
|
|
1161
1444
|
|
|
@@ -1195,10 +1478,27 @@ class PatchSettingsResponse(dict):
|
|
|
1195
1478
|
patch_mode: Optional[str] = None):
|
|
1196
1479
|
"""
|
|
1197
1480
|
Specifies settings related to VM Guest Patching on Windows.
|
|
1198
|
-
:param str assessment_mode: Specifies the mode of VM Guest patch assessment for the IaaS virtual
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1481
|
+
:param str assessment_mode: Specifies the mode of VM Guest patch assessment for the IaaS virtual
|
|
1482
|
+
machine.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - You
|
|
1483
|
+
control the timing of patch assessments on a virtual machine.<br /><br />
|
|
1484
|
+
**AutomaticByPlatform** - The platform will trigger periodic patch assessments.
|
|
1485
|
+
The property provisionVMAgent must be true.
|
|
1486
|
+
:param 'WindowsVMGuestPatchAutomaticByPlatformSettingsResponse' automatic_by_platform_settings: Specifies additional settings for patch mode AutomaticByPlatform in VM Guest
|
|
1487
|
+
Patching on Windows.
|
|
1488
|
+
:param bool enable_hotpatching: Enables customers to patch their Azure VMs without requiring a reboot. For
|
|
1489
|
+
enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode'
|
|
1490
|
+
must be set to 'AutomaticByPlatform'.
|
|
1491
|
+
:param str patch_mode: Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual
|
|
1492
|
+
machines associated to virtual machine scale set with OrchestrationMode as
|
|
1493
|
+
Flexible.<br /><br /> Possible values are:<br /><br /> **Manual** - You
|
|
1494
|
+
control the application of patches to a virtual machine. You do this by
|
|
1495
|
+
applying patches manually inside the VM. In this mode, automatic updates are
|
|
1496
|
+
disabled; the property WindowsConfiguration.enableAutomaticUpdates must be
|
|
1497
|
+
false<br /><br /> **AutomaticByOS** - The virtual machine will automatically be
|
|
1498
|
+
updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates
|
|
1499
|
+
must be true. <br /><br /> **AutomaticByPlatform** - the virtual machine will
|
|
1500
|
+
automatically updated by the platform. The properties provisionVMAgent and
|
|
1501
|
+
WindowsConfiguration.enableAutomaticUpdates must be true
|
|
1202
1502
|
"""
|
|
1203
1503
|
if assessment_mode is not None:
|
|
1204
1504
|
pulumi.set(__self__, "assessment_mode", assessment_mode)
|
|
@@ -1213,7 +1513,11 @@ class PatchSettingsResponse(dict):
|
|
|
1213
1513
|
@pulumi.getter(name="assessmentMode")
|
|
1214
1514
|
def assessment_mode(self) -> Optional[str]:
|
|
1215
1515
|
"""
|
|
1216
|
-
Specifies the mode of VM Guest patch assessment for the IaaS virtual
|
|
1516
|
+
Specifies the mode of VM Guest patch assessment for the IaaS virtual
|
|
1517
|
+
machine.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - You
|
|
1518
|
+
control the timing of patch assessments on a virtual machine.<br /><br />
|
|
1519
|
+
**AutomaticByPlatform** - The platform will trigger periodic patch assessments.
|
|
1520
|
+
The property provisionVMAgent must be true.
|
|
1217
1521
|
"""
|
|
1218
1522
|
return pulumi.get(self, "assessment_mode")
|
|
1219
1523
|
|
|
@@ -1221,7 +1525,8 @@ class PatchSettingsResponse(dict):
|
|
|
1221
1525
|
@pulumi.getter(name="automaticByPlatformSettings")
|
|
1222
1526
|
def automatic_by_platform_settings(self) -> Optional['outputs.WindowsVMGuestPatchAutomaticByPlatformSettingsResponse']:
|
|
1223
1527
|
"""
|
|
1224
|
-
Specifies additional settings for patch mode AutomaticByPlatform in VM Guest
|
|
1528
|
+
Specifies additional settings for patch mode AutomaticByPlatform in VM Guest
|
|
1529
|
+
Patching on Windows.
|
|
1225
1530
|
"""
|
|
1226
1531
|
return pulumi.get(self, "automatic_by_platform_settings")
|
|
1227
1532
|
|
|
@@ -1229,7 +1534,9 @@ class PatchSettingsResponse(dict):
|
|
|
1229
1534
|
@pulumi.getter(name="enableHotpatching")
|
|
1230
1535
|
def enable_hotpatching(self) -> Optional[bool]:
|
|
1231
1536
|
"""
|
|
1232
|
-
Enables customers to patch their Azure VMs without requiring a reboot. For
|
|
1537
|
+
Enables customers to patch their Azure VMs without requiring a reboot. For
|
|
1538
|
+
enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode'
|
|
1539
|
+
must be set to 'AutomaticByPlatform'.
|
|
1233
1540
|
"""
|
|
1234
1541
|
return pulumi.get(self, "enable_hotpatching")
|
|
1235
1542
|
|
|
@@ -1237,7 +1544,17 @@ class PatchSettingsResponse(dict):
|
|
|
1237
1544
|
@pulumi.getter(name="patchMode")
|
|
1238
1545
|
def patch_mode(self) -> Optional[str]:
|
|
1239
1546
|
"""
|
|
1240
|
-
Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual
|
|
1547
|
+
Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual
|
|
1548
|
+
machines associated to virtual machine scale set with OrchestrationMode as
|
|
1549
|
+
Flexible.<br /><br /> Possible values are:<br /><br /> **Manual** - You
|
|
1550
|
+
control the application of patches to a virtual machine. You do this by
|
|
1551
|
+
applying patches manually inside the VM. In this mode, automatic updates are
|
|
1552
|
+
disabled; the property WindowsConfiguration.enableAutomaticUpdates must be
|
|
1553
|
+
false<br /><br /> **AutomaticByOS** - The virtual machine will automatically be
|
|
1554
|
+
updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates
|
|
1555
|
+
must be true. <br /><br /> **AutomaticByPlatform** - the virtual machine will
|
|
1556
|
+
automatically updated by the platform. The properties provisionVMAgent and
|
|
1557
|
+
WindowsConfiguration.enableAutomaticUpdates must be true
|
|
1241
1558
|
"""
|
|
1242
1559
|
return pulumi.get(self, "patch_mode")
|
|
1243
1560
|
|
|
@@ -1330,7 +1647,8 @@ class PlanResponse(dict):
|
|
|
1330
1647
|
@pulumi.output_type
|
|
1331
1648
|
class ProxyAgentSettingsResponse(dict):
|
|
1332
1649
|
"""
|
|
1333
|
-
Specifies ProxyAgent settings while creating the virtual machine. Minimum
|
|
1650
|
+
Specifies ProxyAgent settings while creating the virtual machine. Minimum
|
|
1651
|
+
api-version: 2023-09-01.
|
|
1334
1652
|
"""
|
|
1335
1653
|
@staticmethod
|
|
1336
1654
|
def __key_warning(key: str):
|
|
@@ -1354,10 +1672,16 @@ class ProxyAgentSettingsResponse(dict):
|
|
|
1354
1672
|
key_incarnation_id: Optional[int] = None,
|
|
1355
1673
|
mode: Optional[str] = None):
|
|
1356
1674
|
"""
|
|
1357
|
-
Specifies ProxyAgent settings while creating the virtual machine. Minimum
|
|
1358
|
-
:
|
|
1359
|
-
:param
|
|
1360
|
-
|
|
1675
|
+
Specifies ProxyAgent settings while creating the virtual machine. Minimum
|
|
1676
|
+
api-version: 2023-09-01.
|
|
1677
|
+
:param bool enabled: Specifies whether ProxyAgent feature should be enabled on the virtual machine
|
|
1678
|
+
or virtual machine scale set.
|
|
1679
|
+
:param int key_incarnation_id: Increase the value of this property allows user to reset the key used for
|
|
1680
|
+
securing communication channel between guest and host.
|
|
1681
|
+
:param str mode: Specifies the mode that ProxyAgent will execute on if the feature is enabled.
|
|
1682
|
+
ProxyAgent will start to audit or monitor but not enforce access control over
|
|
1683
|
+
requests to host endpoints in Audit mode, while in Enforce mode it will enforce
|
|
1684
|
+
access control. The default value is Enforce mode.
|
|
1361
1685
|
"""
|
|
1362
1686
|
if enabled is not None:
|
|
1363
1687
|
pulumi.set(__self__, "enabled", enabled)
|
|
@@ -1370,7 +1694,8 @@ class ProxyAgentSettingsResponse(dict):
|
|
|
1370
1694
|
@pulumi.getter
|
|
1371
1695
|
def enabled(self) -> Optional[bool]:
|
|
1372
1696
|
"""
|
|
1373
|
-
Specifies whether ProxyAgent feature should be enabled on the virtual machine
|
|
1697
|
+
Specifies whether ProxyAgent feature should be enabled on the virtual machine
|
|
1698
|
+
or virtual machine scale set.
|
|
1374
1699
|
"""
|
|
1375
1700
|
return pulumi.get(self, "enabled")
|
|
1376
1701
|
|
|
@@ -1378,7 +1703,8 @@ class ProxyAgentSettingsResponse(dict):
|
|
|
1378
1703
|
@pulumi.getter(name="keyIncarnationId")
|
|
1379
1704
|
def key_incarnation_id(self) -> Optional[int]:
|
|
1380
1705
|
"""
|
|
1381
|
-
Increase the value of this property allows user to reset the key used for
|
|
1706
|
+
Increase the value of this property allows user to reset the key used for
|
|
1707
|
+
securing communication channel between guest and host.
|
|
1382
1708
|
"""
|
|
1383
1709
|
return pulumi.get(self, "key_incarnation_id")
|
|
1384
1710
|
|
|
@@ -1386,7 +1712,10 @@ class ProxyAgentSettingsResponse(dict):
|
|
|
1386
1712
|
@pulumi.getter
|
|
1387
1713
|
def mode(self) -> Optional[str]:
|
|
1388
1714
|
"""
|
|
1389
|
-
Specifies the mode that ProxyAgent will execute on if the feature is enabled.
|
|
1715
|
+
Specifies the mode that ProxyAgent will execute on if the feature is enabled.
|
|
1716
|
+
ProxyAgent will start to audit or monitor but not enforce access control over
|
|
1717
|
+
requests to host endpoints in Audit mode, while in Enforce mode it will enforce
|
|
1718
|
+
access control. The default value is Enforce mode.
|
|
1390
1719
|
"""
|
|
1391
1720
|
return pulumi.get(self, "mode")
|
|
1392
1721
|
|
|
@@ -1394,13 +1723,15 @@ class ProxyAgentSettingsResponse(dict):
|
|
|
1394
1723
|
@pulumi.output_type
|
|
1395
1724
|
class PublicIPAddressSkuResponse(dict):
|
|
1396
1725
|
"""
|
|
1397
|
-
Describes the public IP Sku. It can only be set with OrchestrationMode as
|
|
1726
|
+
Describes the public IP Sku. It can only be set with OrchestrationMode as
|
|
1727
|
+
Flexible.
|
|
1398
1728
|
"""
|
|
1399
1729
|
def __init__(__self__, *,
|
|
1400
1730
|
name: Optional[str] = None,
|
|
1401
1731
|
tier: Optional[str] = None):
|
|
1402
1732
|
"""
|
|
1403
|
-
Describes the public IP Sku. It can only be set with OrchestrationMode as
|
|
1733
|
+
Describes the public IP Sku. It can only be set with OrchestrationMode as
|
|
1734
|
+
Flexible.
|
|
1404
1735
|
:param str name: Specify public IP sku name
|
|
1405
1736
|
:param str tier: Specify public IP sku tier
|
|
1406
1737
|
"""
|
|
@@ -1494,6 +1825,9 @@ class RegularPriorityProfileResponse(dict):
|
|
|
1494
1825
|
|
|
1495
1826
|
@pulumi.output_type
|
|
1496
1827
|
class ScheduledEventsProfileResponse(dict):
|
|
1828
|
+
"""
|
|
1829
|
+
Specifies Scheduled Event related configurations.
|
|
1830
|
+
"""
|
|
1497
1831
|
@staticmethod
|
|
1498
1832
|
def __key_warning(key: str):
|
|
1499
1833
|
suggest = None
|
|
@@ -1517,6 +1851,7 @@ class ScheduledEventsProfileResponse(dict):
|
|
|
1517
1851
|
os_image_notification_profile: Optional['outputs.OSImageNotificationProfileResponse'] = None,
|
|
1518
1852
|
terminate_notification_profile: Optional['outputs.TerminateNotificationProfileResponse'] = None):
|
|
1519
1853
|
"""
|
|
1854
|
+
Specifies Scheduled Event related configurations.
|
|
1520
1855
|
:param 'OSImageNotificationProfileResponse' os_image_notification_profile: Specifies OS Image Scheduled Event related configurations.
|
|
1521
1856
|
:param 'TerminateNotificationProfileResponse' terminate_notification_profile: Specifies Terminate Scheduled Event related configurations.
|
|
1522
1857
|
"""
|
|
@@ -1545,13 +1880,16 @@ class ScheduledEventsProfileResponse(dict):
|
|
|
1545
1880
|
@pulumi.output_type
|
|
1546
1881
|
class SecurityPostureReferenceResponse(dict):
|
|
1547
1882
|
"""
|
|
1548
|
-
Specifies the security posture to be used for all virtual machines in the scale
|
|
1883
|
+
Specifies the security posture to be used for all virtual machines in the scale
|
|
1884
|
+
set. Minimum api-version: 2023-03-01
|
|
1549
1885
|
"""
|
|
1550
1886
|
@staticmethod
|
|
1551
1887
|
def __key_warning(key: str):
|
|
1552
1888
|
suggest = None
|
|
1553
1889
|
if key == "excludeExtensions":
|
|
1554
1890
|
suggest = "exclude_extensions"
|
|
1891
|
+
elif key == "isOverridable":
|
|
1892
|
+
suggest = "is_overridable"
|
|
1555
1893
|
|
|
1556
1894
|
if suggest:
|
|
1557
1895
|
pulumi.log.warn(f"Key '{key}' not found in SecurityPostureReferenceResponse. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -1565,23 +1903,31 @@ class SecurityPostureReferenceResponse(dict):
|
|
|
1565
1903
|
return super().get(key, default)
|
|
1566
1904
|
|
|
1567
1905
|
def __init__(__self__, *,
|
|
1568
|
-
exclude_extensions: Optional[Sequence[
|
|
1569
|
-
id: Optional[str] = None
|
|
1906
|
+
exclude_extensions: Optional[Sequence[str]] = None,
|
|
1907
|
+
id: Optional[str] = None,
|
|
1908
|
+
is_overridable: Optional[bool] = None):
|
|
1570
1909
|
"""
|
|
1571
|
-
Specifies the security posture to be used for all virtual machines in the scale
|
|
1572
|
-
|
|
1573
|
-
:param str
|
|
1910
|
+
Specifies the security posture to be used for all virtual machines in the scale
|
|
1911
|
+
set. Minimum api-version: 2023-03-01
|
|
1912
|
+
:param Sequence[str] exclude_extensions: List of virtual machine extension names to exclude when applying the security
|
|
1913
|
+
posture.
|
|
1914
|
+
:param str id: The security posture reference id in the form of
|
|
1915
|
+
/CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest
|
|
1916
|
+
:param bool is_overridable: Whether the security posture can be overridden by the user.
|
|
1574
1917
|
"""
|
|
1575
1918
|
if exclude_extensions is not None:
|
|
1576
1919
|
pulumi.set(__self__, "exclude_extensions", exclude_extensions)
|
|
1577
1920
|
if id is not None:
|
|
1578
1921
|
pulumi.set(__self__, "id", id)
|
|
1922
|
+
if is_overridable is not None:
|
|
1923
|
+
pulumi.set(__self__, "is_overridable", is_overridable)
|
|
1579
1924
|
|
|
1580
1925
|
@property
|
|
1581
1926
|
@pulumi.getter(name="excludeExtensions")
|
|
1582
|
-
def exclude_extensions(self) -> Optional[Sequence[
|
|
1927
|
+
def exclude_extensions(self) -> Optional[Sequence[str]]:
|
|
1583
1928
|
"""
|
|
1584
|
-
List of virtual machine
|
|
1929
|
+
List of virtual machine extension names to exclude when applying the security
|
|
1930
|
+
posture.
|
|
1585
1931
|
"""
|
|
1586
1932
|
return pulumi.get(self, "exclude_extensions")
|
|
1587
1933
|
|
|
@@ -1589,15 +1935,25 @@ class SecurityPostureReferenceResponse(dict):
|
|
|
1589
1935
|
@pulumi.getter
|
|
1590
1936
|
def id(self) -> Optional[str]:
|
|
1591
1937
|
"""
|
|
1592
|
-
The security posture reference id in the form of
|
|
1938
|
+
The security posture reference id in the form of
|
|
1939
|
+
/CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest
|
|
1593
1940
|
"""
|
|
1594
1941
|
return pulumi.get(self, "id")
|
|
1595
1942
|
|
|
1943
|
+
@property
|
|
1944
|
+
@pulumi.getter(name="isOverridable")
|
|
1945
|
+
def is_overridable(self) -> Optional[bool]:
|
|
1946
|
+
"""
|
|
1947
|
+
Whether the security posture can be overridden by the user.
|
|
1948
|
+
"""
|
|
1949
|
+
return pulumi.get(self, "is_overridable")
|
|
1950
|
+
|
|
1596
1951
|
|
|
1597
1952
|
@pulumi.output_type
|
|
1598
1953
|
class SecurityProfileResponse(dict):
|
|
1599
1954
|
"""
|
|
1600
|
-
Specifies the Security profile settings for the virtual machine or virtual
|
|
1955
|
+
Specifies the Security profile settings for the virtual machine or virtual
|
|
1956
|
+
machine scale set.
|
|
1601
1957
|
"""
|
|
1602
1958
|
@staticmethod
|
|
1603
1959
|
def __key_warning(key: str):
|
|
@@ -1631,12 +1987,22 @@ class SecurityProfileResponse(dict):
|
|
|
1631
1987
|
security_type: Optional[str] = None,
|
|
1632
1988
|
uefi_settings: Optional['outputs.UefiSettingsResponse'] = None):
|
|
1633
1989
|
"""
|
|
1634
|
-
Specifies the Security profile settings for the virtual machine or virtual
|
|
1635
|
-
|
|
1636
|
-
:param
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1990
|
+
Specifies the Security profile settings for the virtual machine or virtual
|
|
1991
|
+
machine scale set.
|
|
1992
|
+
:param bool encryption_at_host: This property can be used by user in the request to enable or disable the Host
|
|
1993
|
+
Encryption for the virtual machine or virtual machine scale set. This will
|
|
1994
|
+
enable the encryption for all the disks including Resource/Temp disk at host
|
|
1995
|
+
itself. The default behavior is: The Encryption at host will be disabled unless
|
|
1996
|
+
this property is set to true for the resource.
|
|
1997
|
+
:param 'EncryptionIdentityResponse' encryption_identity: Specifies the Managed Identity used by ADE to get access token for keyvault
|
|
1998
|
+
operations.
|
|
1999
|
+
:param 'ProxyAgentSettingsResponse' proxy_agent_settings: Specifies ProxyAgent settings while creating the virtual machine. Minimum
|
|
2000
|
+
api-version: 2023-09-01.
|
|
2001
|
+
:param str security_type: Specifies the SecurityType of the virtual machine. It has to be set to any
|
|
2002
|
+
specified value to enable UefiSettings. The default behavior is: UefiSettings
|
|
2003
|
+
will not be enabled unless this property is set.
|
|
2004
|
+
:param 'UefiSettingsResponse' uefi_settings: Specifies the security settings like secure boot and vTPM used while creating
|
|
2005
|
+
the virtual machine. Minimum api-version: 2020-12-01.
|
|
1640
2006
|
"""
|
|
1641
2007
|
if encryption_at_host is not None:
|
|
1642
2008
|
pulumi.set(__self__, "encryption_at_host", encryption_at_host)
|
|
@@ -1653,7 +2019,11 @@ class SecurityProfileResponse(dict):
|
|
|
1653
2019
|
@pulumi.getter(name="encryptionAtHost")
|
|
1654
2020
|
def encryption_at_host(self) -> Optional[bool]:
|
|
1655
2021
|
"""
|
|
1656
|
-
This property can be used by user in the request to enable or disable the Host
|
|
2022
|
+
This property can be used by user in the request to enable or disable the Host
|
|
2023
|
+
Encryption for the virtual machine or virtual machine scale set. This will
|
|
2024
|
+
enable the encryption for all the disks including Resource/Temp disk at host
|
|
2025
|
+
itself. The default behavior is: The Encryption at host will be disabled unless
|
|
2026
|
+
this property is set to true for the resource.
|
|
1657
2027
|
"""
|
|
1658
2028
|
return pulumi.get(self, "encryption_at_host")
|
|
1659
2029
|
|
|
@@ -1661,7 +2031,8 @@ class SecurityProfileResponse(dict):
|
|
|
1661
2031
|
@pulumi.getter(name="encryptionIdentity")
|
|
1662
2032
|
def encryption_identity(self) -> Optional['outputs.EncryptionIdentityResponse']:
|
|
1663
2033
|
"""
|
|
1664
|
-
Specifies the Managed Identity used by ADE to get access token for keyvault
|
|
2034
|
+
Specifies the Managed Identity used by ADE to get access token for keyvault
|
|
2035
|
+
operations.
|
|
1665
2036
|
"""
|
|
1666
2037
|
return pulumi.get(self, "encryption_identity")
|
|
1667
2038
|
|
|
@@ -1669,7 +2040,8 @@ class SecurityProfileResponse(dict):
|
|
|
1669
2040
|
@pulumi.getter(name="proxyAgentSettings")
|
|
1670
2041
|
def proxy_agent_settings(self) -> Optional['outputs.ProxyAgentSettingsResponse']:
|
|
1671
2042
|
"""
|
|
1672
|
-
Specifies ProxyAgent settings while creating the virtual machine. Minimum
|
|
2043
|
+
Specifies ProxyAgent settings while creating the virtual machine. Minimum
|
|
2044
|
+
api-version: 2023-09-01.
|
|
1673
2045
|
"""
|
|
1674
2046
|
return pulumi.get(self, "proxy_agent_settings")
|
|
1675
2047
|
|
|
@@ -1677,7 +2049,9 @@ class SecurityProfileResponse(dict):
|
|
|
1677
2049
|
@pulumi.getter(name="securityType")
|
|
1678
2050
|
def security_type(self) -> Optional[str]:
|
|
1679
2051
|
"""
|
|
1680
|
-
Specifies the SecurityType of the virtual machine. It has to be set to any
|
|
2052
|
+
Specifies the SecurityType of the virtual machine. It has to be set to any
|
|
2053
|
+
specified value to enable UefiSettings. The default behavior is: UefiSettings
|
|
2054
|
+
will not be enabled unless this property is set.
|
|
1681
2055
|
"""
|
|
1682
2056
|
return pulumi.get(self, "security_type")
|
|
1683
2057
|
|
|
@@ -1685,7 +2059,8 @@ class SecurityProfileResponse(dict):
|
|
|
1685
2059
|
@pulumi.getter(name="uefiSettings")
|
|
1686
2060
|
def uefi_settings(self) -> Optional['outputs.UefiSettingsResponse']:
|
|
1687
2061
|
"""
|
|
1688
|
-
Specifies the security settings like secure boot and vTPM used while creating
|
|
2062
|
+
Specifies the security settings like secure boot and vTPM used while creating
|
|
2063
|
+
the virtual machine. Minimum api-version: 2020-12-01.
|
|
1689
2064
|
"""
|
|
1690
2065
|
return pulumi.get(self, "uefi_settings")
|
|
1691
2066
|
|
|
@@ -1693,13 +2068,18 @@ class SecurityProfileResponse(dict):
|
|
|
1693
2068
|
@pulumi.output_type
|
|
1694
2069
|
class ServiceArtifactReferenceResponse(dict):
|
|
1695
2070
|
"""
|
|
1696
|
-
Specifies the service artifact reference id used to set same image version for
|
|
2071
|
+
Specifies the service artifact reference id used to set same image version for
|
|
2072
|
+
all virtual machines in the scale set when using 'latest' image version.
|
|
2073
|
+
Minimum api-version: 2022-11-01
|
|
1697
2074
|
"""
|
|
1698
2075
|
def __init__(__self__, *,
|
|
1699
2076
|
id: Optional[str] = None):
|
|
1700
2077
|
"""
|
|
1701
|
-
Specifies the service artifact reference id used to set same image version for
|
|
1702
|
-
|
|
2078
|
+
Specifies the service artifact reference id used to set same image version for
|
|
2079
|
+
all virtual machines in the scale set when using 'latest' image version.
|
|
2080
|
+
Minimum api-version: 2022-11-01
|
|
2081
|
+
:param str id: The service artifact reference id in the form of
|
|
2082
|
+
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName}
|
|
1703
2083
|
"""
|
|
1704
2084
|
if id is not None:
|
|
1705
2085
|
pulumi.set(__self__, "id", id)
|
|
@@ -1708,7 +2088,8 @@ class ServiceArtifactReferenceResponse(dict):
|
|
|
1708
2088
|
@pulumi.getter
|
|
1709
2089
|
def id(self) -> Optional[str]:
|
|
1710
2090
|
"""
|
|
1711
|
-
The service artifact reference id in the form of
|
|
2091
|
+
The service artifact reference id in the form of
|
|
2092
|
+
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName}
|
|
1712
2093
|
"""
|
|
1713
2094
|
return pulumi.get(self, "id")
|
|
1714
2095
|
|
|
@@ -1850,7 +2231,8 @@ class SshConfigurationResponse(dict):
|
|
|
1850
2231
|
@pulumi.output_type
|
|
1851
2232
|
class SshPublicKeyResponse(dict):
|
|
1852
2233
|
"""
|
|
1853
|
-
Contains information about SSH certificate public key and the path on the Linux
|
|
2234
|
+
Contains information about SSH certificate public key and the path on the Linux
|
|
2235
|
+
VM where the public key is placed.
|
|
1854
2236
|
"""
|
|
1855
2237
|
@staticmethod
|
|
1856
2238
|
def __key_warning(key: str):
|
|
@@ -1873,9 +2255,15 @@ class SshPublicKeyResponse(dict):
|
|
|
1873
2255
|
key_data: Optional[str] = None,
|
|
1874
2256
|
path: Optional[str] = None):
|
|
1875
2257
|
"""
|
|
1876
|
-
Contains information about SSH certificate public key and the path on the Linux
|
|
1877
|
-
|
|
1878
|
-
:param str
|
|
2258
|
+
Contains information about SSH certificate public key and the path on the Linux
|
|
2259
|
+
VM where the public key is placed.
|
|
2260
|
+
:param str key_data: SSH public key certificate used to authenticate with the VM through ssh. The
|
|
2261
|
+
key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys,
|
|
2262
|
+
see [Create SSH keys on Linux and Mac for Linux VMs in
|
|
2263
|
+
Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
|
|
2264
|
+
:param str path: Specifies the full path on the created VM where ssh public key is stored. If
|
|
2265
|
+
the file already exists, the specified key is appended to the file. Example:
|
|
2266
|
+
/home/user/.ssh/authorized_keys
|
|
1879
2267
|
"""
|
|
1880
2268
|
if key_data is not None:
|
|
1881
2269
|
pulumi.set(__self__, "key_data", key_data)
|
|
@@ -1886,7 +2274,10 @@ class SshPublicKeyResponse(dict):
|
|
|
1886
2274
|
@pulumi.getter(name="keyData")
|
|
1887
2275
|
def key_data(self) -> Optional[str]:
|
|
1888
2276
|
"""
|
|
1889
|
-
SSH public key certificate used to authenticate with the VM through ssh. The
|
|
2277
|
+
SSH public key certificate used to authenticate with the VM through ssh. The
|
|
2278
|
+
key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys,
|
|
2279
|
+
see [Create SSH keys on Linux and Mac for Linux VMs in
|
|
2280
|
+
Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
|
|
1890
2281
|
"""
|
|
1891
2282
|
return pulumi.get(self, "key_data")
|
|
1892
2283
|
|
|
@@ -1894,16 +2285,22 @@ class SshPublicKeyResponse(dict):
|
|
|
1894
2285
|
@pulumi.getter
|
|
1895
2286
|
def path(self) -> Optional[str]:
|
|
1896
2287
|
"""
|
|
1897
|
-
Specifies the full path on the created VM where ssh public key is stored. If
|
|
2288
|
+
Specifies the full path on the created VM where ssh public key is stored. If
|
|
2289
|
+
the file already exists, the specified key is appended to the file. Example:
|
|
2290
|
+
/home/user/.ssh/authorized_keys
|
|
1898
2291
|
"""
|
|
1899
2292
|
return pulumi.get(self, "path")
|
|
1900
2293
|
|
|
1901
2294
|
|
|
1902
2295
|
@pulumi.output_type
|
|
1903
2296
|
class SubResourceResponse(dict):
|
|
2297
|
+
"""
|
|
2298
|
+
Describes SubResource
|
|
2299
|
+
"""
|
|
1904
2300
|
def __init__(__self__, *,
|
|
1905
2301
|
id: Optional[str] = None):
|
|
1906
2302
|
"""
|
|
2303
|
+
Describes SubResource
|
|
1907
2304
|
:param str id: Resource Id
|
|
1908
2305
|
"""
|
|
1909
2306
|
if id is not None:
|
|
@@ -2030,6 +2427,9 @@ class SystemDataResponse(dict):
|
|
|
2030
2427
|
|
|
2031
2428
|
@pulumi.output_type
|
|
2032
2429
|
class TerminateNotificationProfileResponse(dict):
|
|
2430
|
+
"""
|
|
2431
|
+
Specifies Terminate Scheduled Event related configurations.
|
|
2432
|
+
"""
|
|
2033
2433
|
@staticmethod
|
|
2034
2434
|
def __key_warning(key: str):
|
|
2035
2435
|
suggest = None
|
|
@@ -2051,8 +2451,12 @@ class TerminateNotificationProfileResponse(dict):
|
|
|
2051
2451
|
enable: Optional[bool] = None,
|
|
2052
2452
|
not_before_timeout: Optional[str] = None):
|
|
2053
2453
|
"""
|
|
2454
|
+
Specifies Terminate Scheduled Event related configurations.
|
|
2054
2455
|
:param bool enable: Specifies whether the Terminate Scheduled event is enabled or disabled.
|
|
2055
|
-
:param str not_before_timeout: Configurable length of time a Virtual Machine being deleted will have to
|
|
2456
|
+
:param str not_before_timeout: Configurable length of time a Virtual Machine being deleted will have to
|
|
2457
|
+
potentially approve the Terminate Scheduled Event before the event is auto
|
|
2458
|
+
approved (timed out). The configuration must be specified in ISO 8601 format,
|
|
2459
|
+
the default value is 5 minutes (PT5M)
|
|
2056
2460
|
"""
|
|
2057
2461
|
if enable is not None:
|
|
2058
2462
|
pulumi.set(__self__, "enable", enable)
|
|
@@ -2071,7 +2475,10 @@ class TerminateNotificationProfileResponse(dict):
|
|
|
2071
2475
|
@pulumi.getter(name="notBeforeTimeout")
|
|
2072
2476
|
def not_before_timeout(self) -> Optional[str]:
|
|
2073
2477
|
"""
|
|
2074
|
-
Configurable length of time a Virtual Machine being deleted will have to
|
|
2478
|
+
Configurable length of time a Virtual Machine being deleted will have to
|
|
2479
|
+
potentially approve the Terminate Scheduled Event before the event is auto
|
|
2480
|
+
approved (timed out). The configuration must be specified in ISO 8601 format,
|
|
2481
|
+
the default value is 5 minutes (PT5M)
|
|
2075
2482
|
"""
|
|
2076
2483
|
return pulumi.get(self, "not_before_timeout")
|
|
2077
2484
|
|
|
@@ -2079,7 +2486,8 @@ class TerminateNotificationProfileResponse(dict):
|
|
|
2079
2486
|
@pulumi.output_type
|
|
2080
2487
|
class UefiSettingsResponse(dict):
|
|
2081
2488
|
"""
|
|
2082
|
-
Specifies the security settings like secure boot and vTPM used while creating
|
|
2489
|
+
Specifies the security settings like secure boot and vTPM used while creating
|
|
2490
|
+
the virtual machine. Minimum api-version: 2020-12-01.
|
|
2083
2491
|
"""
|
|
2084
2492
|
@staticmethod
|
|
2085
2493
|
def __key_warning(key: str):
|
|
@@ -2104,9 +2512,12 @@ class UefiSettingsResponse(dict):
|
|
|
2104
2512
|
secure_boot_enabled: Optional[bool] = None,
|
|
2105
2513
|
v_tpm_enabled: Optional[bool] = None):
|
|
2106
2514
|
"""
|
|
2107
|
-
Specifies the security settings like secure boot and vTPM used while creating
|
|
2108
|
-
|
|
2109
|
-
:param bool
|
|
2515
|
+
Specifies the security settings like secure boot and vTPM used while creating
|
|
2516
|
+
the virtual machine. Minimum api-version: 2020-12-01.
|
|
2517
|
+
:param bool secure_boot_enabled: Specifies whether secure boot should be enabled on the virtual machine. Minimum
|
|
2518
|
+
api-version: 2020-12-01.
|
|
2519
|
+
:param bool v_tpm_enabled: Specifies whether vTPM should be enabled on the virtual machine. Minimum
|
|
2520
|
+
api-version: 2020-12-01.
|
|
2110
2521
|
"""
|
|
2111
2522
|
if secure_boot_enabled is not None:
|
|
2112
2523
|
pulumi.set(__self__, "secure_boot_enabled", secure_boot_enabled)
|
|
@@ -2117,7 +2528,8 @@ class UefiSettingsResponse(dict):
|
|
|
2117
2528
|
@pulumi.getter(name="secureBootEnabled")
|
|
2118
2529
|
def secure_boot_enabled(self) -> Optional[bool]:
|
|
2119
2530
|
"""
|
|
2120
|
-
Specifies whether secure boot should be enabled on the virtual machine. Minimum
|
|
2531
|
+
Specifies whether secure boot should be enabled on the virtual machine. Minimum
|
|
2532
|
+
api-version: 2020-12-01.
|
|
2121
2533
|
"""
|
|
2122
2534
|
return pulumi.get(self, "secure_boot_enabled")
|
|
2123
2535
|
|
|
@@ -2125,7 +2537,8 @@ class UefiSettingsResponse(dict):
|
|
|
2125
2537
|
@pulumi.getter(name="vTpmEnabled")
|
|
2126
2538
|
def v_tpm_enabled(self) -> Optional[bool]:
|
|
2127
2539
|
"""
|
|
2128
|
-
Specifies whether vTPM should be enabled on the virtual machine. Minimum
|
|
2540
|
+
Specifies whether vTPM should be enabled on the virtual machine. Minimum
|
|
2541
|
+
api-version: 2020-12-01.
|
|
2129
2542
|
"""
|
|
2130
2543
|
return pulumi.get(self, "v_tpm_enabled")
|
|
2131
2544
|
|
|
@@ -2185,7 +2598,8 @@ class UserAssignedIdentityResponse(dict):
|
|
|
2185
2598
|
@pulumi.output_type
|
|
2186
2599
|
class VMDiskSecurityProfileResponse(dict):
|
|
2187
2600
|
"""
|
|
2188
|
-
Specifies the security profile settings for the managed disk. **Note:** It can
|
|
2601
|
+
Specifies the security profile settings for the managed disk. **Note:** It can
|
|
2602
|
+
only be set for Confidential VMs.
|
|
2189
2603
|
"""
|
|
2190
2604
|
@staticmethod
|
|
2191
2605
|
def __key_warning(key: str):
|
|
@@ -2210,9 +2624,16 @@ class VMDiskSecurityProfileResponse(dict):
|
|
|
2210
2624
|
disk_encryption_set: Optional['outputs.DiskEncryptionSetParametersResponse'] = None,
|
|
2211
2625
|
security_encryption_type: Optional[str] = None):
|
|
2212
2626
|
"""
|
|
2213
|
-
Specifies the security profile settings for the managed disk. **Note:** It can
|
|
2214
|
-
|
|
2215
|
-
:param
|
|
2627
|
+
Specifies the security profile settings for the managed disk. **Note:** It can
|
|
2628
|
+
only be set for Confidential VMs.
|
|
2629
|
+
:param 'DiskEncryptionSetParametersResponse' disk_encryption_set: Specifies the customer managed disk encryption set resource id for the managed
|
|
2630
|
+
disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and
|
|
2631
|
+
VMGuest blob.
|
|
2632
|
+
:param str security_encryption_type: Specifies the EncryptionType of the managed disk. It is set to
|
|
2633
|
+
DiskWithVMGuestState for encryption of the managed disk along with VMGuestState
|
|
2634
|
+
blob, VMGuestStateOnly for encryption of just the VMGuestState blob, and
|
|
2635
|
+
NonPersistedTPM for not persisting firmware state in the VMGuestState blob..
|
|
2636
|
+
**Note:** It can be set for only Confidential VMs.
|
|
2216
2637
|
"""
|
|
2217
2638
|
if disk_encryption_set is not None:
|
|
2218
2639
|
pulumi.set(__self__, "disk_encryption_set", disk_encryption_set)
|
|
@@ -2223,7 +2644,9 @@ class VMDiskSecurityProfileResponse(dict):
|
|
|
2223
2644
|
@pulumi.getter(name="diskEncryptionSet")
|
|
2224
2645
|
def disk_encryption_set(self) -> Optional['outputs.DiskEncryptionSetParametersResponse']:
|
|
2225
2646
|
"""
|
|
2226
|
-
Specifies the customer managed disk encryption set resource id for the managed
|
|
2647
|
+
Specifies the customer managed disk encryption set resource id for the managed
|
|
2648
|
+
disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and
|
|
2649
|
+
VMGuest blob.
|
|
2227
2650
|
"""
|
|
2228
2651
|
return pulumi.get(self, "disk_encryption_set")
|
|
2229
2652
|
|
|
@@ -2231,7 +2654,11 @@ class VMDiskSecurityProfileResponse(dict):
|
|
|
2231
2654
|
@pulumi.getter(name="securityEncryptionType")
|
|
2232
2655
|
def security_encryption_type(self) -> Optional[str]:
|
|
2233
2656
|
"""
|
|
2234
|
-
Specifies the EncryptionType of the managed disk. It is set to
|
|
2657
|
+
Specifies the EncryptionType of the managed disk. It is set to
|
|
2658
|
+
DiskWithVMGuestState for encryption of the managed disk along with VMGuestState
|
|
2659
|
+
blob, VMGuestStateOnly for encryption of just the VMGuestState blob, and
|
|
2660
|
+
NonPersistedTPM for not persisting firmware state in the VMGuestState blob..
|
|
2661
|
+
**Note:** It can be set for only Confidential VMs.
|
|
2235
2662
|
"""
|
|
2236
2663
|
return pulumi.get(self, "security_encryption_type")
|
|
2237
2664
|
|
|
@@ -2239,7 +2666,8 @@ class VMDiskSecurityProfileResponse(dict):
|
|
|
2239
2666
|
@pulumi.output_type
|
|
2240
2667
|
class VMGalleryApplicationResponse(dict):
|
|
2241
2668
|
"""
|
|
2242
|
-
Specifies the required information to reference a compute gallery application
|
|
2669
|
+
Specifies the required information to reference a compute gallery application
|
|
2670
|
+
version
|
|
2243
2671
|
"""
|
|
2244
2672
|
@staticmethod
|
|
2245
2673
|
def __key_warning(key: str):
|
|
@@ -2272,13 +2700,18 @@ class VMGalleryApplicationResponse(dict):
|
|
|
2272
2700
|
tags: Optional[str] = None,
|
|
2273
2701
|
treat_failure_as_deployment_failure: Optional[bool] = None):
|
|
2274
2702
|
"""
|
|
2275
|
-
Specifies the required information to reference a compute gallery application
|
|
2276
|
-
|
|
2277
|
-
:param str
|
|
2278
|
-
|
|
2703
|
+
Specifies the required information to reference a compute gallery application
|
|
2704
|
+
version
|
|
2705
|
+
:param str package_reference_id: Specifies the GalleryApplicationVersion resource id on the form of
|
|
2706
|
+
/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}
|
|
2707
|
+
:param str configuration_reference: Optional, Specifies the uri to an azure blob that will replace the default
|
|
2708
|
+
configuration for the package if provided
|
|
2709
|
+
:param bool enable_automatic_upgrade: If set to true, when a new Gallery Application version is available in PIR/SIG,
|
|
2710
|
+
it will be automatically updated for the VM/VMSS
|
|
2279
2711
|
:param int order: Optional, Specifies the order in which the packages have to be installed
|
|
2280
2712
|
:param str tags: Optional, Specifies a passthrough value for more generic context.
|
|
2281
|
-
:param bool treat_failure_as_deployment_failure: Optional, If true, any failure for any operation in the VmApplication will fail
|
|
2713
|
+
:param bool treat_failure_as_deployment_failure: Optional, If true, any failure for any operation in the VmApplication will fail
|
|
2714
|
+
the deployment
|
|
2282
2715
|
"""
|
|
2283
2716
|
pulumi.set(__self__, "package_reference_id", package_reference_id)
|
|
2284
2717
|
if configuration_reference is not None:
|
|
@@ -2296,7 +2729,8 @@ class VMGalleryApplicationResponse(dict):
|
|
|
2296
2729
|
@pulumi.getter(name="packageReferenceId")
|
|
2297
2730
|
def package_reference_id(self) -> str:
|
|
2298
2731
|
"""
|
|
2299
|
-
Specifies the GalleryApplicationVersion resource id on the form of
|
|
2732
|
+
Specifies the GalleryApplicationVersion resource id on the form of
|
|
2733
|
+
/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}
|
|
2300
2734
|
"""
|
|
2301
2735
|
return pulumi.get(self, "package_reference_id")
|
|
2302
2736
|
|
|
@@ -2304,7 +2738,8 @@ class VMGalleryApplicationResponse(dict):
|
|
|
2304
2738
|
@pulumi.getter(name="configurationReference")
|
|
2305
2739
|
def configuration_reference(self) -> Optional[str]:
|
|
2306
2740
|
"""
|
|
2307
|
-
Optional, Specifies the uri to an azure blob that will replace the default
|
|
2741
|
+
Optional, Specifies the uri to an azure blob that will replace the default
|
|
2742
|
+
configuration for the package if provided
|
|
2308
2743
|
"""
|
|
2309
2744
|
return pulumi.get(self, "configuration_reference")
|
|
2310
2745
|
|
|
@@ -2312,7 +2747,8 @@ class VMGalleryApplicationResponse(dict):
|
|
|
2312
2747
|
@pulumi.getter(name="enableAutomaticUpgrade")
|
|
2313
2748
|
def enable_automatic_upgrade(self) -> Optional[bool]:
|
|
2314
2749
|
"""
|
|
2315
|
-
If set to true, when a new Gallery Application version is available in PIR/SIG,
|
|
2750
|
+
If set to true, when a new Gallery Application version is available in PIR/SIG,
|
|
2751
|
+
it will be automatically updated for the VM/VMSS
|
|
2316
2752
|
"""
|
|
2317
2753
|
return pulumi.get(self, "enable_automatic_upgrade")
|
|
2318
2754
|
|
|
@@ -2336,7 +2772,8 @@ class VMGalleryApplicationResponse(dict):
|
|
|
2336
2772
|
@pulumi.getter(name="treatFailureAsDeploymentFailure")
|
|
2337
2773
|
def treat_failure_as_deployment_failure(self) -> Optional[bool]:
|
|
2338
2774
|
"""
|
|
2339
|
-
Optional, If true, any failure for any operation in the VmApplication will fail
|
|
2775
|
+
Optional, If true, any failure for any operation in the VmApplication will fail
|
|
2776
|
+
the deployment
|
|
2340
2777
|
"""
|
|
2341
2778
|
return pulumi.get(self, "treat_failure_as_deployment_failure")
|
|
2342
2779
|
|
|
@@ -2370,8 +2807,17 @@ class VMSizePropertiesResponse(dict):
|
|
|
2370
2807
|
v_cpus_per_core: Optional[int] = None):
|
|
2371
2808
|
"""
|
|
2372
2809
|
Specifies VM Size Property settings on the virtual machine.
|
|
2373
|
-
:param int v_cpus_available: Specifies the number of vCPUs available for the VM. When this property is not
|
|
2374
|
-
|
|
2810
|
+
:param int v_cpus_available: Specifies the number of vCPUs available for the VM. When this property is not
|
|
2811
|
+
specified in the request body the default behavior is to set it to the value of
|
|
2812
|
+
vCPUs available for that VM size exposed in api response of [List all available
|
|
2813
|
+
virtual machine sizes in a
|
|
2814
|
+
region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list).
|
|
2815
|
+
:param int v_cpus_per_core: Specifies the vCPU to physical core ratio. When this property is not specified
|
|
2816
|
+
in the request body the default behavior is set to the value of vCPUsPerCore
|
|
2817
|
+
for the VM Size exposed in api response of [List all available virtual machine
|
|
2818
|
+
sizes in a
|
|
2819
|
+
region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list).
|
|
2820
|
+
**Setting this property to 1 also means that hyper-threading is disabled.**
|
|
2375
2821
|
"""
|
|
2376
2822
|
if v_cpus_available is not None:
|
|
2377
2823
|
pulumi.set(__self__, "v_cpus_available", v_cpus_available)
|
|
@@ -2382,7 +2828,11 @@ class VMSizePropertiesResponse(dict):
|
|
|
2382
2828
|
@pulumi.getter(name="vCPUsAvailable")
|
|
2383
2829
|
def v_cpus_available(self) -> Optional[int]:
|
|
2384
2830
|
"""
|
|
2385
|
-
Specifies the number of vCPUs available for the VM. When this property is not
|
|
2831
|
+
Specifies the number of vCPUs available for the VM. When this property is not
|
|
2832
|
+
specified in the request body the default behavior is to set it to the value of
|
|
2833
|
+
vCPUs available for that VM size exposed in api response of [List all available
|
|
2834
|
+
virtual machine sizes in a
|
|
2835
|
+
region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list).
|
|
2386
2836
|
"""
|
|
2387
2837
|
return pulumi.get(self, "v_cpus_available")
|
|
2388
2838
|
|
|
@@ -2390,7 +2840,12 @@ class VMSizePropertiesResponse(dict):
|
|
|
2390
2840
|
@pulumi.getter(name="vCPUsPerCore")
|
|
2391
2841
|
def v_cpus_per_core(self) -> Optional[int]:
|
|
2392
2842
|
"""
|
|
2393
|
-
Specifies the vCPU to physical core ratio. When this property is not specified
|
|
2843
|
+
Specifies the vCPU to physical core ratio. When this property is not specified
|
|
2844
|
+
in the request body the default behavior is set to the value of vCPUsPerCore
|
|
2845
|
+
for the VM Size exposed in api response of [List all available virtual machine
|
|
2846
|
+
sizes in a
|
|
2847
|
+
region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list).
|
|
2848
|
+
**Setting this property to 1 also means that hyper-threading is disabled.**
|
|
2394
2849
|
"""
|
|
2395
2850
|
return pulumi.get(self, "v_cpus_per_core")
|
|
2396
2851
|
|
|
@@ -2398,7 +2853,8 @@ class VMSizePropertiesResponse(dict):
|
|
|
2398
2853
|
@pulumi.output_type
|
|
2399
2854
|
class VaultCertificateResponse(dict):
|
|
2400
2855
|
"""
|
|
2401
|
-
Describes a single certificate reference in a Key Vault, and where the
|
|
2856
|
+
Describes a single certificate reference in a Key Vault, and where the
|
|
2857
|
+
certificate should reside on the VM.
|
|
2402
2858
|
"""
|
|
2403
2859
|
@staticmethod
|
|
2404
2860
|
def __key_warning(key: str):
|
|
@@ -2423,9 +2879,28 @@ class VaultCertificateResponse(dict):
|
|
|
2423
2879
|
certificate_store: Optional[str] = None,
|
|
2424
2880
|
certificate_url: Optional[str] = None):
|
|
2425
2881
|
"""
|
|
2426
|
-
Describes a single certificate reference in a Key Vault, and where the
|
|
2427
|
-
|
|
2428
|
-
:param str
|
|
2882
|
+
Describes a single certificate reference in a Key Vault, and where the
|
|
2883
|
+
certificate should reside on the VM.
|
|
2884
|
+
:param str certificate_store: For Windows VMs, specifies the certificate store on the Virtual Machine to
|
|
2885
|
+
which the certificate should be added. The specified certificate store is
|
|
2886
|
+
implicitly in the LocalMachine account. For Linux VMs, the certificate file is
|
|
2887
|
+
placed under the /var/lib/waagent directory, with the file name
|
|
2888
|
+
<UppercaseThumbprint>.crt for the X509 certificate file and
|
|
2889
|
+
<UppercaseThumbprint>.prv for private key. Both of these files are .pem
|
|
2890
|
+
formatted.
|
|
2891
|
+
:param str certificate_url: This is the URL of a certificate that has been uploaded to Key Vault as a
|
|
2892
|
+
secret. For adding a secret to the Key Vault, see [Add a key or secret to the
|
|
2893
|
+
key
|
|
2894
|
+
vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add).
|
|
2895
|
+
In this case, your certificate needs to be It is the Base64 encoding of the
|
|
2896
|
+
following JSON Object which is encoded in UTF-8: <br><br> {<br>
|
|
2897
|
+
"data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br>
|
|
2898
|
+
"password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual
|
|
2899
|
+
machine it is recommended to use the [Azure Key Vault virtual machine extension
|
|
2900
|
+
for
|
|
2901
|
+
Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
|
|
2902
|
+
or the [Azure Key Vault virtual machine extension for
|
|
2903
|
+
Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
|
|
2429
2904
|
"""
|
|
2430
2905
|
if certificate_store is not None:
|
|
2431
2906
|
pulumi.set(__self__, "certificate_store", certificate_store)
|
|
@@ -2436,7 +2911,13 @@ class VaultCertificateResponse(dict):
|
|
|
2436
2911
|
@pulumi.getter(name="certificateStore")
|
|
2437
2912
|
def certificate_store(self) -> Optional[str]:
|
|
2438
2913
|
"""
|
|
2439
|
-
For Windows VMs, specifies the certificate store on the Virtual Machine to
|
|
2914
|
+
For Windows VMs, specifies the certificate store on the Virtual Machine to
|
|
2915
|
+
which the certificate should be added. The specified certificate store is
|
|
2916
|
+
implicitly in the LocalMachine account. For Linux VMs, the certificate file is
|
|
2917
|
+
placed under the /var/lib/waagent directory, with the file name
|
|
2918
|
+
<UppercaseThumbprint>.crt for the X509 certificate file and
|
|
2919
|
+
<UppercaseThumbprint>.prv for private key. Both of these files are .pem
|
|
2920
|
+
formatted.
|
|
2440
2921
|
"""
|
|
2441
2922
|
return pulumi.get(self, "certificate_store")
|
|
2442
2923
|
|
|
@@ -2444,7 +2925,19 @@ class VaultCertificateResponse(dict):
|
|
|
2444
2925
|
@pulumi.getter(name="certificateUrl")
|
|
2445
2926
|
def certificate_url(self) -> Optional[str]:
|
|
2446
2927
|
"""
|
|
2447
|
-
This is the URL of a certificate that has been uploaded to Key Vault as a
|
|
2928
|
+
This is the URL of a certificate that has been uploaded to Key Vault as a
|
|
2929
|
+
secret. For adding a secret to the Key Vault, see [Add a key or secret to the
|
|
2930
|
+
key
|
|
2931
|
+
vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add).
|
|
2932
|
+
In this case, your certificate needs to be It is the Base64 encoding of the
|
|
2933
|
+
following JSON Object which is encoded in UTF-8: <br><br> {<br>
|
|
2934
|
+
"data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br>
|
|
2935
|
+
"password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual
|
|
2936
|
+
machine it is recommended to use the [Azure Key Vault virtual machine extension
|
|
2937
|
+
for
|
|
2938
|
+
Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
|
|
2939
|
+
or the [Azure Key Vault virtual machine extension for
|
|
2940
|
+
Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
|
|
2448
2941
|
"""
|
|
2449
2942
|
return pulumi.get(self, "certificate_url")
|
|
2450
2943
|
|
|
@@ -2478,7 +2971,8 @@ class VaultSecretGroupResponse(dict):
|
|
|
2478
2971
|
vault_certificates: Optional[Sequence['outputs.VaultCertificateResponse']] = None):
|
|
2479
2972
|
"""
|
|
2480
2973
|
Describes a set of certificates which are all in the same Key Vault.
|
|
2481
|
-
:param 'SubResourceResponse' source_vault: The relative URL of the Key Vault containing all of the certificates in
|
|
2974
|
+
:param 'SubResourceResponse' source_vault: The relative URL of the Key Vault containing all of the certificates in
|
|
2975
|
+
VaultCertificates.
|
|
2482
2976
|
:param Sequence['VaultCertificateResponse'] vault_certificates: The list of key vault references in SourceVault which contain certificates.
|
|
2483
2977
|
"""
|
|
2484
2978
|
if source_vault is not None:
|
|
@@ -2490,7 +2984,8 @@ class VaultSecretGroupResponse(dict):
|
|
|
2490
2984
|
@pulumi.getter(name="sourceVault")
|
|
2491
2985
|
def source_vault(self) -> Optional['outputs.SubResourceResponse']:
|
|
2492
2986
|
"""
|
|
2493
|
-
The relative URL of the Key Vault containing all of the certificates in
|
|
2987
|
+
The relative URL of the Key Vault containing all of the certificates in
|
|
2988
|
+
VaultCertificates.
|
|
2494
2989
|
"""
|
|
2495
2990
|
return pulumi.get(self, "source_vault")
|
|
2496
2991
|
|
|
@@ -2527,343 +3022,9 @@ class VirtualHardDiskResponse(dict):
|
|
|
2527
3022
|
|
|
2528
3023
|
|
|
2529
3024
|
@pulumi.output_type
|
|
2530
|
-
class
|
|
3025
|
+
class VirtualMachineScaleSetDataDiskResponse(dict):
|
|
2531
3026
|
"""
|
|
2532
|
-
|
|
2533
|
-
"""
|
|
2534
|
-
@staticmethod
|
|
2535
|
-
def __key_warning(key: str):
|
|
2536
|
-
suggest = None
|
|
2537
|
-
if key == "typeHandlerVersion":
|
|
2538
|
-
suggest = "type_handler_version"
|
|
2539
|
-
|
|
2540
|
-
if suggest:
|
|
2541
|
-
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineExtensionInstanceViewResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2542
|
-
|
|
2543
|
-
def __getitem__(self, key: str) -> Any:
|
|
2544
|
-
VirtualMachineExtensionInstanceViewResponse.__key_warning(key)
|
|
2545
|
-
return super().__getitem__(key)
|
|
2546
|
-
|
|
2547
|
-
def get(self, key: str, default = None) -> Any:
|
|
2548
|
-
VirtualMachineExtensionInstanceViewResponse.__key_warning(key)
|
|
2549
|
-
return super().get(key, default)
|
|
2550
|
-
|
|
2551
|
-
def __init__(__self__, *,
|
|
2552
|
-
name: Optional[str] = None,
|
|
2553
|
-
statuses: Optional[Sequence['outputs.InstanceViewStatusResponse']] = None,
|
|
2554
|
-
substatuses: Optional[Sequence['outputs.InstanceViewStatusResponse']] = None,
|
|
2555
|
-
type: Optional[str] = None,
|
|
2556
|
-
type_handler_version: Optional[str] = None):
|
|
2557
|
-
"""
|
|
2558
|
-
The instance view of a virtual machine extension.
|
|
2559
|
-
:param str name: The virtual machine extension name.
|
|
2560
|
-
:param Sequence['InstanceViewStatusResponse'] statuses: The resource status information.
|
|
2561
|
-
:param Sequence['InstanceViewStatusResponse'] substatuses: The resource status information.
|
|
2562
|
-
:param str type: Specifies the type of the extension; an example is "CustomScriptExtension".
|
|
2563
|
-
:param str type_handler_version: Specifies the version of the script handler.
|
|
2564
|
-
"""
|
|
2565
|
-
if name is not None:
|
|
2566
|
-
pulumi.set(__self__, "name", name)
|
|
2567
|
-
if statuses is not None:
|
|
2568
|
-
pulumi.set(__self__, "statuses", statuses)
|
|
2569
|
-
if substatuses is not None:
|
|
2570
|
-
pulumi.set(__self__, "substatuses", substatuses)
|
|
2571
|
-
if type is not None:
|
|
2572
|
-
pulumi.set(__self__, "type", type)
|
|
2573
|
-
if type_handler_version is not None:
|
|
2574
|
-
pulumi.set(__self__, "type_handler_version", type_handler_version)
|
|
2575
|
-
|
|
2576
|
-
@property
|
|
2577
|
-
@pulumi.getter
|
|
2578
|
-
def name(self) -> Optional[str]:
|
|
2579
|
-
"""
|
|
2580
|
-
The virtual machine extension name.
|
|
2581
|
-
"""
|
|
2582
|
-
return pulumi.get(self, "name")
|
|
2583
|
-
|
|
2584
|
-
@property
|
|
2585
|
-
@pulumi.getter
|
|
2586
|
-
def statuses(self) -> Optional[Sequence['outputs.InstanceViewStatusResponse']]:
|
|
2587
|
-
"""
|
|
2588
|
-
The resource status information.
|
|
2589
|
-
"""
|
|
2590
|
-
return pulumi.get(self, "statuses")
|
|
2591
|
-
|
|
2592
|
-
@property
|
|
2593
|
-
@pulumi.getter
|
|
2594
|
-
def substatuses(self) -> Optional[Sequence['outputs.InstanceViewStatusResponse']]:
|
|
2595
|
-
"""
|
|
2596
|
-
The resource status information.
|
|
2597
|
-
"""
|
|
2598
|
-
return pulumi.get(self, "substatuses")
|
|
2599
|
-
|
|
2600
|
-
@property
|
|
2601
|
-
@pulumi.getter
|
|
2602
|
-
def type(self) -> Optional[str]:
|
|
2603
|
-
"""
|
|
2604
|
-
Specifies the type of the extension; an example is "CustomScriptExtension".
|
|
2605
|
-
"""
|
|
2606
|
-
return pulumi.get(self, "type")
|
|
2607
|
-
|
|
2608
|
-
@property
|
|
2609
|
-
@pulumi.getter(name="typeHandlerVersion")
|
|
2610
|
-
def type_handler_version(self) -> Optional[str]:
|
|
2611
|
-
"""
|
|
2612
|
-
Specifies the version of the script handler.
|
|
2613
|
-
"""
|
|
2614
|
-
return pulumi.get(self, "type_handler_version")
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
@pulumi.output_type
|
|
2618
|
-
class VirtualMachineExtensionResponse(dict):
|
|
2619
|
-
"""
|
|
2620
|
-
Describes a Virtual Machine Extension.
|
|
2621
|
-
"""
|
|
2622
|
-
@staticmethod
|
|
2623
|
-
def __key_warning(key: str):
|
|
2624
|
-
suggest = None
|
|
2625
|
-
if key == "provisioningState":
|
|
2626
|
-
suggest = "provisioning_state"
|
|
2627
|
-
elif key == "autoUpgradeMinorVersion":
|
|
2628
|
-
suggest = "auto_upgrade_minor_version"
|
|
2629
|
-
elif key == "enableAutomaticUpgrade":
|
|
2630
|
-
suggest = "enable_automatic_upgrade"
|
|
2631
|
-
elif key == "forceUpdateTag":
|
|
2632
|
-
suggest = "force_update_tag"
|
|
2633
|
-
elif key == "instanceView":
|
|
2634
|
-
suggest = "instance_view"
|
|
2635
|
-
elif key == "protectedSettings":
|
|
2636
|
-
suggest = "protected_settings"
|
|
2637
|
-
elif key == "protectedSettingsFromKeyVault":
|
|
2638
|
-
suggest = "protected_settings_from_key_vault"
|
|
2639
|
-
elif key == "provisionAfterExtensions":
|
|
2640
|
-
suggest = "provision_after_extensions"
|
|
2641
|
-
elif key == "suppressFailures":
|
|
2642
|
-
suggest = "suppress_failures"
|
|
2643
|
-
elif key == "typeHandlerVersion":
|
|
2644
|
-
suggest = "type_handler_version"
|
|
2645
|
-
|
|
2646
|
-
if suggest:
|
|
2647
|
-
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineExtensionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2648
|
-
|
|
2649
|
-
def __getitem__(self, key: str) -> Any:
|
|
2650
|
-
VirtualMachineExtensionResponse.__key_warning(key)
|
|
2651
|
-
return super().__getitem__(key)
|
|
2652
|
-
|
|
2653
|
-
def get(self, key: str, default = None) -> Any:
|
|
2654
|
-
VirtualMachineExtensionResponse.__key_warning(key)
|
|
2655
|
-
return super().get(key, default)
|
|
2656
|
-
|
|
2657
|
-
def __init__(__self__, *,
|
|
2658
|
-
id: str,
|
|
2659
|
-
name: str,
|
|
2660
|
-
provisioning_state: str,
|
|
2661
|
-
type: str,
|
|
2662
|
-
auto_upgrade_minor_version: Optional[bool] = None,
|
|
2663
|
-
enable_automatic_upgrade: Optional[bool] = None,
|
|
2664
|
-
force_update_tag: Optional[str] = None,
|
|
2665
|
-
instance_view: Optional['outputs.VirtualMachineExtensionInstanceViewResponse'] = None,
|
|
2666
|
-
location: Optional[str] = None,
|
|
2667
|
-
protected_settings: Optional[Any] = None,
|
|
2668
|
-
protected_settings_from_key_vault: Optional['outputs.KeyVaultSecretReferenceResponse'] = None,
|
|
2669
|
-
provision_after_extensions: Optional[Sequence[str]] = None,
|
|
2670
|
-
publisher: Optional[str] = None,
|
|
2671
|
-
settings: Optional[Any] = None,
|
|
2672
|
-
suppress_failures: Optional[bool] = None,
|
|
2673
|
-
tags: Optional[Mapping[str, str]] = None,
|
|
2674
|
-
type_handler_version: Optional[str] = None):
|
|
2675
|
-
"""
|
|
2676
|
-
Describes a Virtual Machine Extension.
|
|
2677
|
-
:param str id: Resource Id
|
|
2678
|
-
:param str name: Resource name
|
|
2679
|
-
:param str provisioning_state: The provisioning state, which only appears in the response.
|
|
2680
|
-
:param str type: Resource type
|
|
2681
|
-
:param bool auto_upgrade_minor_version: Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
|
|
2682
|
-
:param bool enable_automatic_upgrade: Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
|
|
2683
|
-
:param str force_update_tag: How the extension handler should be forced to update even if the extension configuration has not changed.
|
|
2684
|
-
:param 'VirtualMachineExtensionInstanceViewResponse' instance_view: The virtual machine extension instance view.
|
|
2685
|
-
:param str location: Resource location
|
|
2686
|
-
:param Any protected_settings: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
|
|
2687
|
-
:param 'KeyVaultSecretReferenceResponse' protected_settings_from_key_vault: The extensions protected settings that are passed by reference, and consumed from key vault
|
|
2688
|
-
:param Sequence[str] provision_after_extensions: Collection of extension names after which this extension needs to be provisioned.
|
|
2689
|
-
:param str publisher: The name of the extension handler publisher.
|
|
2690
|
-
:param Any settings: Json formatted public settings for the extension.
|
|
2691
|
-
:param bool suppress_failures: Indicates whether failures stemming from the extension will be suppressed (Operational failures such as not connecting to the VM will not be suppressed regardless of this value). The default is false.
|
|
2692
|
-
:param Mapping[str, str] tags: Resource tags
|
|
2693
|
-
:param str type_handler_version: Specifies the version of the script handler.
|
|
2694
|
-
"""
|
|
2695
|
-
pulumi.set(__self__, "id", id)
|
|
2696
|
-
pulumi.set(__self__, "name", name)
|
|
2697
|
-
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
2698
|
-
pulumi.set(__self__, "type", type)
|
|
2699
|
-
if auto_upgrade_minor_version is not None:
|
|
2700
|
-
pulumi.set(__self__, "auto_upgrade_minor_version", auto_upgrade_minor_version)
|
|
2701
|
-
if enable_automatic_upgrade is not None:
|
|
2702
|
-
pulumi.set(__self__, "enable_automatic_upgrade", enable_automatic_upgrade)
|
|
2703
|
-
if force_update_tag is not None:
|
|
2704
|
-
pulumi.set(__self__, "force_update_tag", force_update_tag)
|
|
2705
|
-
if instance_view is not None:
|
|
2706
|
-
pulumi.set(__self__, "instance_view", instance_view)
|
|
2707
|
-
if location is not None:
|
|
2708
|
-
pulumi.set(__self__, "location", location)
|
|
2709
|
-
if protected_settings is not None:
|
|
2710
|
-
pulumi.set(__self__, "protected_settings", protected_settings)
|
|
2711
|
-
if protected_settings_from_key_vault is not None:
|
|
2712
|
-
pulumi.set(__self__, "protected_settings_from_key_vault", protected_settings_from_key_vault)
|
|
2713
|
-
if provision_after_extensions is not None:
|
|
2714
|
-
pulumi.set(__self__, "provision_after_extensions", provision_after_extensions)
|
|
2715
|
-
if publisher is not None:
|
|
2716
|
-
pulumi.set(__self__, "publisher", publisher)
|
|
2717
|
-
if settings is not None:
|
|
2718
|
-
pulumi.set(__self__, "settings", settings)
|
|
2719
|
-
if suppress_failures is not None:
|
|
2720
|
-
pulumi.set(__self__, "suppress_failures", suppress_failures)
|
|
2721
|
-
if tags is not None:
|
|
2722
|
-
pulumi.set(__self__, "tags", tags)
|
|
2723
|
-
if type_handler_version is not None:
|
|
2724
|
-
pulumi.set(__self__, "type_handler_version", type_handler_version)
|
|
2725
|
-
|
|
2726
|
-
@property
|
|
2727
|
-
@pulumi.getter
|
|
2728
|
-
def id(self) -> str:
|
|
2729
|
-
"""
|
|
2730
|
-
Resource Id
|
|
2731
|
-
"""
|
|
2732
|
-
return pulumi.get(self, "id")
|
|
2733
|
-
|
|
2734
|
-
@property
|
|
2735
|
-
@pulumi.getter
|
|
2736
|
-
def name(self) -> str:
|
|
2737
|
-
"""
|
|
2738
|
-
Resource name
|
|
2739
|
-
"""
|
|
2740
|
-
return pulumi.get(self, "name")
|
|
2741
|
-
|
|
2742
|
-
@property
|
|
2743
|
-
@pulumi.getter(name="provisioningState")
|
|
2744
|
-
def provisioning_state(self) -> str:
|
|
2745
|
-
"""
|
|
2746
|
-
The provisioning state, which only appears in the response.
|
|
2747
|
-
"""
|
|
2748
|
-
return pulumi.get(self, "provisioning_state")
|
|
2749
|
-
|
|
2750
|
-
@property
|
|
2751
|
-
@pulumi.getter
|
|
2752
|
-
def type(self) -> str:
|
|
2753
|
-
"""
|
|
2754
|
-
Resource type
|
|
2755
|
-
"""
|
|
2756
|
-
return pulumi.get(self, "type")
|
|
2757
|
-
|
|
2758
|
-
@property
|
|
2759
|
-
@pulumi.getter(name="autoUpgradeMinorVersion")
|
|
2760
|
-
def auto_upgrade_minor_version(self) -> Optional[bool]:
|
|
2761
|
-
"""
|
|
2762
|
-
Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
|
|
2763
|
-
"""
|
|
2764
|
-
return pulumi.get(self, "auto_upgrade_minor_version")
|
|
2765
|
-
|
|
2766
|
-
@property
|
|
2767
|
-
@pulumi.getter(name="enableAutomaticUpgrade")
|
|
2768
|
-
def enable_automatic_upgrade(self) -> Optional[bool]:
|
|
2769
|
-
"""
|
|
2770
|
-
Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
|
|
2771
|
-
"""
|
|
2772
|
-
return pulumi.get(self, "enable_automatic_upgrade")
|
|
2773
|
-
|
|
2774
|
-
@property
|
|
2775
|
-
@pulumi.getter(name="forceUpdateTag")
|
|
2776
|
-
def force_update_tag(self) -> Optional[str]:
|
|
2777
|
-
"""
|
|
2778
|
-
How the extension handler should be forced to update even if the extension configuration has not changed.
|
|
2779
|
-
"""
|
|
2780
|
-
return pulumi.get(self, "force_update_tag")
|
|
2781
|
-
|
|
2782
|
-
@property
|
|
2783
|
-
@pulumi.getter(name="instanceView")
|
|
2784
|
-
def instance_view(self) -> Optional['outputs.VirtualMachineExtensionInstanceViewResponse']:
|
|
2785
|
-
"""
|
|
2786
|
-
The virtual machine extension instance view.
|
|
2787
|
-
"""
|
|
2788
|
-
return pulumi.get(self, "instance_view")
|
|
2789
|
-
|
|
2790
|
-
@property
|
|
2791
|
-
@pulumi.getter
|
|
2792
|
-
def location(self) -> Optional[str]:
|
|
2793
|
-
"""
|
|
2794
|
-
Resource location
|
|
2795
|
-
"""
|
|
2796
|
-
return pulumi.get(self, "location")
|
|
2797
|
-
|
|
2798
|
-
@property
|
|
2799
|
-
@pulumi.getter(name="protectedSettings")
|
|
2800
|
-
def protected_settings(self) -> Optional[Any]:
|
|
2801
|
-
"""
|
|
2802
|
-
The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
|
|
2803
|
-
"""
|
|
2804
|
-
return pulumi.get(self, "protected_settings")
|
|
2805
|
-
|
|
2806
|
-
@property
|
|
2807
|
-
@pulumi.getter(name="protectedSettingsFromKeyVault")
|
|
2808
|
-
def protected_settings_from_key_vault(self) -> Optional['outputs.KeyVaultSecretReferenceResponse']:
|
|
2809
|
-
"""
|
|
2810
|
-
The extensions protected settings that are passed by reference, and consumed from key vault
|
|
2811
|
-
"""
|
|
2812
|
-
return pulumi.get(self, "protected_settings_from_key_vault")
|
|
2813
|
-
|
|
2814
|
-
@property
|
|
2815
|
-
@pulumi.getter(name="provisionAfterExtensions")
|
|
2816
|
-
def provision_after_extensions(self) -> Optional[Sequence[str]]:
|
|
2817
|
-
"""
|
|
2818
|
-
Collection of extension names after which this extension needs to be provisioned.
|
|
2819
|
-
"""
|
|
2820
|
-
return pulumi.get(self, "provision_after_extensions")
|
|
2821
|
-
|
|
2822
|
-
@property
|
|
2823
|
-
@pulumi.getter
|
|
2824
|
-
def publisher(self) -> Optional[str]:
|
|
2825
|
-
"""
|
|
2826
|
-
The name of the extension handler publisher.
|
|
2827
|
-
"""
|
|
2828
|
-
return pulumi.get(self, "publisher")
|
|
2829
|
-
|
|
2830
|
-
@property
|
|
2831
|
-
@pulumi.getter
|
|
2832
|
-
def settings(self) -> Optional[Any]:
|
|
2833
|
-
"""
|
|
2834
|
-
Json formatted public settings for the extension.
|
|
2835
|
-
"""
|
|
2836
|
-
return pulumi.get(self, "settings")
|
|
2837
|
-
|
|
2838
|
-
@property
|
|
2839
|
-
@pulumi.getter(name="suppressFailures")
|
|
2840
|
-
def suppress_failures(self) -> Optional[bool]:
|
|
2841
|
-
"""
|
|
2842
|
-
Indicates whether failures stemming from the extension will be suppressed (Operational failures such as not connecting to the VM will not be suppressed regardless of this value). The default is false.
|
|
2843
|
-
"""
|
|
2844
|
-
return pulumi.get(self, "suppress_failures")
|
|
2845
|
-
|
|
2846
|
-
@property
|
|
2847
|
-
@pulumi.getter
|
|
2848
|
-
def tags(self) -> Optional[Mapping[str, str]]:
|
|
2849
|
-
"""
|
|
2850
|
-
Resource tags
|
|
2851
|
-
"""
|
|
2852
|
-
return pulumi.get(self, "tags")
|
|
2853
|
-
|
|
2854
|
-
@property
|
|
2855
|
-
@pulumi.getter(name="typeHandlerVersion")
|
|
2856
|
-
def type_handler_version(self) -> Optional[str]:
|
|
2857
|
-
"""
|
|
2858
|
-
Specifies the version of the script handler.
|
|
2859
|
-
"""
|
|
2860
|
-
return pulumi.get(self, "type_handler_version")
|
|
2861
|
-
|
|
2862
|
-
|
|
2863
|
-
@pulumi.output_type
|
|
2864
|
-
class VirtualMachineScaleSetDataDiskResponse(dict):
|
|
2865
|
-
"""
|
|
2866
|
-
Describes a virtual machine scale set data disk.
|
|
3027
|
+
Describes a virtual machine scale set data disk.
|
|
2867
3028
|
"""
|
|
2868
3029
|
@staticmethod
|
|
2869
3030
|
def __key_warning(key: str):
|
|
@@ -2908,12 +3069,28 @@ class VirtualMachineScaleSetDataDiskResponse(dict):
|
|
|
2908
3069
|
"""
|
|
2909
3070
|
Describes a virtual machine scale set data disk.
|
|
2910
3071
|
:param str create_option: The create option.
|
|
2911
|
-
:param int lun: Specifies the logical unit number of the data disk. This value is used to
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
:param
|
|
2915
|
-
|
|
2916
|
-
|
|
3072
|
+
:param int lun: Specifies the logical unit number of the data disk. This value is used to
|
|
3073
|
+
identify data disks within the VM and therefore must be unique for each data
|
|
3074
|
+
disk attached to a VM.
|
|
3075
|
+
:param str caching: Specifies the caching requirements. Possible values are: **None,**
|
|
3076
|
+
**ReadOnly,** **ReadWrite.** The default values are: **None for Standard
|
|
3077
|
+
storage. ReadOnly for Premium storage.**
|
|
3078
|
+
:param str delete_option: Specifies whether data disk should be deleted or detached upon VMSS Flex
|
|
3079
|
+
deletion (This feature is available for VMSS with Flexible OrchestrationMode
|
|
3080
|
+
only).<br><br> Possible values: <br><br> **Delete** If this value is used, the
|
|
3081
|
+
data disk is deleted when the VMSS Flex VM is deleted.<br><br> **Detach** If
|
|
3082
|
+
this value is used, the data disk is retained after VMSS Flex VM is
|
|
3083
|
+
deleted.<br><br> The default value is set to **Delete**.
|
|
3084
|
+
:param float disk_iops_read_write: Specifies the Read-Write IOPS for the managed disk. Should be used only when
|
|
3085
|
+
StorageAccountType is UltraSSD_LRS. If not specified, a default value would be
|
|
3086
|
+
assigned based on diskSizeGB.
|
|
3087
|
+
:param float disk_m_bps_read_write: Specifies the bandwidth in MB per second for the managed disk. Should be used
|
|
3088
|
+
only when StorageAccountType is UltraSSD_LRS. If not specified, a default value
|
|
3089
|
+
would be assigned based on diskSizeGB.
|
|
3090
|
+
:param int disk_size_gb: Specifies the size of an empty data disk in gigabytes. This element can be used
|
|
3091
|
+
to overwrite the size of the disk in a virtual machine image. The property
|
|
3092
|
+
diskSizeGB is the number of bytes x 1024^3 for the disk and the value cannot be
|
|
3093
|
+
larger than 1023.
|
|
2917
3094
|
:param 'VirtualMachineScaleSetManagedDiskParametersResponse' managed_disk: The managed disk parameters.
|
|
2918
3095
|
:param str name: The disk name.
|
|
2919
3096
|
:param bool write_accelerator_enabled: Specifies whether writeAccelerator should be enabled or disabled on the disk.
|
|
@@ -2949,7 +3126,9 @@ class VirtualMachineScaleSetDataDiskResponse(dict):
|
|
|
2949
3126
|
@pulumi.getter
|
|
2950
3127
|
def lun(self) -> int:
|
|
2951
3128
|
"""
|
|
2952
|
-
Specifies the logical unit number of the data disk. This value is used to
|
|
3129
|
+
Specifies the logical unit number of the data disk. This value is used to
|
|
3130
|
+
identify data disks within the VM and therefore must be unique for each data
|
|
3131
|
+
disk attached to a VM.
|
|
2953
3132
|
"""
|
|
2954
3133
|
return pulumi.get(self, "lun")
|
|
2955
3134
|
|
|
@@ -2957,7 +3136,9 @@ class VirtualMachineScaleSetDataDiskResponse(dict):
|
|
|
2957
3136
|
@pulumi.getter
|
|
2958
3137
|
def caching(self) -> Optional[str]:
|
|
2959
3138
|
"""
|
|
2960
|
-
Specifies the caching requirements. Possible values are: **None,**
|
|
3139
|
+
Specifies the caching requirements. Possible values are: **None,**
|
|
3140
|
+
**ReadOnly,** **ReadWrite.** The default values are: **None for Standard
|
|
3141
|
+
storage. ReadOnly for Premium storage.**
|
|
2961
3142
|
"""
|
|
2962
3143
|
return pulumi.get(self, "caching")
|
|
2963
3144
|
|
|
@@ -2965,7 +3146,12 @@ class VirtualMachineScaleSetDataDiskResponse(dict):
|
|
|
2965
3146
|
@pulumi.getter(name="deleteOption")
|
|
2966
3147
|
def delete_option(self) -> Optional[str]:
|
|
2967
3148
|
"""
|
|
2968
|
-
Specifies whether data disk should be deleted or detached upon VMSS Flex
|
|
3149
|
+
Specifies whether data disk should be deleted or detached upon VMSS Flex
|
|
3150
|
+
deletion (This feature is available for VMSS with Flexible OrchestrationMode
|
|
3151
|
+
only).<br><br> Possible values: <br><br> **Delete** If this value is used, the
|
|
3152
|
+
data disk is deleted when the VMSS Flex VM is deleted.<br><br> **Detach** If
|
|
3153
|
+
this value is used, the data disk is retained after VMSS Flex VM is
|
|
3154
|
+
deleted.<br><br> The default value is set to **Delete**.
|
|
2969
3155
|
"""
|
|
2970
3156
|
return pulumi.get(self, "delete_option")
|
|
2971
3157
|
|
|
@@ -2973,7 +3159,9 @@ class VirtualMachineScaleSetDataDiskResponse(dict):
|
|
|
2973
3159
|
@pulumi.getter(name="diskIOPSReadWrite")
|
|
2974
3160
|
def disk_iops_read_write(self) -> Optional[float]:
|
|
2975
3161
|
"""
|
|
2976
|
-
Specifies the Read-Write IOPS for the managed disk. Should be used only when
|
|
3162
|
+
Specifies the Read-Write IOPS for the managed disk. Should be used only when
|
|
3163
|
+
StorageAccountType is UltraSSD_LRS. If not specified, a default value would be
|
|
3164
|
+
assigned based on diskSizeGB.
|
|
2977
3165
|
"""
|
|
2978
3166
|
return pulumi.get(self, "disk_iops_read_write")
|
|
2979
3167
|
|
|
@@ -2981,7 +3169,9 @@ class VirtualMachineScaleSetDataDiskResponse(dict):
|
|
|
2981
3169
|
@pulumi.getter(name="diskMBpsReadWrite")
|
|
2982
3170
|
def disk_m_bps_read_write(self) -> Optional[float]:
|
|
2983
3171
|
"""
|
|
2984
|
-
Specifies the bandwidth in MB per second for the managed disk. Should be used
|
|
3172
|
+
Specifies the bandwidth in MB per second for the managed disk. Should be used
|
|
3173
|
+
only when StorageAccountType is UltraSSD_LRS. If not specified, a default value
|
|
3174
|
+
would be assigned based on diskSizeGB.
|
|
2985
3175
|
"""
|
|
2986
3176
|
return pulumi.get(self, "disk_m_bps_read_write")
|
|
2987
3177
|
|
|
@@ -2989,7 +3179,10 @@ class VirtualMachineScaleSetDataDiskResponse(dict):
|
|
|
2989
3179
|
@pulumi.getter(name="diskSizeGB")
|
|
2990
3180
|
def disk_size_gb(self) -> Optional[int]:
|
|
2991
3181
|
"""
|
|
2992
|
-
Specifies the size of an empty data disk in gigabytes. This element can be used
|
|
3182
|
+
Specifies the size of an empty data disk in gigabytes. This element can be used
|
|
3183
|
+
to overwrite the size of the disk in a virtual machine image. The property
|
|
3184
|
+
diskSizeGB is the number of bytes x 1024^3 for the disk and the value cannot be
|
|
3185
|
+
larger than 1023.
|
|
2993
3186
|
"""
|
|
2994
3187
|
return pulumi.get(self, "disk_size_gb")
|
|
2995
3188
|
|
|
@@ -3046,7 +3239,10 @@ class VirtualMachineScaleSetExtensionProfileResponse(dict):
|
|
|
3046
3239
|
"""
|
|
3047
3240
|
Describes a virtual machine scale set extension profile.
|
|
3048
3241
|
:param Sequence['VirtualMachineScaleSetExtensionResponse'] extensions: The virtual machine scale set child extension resources.
|
|
3049
|
-
:param str extensions_time_budget: Specifies the time alloted for all extensions to start. The time duration
|
|
3242
|
+
:param str extensions_time_budget: Specifies the time alloted for all extensions to start. The time duration
|
|
3243
|
+
should be between 15 minutes and 120 minutes (inclusive) and should be
|
|
3244
|
+
specified in ISO 8601 format. The default value is 90 minutes (PT1H30M).
|
|
3245
|
+
Minimum api-version: 2020-06-01.
|
|
3050
3246
|
"""
|
|
3051
3247
|
if extensions is not None:
|
|
3052
3248
|
pulumi.set(__self__, "extensions", extensions)
|
|
@@ -3065,15 +3261,18 @@ class VirtualMachineScaleSetExtensionProfileResponse(dict):
|
|
|
3065
3261
|
@pulumi.getter(name="extensionsTimeBudget")
|
|
3066
3262
|
def extensions_time_budget(self) -> Optional[str]:
|
|
3067
3263
|
"""
|
|
3068
|
-
Specifies the time alloted for all extensions to start. The time duration
|
|
3264
|
+
Specifies the time alloted for all extensions to start. The time duration
|
|
3265
|
+
should be between 15 minutes and 120 minutes (inclusive) and should be
|
|
3266
|
+
specified in ISO 8601 format. The default value is 90 minutes (PT1H30M).
|
|
3267
|
+
Minimum api-version: 2020-06-01.
|
|
3069
3268
|
"""
|
|
3070
3269
|
return pulumi.get(self, "extensions_time_budget")
|
|
3071
3270
|
|
|
3072
3271
|
|
|
3073
3272
|
@pulumi.output_type
|
|
3074
|
-
class
|
|
3273
|
+
class VirtualMachineScaleSetExtensionPropertiesResponse(dict):
|
|
3075
3274
|
"""
|
|
3076
|
-
Describes a Virtual Machine Scale Set Extension.
|
|
3275
|
+
Describes the properties of a Virtual Machine Scale Set Extension.
|
|
3077
3276
|
"""
|
|
3078
3277
|
@staticmethod
|
|
3079
3278
|
def __key_warning(key: str):
|
|
@@ -3086,8 +3285,6 @@ class VirtualMachineScaleSetExtensionResponse(dict):
|
|
|
3086
3285
|
suggest = "enable_automatic_upgrade"
|
|
3087
3286
|
elif key == "forceUpdateTag":
|
|
3088
3287
|
suggest = "force_update_tag"
|
|
3089
|
-
elif key == "protectedSettings":
|
|
3090
|
-
suggest = "protected_settings"
|
|
3091
3288
|
elif key == "protectedSettingsFromKeyVault":
|
|
3092
3289
|
suggest = "protected_settings_from_key_vault"
|
|
3093
3290
|
elif key == "provisionAfterExtensions":
|
|
@@ -3098,61 +3295,58 @@ class VirtualMachineScaleSetExtensionResponse(dict):
|
|
|
3098
3295
|
suggest = "type_handler_version"
|
|
3099
3296
|
|
|
3100
3297
|
if suggest:
|
|
3101
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
3298
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineScaleSetExtensionPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3102
3299
|
|
|
3103
3300
|
def __getitem__(self, key: str) -> Any:
|
|
3104
|
-
|
|
3301
|
+
VirtualMachineScaleSetExtensionPropertiesResponse.__key_warning(key)
|
|
3105
3302
|
return super().__getitem__(key)
|
|
3106
3303
|
|
|
3107
3304
|
def get(self, key: str, default = None) -> Any:
|
|
3108
|
-
|
|
3305
|
+
VirtualMachineScaleSetExtensionPropertiesResponse.__key_warning(key)
|
|
3109
3306
|
return super().get(key, default)
|
|
3110
3307
|
|
|
3111
3308
|
def __init__(__self__, *,
|
|
3112
|
-
id: str,
|
|
3113
3309
|
provisioning_state: str,
|
|
3114
|
-
type: str,
|
|
3115
3310
|
auto_upgrade_minor_version: Optional[bool] = None,
|
|
3116
3311
|
enable_automatic_upgrade: Optional[bool] = None,
|
|
3117
3312
|
force_update_tag: Optional[str] = None,
|
|
3118
|
-
name: Optional[str] = None,
|
|
3119
|
-
protected_settings: Optional[Any] = None,
|
|
3120
3313
|
protected_settings_from_key_vault: Optional['outputs.KeyVaultSecretReferenceResponse'] = None,
|
|
3121
3314
|
provision_after_extensions: Optional[Sequence[str]] = None,
|
|
3122
3315
|
publisher: Optional[str] = None,
|
|
3123
3316
|
settings: Optional[Any] = None,
|
|
3124
3317
|
suppress_failures: Optional[bool] = None,
|
|
3318
|
+
type: Optional[str] = None,
|
|
3125
3319
|
type_handler_version: Optional[str] = None):
|
|
3126
3320
|
"""
|
|
3127
|
-
Describes a Virtual Machine Scale Set Extension.
|
|
3128
|
-
:param str id: Resource Id
|
|
3321
|
+
Describes the properties of a Virtual Machine Scale Set Extension.
|
|
3129
3322
|
:param str provisioning_state: The provisioning state, which only appears in the response.
|
|
3130
|
-
:param
|
|
3131
|
-
|
|
3132
|
-
|
|
3133
|
-
:param
|
|
3134
|
-
|
|
3135
|
-
:param
|
|
3136
|
-
|
|
3137
|
-
|
|
3323
|
+
:param bool auto_upgrade_minor_version: Indicates whether the extension should use a newer minor version if one is
|
|
3324
|
+
available at deployment time. Once deployed, however, the extension will not
|
|
3325
|
+
upgrade minor versions unless redeployed, even with this property set to true.
|
|
3326
|
+
:param bool enable_automatic_upgrade: Indicates whether the extension should be automatically upgraded by the
|
|
3327
|
+
platform if there is a newer version of the extension available.
|
|
3328
|
+
:param str force_update_tag: If a value is provided and is different from the previous value, the extension
|
|
3329
|
+
handler will be forced to update even if the extension configuration has not
|
|
3330
|
+
changed.
|
|
3331
|
+
:param 'KeyVaultSecretReferenceResponse' protected_settings_from_key_vault: The extensions protected settings that are passed by reference, and consumed
|
|
3332
|
+
from key vault
|
|
3333
|
+
:param Sequence[str] provision_after_extensions: Collection of extension names after which this extension needs to be
|
|
3334
|
+
provisioned.
|
|
3138
3335
|
:param str publisher: The name of the extension handler publisher.
|
|
3139
3336
|
:param Any settings: Json formatted public settings for the extension.
|
|
3140
|
-
:param bool suppress_failures: Indicates whether failures stemming from the extension will be suppressed
|
|
3337
|
+
:param bool suppress_failures: Indicates whether failures stemming from the extension will be suppressed
|
|
3338
|
+
(Operational failures such as not connecting to the VM will not be suppressed
|
|
3339
|
+
regardless of this value). The default is false.
|
|
3340
|
+
:param str type: Specifies the type of the extension; an example is "CustomScriptExtension".
|
|
3141
3341
|
:param str type_handler_version: Specifies the version of the script handler.
|
|
3142
3342
|
"""
|
|
3143
|
-
pulumi.set(__self__, "id", id)
|
|
3144
3343
|
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
3145
|
-
pulumi.set(__self__, "type", type)
|
|
3146
3344
|
if auto_upgrade_minor_version is not None:
|
|
3147
3345
|
pulumi.set(__self__, "auto_upgrade_minor_version", auto_upgrade_minor_version)
|
|
3148
3346
|
if enable_automatic_upgrade is not None:
|
|
3149
3347
|
pulumi.set(__self__, "enable_automatic_upgrade", enable_automatic_upgrade)
|
|
3150
3348
|
if force_update_tag is not None:
|
|
3151
3349
|
pulumi.set(__self__, "force_update_tag", force_update_tag)
|
|
3152
|
-
if name is not None:
|
|
3153
|
-
pulumi.set(__self__, "name", name)
|
|
3154
|
-
if protected_settings is not None:
|
|
3155
|
-
pulumi.set(__self__, "protected_settings", protected_settings)
|
|
3156
3350
|
if protected_settings_from_key_vault is not None:
|
|
3157
3351
|
pulumi.set(__self__, "protected_settings_from_key_vault", protected_settings_from_key_vault)
|
|
3158
3352
|
if provision_after_extensions is not None:
|
|
@@ -3163,17 +3357,11 @@ class VirtualMachineScaleSetExtensionResponse(dict):
|
|
|
3163
3357
|
pulumi.set(__self__, "settings", settings)
|
|
3164
3358
|
if suppress_failures is not None:
|
|
3165
3359
|
pulumi.set(__self__, "suppress_failures", suppress_failures)
|
|
3360
|
+
if type is not None:
|
|
3361
|
+
pulumi.set(__self__, "type", type)
|
|
3166
3362
|
if type_handler_version is not None:
|
|
3167
3363
|
pulumi.set(__self__, "type_handler_version", type_handler_version)
|
|
3168
3364
|
|
|
3169
|
-
@property
|
|
3170
|
-
@pulumi.getter
|
|
3171
|
-
def id(self) -> str:
|
|
3172
|
-
"""
|
|
3173
|
-
Resource Id
|
|
3174
|
-
"""
|
|
3175
|
-
return pulumi.get(self, "id")
|
|
3176
|
-
|
|
3177
3365
|
@property
|
|
3178
3366
|
@pulumi.getter(name="provisioningState")
|
|
3179
3367
|
def provisioning_state(self) -> str:
|
|
@@ -3182,19 +3370,13 @@ class VirtualMachineScaleSetExtensionResponse(dict):
|
|
|
3182
3370
|
"""
|
|
3183
3371
|
return pulumi.get(self, "provisioning_state")
|
|
3184
3372
|
|
|
3185
|
-
@property
|
|
3186
|
-
@pulumi.getter
|
|
3187
|
-
def type(self) -> str:
|
|
3188
|
-
"""
|
|
3189
|
-
Resource type
|
|
3190
|
-
"""
|
|
3191
|
-
return pulumi.get(self, "type")
|
|
3192
|
-
|
|
3193
3373
|
@property
|
|
3194
3374
|
@pulumi.getter(name="autoUpgradeMinorVersion")
|
|
3195
3375
|
def auto_upgrade_minor_version(self) -> Optional[bool]:
|
|
3196
3376
|
"""
|
|
3197
|
-
Indicates whether the extension should use a newer minor version if one is
|
|
3377
|
+
Indicates whether the extension should use a newer minor version if one is
|
|
3378
|
+
available at deployment time. Once deployed, however, the extension will not
|
|
3379
|
+
upgrade minor versions unless redeployed, even with this property set to true.
|
|
3198
3380
|
"""
|
|
3199
3381
|
return pulumi.get(self, "auto_upgrade_minor_version")
|
|
3200
3382
|
|
|
@@ -3202,7 +3384,8 @@ class VirtualMachineScaleSetExtensionResponse(dict):
|
|
|
3202
3384
|
@pulumi.getter(name="enableAutomaticUpgrade")
|
|
3203
3385
|
def enable_automatic_upgrade(self) -> Optional[bool]:
|
|
3204
3386
|
"""
|
|
3205
|
-
Indicates whether the extension should be automatically upgraded by the
|
|
3387
|
+
Indicates whether the extension should be automatically upgraded by the
|
|
3388
|
+
platform if there is a newer version of the extension available.
|
|
3206
3389
|
"""
|
|
3207
3390
|
return pulumi.get(self, "enable_automatic_upgrade")
|
|
3208
3391
|
|
|
@@ -3210,31 +3393,18 @@ class VirtualMachineScaleSetExtensionResponse(dict):
|
|
|
3210
3393
|
@pulumi.getter(name="forceUpdateTag")
|
|
3211
3394
|
def force_update_tag(self) -> Optional[str]:
|
|
3212
3395
|
"""
|
|
3213
|
-
If a value is provided and is different from the previous value, the extension
|
|
3396
|
+
If a value is provided and is different from the previous value, the extension
|
|
3397
|
+
handler will be forced to update even if the extension configuration has not
|
|
3398
|
+
changed.
|
|
3214
3399
|
"""
|
|
3215
3400
|
return pulumi.get(self, "force_update_tag")
|
|
3216
3401
|
|
|
3217
|
-
@property
|
|
3218
|
-
@pulumi.getter
|
|
3219
|
-
def name(self) -> Optional[str]:
|
|
3220
|
-
"""
|
|
3221
|
-
The name of the extension.
|
|
3222
|
-
"""
|
|
3223
|
-
return pulumi.get(self, "name")
|
|
3224
|
-
|
|
3225
|
-
@property
|
|
3226
|
-
@pulumi.getter(name="protectedSettings")
|
|
3227
|
-
def protected_settings(self) -> Optional[Any]:
|
|
3228
|
-
"""
|
|
3229
|
-
The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
|
|
3230
|
-
"""
|
|
3231
|
-
return pulumi.get(self, "protected_settings")
|
|
3232
|
-
|
|
3233
3402
|
@property
|
|
3234
3403
|
@pulumi.getter(name="protectedSettingsFromKeyVault")
|
|
3235
3404
|
def protected_settings_from_key_vault(self) -> Optional['outputs.KeyVaultSecretReferenceResponse']:
|
|
3236
3405
|
"""
|
|
3237
|
-
The extensions protected settings that are passed by reference, and consumed
|
|
3406
|
+
The extensions protected settings that are passed by reference, and consumed
|
|
3407
|
+
from key vault
|
|
3238
3408
|
"""
|
|
3239
3409
|
return pulumi.get(self, "protected_settings_from_key_vault")
|
|
3240
3410
|
|
|
@@ -3242,7 +3412,8 @@ class VirtualMachineScaleSetExtensionResponse(dict):
|
|
|
3242
3412
|
@pulumi.getter(name="provisionAfterExtensions")
|
|
3243
3413
|
def provision_after_extensions(self) -> Optional[Sequence[str]]:
|
|
3244
3414
|
"""
|
|
3245
|
-
Collection of extension names after which this extension needs to be
|
|
3415
|
+
Collection of extension names after which this extension needs to be
|
|
3416
|
+
provisioned.
|
|
3246
3417
|
"""
|
|
3247
3418
|
return pulumi.get(self, "provision_after_extensions")
|
|
3248
3419
|
|
|
@@ -3266,10 +3437,20 @@ class VirtualMachineScaleSetExtensionResponse(dict):
|
|
|
3266
3437
|
@pulumi.getter(name="suppressFailures")
|
|
3267
3438
|
def suppress_failures(self) -> Optional[bool]:
|
|
3268
3439
|
"""
|
|
3269
|
-
Indicates whether failures stemming from the extension will be suppressed
|
|
3440
|
+
Indicates whether failures stemming from the extension will be suppressed
|
|
3441
|
+
(Operational failures such as not connecting to the VM will not be suppressed
|
|
3442
|
+
regardless of this value). The default is false.
|
|
3270
3443
|
"""
|
|
3271
3444
|
return pulumi.get(self, "suppress_failures")
|
|
3272
3445
|
|
|
3446
|
+
@property
|
|
3447
|
+
@pulumi.getter
|
|
3448
|
+
def type(self) -> Optional[str]:
|
|
3449
|
+
"""
|
|
3450
|
+
Specifies the type of the extension; an example is "CustomScriptExtension".
|
|
3451
|
+
"""
|
|
3452
|
+
return pulumi.get(self, "type")
|
|
3453
|
+
|
|
3273
3454
|
@property
|
|
3274
3455
|
@pulumi.getter(name="typeHandlerVersion")
|
|
3275
3456
|
def type_handler_version(self) -> Optional[str]:
|
|
@@ -3279,6 +3460,63 @@ class VirtualMachineScaleSetExtensionResponse(dict):
|
|
|
3279
3460
|
return pulumi.get(self, "type_handler_version")
|
|
3280
3461
|
|
|
3281
3462
|
|
|
3463
|
+
@pulumi.output_type
|
|
3464
|
+
class VirtualMachineScaleSetExtensionResponse(dict):
|
|
3465
|
+
"""
|
|
3466
|
+
Describes a Virtual Machine Scale Set Extension.
|
|
3467
|
+
"""
|
|
3468
|
+
def __init__(__self__, *,
|
|
3469
|
+
id: str,
|
|
3470
|
+
type: str,
|
|
3471
|
+
name: Optional[str] = None,
|
|
3472
|
+
properties: Optional['outputs.VirtualMachineScaleSetExtensionPropertiesResponse'] = None):
|
|
3473
|
+
"""
|
|
3474
|
+
Describes a Virtual Machine Scale Set Extension.
|
|
3475
|
+
:param str id: Resource Id
|
|
3476
|
+
:param str type: Resource type
|
|
3477
|
+
:param str name: The name of the extension.
|
|
3478
|
+
:param 'VirtualMachineScaleSetExtensionPropertiesResponse' properties: Describes the properties of a Virtual Machine Scale Set Extension.
|
|
3479
|
+
"""
|
|
3480
|
+
pulumi.set(__self__, "id", id)
|
|
3481
|
+
pulumi.set(__self__, "type", type)
|
|
3482
|
+
if name is not None:
|
|
3483
|
+
pulumi.set(__self__, "name", name)
|
|
3484
|
+
if properties is not None:
|
|
3485
|
+
pulumi.set(__self__, "properties", properties)
|
|
3486
|
+
|
|
3487
|
+
@property
|
|
3488
|
+
@pulumi.getter
|
|
3489
|
+
def id(self) -> str:
|
|
3490
|
+
"""
|
|
3491
|
+
Resource Id
|
|
3492
|
+
"""
|
|
3493
|
+
return pulumi.get(self, "id")
|
|
3494
|
+
|
|
3495
|
+
@property
|
|
3496
|
+
@pulumi.getter
|
|
3497
|
+
def type(self) -> str:
|
|
3498
|
+
"""
|
|
3499
|
+
Resource type
|
|
3500
|
+
"""
|
|
3501
|
+
return pulumi.get(self, "type")
|
|
3502
|
+
|
|
3503
|
+
@property
|
|
3504
|
+
@pulumi.getter
|
|
3505
|
+
def name(self) -> Optional[str]:
|
|
3506
|
+
"""
|
|
3507
|
+
The name of the extension.
|
|
3508
|
+
"""
|
|
3509
|
+
return pulumi.get(self, "name")
|
|
3510
|
+
|
|
3511
|
+
@property
|
|
3512
|
+
@pulumi.getter
|
|
3513
|
+
def properties(self) -> Optional['outputs.VirtualMachineScaleSetExtensionPropertiesResponse']:
|
|
3514
|
+
"""
|
|
3515
|
+
Describes the properties of a Virtual Machine Scale Set Extension.
|
|
3516
|
+
"""
|
|
3517
|
+
return pulumi.get(self, "properties")
|
|
3518
|
+
|
|
3519
|
+
|
|
3282
3520
|
@pulumi.output_type
|
|
3283
3521
|
class VirtualMachineScaleSetHardwareProfileResponse(dict):
|
|
3284
3522
|
"""
|
|
@@ -3305,7 +3543,9 @@ class VirtualMachineScaleSetHardwareProfileResponse(dict):
|
|
|
3305
3543
|
vm_size_properties: Optional['outputs.VMSizePropertiesResponse'] = None):
|
|
3306
3544
|
"""
|
|
3307
3545
|
Specifies the hardware settings for the virtual machine scale set.
|
|
3308
|
-
:param 'VMSizePropertiesResponse' vm_size_properties: Specifies the properties for customizing the size of the virtual machine.
|
|
3546
|
+
:param 'VMSizePropertiesResponse' vm_size_properties: Specifies the properties for customizing the size of the virtual machine.
|
|
3547
|
+
Minimum api-version: 2021-11-01. Please follow the instructions in [VM
|
|
3548
|
+
Customization](https://aka.ms/vmcustomization) for more details.
|
|
3309
3549
|
"""
|
|
3310
3550
|
if vm_size_properties is not None:
|
|
3311
3551
|
pulumi.set(__self__, "vm_size_properties", vm_size_properties)
|
|
@@ -3314,15 +3554,18 @@ class VirtualMachineScaleSetHardwareProfileResponse(dict):
|
|
|
3314
3554
|
@pulumi.getter(name="vmSizeProperties")
|
|
3315
3555
|
def vm_size_properties(self) -> Optional['outputs.VMSizePropertiesResponse']:
|
|
3316
3556
|
"""
|
|
3317
|
-
Specifies the properties for customizing the size of the virtual machine.
|
|
3557
|
+
Specifies the properties for customizing the size of the virtual machine.
|
|
3558
|
+
Minimum api-version: 2021-11-01. Please follow the instructions in [VM
|
|
3559
|
+
Customization](https://aka.ms/vmcustomization) for more details.
|
|
3318
3560
|
"""
|
|
3319
3561
|
return pulumi.get(self, "vm_size_properties")
|
|
3320
3562
|
|
|
3321
3563
|
|
|
3322
3564
|
@pulumi.output_type
|
|
3323
|
-
class
|
|
3565
|
+
class VirtualMachineScaleSetIPConfigurationPropertiesResponse(dict):
|
|
3324
3566
|
"""
|
|
3325
|
-
Describes a virtual machine scale set network profile's IP configuration
|
|
3567
|
+
Describes a virtual machine scale set network profile's IP configuration
|
|
3568
|
+
properties.
|
|
3326
3569
|
"""
|
|
3327
3570
|
@staticmethod
|
|
3328
3571
|
def __key_warning(key: str):
|
|
@@ -3341,18 +3584,17 @@ class VirtualMachineScaleSetIPConfigurationResponse(dict):
|
|
|
3341
3584
|
suggest = "public_ip_address_configuration"
|
|
3342
3585
|
|
|
3343
3586
|
if suggest:
|
|
3344
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
3587
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineScaleSetIPConfigurationPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3345
3588
|
|
|
3346
3589
|
def __getitem__(self, key: str) -> Any:
|
|
3347
|
-
|
|
3590
|
+
VirtualMachineScaleSetIPConfigurationPropertiesResponse.__key_warning(key)
|
|
3348
3591
|
return super().__getitem__(key)
|
|
3349
3592
|
|
|
3350
3593
|
def get(self, key: str, default = None) -> Any:
|
|
3351
|
-
|
|
3594
|
+
VirtualMachineScaleSetIPConfigurationPropertiesResponse.__key_warning(key)
|
|
3352
3595
|
return super().get(key, default)
|
|
3353
3596
|
|
|
3354
3597
|
def __init__(__self__, *,
|
|
3355
|
-
name: str,
|
|
3356
3598
|
application_gateway_backend_address_pools: Optional[Sequence['outputs.SubResourceResponse']] = None,
|
|
3357
3599
|
application_security_groups: Optional[Sequence['outputs.SubResourceResponse']] = None,
|
|
3358
3600
|
load_balancer_backend_address_pools: Optional[Sequence['outputs.SubResourceResponse']] = None,
|
|
@@ -3362,18 +3604,27 @@ class VirtualMachineScaleSetIPConfigurationResponse(dict):
|
|
|
3362
3604
|
public_ip_address_configuration: Optional['outputs.VirtualMachineScaleSetPublicIPAddressConfigurationResponse'] = None,
|
|
3363
3605
|
subnet: Optional['outputs.ApiEntityReferenceResponse'] = None):
|
|
3364
3606
|
"""
|
|
3365
|
-
Describes a virtual machine scale set network profile's IP configuration
|
|
3366
|
-
|
|
3367
|
-
:param Sequence['SubResourceResponse'] application_gateway_backend_address_pools: Specifies an array of references to backend address pools of application
|
|
3607
|
+
Describes a virtual machine scale set network profile's IP configuration
|
|
3608
|
+
properties.
|
|
3609
|
+
:param Sequence['SubResourceResponse'] application_gateway_backend_address_pools: Specifies an array of references to backend address pools of application
|
|
3610
|
+
gateways. A scale set can reference backend address pools of multiple
|
|
3611
|
+
application gateways. Multiple scale sets cannot use the same application
|
|
3612
|
+
gateway.
|
|
3368
3613
|
:param Sequence['SubResourceResponse'] application_security_groups: Specifies an array of references to application security group.
|
|
3369
|
-
:param Sequence['SubResourceResponse'] load_balancer_backend_address_pools: Specifies an array of references to backend address pools of load balancers. A
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
:param
|
|
3614
|
+
:param Sequence['SubResourceResponse'] load_balancer_backend_address_pools: Specifies an array of references to backend address pools of load balancers. A
|
|
3615
|
+
scale set can reference backend address pools of one public and one internal
|
|
3616
|
+
load balancer. Multiple scale sets cannot use the same basic sku load balancer.
|
|
3617
|
+
:param Sequence['SubResourceResponse'] load_balancer_inbound_nat_pools: Specifies an array of references to inbound Nat pools of the load balancers. A
|
|
3618
|
+
scale set can reference inbound nat pools of one public and one internal load
|
|
3619
|
+
balancer. Multiple scale sets cannot use the same basic sku load balancer.
|
|
3620
|
+
:param bool primary: Specifies the primary network interface in case the virtual machine has more
|
|
3621
|
+
than 1 network interface.
|
|
3622
|
+
:param str private_ip_address_version: Available from Api-Version 2017-03-30 onwards, it represents whether the
|
|
3623
|
+
specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible
|
|
3624
|
+
values are: 'IPv4' and 'IPv6'.
|
|
3373
3625
|
:param 'VirtualMachineScaleSetPublicIPAddressConfigurationResponse' public_ip_address_configuration: The publicIPAddressConfiguration.
|
|
3374
3626
|
:param 'ApiEntityReferenceResponse' subnet: Specifies the identifier of the subnet.
|
|
3375
3627
|
"""
|
|
3376
|
-
pulumi.set(__self__, "name", name)
|
|
3377
3628
|
if application_gateway_backend_address_pools is not None:
|
|
3378
3629
|
pulumi.set(__self__, "application_gateway_backend_address_pools", application_gateway_backend_address_pools)
|
|
3379
3630
|
if application_security_groups is not None:
|
|
@@ -3391,19 +3642,14 @@ class VirtualMachineScaleSetIPConfigurationResponse(dict):
|
|
|
3391
3642
|
if subnet is not None:
|
|
3392
3643
|
pulumi.set(__self__, "subnet", subnet)
|
|
3393
3644
|
|
|
3394
|
-
@property
|
|
3395
|
-
@pulumi.getter
|
|
3396
|
-
def name(self) -> str:
|
|
3397
|
-
"""
|
|
3398
|
-
The IP configuration name.
|
|
3399
|
-
"""
|
|
3400
|
-
return pulumi.get(self, "name")
|
|
3401
|
-
|
|
3402
3645
|
@property
|
|
3403
3646
|
@pulumi.getter(name="applicationGatewayBackendAddressPools")
|
|
3404
3647
|
def application_gateway_backend_address_pools(self) -> Optional[Sequence['outputs.SubResourceResponse']]:
|
|
3405
3648
|
"""
|
|
3406
|
-
Specifies an array of references to backend address pools of application
|
|
3649
|
+
Specifies an array of references to backend address pools of application
|
|
3650
|
+
gateways. A scale set can reference backend address pools of multiple
|
|
3651
|
+
application gateways. Multiple scale sets cannot use the same application
|
|
3652
|
+
gateway.
|
|
3407
3653
|
"""
|
|
3408
3654
|
return pulumi.get(self, "application_gateway_backend_address_pools")
|
|
3409
3655
|
|
|
@@ -3419,7 +3665,9 @@ class VirtualMachineScaleSetIPConfigurationResponse(dict):
|
|
|
3419
3665
|
@pulumi.getter(name="loadBalancerBackendAddressPools")
|
|
3420
3666
|
def load_balancer_backend_address_pools(self) -> Optional[Sequence['outputs.SubResourceResponse']]:
|
|
3421
3667
|
"""
|
|
3422
|
-
Specifies an array of references to backend address pools of load balancers. A
|
|
3668
|
+
Specifies an array of references to backend address pools of load balancers. A
|
|
3669
|
+
scale set can reference backend address pools of one public and one internal
|
|
3670
|
+
load balancer. Multiple scale sets cannot use the same basic sku load balancer.
|
|
3423
3671
|
"""
|
|
3424
3672
|
return pulumi.get(self, "load_balancer_backend_address_pools")
|
|
3425
3673
|
|
|
@@ -3427,7 +3675,9 @@ class VirtualMachineScaleSetIPConfigurationResponse(dict):
|
|
|
3427
3675
|
@pulumi.getter(name="loadBalancerInboundNatPools")
|
|
3428
3676
|
def load_balancer_inbound_nat_pools(self) -> Optional[Sequence['outputs.SubResourceResponse']]:
|
|
3429
3677
|
"""
|
|
3430
|
-
Specifies an array of references to inbound Nat pools of the load balancers. A
|
|
3678
|
+
Specifies an array of references to inbound Nat pools of the load balancers. A
|
|
3679
|
+
scale set can reference inbound nat pools of one public and one internal load
|
|
3680
|
+
balancer. Multiple scale sets cannot use the same basic sku load balancer.
|
|
3431
3681
|
"""
|
|
3432
3682
|
return pulumi.get(self, "load_balancer_inbound_nat_pools")
|
|
3433
3683
|
|
|
@@ -3435,7 +3685,8 @@ class VirtualMachineScaleSetIPConfigurationResponse(dict):
|
|
|
3435
3685
|
@pulumi.getter
|
|
3436
3686
|
def primary(self) -> Optional[bool]:
|
|
3437
3687
|
"""
|
|
3438
|
-
Specifies the primary network interface in case the virtual machine has more
|
|
3688
|
+
Specifies the primary network interface in case the virtual machine has more
|
|
3689
|
+
than 1 network interface.
|
|
3439
3690
|
"""
|
|
3440
3691
|
return pulumi.get(self, "primary")
|
|
3441
3692
|
|
|
@@ -3443,7 +3694,9 @@ class VirtualMachineScaleSetIPConfigurationResponse(dict):
|
|
|
3443
3694
|
@pulumi.getter(name="privateIPAddressVersion")
|
|
3444
3695
|
def private_ip_address_version(self) -> Optional[str]:
|
|
3445
3696
|
"""
|
|
3446
|
-
Available from Api-Version 2017-03-30 onwards, it represents whether the
|
|
3697
|
+
Available from Api-Version 2017-03-30 onwards, it represents whether the
|
|
3698
|
+
specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible
|
|
3699
|
+
values are: 'IPv4' and 'IPv6'.
|
|
3447
3700
|
"""
|
|
3448
3701
|
return pulumi.get(self, "private_ip_address_version")
|
|
3449
3702
|
|
|
@@ -3464,6 +3717,42 @@ class VirtualMachineScaleSetIPConfigurationResponse(dict):
|
|
|
3464
3717
|
return pulumi.get(self, "subnet")
|
|
3465
3718
|
|
|
3466
3719
|
|
|
3720
|
+
@pulumi.output_type
|
|
3721
|
+
class VirtualMachineScaleSetIPConfigurationResponse(dict):
|
|
3722
|
+
"""
|
|
3723
|
+
Describes a virtual machine scale set network profile's IP configuration.
|
|
3724
|
+
"""
|
|
3725
|
+
def __init__(__self__, *,
|
|
3726
|
+
name: str,
|
|
3727
|
+
properties: Optional['outputs.VirtualMachineScaleSetIPConfigurationPropertiesResponse'] = None):
|
|
3728
|
+
"""
|
|
3729
|
+
Describes a virtual machine scale set network profile's IP configuration.
|
|
3730
|
+
:param str name: The IP configuration name.
|
|
3731
|
+
:param 'VirtualMachineScaleSetIPConfigurationPropertiesResponse' properties: Describes a virtual machine scale set network profile's IP configuration
|
|
3732
|
+
properties.
|
|
3733
|
+
"""
|
|
3734
|
+
pulumi.set(__self__, "name", name)
|
|
3735
|
+
if properties is not None:
|
|
3736
|
+
pulumi.set(__self__, "properties", properties)
|
|
3737
|
+
|
|
3738
|
+
@property
|
|
3739
|
+
@pulumi.getter
|
|
3740
|
+
def name(self) -> str:
|
|
3741
|
+
"""
|
|
3742
|
+
The IP configuration name.
|
|
3743
|
+
"""
|
|
3744
|
+
return pulumi.get(self, "name")
|
|
3745
|
+
|
|
3746
|
+
@property
|
|
3747
|
+
@pulumi.getter
|
|
3748
|
+
def properties(self) -> Optional['outputs.VirtualMachineScaleSetIPConfigurationPropertiesResponse']:
|
|
3749
|
+
"""
|
|
3750
|
+
Describes a virtual machine scale set network profile's IP configuration
|
|
3751
|
+
properties.
|
|
3752
|
+
"""
|
|
3753
|
+
return pulumi.get(self, "properties")
|
|
3754
|
+
|
|
3755
|
+
|
|
3467
3756
|
@pulumi.output_type
|
|
3468
3757
|
class VirtualMachineScaleSetIpTagResponse(dict):
|
|
3469
3758
|
"""
|
|
@@ -3548,9 +3837,11 @@ class VirtualMachineScaleSetManagedDiskParametersResponse(dict):
|
|
|
3548
3837
|
storage_account_type: Optional[str] = None):
|
|
3549
3838
|
"""
|
|
3550
3839
|
Describes the parameters of a ScaleSet managed disk.
|
|
3551
|
-
:param 'DiskEncryptionSetParametersResponse' disk_encryption_set: Specifies the customer managed disk encryption set resource id for the managed
|
|
3840
|
+
:param 'DiskEncryptionSetParametersResponse' disk_encryption_set: Specifies the customer managed disk encryption set resource id for the managed
|
|
3841
|
+
disk.
|
|
3552
3842
|
:param 'VMDiskSecurityProfileResponse' security_profile: Specifies the security profile for the managed disk.
|
|
3553
|
-
:param str storage_account_type: Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can
|
|
3843
|
+
:param str storage_account_type: Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can
|
|
3844
|
+
only be used with data disks, it cannot be used with OS Disk.
|
|
3554
3845
|
"""
|
|
3555
3846
|
if disk_encryption_set is not None:
|
|
3556
3847
|
pulumi.set(__self__, "disk_encryption_set", disk_encryption_set)
|
|
@@ -3563,7 +3854,8 @@ class VirtualMachineScaleSetManagedDiskParametersResponse(dict):
|
|
|
3563
3854
|
@pulumi.getter(name="diskEncryptionSet")
|
|
3564
3855
|
def disk_encryption_set(self) -> Optional['outputs.DiskEncryptionSetParametersResponse']:
|
|
3565
3856
|
"""
|
|
3566
|
-
Specifies the customer managed disk encryption set resource id for the managed
|
|
3857
|
+
Specifies the customer managed disk encryption set resource id for the managed
|
|
3858
|
+
disk.
|
|
3567
3859
|
"""
|
|
3568
3860
|
return pulumi.get(self, "disk_encryption_set")
|
|
3569
3861
|
|
|
@@ -3579,7 +3871,8 @@ class VirtualMachineScaleSetManagedDiskParametersResponse(dict):
|
|
|
3579
3871
|
@pulumi.getter(name="storageAccountType")
|
|
3580
3872
|
def storage_account_type(self) -> Optional[str]:
|
|
3581
3873
|
"""
|
|
3582
|
-
Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can
|
|
3874
|
+
Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can
|
|
3875
|
+
only be used with data disks, it cannot be used with OS Disk.
|
|
3583
3876
|
"""
|
|
3584
3877
|
return pulumi.get(self, "storage_account_type")
|
|
3585
3878
|
|
|
@@ -3625,9 +3918,9 @@ class VirtualMachineScaleSetNetworkConfigurationDnsSettingsResponse(dict):
|
|
|
3625
3918
|
|
|
3626
3919
|
|
|
3627
3920
|
@pulumi.output_type
|
|
3628
|
-
class
|
|
3921
|
+
class VirtualMachineScaleSetNetworkConfigurationPropertiesResponse(dict):
|
|
3629
3922
|
"""
|
|
3630
|
-
Describes a virtual machine scale set network profile's
|
|
3923
|
+
Describes a virtual machine scale set network profile's IP configuration.
|
|
3631
3924
|
"""
|
|
3632
3925
|
@staticmethod
|
|
3633
3926
|
def __key_warning(key: str):
|
|
@@ -3654,19 +3947,18 @@ class VirtualMachineScaleSetNetworkConfigurationResponse(dict):
|
|
|
3654
3947
|
suggest = "network_security_group"
|
|
3655
3948
|
|
|
3656
3949
|
if suggest:
|
|
3657
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
3950
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineScaleSetNetworkConfigurationPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3658
3951
|
|
|
3659
3952
|
def __getitem__(self, key: str) -> Any:
|
|
3660
|
-
|
|
3953
|
+
VirtualMachineScaleSetNetworkConfigurationPropertiesResponse.__key_warning(key)
|
|
3661
3954
|
return super().__getitem__(key)
|
|
3662
3955
|
|
|
3663
3956
|
def get(self, key: str, default = None) -> Any:
|
|
3664
|
-
|
|
3957
|
+
VirtualMachineScaleSetNetworkConfigurationPropertiesResponse.__key_warning(key)
|
|
3665
3958
|
return super().get(key, default)
|
|
3666
3959
|
|
|
3667
3960
|
def __init__(__self__, *,
|
|
3668
3961
|
ip_configurations: Sequence['outputs.VirtualMachineScaleSetIPConfigurationResponse'],
|
|
3669
|
-
name: str,
|
|
3670
3962
|
auxiliary_mode: Optional[str] = None,
|
|
3671
3963
|
auxiliary_sku: Optional[str] = None,
|
|
3672
3964
|
delete_option: Optional[str] = None,
|
|
@@ -3678,11 +3970,12 @@ class VirtualMachineScaleSetNetworkConfigurationResponse(dict):
|
|
|
3678
3970
|
network_security_group: Optional['outputs.SubResourceResponse'] = None,
|
|
3679
3971
|
primary: Optional[bool] = None):
|
|
3680
3972
|
"""
|
|
3681
|
-
Describes a virtual machine scale set network profile's
|
|
3973
|
+
Describes a virtual machine scale set network profile's IP configuration.
|
|
3682
3974
|
:param Sequence['VirtualMachineScaleSetIPConfigurationResponse'] ip_configurations: Specifies the IP configurations of the network interface.
|
|
3683
|
-
:param str
|
|
3684
|
-
|
|
3685
|
-
:param str auxiliary_sku: Specifies whether the Auxiliary sku is enabled for the Network Interface
|
|
3975
|
+
:param str auxiliary_mode: Specifies whether the Auxiliary mode is enabled for the Network Interface
|
|
3976
|
+
resource.
|
|
3977
|
+
:param str auxiliary_sku: Specifies whether the Auxiliary sku is enabled for the Network Interface
|
|
3978
|
+
resource.
|
|
3686
3979
|
:param str delete_option: Specify what happens to the network interface when the VM is deleted
|
|
3687
3980
|
:param bool disable_tcp_state_tracking: Specifies whether the network interface is disabled for tcp state tracking.
|
|
3688
3981
|
:param 'VirtualMachineScaleSetNetworkConfigurationDnsSettingsResponse' dns_settings: The dns settings to be applied on the network interfaces.
|
|
@@ -3690,10 +3983,10 @@ class VirtualMachineScaleSetNetworkConfigurationResponse(dict):
|
|
|
3690
3983
|
:param bool enable_fpga: Specifies whether the network interface is FPGA networking-enabled.
|
|
3691
3984
|
:param bool enable_ip_forwarding: Whether IP forwarding enabled on this NIC.
|
|
3692
3985
|
:param 'SubResourceResponse' network_security_group: The network security group.
|
|
3693
|
-
:param bool primary: Specifies the primary network interface in case the virtual machine has more
|
|
3986
|
+
:param bool primary: Specifies the primary network interface in case the virtual machine has more
|
|
3987
|
+
than 1 network interface.
|
|
3694
3988
|
"""
|
|
3695
3989
|
pulumi.set(__self__, "ip_configurations", ip_configurations)
|
|
3696
|
-
pulumi.set(__self__, "name", name)
|
|
3697
3990
|
if auxiliary_mode is not None:
|
|
3698
3991
|
pulumi.set(__self__, "auxiliary_mode", auxiliary_mode)
|
|
3699
3992
|
if auxiliary_sku is not None:
|
|
@@ -3723,19 +4016,12 @@ class VirtualMachineScaleSetNetworkConfigurationResponse(dict):
|
|
|
3723
4016
|
"""
|
|
3724
4017
|
return pulumi.get(self, "ip_configurations")
|
|
3725
4018
|
|
|
3726
|
-
@property
|
|
3727
|
-
@pulumi.getter
|
|
3728
|
-
def name(self) -> str:
|
|
3729
|
-
"""
|
|
3730
|
-
The network configuration name.
|
|
3731
|
-
"""
|
|
3732
|
-
return pulumi.get(self, "name")
|
|
3733
|
-
|
|
3734
4019
|
@property
|
|
3735
4020
|
@pulumi.getter(name="auxiliaryMode")
|
|
3736
4021
|
def auxiliary_mode(self) -> Optional[str]:
|
|
3737
4022
|
"""
|
|
3738
|
-
Specifies whether the Auxiliary mode is enabled for the Network Interface
|
|
4023
|
+
Specifies whether the Auxiliary mode is enabled for the Network Interface
|
|
4024
|
+
resource.
|
|
3739
4025
|
"""
|
|
3740
4026
|
return pulumi.get(self, "auxiliary_mode")
|
|
3741
4027
|
|
|
@@ -3743,7 +4029,8 @@ class VirtualMachineScaleSetNetworkConfigurationResponse(dict):
|
|
|
3743
4029
|
@pulumi.getter(name="auxiliarySku")
|
|
3744
4030
|
def auxiliary_sku(self) -> Optional[str]:
|
|
3745
4031
|
"""
|
|
3746
|
-
Specifies whether the Auxiliary sku is enabled for the Network Interface
|
|
4032
|
+
Specifies whether the Auxiliary sku is enabled for the Network Interface
|
|
4033
|
+
resource.
|
|
3747
4034
|
"""
|
|
3748
4035
|
return pulumi.get(self, "auxiliary_sku")
|
|
3749
4036
|
|
|
@@ -3807,11 +4094,46 @@ class VirtualMachineScaleSetNetworkConfigurationResponse(dict):
|
|
|
3807
4094
|
@pulumi.getter
|
|
3808
4095
|
def primary(self) -> Optional[bool]:
|
|
3809
4096
|
"""
|
|
3810
|
-
Specifies the primary network interface in case the virtual machine has more
|
|
4097
|
+
Specifies the primary network interface in case the virtual machine has more
|
|
4098
|
+
than 1 network interface.
|
|
3811
4099
|
"""
|
|
3812
4100
|
return pulumi.get(self, "primary")
|
|
3813
4101
|
|
|
3814
4102
|
|
|
4103
|
+
@pulumi.output_type
|
|
4104
|
+
class VirtualMachineScaleSetNetworkConfigurationResponse(dict):
|
|
4105
|
+
"""
|
|
4106
|
+
Describes a virtual machine scale set network profile's network configurations.
|
|
4107
|
+
"""
|
|
4108
|
+
def __init__(__self__, *,
|
|
4109
|
+
name: str,
|
|
4110
|
+
properties: Optional['outputs.VirtualMachineScaleSetNetworkConfigurationPropertiesResponse'] = None):
|
|
4111
|
+
"""
|
|
4112
|
+
Describes a virtual machine scale set network profile's network configurations.
|
|
4113
|
+
:param str name: The network configuration name.
|
|
4114
|
+
:param 'VirtualMachineScaleSetNetworkConfigurationPropertiesResponse' properties: Describes a virtual machine scale set network profile's IP configuration.
|
|
4115
|
+
"""
|
|
4116
|
+
pulumi.set(__self__, "name", name)
|
|
4117
|
+
if properties is not None:
|
|
4118
|
+
pulumi.set(__self__, "properties", properties)
|
|
4119
|
+
|
|
4120
|
+
@property
|
|
4121
|
+
@pulumi.getter
|
|
4122
|
+
def name(self) -> str:
|
|
4123
|
+
"""
|
|
4124
|
+
The network configuration name.
|
|
4125
|
+
"""
|
|
4126
|
+
return pulumi.get(self, "name")
|
|
4127
|
+
|
|
4128
|
+
@property
|
|
4129
|
+
@pulumi.getter
|
|
4130
|
+
def properties(self) -> Optional['outputs.VirtualMachineScaleSetNetworkConfigurationPropertiesResponse']:
|
|
4131
|
+
"""
|
|
4132
|
+
Describes a virtual machine scale set network profile's IP configuration.
|
|
4133
|
+
"""
|
|
4134
|
+
return pulumi.get(self, "properties")
|
|
4135
|
+
|
|
4136
|
+
|
|
3815
4137
|
@pulumi.output_type
|
|
3816
4138
|
class VirtualMachineScaleSetNetworkProfileResponse(dict):
|
|
3817
4139
|
"""
|
|
@@ -3844,8 +4166,12 @@ class VirtualMachineScaleSetNetworkProfileResponse(dict):
|
|
|
3844
4166
|
network_interface_configurations: Optional[Sequence['outputs.VirtualMachineScaleSetNetworkConfigurationResponse']] = None):
|
|
3845
4167
|
"""
|
|
3846
4168
|
Describes a virtual machine scale set network profile.
|
|
3847
|
-
:param 'ApiEntityReferenceResponse' health_probe: A reference to a load balancer probe used to determine the health of an
|
|
3848
|
-
|
|
4169
|
+
:param 'ApiEntityReferenceResponse' health_probe: A reference to a load balancer probe used to determine the health of an
|
|
4170
|
+
instance in the virtual machine scale set. The reference will be in the form:
|
|
4171
|
+
'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'.
|
|
4172
|
+
:param str network_api_version: specifies the Microsoft.Network API version used when creating networking
|
|
4173
|
+
resources in the Network Interface Configurations for Virtual Machine Scale Set
|
|
4174
|
+
with orchestration mode 'Flexible'
|
|
3849
4175
|
:param Sequence['VirtualMachineScaleSetNetworkConfigurationResponse'] network_interface_configurations: The list of network configurations.
|
|
3850
4176
|
"""
|
|
3851
4177
|
if health_probe is not None:
|
|
@@ -3859,7 +4185,9 @@ class VirtualMachineScaleSetNetworkProfileResponse(dict):
|
|
|
3859
4185
|
@pulumi.getter(name="healthProbe")
|
|
3860
4186
|
def health_probe(self) -> Optional['outputs.ApiEntityReferenceResponse']:
|
|
3861
4187
|
"""
|
|
3862
|
-
A reference to a load balancer probe used to determine the health of an
|
|
4188
|
+
A reference to a load balancer probe used to determine the health of an
|
|
4189
|
+
instance in the virtual machine scale set. The reference will be in the form:
|
|
4190
|
+
'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'.
|
|
3863
4191
|
"""
|
|
3864
4192
|
return pulumi.get(self, "health_probe")
|
|
3865
4193
|
|
|
@@ -3867,7 +4195,9 @@ class VirtualMachineScaleSetNetworkProfileResponse(dict):
|
|
|
3867
4195
|
@pulumi.getter(name="networkApiVersion")
|
|
3868
4196
|
def network_api_version(self) -> Optional[str]:
|
|
3869
4197
|
"""
|
|
3870
|
-
specifies the Microsoft.Network API version used when creating networking
|
|
4198
|
+
specifies the Microsoft.Network API version used when creating networking
|
|
4199
|
+
resources in the Network Interface Configurations for Virtual Machine Scale Set
|
|
4200
|
+
with orchestration mode 'Flexible'
|
|
3871
4201
|
"""
|
|
3872
4202
|
return pulumi.get(self, "network_api_version")
|
|
3873
4203
|
|
|
@@ -3930,16 +4260,36 @@ class VirtualMachineScaleSetOSDiskResponse(dict):
|
|
|
3930
4260
|
write_accelerator_enabled: Optional[bool] = None):
|
|
3931
4261
|
"""
|
|
3932
4262
|
Describes a virtual machine scale set operating system disk.
|
|
3933
|
-
:param str create_option: Specifies how the virtual machines in the scale set should be created. The only
|
|
3934
|
-
|
|
3935
|
-
|
|
3936
|
-
|
|
3937
|
-
|
|
4263
|
+
:param str create_option: Specifies how the virtual machines in the scale set should be created. The only
|
|
4264
|
+
allowed value is: **FromImage.** This value is used when you are using an image
|
|
4265
|
+
to create the virtual machine. If you are using a platform image, you also use
|
|
4266
|
+
the imageReference element described above. If you are using a marketplace
|
|
4267
|
+
image, you also use the plan element previously described.
|
|
4268
|
+
:param str caching: Specifies the caching requirements. Possible values are: **None,**
|
|
4269
|
+
**ReadOnly,** **ReadWrite.** The default values are: **None for Standard
|
|
4270
|
+
storage. ReadOnly for Premium storage.**
|
|
4271
|
+
:param str delete_option: Specifies whether OS Disk should be deleted or detached upon VMSS Flex deletion
|
|
4272
|
+
(This feature is available for VMSS with Flexible OrchestrationMode only).
|
|
4273
|
+
<br><br> Possible values: <br><br> **Delete** If this value is used, the OS
|
|
4274
|
+
disk is deleted when VMSS Flex VM is deleted.<br><br> **Detach** If this value
|
|
4275
|
+
is used, the OS disk is retained after VMSS Flex VM is deleted. <br><br> The
|
|
4276
|
+
default value is set to **Delete**. For an Ephemeral OS Disk, the default value
|
|
4277
|
+
is set to **Delete**. User cannot change the delete option for Ephemeral OS
|
|
4278
|
+
Disk.
|
|
4279
|
+
:param 'DiffDiskSettingsResponse' diff_disk_settings: Specifies the ephemeral disk Settings for the operating system disk used by the
|
|
4280
|
+
virtual machine scale set.
|
|
4281
|
+
:param int disk_size_gb: Specifies the size of an empty data disk in gigabytes. This element can be used
|
|
4282
|
+
to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB'
|
|
4283
|
+
is the number of bytes x 1024^3 for the disk and the value cannot
|
|
4284
|
+
be larger than 1023.
|
|
3938
4285
|
:param 'VirtualHardDiskResponse' image: Specifies information about the unmanaged user image to base the scale set on.
|
|
3939
4286
|
:param 'VirtualMachineScaleSetManagedDiskParametersResponse' managed_disk: The managed disk parameters.
|
|
3940
4287
|
:param str name: The disk name.
|
|
3941
|
-
:param str os_type: This property allows you to specify the type of the OS that is included in the
|
|
3942
|
-
|
|
4288
|
+
:param str os_type: This property allows you to specify the type of the OS that is included in the
|
|
4289
|
+
disk if creating a VM from user-image or a specialized VHD. Possible values
|
|
4290
|
+
are: **Windows,** **Linux.**
|
|
4291
|
+
:param Sequence[str] vhd_containers: Specifies the container urls that are used to store operating system disks for
|
|
4292
|
+
the scale set.
|
|
3943
4293
|
:param bool write_accelerator_enabled: Specifies whether writeAccelerator should be enabled or disabled on the disk.
|
|
3944
4294
|
"""
|
|
3945
4295
|
pulumi.set(__self__, "create_option", create_option)
|
|
@@ -3968,7 +4318,11 @@ class VirtualMachineScaleSetOSDiskResponse(dict):
|
|
|
3968
4318
|
@pulumi.getter(name="createOption")
|
|
3969
4319
|
def create_option(self) -> str:
|
|
3970
4320
|
"""
|
|
3971
|
-
Specifies how the virtual machines in the scale set should be created. The only
|
|
4321
|
+
Specifies how the virtual machines in the scale set should be created. The only
|
|
4322
|
+
allowed value is: **FromImage.** This value is used when you are using an image
|
|
4323
|
+
to create the virtual machine. If you are using a platform image, you also use
|
|
4324
|
+
the imageReference element described above. If you are using a marketplace
|
|
4325
|
+
image, you also use the plan element previously described.
|
|
3972
4326
|
"""
|
|
3973
4327
|
return pulumi.get(self, "create_option")
|
|
3974
4328
|
|
|
@@ -3976,7 +4330,9 @@ class VirtualMachineScaleSetOSDiskResponse(dict):
|
|
|
3976
4330
|
@pulumi.getter
|
|
3977
4331
|
def caching(self) -> Optional[str]:
|
|
3978
4332
|
"""
|
|
3979
|
-
Specifies the caching requirements. Possible values are: **None,**
|
|
4333
|
+
Specifies the caching requirements. Possible values are: **None,**
|
|
4334
|
+
**ReadOnly,** **ReadWrite.** The default values are: **None for Standard
|
|
4335
|
+
storage. ReadOnly for Premium storage.**
|
|
3980
4336
|
"""
|
|
3981
4337
|
return pulumi.get(self, "caching")
|
|
3982
4338
|
|
|
@@ -3984,7 +4340,14 @@ class VirtualMachineScaleSetOSDiskResponse(dict):
|
|
|
3984
4340
|
@pulumi.getter(name="deleteOption")
|
|
3985
4341
|
def delete_option(self) -> Optional[str]:
|
|
3986
4342
|
"""
|
|
3987
|
-
Specifies whether OS Disk should be deleted or detached upon VMSS Flex deletion
|
|
4343
|
+
Specifies whether OS Disk should be deleted or detached upon VMSS Flex deletion
|
|
4344
|
+
(This feature is available for VMSS with Flexible OrchestrationMode only).
|
|
4345
|
+
<br><br> Possible values: <br><br> **Delete** If this value is used, the OS
|
|
4346
|
+
disk is deleted when VMSS Flex VM is deleted.<br><br> **Detach** If this value
|
|
4347
|
+
is used, the OS disk is retained after VMSS Flex VM is deleted. <br><br> The
|
|
4348
|
+
default value is set to **Delete**. For an Ephemeral OS Disk, the default value
|
|
4349
|
+
is set to **Delete**. User cannot change the delete option for Ephemeral OS
|
|
4350
|
+
Disk.
|
|
3988
4351
|
"""
|
|
3989
4352
|
return pulumi.get(self, "delete_option")
|
|
3990
4353
|
|
|
@@ -3992,7 +4355,8 @@ class VirtualMachineScaleSetOSDiskResponse(dict):
|
|
|
3992
4355
|
@pulumi.getter(name="diffDiskSettings")
|
|
3993
4356
|
def diff_disk_settings(self) -> Optional['outputs.DiffDiskSettingsResponse']:
|
|
3994
4357
|
"""
|
|
3995
|
-
Specifies the ephemeral disk Settings for the operating system disk used by the
|
|
4358
|
+
Specifies the ephemeral disk Settings for the operating system disk used by the
|
|
4359
|
+
virtual machine scale set.
|
|
3996
4360
|
"""
|
|
3997
4361
|
return pulumi.get(self, "diff_disk_settings")
|
|
3998
4362
|
|
|
@@ -4000,7 +4364,10 @@ class VirtualMachineScaleSetOSDiskResponse(dict):
|
|
|
4000
4364
|
@pulumi.getter(name="diskSizeGB")
|
|
4001
4365
|
def disk_size_gb(self) -> Optional[int]:
|
|
4002
4366
|
"""
|
|
4003
|
-
Specifies the size of an empty data disk in gigabytes. This element can be used
|
|
4367
|
+
Specifies the size of an empty data disk in gigabytes. This element can be used
|
|
4368
|
+
to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB'
|
|
4369
|
+
is the number of bytes x 1024^3 for the disk and the value cannot
|
|
4370
|
+
be larger than 1023.
|
|
4004
4371
|
"""
|
|
4005
4372
|
return pulumi.get(self, "disk_size_gb")
|
|
4006
4373
|
|
|
@@ -4032,7 +4399,9 @@ class VirtualMachineScaleSetOSDiskResponse(dict):
|
|
|
4032
4399
|
@pulumi.getter(name="osType")
|
|
4033
4400
|
def os_type(self) -> Optional[str]:
|
|
4034
4401
|
"""
|
|
4035
|
-
This property allows you to specify the type of the OS that is included in the
|
|
4402
|
+
This property allows you to specify the type of the OS that is included in the
|
|
4403
|
+
disk if creating a VM from user-image or a specialized VHD. Possible values
|
|
4404
|
+
are: **Windows,** **Linux.**
|
|
4036
4405
|
"""
|
|
4037
4406
|
return pulumi.get(self, "os_type")
|
|
4038
4407
|
|
|
@@ -4040,7 +4409,8 @@ class VirtualMachineScaleSetOSDiskResponse(dict):
|
|
|
4040
4409
|
@pulumi.getter(name="vhdContainers")
|
|
4041
4410
|
def vhd_containers(self) -> Optional[Sequence[str]]:
|
|
4042
4411
|
"""
|
|
4043
|
-
Specifies the container urls that are used to store operating system disks for
|
|
4412
|
+
Specifies the container urls that are used to store operating system disks for
|
|
4413
|
+
the scale set.
|
|
4044
4414
|
"""
|
|
4045
4415
|
return pulumi.get(self, "vhd_containers")
|
|
4046
4416
|
|
|
@@ -4061,16 +4431,12 @@ class VirtualMachineScaleSetOSProfileResponse(dict):
|
|
|
4061
4431
|
@staticmethod
|
|
4062
4432
|
def __key_warning(key: str):
|
|
4063
4433
|
suggest = None
|
|
4064
|
-
if key == "
|
|
4065
|
-
suggest = "admin_password"
|
|
4066
|
-
elif key == "adminUsername":
|
|
4434
|
+
if key == "adminUsername":
|
|
4067
4435
|
suggest = "admin_username"
|
|
4068
4436
|
elif key == "allowExtensionOperations":
|
|
4069
4437
|
suggest = "allow_extension_operations"
|
|
4070
4438
|
elif key == "computerNamePrefix":
|
|
4071
4439
|
suggest = "computer_name_prefix"
|
|
4072
|
-
elif key == "customData":
|
|
4073
|
-
suggest = "custom_data"
|
|
4074
4440
|
elif key == "linuxConfiguration":
|
|
4075
4441
|
suggest = "linux_configuration"
|
|
4076
4442
|
elif key == "requireGuestProvisionSignal":
|
|
@@ -4090,37 +4456,46 @@ class VirtualMachineScaleSetOSProfileResponse(dict):
|
|
|
4090
4456
|
return super().get(key, default)
|
|
4091
4457
|
|
|
4092
4458
|
def __init__(__self__, *,
|
|
4093
|
-
admin_password: Optional[str] = None,
|
|
4094
4459
|
admin_username: Optional[str] = None,
|
|
4095
4460
|
allow_extension_operations: Optional[bool] = None,
|
|
4096
4461
|
computer_name_prefix: Optional[str] = None,
|
|
4097
|
-
custom_data: Optional[str] = None,
|
|
4098
4462
|
linux_configuration: Optional['outputs.LinuxConfigurationResponse'] = None,
|
|
4099
4463
|
require_guest_provision_signal: Optional[bool] = None,
|
|
4100
4464
|
secrets: Optional[Sequence['outputs.VaultSecretGroupResponse']] = None,
|
|
4101
4465
|
windows_configuration: Optional['outputs.WindowsConfigurationResponse'] = None):
|
|
4102
4466
|
"""
|
|
4103
4467
|
Describes a virtual machine scale set OS profile.
|
|
4104
|
-
:param str
|
|
4105
|
-
|
|
4106
|
-
|
|
4107
|
-
|
|
4108
|
-
|
|
4109
|
-
|
|
4468
|
+
:param str admin_username: Specifies the name of the administrator account. <br><br> **Windows-only
|
|
4469
|
+
restriction:** Cannot end in "." <br><br> **Disallowed values:**
|
|
4470
|
+
"administrator", "admin", "user", "user1", "test", "user2", "test1", "user3",
|
|
4471
|
+
"admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup",
|
|
4472
|
+
"console", "david", "guest", "john", "owner", "root", "server", "sql",
|
|
4473
|
+
"support", "support_388945a0", "sys", "test2", "test3", "user4", "user5".
|
|
4474
|
+
<br><br> **Minimum-length (Linux):** 1 character <br><br> **Max-length
|
|
4475
|
+
(Linux):** 64 characters <br><br> **Max-length (Windows):** 20 characters
|
|
4476
|
+
:param bool allow_extension_operations: Specifies whether extension operations should be allowed on the virtual machine
|
|
4477
|
+
scale set. This may only be set to False when no extensions are present on the
|
|
4478
|
+
virtual machine scale set.
|
|
4479
|
+
:param str computer_name_prefix: Specifies the computer name prefix for all of the virtual machines in the scale
|
|
4480
|
+
set. Computer name prefixes must be 1 to 15 characters long.
|
|
4481
|
+
:param 'LinuxConfigurationResponse' linux_configuration: Specifies the Linux operating system settings on the virtual machine. For a
|
|
4482
|
+
list of supported Linux distributions, see [Linux on Azure-Endorsed
|
|
4483
|
+
Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
|
|
4110
4484
|
:param bool require_guest_provision_signal: Optional property which must either be set to True or omitted.
|
|
4111
|
-
:param Sequence['VaultSecretGroupResponse'] secrets: Specifies set of certificates that should be installed onto the virtual
|
|
4485
|
+
:param Sequence['VaultSecretGroupResponse'] secrets: Specifies set of certificates that should be installed onto the virtual
|
|
4486
|
+
machines in the scale set. To install certificates on a virtual machine it is
|
|
4487
|
+
recommended to use the [Azure Key Vault virtual machine extension for
|
|
4488
|
+
Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
|
|
4489
|
+
or the [Azure Key Vault virtual machine extension for
|
|
4490
|
+
Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
|
|
4112
4491
|
:param 'WindowsConfigurationResponse' windows_configuration: Specifies Windows operating system settings on the virtual machine.
|
|
4113
4492
|
"""
|
|
4114
|
-
if admin_password is not None:
|
|
4115
|
-
pulumi.set(__self__, "admin_password", admin_password)
|
|
4116
4493
|
if admin_username is not None:
|
|
4117
4494
|
pulumi.set(__self__, "admin_username", admin_username)
|
|
4118
4495
|
if allow_extension_operations is not None:
|
|
4119
4496
|
pulumi.set(__self__, "allow_extension_operations", allow_extension_operations)
|
|
4120
4497
|
if computer_name_prefix is not None:
|
|
4121
4498
|
pulumi.set(__self__, "computer_name_prefix", computer_name_prefix)
|
|
4122
|
-
if custom_data is not None:
|
|
4123
|
-
pulumi.set(__self__, "custom_data", custom_data)
|
|
4124
4499
|
if linux_configuration is not None:
|
|
4125
4500
|
pulumi.set(__self__, "linux_configuration", linux_configuration)
|
|
4126
4501
|
if require_guest_provision_signal is not None:
|
|
@@ -4130,19 +4505,18 @@ class VirtualMachineScaleSetOSProfileResponse(dict):
|
|
|
4130
4505
|
if windows_configuration is not None:
|
|
4131
4506
|
pulumi.set(__self__, "windows_configuration", windows_configuration)
|
|
4132
4507
|
|
|
4133
|
-
@property
|
|
4134
|
-
@pulumi.getter(name="adminPassword")
|
|
4135
|
-
def admin_password(self) -> Optional[str]:
|
|
4136
|
-
"""
|
|
4137
|
-
Specifies the password of the administrator account. <br><br> **Minimum-length (Windows):** 8 characters <br><br> **Minimum-length (Linux):** 6 characters <br><br> **Max-length (Windows):** 123 characters <br><br> **Max-length (Linux):** 72 characters <br><br> **Complexity requirements:** 3 out of 4 conditions below need to be fulfilled <br> Has lower characters <br>Has upper characters <br> Has a digit <br> Has a special character (Regex match [\\W_]) <br><br> **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" <br><br> For resetting the password, see [How to reset the Remote Desktop service or its login password in a Windows VM](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp) <br><br> For resetting root password, see [Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection)
|
|
4138
|
-
"""
|
|
4139
|
-
return pulumi.get(self, "admin_password")
|
|
4140
|
-
|
|
4141
4508
|
@property
|
|
4142
4509
|
@pulumi.getter(name="adminUsername")
|
|
4143
4510
|
def admin_username(self) -> Optional[str]:
|
|
4144
4511
|
"""
|
|
4145
|
-
Specifies the name of the administrator account. <br><br> **Windows-only
|
|
4512
|
+
Specifies the name of the administrator account. <br><br> **Windows-only
|
|
4513
|
+
restriction:** Cannot end in "." <br><br> **Disallowed values:**
|
|
4514
|
+
"administrator", "admin", "user", "user1", "test", "user2", "test1", "user3",
|
|
4515
|
+
"admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup",
|
|
4516
|
+
"console", "david", "guest", "john", "owner", "root", "server", "sql",
|
|
4517
|
+
"support", "support_388945a0", "sys", "test2", "test3", "user4", "user5".
|
|
4518
|
+
<br><br> **Minimum-length (Linux):** 1 character <br><br> **Max-length
|
|
4519
|
+
(Linux):** 64 characters <br><br> **Max-length (Windows):** 20 characters
|
|
4146
4520
|
"""
|
|
4147
4521
|
return pulumi.get(self, "admin_username")
|
|
4148
4522
|
|
|
@@ -4150,7 +4524,9 @@ class VirtualMachineScaleSetOSProfileResponse(dict):
|
|
|
4150
4524
|
@pulumi.getter(name="allowExtensionOperations")
|
|
4151
4525
|
def allow_extension_operations(self) -> Optional[bool]:
|
|
4152
4526
|
"""
|
|
4153
|
-
Specifies whether extension operations should be allowed on the virtual machine
|
|
4527
|
+
Specifies whether extension operations should be allowed on the virtual machine
|
|
4528
|
+
scale set. This may only be set to False when no extensions are present on the
|
|
4529
|
+
virtual machine scale set.
|
|
4154
4530
|
"""
|
|
4155
4531
|
return pulumi.get(self, "allow_extension_operations")
|
|
4156
4532
|
|
|
@@ -4158,23 +4534,18 @@ class VirtualMachineScaleSetOSProfileResponse(dict):
|
|
|
4158
4534
|
@pulumi.getter(name="computerNamePrefix")
|
|
4159
4535
|
def computer_name_prefix(self) -> Optional[str]:
|
|
4160
4536
|
"""
|
|
4161
|
-
Specifies the computer name prefix for all of the virtual machines in the scale
|
|
4537
|
+
Specifies the computer name prefix for all of the virtual machines in the scale
|
|
4538
|
+
set. Computer name prefixes must be 1 to 15 characters long.
|
|
4162
4539
|
"""
|
|
4163
4540
|
return pulumi.get(self, "computer_name_prefix")
|
|
4164
4541
|
|
|
4165
|
-
@property
|
|
4166
|
-
@pulumi.getter(name="customData")
|
|
4167
|
-
def custom_data(self) -> Optional[str]:
|
|
4168
|
-
"""
|
|
4169
|
-
Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes. For using cloud-init for your VM, see [Using cloud-init to customize a Linux VM during creation](https://docs.microsoft.com/azure/virtual-machines/linux/using-cloud-init)
|
|
4170
|
-
"""
|
|
4171
|
-
return pulumi.get(self, "custom_data")
|
|
4172
|
-
|
|
4173
4542
|
@property
|
|
4174
4543
|
@pulumi.getter(name="linuxConfiguration")
|
|
4175
4544
|
def linux_configuration(self) -> Optional['outputs.LinuxConfigurationResponse']:
|
|
4176
4545
|
"""
|
|
4177
|
-
Specifies the Linux operating system settings on the virtual machine. For a
|
|
4546
|
+
Specifies the Linux operating system settings on the virtual machine. For a
|
|
4547
|
+
list of supported Linux distributions, see [Linux on Azure-Endorsed
|
|
4548
|
+
Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
|
|
4178
4549
|
"""
|
|
4179
4550
|
return pulumi.get(self, "linux_configuration")
|
|
4180
4551
|
|
|
@@ -4190,7 +4561,12 @@ class VirtualMachineScaleSetOSProfileResponse(dict):
|
|
|
4190
4561
|
@pulumi.getter
|
|
4191
4562
|
def secrets(self) -> Optional[Sequence['outputs.VaultSecretGroupResponse']]:
|
|
4192
4563
|
"""
|
|
4193
|
-
Specifies set of certificates that should be installed onto the virtual
|
|
4564
|
+
Specifies set of certificates that should be installed onto the virtual
|
|
4565
|
+
machines in the scale set. To install certificates on a virtual machine it is
|
|
4566
|
+
recommended to use the [Azure Key Vault virtual machine extension for
|
|
4567
|
+
Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
|
|
4568
|
+
or the [Azure Key Vault virtual machine extension for
|
|
4569
|
+
Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
|
|
4194
4570
|
"""
|
|
4195
4571
|
return pulumi.get(self, "secrets")
|
|
4196
4572
|
|
|
@@ -4232,8 +4608,13 @@ class VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsResponse(dict
|
|
|
4232
4608
|
domain_name_label_scope: Optional[str] = None):
|
|
4233
4609
|
"""
|
|
4234
4610
|
Describes a virtual machines scale sets network configuration's DNS settings.
|
|
4235
|
-
:param str domain_name_label: The Domain name label.The concatenation of the domain name label and vm index
|
|
4236
|
-
|
|
4611
|
+
:param str domain_name_label: The Domain name label.The concatenation of the domain name label and vm index
|
|
4612
|
+
will be the domain name labels of the PublicIPAddress resources that will be
|
|
4613
|
+
created
|
|
4614
|
+
:param str domain_name_label_scope: The Domain name label scope.The concatenation of the hashed domain name label
|
|
4615
|
+
that generated according to the policy from domain name label scope and vm
|
|
4616
|
+
index will be the domain name labels of the PublicIPAddress resources that will
|
|
4617
|
+
be created
|
|
4237
4618
|
"""
|
|
4238
4619
|
pulumi.set(__self__, "domain_name_label", domain_name_label)
|
|
4239
4620
|
if domain_name_label_scope is not None:
|
|
@@ -4243,7 +4624,9 @@ class VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsResponse(dict
|
|
|
4243
4624
|
@pulumi.getter(name="domainNameLabel")
|
|
4244
4625
|
def domain_name_label(self) -> str:
|
|
4245
4626
|
"""
|
|
4246
|
-
The Domain name label.The concatenation of the domain name label and vm index
|
|
4627
|
+
The Domain name label.The concatenation of the domain name label and vm index
|
|
4628
|
+
will be the domain name labels of the PublicIPAddress resources that will be
|
|
4629
|
+
created
|
|
4247
4630
|
"""
|
|
4248
4631
|
return pulumi.get(self, "domain_name_label")
|
|
4249
4632
|
|
|
@@ -4251,15 +4634,19 @@ class VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsResponse(dict
|
|
|
4251
4634
|
@pulumi.getter(name="domainNameLabelScope")
|
|
4252
4635
|
def domain_name_label_scope(self) -> Optional[str]:
|
|
4253
4636
|
"""
|
|
4254
|
-
The Domain name label scope.The concatenation of the hashed domain name label
|
|
4637
|
+
The Domain name label scope.The concatenation of the hashed domain name label
|
|
4638
|
+
that generated according to the policy from domain name label scope and vm
|
|
4639
|
+
index will be the domain name labels of the PublicIPAddress resources that will
|
|
4640
|
+
be created
|
|
4255
4641
|
"""
|
|
4256
4642
|
return pulumi.get(self, "domain_name_label_scope")
|
|
4257
4643
|
|
|
4258
4644
|
|
|
4259
4645
|
@pulumi.output_type
|
|
4260
|
-
class
|
|
4646
|
+
class VirtualMachineScaleSetPublicIPAddressConfigurationPropertiesResponse(dict):
|
|
4261
4647
|
"""
|
|
4262
|
-
Describes a virtual machines scale set IP Configuration's PublicIPAddress
|
|
4648
|
+
Describes a virtual machines scale set IP Configuration's PublicIPAddress
|
|
4649
|
+
configuration
|
|
4263
4650
|
"""
|
|
4264
4651
|
@staticmethod
|
|
4265
4652
|
def __key_warning(key: str):
|
|
@@ -4278,37 +4665,35 @@ class VirtualMachineScaleSetPublicIPAddressConfigurationResponse(dict):
|
|
|
4278
4665
|
suggest = "public_ip_prefix"
|
|
4279
4666
|
|
|
4280
4667
|
if suggest:
|
|
4281
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
4668
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineScaleSetPublicIPAddressConfigurationPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
4282
4669
|
|
|
4283
4670
|
def __getitem__(self, key: str) -> Any:
|
|
4284
|
-
|
|
4671
|
+
VirtualMachineScaleSetPublicIPAddressConfigurationPropertiesResponse.__key_warning(key)
|
|
4285
4672
|
return super().__getitem__(key)
|
|
4286
4673
|
|
|
4287
4674
|
def get(self, key: str, default = None) -> Any:
|
|
4288
|
-
|
|
4675
|
+
VirtualMachineScaleSetPublicIPAddressConfigurationPropertiesResponse.__key_warning(key)
|
|
4289
4676
|
return super().get(key, default)
|
|
4290
4677
|
|
|
4291
4678
|
def __init__(__self__, *,
|
|
4292
|
-
name: str,
|
|
4293
4679
|
delete_option: Optional[str] = None,
|
|
4294
4680
|
dns_settings: Optional['outputs.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsResponse'] = None,
|
|
4295
4681
|
idle_timeout_in_minutes: Optional[int] = None,
|
|
4296
4682
|
ip_tags: Optional[Sequence['outputs.VirtualMachineScaleSetIpTagResponse']] = None,
|
|
4297
4683
|
public_ip_address_version: Optional[str] = None,
|
|
4298
|
-
public_ip_prefix: Optional['outputs.SubResourceResponse'] = None
|
|
4299
|
-
sku: Optional['outputs.PublicIPAddressSkuResponse'] = None):
|
|
4684
|
+
public_ip_prefix: Optional['outputs.SubResourceResponse'] = None):
|
|
4300
4685
|
"""
|
|
4301
|
-
Describes a virtual machines scale set IP Configuration's PublicIPAddress
|
|
4302
|
-
|
|
4686
|
+
Describes a virtual machines scale set IP Configuration's PublicIPAddress
|
|
4687
|
+
configuration
|
|
4303
4688
|
:param str delete_option: Specify what happens to the public IP when the VM is deleted
|
|
4304
4689
|
:param 'VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsResponse' dns_settings: The dns settings to be applied on the publicIP addresses .
|
|
4305
4690
|
:param int idle_timeout_in_minutes: The idle timeout of the public IP address.
|
|
4306
4691
|
:param Sequence['VirtualMachineScaleSetIpTagResponse'] ip_tags: The list of IP tags associated with the public IP address.
|
|
4307
|
-
:param str public_ip_address_version: Available from Api-Version 2019-07-01 onwards, it represents whether the
|
|
4692
|
+
:param str public_ip_address_version: Available from Api-Version 2019-07-01 onwards, it represents whether the
|
|
4693
|
+
specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible
|
|
4694
|
+
values are: 'IPv4' and 'IPv6'.
|
|
4308
4695
|
:param 'SubResourceResponse' public_ip_prefix: The PublicIPPrefix from which to allocate publicIP addresses.
|
|
4309
|
-
:param 'PublicIPAddressSkuResponse' sku: Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
|
|
4310
4696
|
"""
|
|
4311
|
-
pulumi.set(__self__, "name", name)
|
|
4312
4697
|
if delete_option is not None:
|
|
4313
4698
|
pulumi.set(__self__, "delete_option", delete_option)
|
|
4314
4699
|
if dns_settings is not None:
|
|
@@ -4321,16 +4706,6 @@ class VirtualMachineScaleSetPublicIPAddressConfigurationResponse(dict):
|
|
|
4321
4706
|
pulumi.set(__self__, "public_ip_address_version", public_ip_address_version)
|
|
4322
4707
|
if public_ip_prefix is not None:
|
|
4323
4708
|
pulumi.set(__self__, "public_ip_prefix", public_ip_prefix)
|
|
4324
|
-
if sku is not None:
|
|
4325
|
-
pulumi.set(__self__, "sku", sku)
|
|
4326
|
-
|
|
4327
|
-
@property
|
|
4328
|
-
@pulumi.getter
|
|
4329
|
-
def name(self) -> str:
|
|
4330
|
-
"""
|
|
4331
|
-
The publicIP address configuration name.
|
|
4332
|
-
"""
|
|
4333
|
-
return pulumi.get(self, "name")
|
|
4334
4709
|
|
|
4335
4710
|
@property
|
|
4336
4711
|
@pulumi.getter(name="deleteOption")
|
|
@@ -4368,7 +4743,9 @@ class VirtualMachineScaleSetPublicIPAddressConfigurationResponse(dict):
|
|
|
4368
4743
|
@pulumi.getter(name="publicIPAddressVersion")
|
|
4369
4744
|
def public_ip_address_version(self) -> Optional[str]:
|
|
4370
4745
|
"""
|
|
4371
|
-
Available from Api-Version 2019-07-01 onwards, it represents whether the
|
|
4746
|
+
Available from Api-Version 2019-07-01 onwards, it represents whether the
|
|
4747
|
+
specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible
|
|
4748
|
+
values are: 'IPv4' and 'IPv6'.
|
|
4372
4749
|
"""
|
|
4373
4750
|
return pulumi.get(self, "public_ip_address_version")
|
|
4374
4751
|
|
|
@@ -4380,11 +4757,55 @@ class VirtualMachineScaleSetPublicIPAddressConfigurationResponse(dict):
|
|
|
4380
4757
|
"""
|
|
4381
4758
|
return pulumi.get(self, "public_ip_prefix")
|
|
4382
4759
|
|
|
4760
|
+
|
|
4761
|
+
@pulumi.output_type
|
|
4762
|
+
class VirtualMachineScaleSetPublicIPAddressConfigurationResponse(dict):
|
|
4763
|
+
"""
|
|
4764
|
+
Describes a virtual machines scale set IP Configuration's PublicIPAddress
|
|
4765
|
+
configuration
|
|
4766
|
+
"""
|
|
4767
|
+
def __init__(__self__, *,
|
|
4768
|
+
name: str,
|
|
4769
|
+
properties: Optional['outputs.VirtualMachineScaleSetPublicIPAddressConfigurationPropertiesResponse'] = None,
|
|
4770
|
+
sku: Optional['outputs.PublicIPAddressSkuResponse'] = None):
|
|
4771
|
+
"""
|
|
4772
|
+
Describes a virtual machines scale set IP Configuration's PublicIPAddress
|
|
4773
|
+
configuration
|
|
4774
|
+
:param str name: The publicIP address configuration name.
|
|
4775
|
+
:param 'VirtualMachineScaleSetPublicIPAddressConfigurationPropertiesResponse' properties: Describes a virtual machines scale set IP Configuration's PublicIPAddress
|
|
4776
|
+
configuration
|
|
4777
|
+
:param 'PublicIPAddressSkuResponse' sku: Describes the public IP Sku. It can only be set with OrchestrationMode as
|
|
4778
|
+
Flexible.
|
|
4779
|
+
"""
|
|
4780
|
+
pulumi.set(__self__, "name", name)
|
|
4781
|
+
if properties is not None:
|
|
4782
|
+
pulumi.set(__self__, "properties", properties)
|
|
4783
|
+
if sku is not None:
|
|
4784
|
+
pulumi.set(__self__, "sku", sku)
|
|
4785
|
+
|
|
4786
|
+
@property
|
|
4787
|
+
@pulumi.getter
|
|
4788
|
+
def name(self) -> str:
|
|
4789
|
+
"""
|
|
4790
|
+
The publicIP address configuration name.
|
|
4791
|
+
"""
|
|
4792
|
+
return pulumi.get(self, "name")
|
|
4793
|
+
|
|
4794
|
+
@property
|
|
4795
|
+
@pulumi.getter
|
|
4796
|
+
def properties(self) -> Optional['outputs.VirtualMachineScaleSetPublicIPAddressConfigurationPropertiesResponse']:
|
|
4797
|
+
"""
|
|
4798
|
+
Describes a virtual machines scale set IP Configuration's PublicIPAddress
|
|
4799
|
+
configuration
|
|
4800
|
+
"""
|
|
4801
|
+
return pulumi.get(self, "properties")
|
|
4802
|
+
|
|
4383
4803
|
@property
|
|
4384
4804
|
@pulumi.getter
|
|
4385
4805
|
def sku(self) -> Optional['outputs.PublicIPAddressSkuResponse']:
|
|
4386
4806
|
"""
|
|
4387
|
-
Describes the public IP Sku. It can only be set with OrchestrationMode as
|
|
4807
|
+
Describes the public IP Sku. It can only be set with OrchestrationMode as
|
|
4808
|
+
Flexible.
|
|
4388
4809
|
"""
|
|
4389
4810
|
return pulumi.get(self, "sku")
|
|
4390
4811
|
|
|
@@ -4419,14 +4840,24 @@ class VirtualMachineScaleSetStorageProfileResponse(dict):
|
|
|
4419
4840
|
|
|
4420
4841
|
def __init__(__self__, *,
|
|
4421
4842
|
data_disks: Optional[Sequence['outputs.VirtualMachineScaleSetDataDiskResponse']] = None,
|
|
4422
|
-
disk_controller_type: Optional[
|
|
4843
|
+
disk_controller_type: Optional[str] = None,
|
|
4423
4844
|
image_reference: Optional['outputs.ImageReferenceResponse'] = None,
|
|
4424
4845
|
os_disk: Optional['outputs.VirtualMachineScaleSetOSDiskResponse'] = None):
|
|
4425
4846
|
"""
|
|
4426
4847
|
Describes a virtual machine scale set storage profile.
|
|
4427
|
-
:param Sequence['VirtualMachineScaleSetDataDiskResponse'] data_disks: Specifies the parameters that are used to add data disks to the virtual
|
|
4428
|
-
|
|
4429
|
-
|
|
4848
|
+
:param Sequence['VirtualMachineScaleSetDataDiskResponse'] data_disks: Specifies the parameters that are used to add data disks to the virtual
|
|
4849
|
+
machines in the scale set. For more information about disks, see [About disks
|
|
4850
|
+
and VHDs for Azure virtual
|
|
4851
|
+
machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
|
|
4852
|
+
:param str disk_controller_type: Specifies the disk controller type configured for the virtual machines in the scale set. Minimum api-version: 2022-08-01
|
|
4853
|
+
:param 'ImageReferenceResponse' image_reference: Specifies information about the image to use. You can specify information about
|
|
4854
|
+
platform images, marketplace images, or virtual machine images. This element is
|
|
4855
|
+
required when you want to use a platform image, marketplace image, or virtual
|
|
4856
|
+
machine image, but is not used in other creation operations.
|
|
4857
|
+
:param 'VirtualMachineScaleSetOSDiskResponse' os_disk: Specifies information about the operating system disk used by the virtual
|
|
4858
|
+
machines in the scale set. For more information about disks, see [About disks
|
|
4859
|
+
and VHDs for Azure virtual
|
|
4860
|
+
machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
|
|
4430
4861
|
"""
|
|
4431
4862
|
if data_disks is not None:
|
|
4432
4863
|
pulumi.set(__self__, "data_disks", data_disks)
|
|
@@ -4441,20 +4872,29 @@ class VirtualMachineScaleSetStorageProfileResponse(dict):
|
|
|
4441
4872
|
@pulumi.getter(name="dataDisks")
|
|
4442
4873
|
def data_disks(self) -> Optional[Sequence['outputs.VirtualMachineScaleSetDataDiskResponse']]:
|
|
4443
4874
|
"""
|
|
4444
|
-
Specifies the parameters that are used to add data disks to the virtual
|
|
4875
|
+
Specifies the parameters that are used to add data disks to the virtual
|
|
4876
|
+
machines in the scale set. For more information about disks, see [About disks
|
|
4877
|
+
and VHDs for Azure virtual
|
|
4878
|
+
machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
|
|
4445
4879
|
"""
|
|
4446
4880
|
return pulumi.get(self, "data_disks")
|
|
4447
4881
|
|
|
4448
4882
|
@property
|
|
4449
4883
|
@pulumi.getter(name="diskControllerType")
|
|
4450
|
-
def disk_controller_type(self) -> Optional[
|
|
4884
|
+
def disk_controller_type(self) -> Optional[str]:
|
|
4885
|
+
"""
|
|
4886
|
+
Specifies the disk controller type configured for the virtual machines in the scale set. Minimum api-version: 2022-08-01
|
|
4887
|
+
"""
|
|
4451
4888
|
return pulumi.get(self, "disk_controller_type")
|
|
4452
4889
|
|
|
4453
4890
|
@property
|
|
4454
4891
|
@pulumi.getter(name="imageReference")
|
|
4455
4892
|
def image_reference(self) -> Optional['outputs.ImageReferenceResponse']:
|
|
4456
4893
|
"""
|
|
4457
|
-
Specifies information about the image to use. You can specify information about
|
|
4894
|
+
Specifies information about the image to use. You can specify information about
|
|
4895
|
+
platform images, marketplace images, or virtual machine images. This element is
|
|
4896
|
+
required when you want to use a platform image, marketplace image, or virtual
|
|
4897
|
+
machine image, but is not used in other creation operations.
|
|
4458
4898
|
"""
|
|
4459
4899
|
return pulumi.get(self, "image_reference")
|
|
4460
4900
|
|
|
@@ -4462,286 +4902,14 @@ class VirtualMachineScaleSetStorageProfileResponse(dict):
|
|
|
4462
4902
|
@pulumi.getter(name="osDisk")
|
|
4463
4903
|
def os_disk(self) -> Optional['outputs.VirtualMachineScaleSetOSDiskResponse']:
|
|
4464
4904
|
"""
|
|
4465
|
-
Specifies information about the operating system disk used by the virtual
|
|
4905
|
+
Specifies information about the operating system disk used by the virtual
|
|
4906
|
+
machines in the scale set. For more information about disks, see [About disks
|
|
4907
|
+
and VHDs for Azure virtual
|
|
4908
|
+
machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
|
|
4466
4909
|
"""
|
|
4467
4910
|
return pulumi.get(self, "os_disk")
|
|
4468
4911
|
|
|
4469
4912
|
|
|
4470
|
-
@pulumi.output_type
|
|
4471
|
-
class VirtualMachineScaleSetVMProfileResponse(dict):
|
|
4472
|
-
"""
|
|
4473
|
-
Describes a virtual machine scale set virtual machine profile.
|
|
4474
|
-
"""
|
|
4475
|
-
@staticmethod
|
|
4476
|
-
def __key_warning(key: str):
|
|
4477
|
-
suggest = None
|
|
4478
|
-
if key == "timeCreated":
|
|
4479
|
-
suggest = "time_created"
|
|
4480
|
-
elif key == "applicationProfile":
|
|
4481
|
-
suggest = "application_profile"
|
|
4482
|
-
elif key == "billingProfile":
|
|
4483
|
-
suggest = "billing_profile"
|
|
4484
|
-
elif key == "capacityReservation":
|
|
4485
|
-
suggest = "capacity_reservation"
|
|
4486
|
-
elif key == "diagnosticsProfile":
|
|
4487
|
-
suggest = "diagnostics_profile"
|
|
4488
|
-
elif key == "evictionPolicy":
|
|
4489
|
-
suggest = "eviction_policy"
|
|
4490
|
-
elif key == "extensionProfile":
|
|
4491
|
-
suggest = "extension_profile"
|
|
4492
|
-
elif key == "hardwareProfile":
|
|
4493
|
-
suggest = "hardware_profile"
|
|
4494
|
-
elif key == "licenseType":
|
|
4495
|
-
suggest = "license_type"
|
|
4496
|
-
elif key == "networkProfile":
|
|
4497
|
-
suggest = "network_profile"
|
|
4498
|
-
elif key == "osProfile":
|
|
4499
|
-
suggest = "os_profile"
|
|
4500
|
-
elif key == "scheduledEventsProfile":
|
|
4501
|
-
suggest = "scheduled_events_profile"
|
|
4502
|
-
elif key == "securityPostureReference":
|
|
4503
|
-
suggest = "security_posture_reference"
|
|
4504
|
-
elif key == "securityProfile":
|
|
4505
|
-
suggest = "security_profile"
|
|
4506
|
-
elif key == "serviceArtifactReference":
|
|
4507
|
-
suggest = "service_artifact_reference"
|
|
4508
|
-
elif key == "storageProfile":
|
|
4509
|
-
suggest = "storage_profile"
|
|
4510
|
-
elif key == "userData":
|
|
4511
|
-
suggest = "user_data"
|
|
4512
|
-
|
|
4513
|
-
if suggest:
|
|
4514
|
-
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineScaleSetVMProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
4515
|
-
|
|
4516
|
-
def __getitem__(self, key: str) -> Any:
|
|
4517
|
-
VirtualMachineScaleSetVMProfileResponse.__key_warning(key)
|
|
4518
|
-
return super().__getitem__(key)
|
|
4519
|
-
|
|
4520
|
-
def get(self, key: str, default = None) -> Any:
|
|
4521
|
-
VirtualMachineScaleSetVMProfileResponse.__key_warning(key)
|
|
4522
|
-
return super().get(key, default)
|
|
4523
|
-
|
|
4524
|
-
def __init__(__self__, *,
|
|
4525
|
-
time_created: str,
|
|
4526
|
-
application_profile: Optional['outputs.ApplicationProfileResponse'] = None,
|
|
4527
|
-
billing_profile: Optional['outputs.BillingProfileResponse'] = None,
|
|
4528
|
-
capacity_reservation: Optional['outputs.CapacityReservationProfileResponse'] = None,
|
|
4529
|
-
diagnostics_profile: Optional['outputs.DiagnosticsProfileResponse'] = None,
|
|
4530
|
-
eviction_policy: Optional[str] = None,
|
|
4531
|
-
extension_profile: Optional['outputs.VirtualMachineScaleSetExtensionProfileResponse'] = None,
|
|
4532
|
-
hardware_profile: Optional['outputs.VirtualMachineScaleSetHardwareProfileResponse'] = None,
|
|
4533
|
-
license_type: Optional[str] = None,
|
|
4534
|
-
network_profile: Optional['outputs.VirtualMachineScaleSetNetworkProfileResponse'] = None,
|
|
4535
|
-
os_profile: Optional['outputs.VirtualMachineScaleSetOSProfileResponse'] = None,
|
|
4536
|
-
priority: Optional[str] = None,
|
|
4537
|
-
scheduled_events_profile: Optional['outputs.ScheduledEventsProfileResponse'] = None,
|
|
4538
|
-
security_posture_reference: Optional['outputs.SecurityPostureReferenceResponse'] = None,
|
|
4539
|
-
security_profile: Optional['outputs.SecurityProfileResponse'] = None,
|
|
4540
|
-
service_artifact_reference: Optional['outputs.ServiceArtifactReferenceResponse'] = None,
|
|
4541
|
-
storage_profile: Optional['outputs.VirtualMachineScaleSetStorageProfileResponse'] = None,
|
|
4542
|
-
user_data: Optional[str] = None):
|
|
4543
|
-
"""
|
|
4544
|
-
Describes a virtual machine scale set virtual machine profile.
|
|
4545
|
-
:param str time_created: Specifies the time in which this VM profile for the Virtual Machine Scale Set was created. Minimum API version for this property is 2023-09-01. This value will be added to VMSS Flex VM tags when creating/updating the VMSS VM Profile with minimum api-version 2023-09-01.
|
|
4546
|
-
:param 'ApplicationProfileResponse' application_profile: Specifies the gallery applications that should be made available to the VM/VMSS
|
|
4547
|
-
:param 'BillingProfileResponse' billing_profile: Specifies the billing related details of a Azure Spot VMSS. Minimum api-version: 2019-03-01.
|
|
4548
|
-
:param 'CapacityReservationProfileResponse' capacity_reservation: Specifies the capacity reservation related details of a scale set. Minimum api-version: 2021-04-01.
|
|
4549
|
-
:param 'DiagnosticsProfileResponse' diagnostics_profile: Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15.
|
|
4550
|
-
:param str eviction_policy: Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set. For Azure Spot virtual machines, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2019-03-01. For Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2017-10-30-preview.
|
|
4551
|
-
:param 'VirtualMachineScaleSetExtensionProfileResponse' extension_profile: Specifies a collection of settings for extensions installed on virtual machines in the scale set.
|
|
4552
|
-
:param 'VirtualMachineScaleSetHardwareProfileResponse' hardware_profile: Specifies the hardware profile related details of a scale set. Minimum api-version: 2021-11-01.
|
|
4553
|
-
:param str license_type: Specifies that the image or disk that is being used was licensed on-premises. <br><br> Possible values for Windows Server operating system are: <br><br> Windows_Client <br><br> Windows_Server <br><br> Possible values for Linux Server operating system are: <br><br> RHEL_BYOS (for RHEL) <br><br> SLES_BYOS (for SUSE) <br><br> For more information, see [Azure Hybrid Use Benefit for Windows Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing) <br><br> [Azure Hybrid Use Benefit for Linux Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux) <br><br> Minimum api-version: 2015-06-15
|
|
4554
|
-
:param 'VirtualMachineScaleSetNetworkProfileResponse' network_profile: Specifies properties of the network interfaces of the virtual machines in the scale set.
|
|
4555
|
-
:param 'VirtualMachineScaleSetOSProfileResponse' os_profile: Specifies the operating system settings for the virtual machines in the scale set.
|
|
4556
|
-
:param str priority: Specifies the priority for the virtual machines in the scale set. Minimum api-version: 2017-10-30-preview.
|
|
4557
|
-
:param 'ScheduledEventsProfileResponse' scheduled_events_profile: Specifies Scheduled Event related configurations.
|
|
4558
|
-
:param 'SecurityPostureReferenceResponse' security_posture_reference: Specifies the security posture to be used for all virtual machines in the scale set. Minimum api-version: 2023-03-01
|
|
4559
|
-
:param 'SecurityProfileResponse' security_profile: Specifies the Security related profile settings for the virtual machines in the scale set.
|
|
4560
|
-
:param 'ServiceArtifactReferenceResponse' service_artifact_reference: Specifies the service artifact reference id used to set same image version for all virtual machines in the scale set when using 'latest' image version. Minimum api-version: 2022-11-01
|
|
4561
|
-
:param 'VirtualMachineScaleSetStorageProfileResponse' storage_profile: Specifies the storage settings for the virtual machine disks.
|
|
4562
|
-
:param str user_data: UserData for the virtual machines in the scale set, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum api-version: 2021-03-01.
|
|
4563
|
-
"""
|
|
4564
|
-
pulumi.set(__self__, "time_created", time_created)
|
|
4565
|
-
if application_profile is not None:
|
|
4566
|
-
pulumi.set(__self__, "application_profile", application_profile)
|
|
4567
|
-
if billing_profile is not None:
|
|
4568
|
-
pulumi.set(__self__, "billing_profile", billing_profile)
|
|
4569
|
-
if capacity_reservation is not None:
|
|
4570
|
-
pulumi.set(__self__, "capacity_reservation", capacity_reservation)
|
|
4571
|
-
if diagnostics_profile is not None:
|
|
4572
|
-
pulumi.set(__self__, "diagnostics_profile", diagnostics_profile)
|
|
4573
|
-
if eviction_policy is not None:
|
|
4574
|
-
pulumi.set(__self__, "eviction_policy", eviction_policy)
|
|
4575
|
-
if extension_profile is not None:
|
|
4576
|
-
pulumi.set(__self__, "extension_profile", extension_profile)
|
|
4577
|
-
if hardware_profile is not None:
|
|
4578
|
-
pulumi.set(__self__, "hardware_profile", hardware_profile)
|
|
4579
|
-
if license_type is not None:
|
|
4580
|
-
pulumi.set(__self__, "license_type", license_type)
|
|
4581
|
-
if network_profile is not None:
|
|
4582
|
-
pulumi.set(__self__, "network_profile", network_profile)
|
|
4583
|
-
if os_profile is not None:
|
|
4584
|
-
pulumi.set(__self__, "os_profile", os_profile)
|
|
4585
|
-
if priority is not None:
|
|
4586
|
-
pulumi.set(__self__, "priority", priority)
|
|
4587
|
-
if scheduled_events_profile is not None:
|
|
4588
|
-
pulumi.set(__self__, "scheduled_events_profile", scheduled_events_profile)
|
|
4589
|
-
if security_posture_reference is not None:
|
|
4590
|
-
pulumi.set(__self__, "security_posture_reference", security_posture_reference)
|
|
4591
|
-
if security_profile is not None:
|
|
4592
|
-
pulumi.set(__self__, "security_profile", security_profile)
|
|
4593
|
-
if service_artifact_reference is not None:
|
|
4594
|
-
pulumi.set(__self__, "service_artifact_reference", service_artifact_reference)
|
|
4595
|
-
if storage_profile is not None:
|
|
4596
|
-
pulumi.set(__self__, "storage_profile", storage_profile)
|
|
4597
|
-
if user_data is not None:
|
|
4598
|
-
pulumi.set(__self__, "user_data", user_data)
|
|
4599
|
-
|
|
4600
|
-
@property
|
|
4601
|
-
@pulumi.getter(name="timeCreated")
|
|
4602
|
-
def time_created(self) -> str:
|
|
4603
|
-
"""
|
|
4604
|
-
Specifies the time in which this VM profile for the Virtual Machine Scale Set was created. Minimum API version for this property is 2023-09-01. This value will be added to VMSS Flex VM tags when creating/updating the VMSS VM Profile with minimum api-version 2023-09-01.
|
|
4605
|
-
"""
|
|
4606
|
-
return pulumi.get(self, "time_created")
|
|
4607
|
-
|
|
4608
|
-
@property
|
|
4609
|
-
@pulumi.getter(name="applicationProfile")
|
|
4610
|
-
def application_profile(self) -> Optional['outputs.ApplicationProfileResponse']:
|
|
4611
|
-
"""
|
|
4612
|
-
Specifies the gallery applications that should be made available to the VM/VMSS
|
|
4613
|
-
"""
|
|
4614
|
-
return pulumi.get(self, "application_profile")
|
|
4615
|
-
|
|
4616
|
-
@property
|
|
4617
|
-
@pulumi.getter(name="billingProfile")
|
|
4618
|
-
def billing_profile(self) -> Optional['outputs.BillingProfileResponse']:
|
|
4619
|
-
"""
|
|
4620
|
-
Specifies the billing related details of a Azure Spot VMSS. Minimum api-version: 2019-03-01.
|
|
4621
|
-
"""
|
|
4622
|
-
return pulumi.get(self, "billing_profile")
|
|
4623
|
-
|
|
4624
|
-
@property
|
|
4625
|
-
@pulumi.getter(name="capacityReservation")
|
|
4626
|
-
def capacity_reservation(self) -> Optional['outputs.CapacityReservationProfileResponse']:
|
|
4627
|
-
"""
|
|
4628
|
-
Specifies the capacity reservation related details of a scale set. Minimum api-version: 2021-04-01.
|
|
4629
|
-
"""
|
|
4630
|
-
return pulumi.get(self, "capacity_reservation")
|
|
4631
|
-
|
|
4632
|
-
@property
|
|
4633
|
-
@pulumi.getter(name="diagnosticsProfile")
|
|
4634
|
-
def diagnostics_profile(self) -> Optional['outputs.DiagnosticsProfileResponse']:
|
|
4635
|
-
"""
|
|
4636
|
-
Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15.
|
|
4637
|
-
"""
|
|
4638
|
-
return pulumi.get(self, "diagnostics_profile")
|
|
4639
|
-
|
|
4640
|
-
@property
|
|
4641
|
-
@pulumi.getter(name="evictionPolicy")
|
|
4642
|
-
def eviction_policy(self) -> Optional[str]:
|
|
4643
|
-
"""
|
|
4644
|
-
Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set. For Azure Spot virtual machines, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2019-03-01. For Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2017-10-30-preview.
|
|
4645
|
-
"""
|
|
4646
|
-
return pulumi.get(self, "eviction_policy")
|
|
4647
|
-
|
|
4648
|
-
@property
|
|
4649
|
-
@pulumi.getter(name="extensionProfile")
|
|
4650
|
-
def extension_profile(self) -> Optional['outputs.VirtualMachineScaleSetExtensionProfileResponse']:
|
|
4651
|
-
"""
|
|
4652
|
-
Specifies a collection of settings for extensions installed on virtual machines in the scale set.
|
|
4653
|
-
"""
|
|
4654
|
-
return pulumi.get(self, "extension_profile")
|
|
4655
|
-
|
|
4656
|
-
@property
|
|
4657
|
-
@pulumi.getter(name="hardwareProfile")
|
|
4658
|
-
def hardware_profile(self) -> Optional['outputs.VirtualMachineScaleSetHardwareProfileResponse']:
|
|
4659
|
-
"""
|
|
4660
|
-
Specifies the hardware profile related details of a scale set. Minimum api-version: 2021-11-01.
|
|
4661
|
-
"""
|
|
4662
|
-
return pulumi.get(self, "hardware_profile")
|
|
4663
|
-
|
|
4664
|
-
@property
|
|
4665
|
-
@pulumi.getter(name="licenseType")
|
|
4666
|
-
def license_type(self) -> Optional[str]:
|
|
4667
|
-
"""
|
|
4668
|
-
Specifies that the image or disk that is being used was licensed on-premises. <br><br> Possible values for Windows Server operating system are: <br><br> Windows_Client <br><br> Windows_Server <br><br> Possible values for Linux Server operating system are: <br><br> RHEL_BYOS (for RHEL) <br><br> SLES_BYOS (for SUSE) <br><br> For more information, see [Azure Hybrid Use Benefit for Windows Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing) <br><br> [Azure Hybrid Use Benefit for Linux Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux) <br><br> Minimum api-version: 2015-06-15
|
|
4669
|
-
"""
|
|
4670
|
-
return pulumi.get(self, "license_type")
|
|
4671
|
-
|
|
4672
|
-
@property
|
|
4673
|
-
@pulumi.getter(name="networkProfile")
|
|
4674
|
-
def network_profile(self) -> Optional['outputs.VirtualMachineScaleSetNetworkProfileResponse']:
|
|
4675
|
-
"""
|
|
4676
|
-
Specifies properties of the network interfaces of the virtual machines in the scale set.
|
|
4677
|
-
"""
|
|
4678
|
-
return pulumi.get(self, "network_profile")
|
|
4679
|
-
|
|
4680
|
-
@property
|
|
4681
|
-
@pulumi.getter(name="osProfile")
|
|
4682
|
-
def os_profile(self) -> Optional['outputs.VirtualMachineScaleSetOSProfileResponse']:
|
|
4683
|
-
"""
|
|
4684
|
-
Specifies the operating system settings for the virtual machines in the scale set.
|
|
4685
|
-
"""
|
|
4686
|
-
return pulumi.get(self, "os_profile")
|
|
4687
|
-
|
|
4688
|
-
@property
|
|
4689
|
-
@pulumi.getter
|
|
4690
|
-
def priority(self) -> Optional[str]:
|
|
4691
|
-
"""
|
|
4692
|
-
Specifies the priority for the virtual machines in the scale set. Minimum api-version: 2017-10-30-preview.
|
|
4693
|
-
"""
|
|
4694
|
-
return pulumi.get(self, "priority")
|
|
4695
|
-
|
|
4696
|
-
@property
|
|
4697
|
-
@pulumi.getter(name="scheduledEventsProfile")
|
|
4698
|
-
def scheduled_events_profile(self) -> Optional['outputs.ScheduledEventsProfileResponse']:
|
|
4699
|
-
"""
|
|
4700
|
-
Specifies Scheduled Event related configurations.
|
|
4701
|
-
"""
|
|
4702
|
-
return pulumi.get(self, "scheduled_events_profile")
|
|
4703
|
-
|
|
4704
|
-
@property
|
|
4705
|
-
@pulumi.getter(name="securityPostureReference")
|
|
4706
|
-
def security_posture_reference(self) -> Optional['outputs.SecurityPostureReferenceResponse']:
|
|
4707
|
-
"""
|
|
4708
|
-
Specifies the security posture to be used for all virtual machines in the scale set. Minimum api-version: 2023-03-01
|
|
4709
|
-
"""
|
|
4710
|
-
return pulumi.get(self, "security_posture_reference")
|
|
4711
|
-
|
|
4712
|
-
@property
|
|
4713
|
-
@pulumi.getter(name="securityProfile")
|
|
4714
|
-
def security_profile(self) -> Optional['outputs.SecurityProfileResponse']:
|
|
4715
|
-
"""
|
|
4716
|
-
Specifies the Security related profile settings for the virtual machines in the scale set.
|
|
4717
|
-
"""
|
|
4718
|
-
return pulumi.get(self, "security_profile")
|
|
4719
|
-
|
|
4720
|
-
@property
|
|
4721
|
-
@pulumi.getter(name="serviceArtifactReference")
|
|
4722
|
-
def service_artifact_reference(self) -> Optional['outputs.ServiceArtifactReferenceResponse']:
|
|
4723
|
-
"""
|
|
4724
|
-
Specifies the service artifact reference id used to set same image version for all virtual machines in the scale set when using 'latest' image version. Minimum api-version: 2022-11-01
|
|
4725
|
-
"""
|
|
4726
|
-
return pulumi.get(self, "service_artifact_reference")
|
|
4727
|
-
|
|
4728
|
-
@property
|
|
4729
|
-
@pulumi.getter(name="storageProfile")
|
|
4730
|
-
def storage_profile(self) -> Optional['outputs.VirtualMachineScaleSetStorageProfileResponse']:
|
|
4731
|
-
"""
|
|
4732
|
-
Specifies the storage settings for the virtual machine disks.
|
|
4733
|
-
"""
|
|
4734
|
-
return pulumi.get(self, "storage_profile")
|
|
4735
|
-
|
|
4736
|
-
@property
|
|
4737
|
-
@pulumi.getter(name="userData")
|
|
4738
|
-
def user_data(self) -> Optional[str]:
|
|
4739
|
-
"""
|
|
4740
|
-
UserData for the virtual machines in the scale set, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum api-version: 2021-03-01.
|
|
4741
|
-
"""
|
|
4742
|
-
return pulumi.get(self, "user_data")
|
|
4743
|
-
|
|
4744
|
-
|
|
4745
4913
|
@pulumi.output_type
|
|
4746
4914
|
class VmSizeProfileResponse(dict):
|
|
4747
4915
|
"""
|
|
@@ -4814,8 +4982,21 @@ class WinRMListenerResponse(dict):
|
|
|
4814
4982
|
protocol: Optional[str] = None):
|
|
4815
4983
|
"""
|
|
4816
4984
|
Describes Protocol and thumbprint of Windows Remote Management listener
|
|
4817
|
-
:param str certificate_url: This is the URL of a certificate that has been uploaded to Key Vault as a
|
|
4818
|
-
|
|
4985
|
+
:param str certificate_url: This is the URL of a certificate that has been uploaded to Key Vault as a
|
|
4986
|
+
secret. For adding a secret to the Key Vault, see [Add a key or secret to the
|
|
4987
|
+
key
|
|
4988
|
+
vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add).
|
|
4989
|
+
In this case, your certificate needs to be the Base64 encoding of the following
|
|
4990
|
+
JSON Object which is encoded in UTF-8: <br><br> {<br>
|
|
4991
|
+
"data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br>
|
|
4992
|
+
"password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual
|
|
4993
|
+
machine it is recommended to use the [Azure Key Vault virtual machine extension
|
|
4994
|
+
for
|
|
4995
|
+
Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
|
|
4996
|
+
or the [Azure Key Vault virtual machine extension for
|
|
4997
|
+
Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
|
|
4998
|
+
:param str protocol: Specifies the protocol of WinRM listener. Possible values are: **http,**
|
|
4999
|
+
**https.**
|
|
4819
5000
|
"""
|
|
4820
5001
|
if certificate_url is not None:
|
|
4821
5002
|
pulumi.set(__self__, "certificate_url", certificate_url)
|
|
@@ -4826,7 +5007,19 @@ class WinRMListenerResponse(dict):
|
|
|
4826
5007
|
@pulumi.getter(name="certificateUrl")
|
|
4827
5008
|
def certificate_url(self) -> Optional[str]:
|
|
4828
5009
|
"""
|
|
4829
|
-
This is the URL of a certificate that has been uploaded to Key Vault as a
|
|
5010
|
+
This is the URL of a certificate that has been uploaded to Key Vault as a
|
|
5011
|
+
secret. For adding a secret to the Key Vault, see [Add a key or secret to the
|
|
5012
|
+
key
|
|
5013
|
+
vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add).
|
|
5014
|
+
In this case, your certificate needs to be the Base64 encoding of the following
|
|
5015
|
+
JSON Object which is encoded in UTF-8: <br><br> {<br>
|
|
5016
|
+
"data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br>
|
|
5017
|
+
"password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual
|
|
5018
|
+
machine it is recommended to use the [Azure Key Vault virtual machine extension
|
|
5019
|
+
for
|
|
5020
|
+
Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
|
|
5021
|
+
or the [Azure Key Vault virtual machine extension for
|
|
5022
|
+
Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
|
|
4830
5023
|
"""
|
|
4831
5024
|
return pulumi.get(self, "certificate_url")
|
|
4832
5025
|
|
|
@@ -4834,7 +5027,8 @@ class WinRMListenerResponse(dict):
|
|
|
4834
5027
|
@pulumi.getter
|
|
4835
5028
|
def protocol(self) -> Optional[str]:
|
|
4836
5029
|
"""
|
|
4837
|
-
Specifies the protocol of WinRM listener. Possible values are: **http,**
|
|
5030
|
+
Specifies the protocol of WinRM listener. Possible values are: **http,**
|
|
5031
|
+
**https.**
|
|
4838
5032
|
"""
|
|
4839
5033
|
return pulumi.get(self, "protocol")
|
|
4840
5034
|
|
|
@@ -4883,13 +5077,25 @@ class WindowsConfigurationResponse(dict):
|
|
|
4883
5077
|
win_rm: Optional['outputs.WinRMConfigurationResponse'] = None):
|
|
4884
5078
|
"""
|
|
4885
5079
|
Specifies Windows operating system settings on the virtual machine.
|
|
4886
|
-
:param Sequence['AdditionalUnattendContentResponse'] additional_unattend_content: Specifies additional base-64 encoded XML formatted information that can be
|
|
4887
|
-
|
|
4888
|
-
:param bool
|
|
5080
|
+
:param Sequence['AdditionalUnattendContentResponse'] additional_unattend_content: Specifies additional base-64 encoded XML formatted information that can be
|
|
5081
|
+
included in the Unattend.xml file, which is used by Windows Setup.
|
|
5082
|
+
:param bool enable_automatic_updates: Indicates whether Automatic Updates is enabled for the Windows virtual machine.
|
|
5083
|
+
Default value is true. For virtual machine scale sets, this property can be
|
|
5084
|
+
updated and updates will take effect on OS reprovisioning.
|
|
5085
|
+
:param bool enable_vm_agent_platform_updates: Indicates whether VMAgent Platform Updates is enabled for the Windows virtual
|
|
5086
|
+
machine. Default value is false.
|
|
4889
5087
|
:param 'PatchSettingsResponse' patch_settings: [Preview Feature] Specifies settings related to VM Guest Patching on Windows.
|
|
4890
|
-
:param bool provision_vm_agent: Indicates whether virtual machine agent should be provisioned on the virtual
|
|
4891
|
-
|
|
4892
|
-
|
|
5088
|
+
:param bool provision_vm_agent: Indicates whether virtual machine agent should be provisioned on the virtual
|
|
5089
|
+
machine. When this property is not specified in the request body, it is set to
|
|
5090
|
+
true by default. This will ensure that VM Agent is installed on the VM so that
|
|
5091
|
+
extensions can be added to the VM later.
|
|
5092
|
+
:param str time_zone: Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time".
|
|
5093
|
+
Possible values can be
|
|
5094
|
+
[TimeZoneInfo.Id](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.id?#System_TimeZoneInfo_Id)
|
|
5095
|
+
value from time zones returned by
|
|
5096
|
+
[TimeZoneInfo.GetSystemTimeZones](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.getsystemtimezones).
|
|
5097
|
+
:param 'WinRMConfigurationResponse' win_rm: Specifies the Windows Remote Management listeners. This enables remote Windows
|
|
5098
|
+
PowerShell.
|
|
4893
5099
|
"""
|
|
4894
5100
|
if additional_unattend_content is not None:
|
|
4895
5101
|
pulumi.set(__self__, "additional_unattend_content", additional_unattend_content)
|
|
@@ -4910,7 +5116,8 @@ class WindowsConfigurationResponse(dict):
|
|
|
4910
5116
|
@pulumi.getter(name="additionalUnattendContent")
|
|
4911
5117
|
def additional_unattend_content(self) -> Optional[Sequence['outputs.AdditionalUnattendContentResponse']]:
|
|
4912
5118
|
"""
|
|
4913
|
-
Specifies additional base-64 encoded XML formatted information that can be
|
|
5119
|
+
Specifies additional base-64 encoded XML formatted information that can be
|
|
5120
|
+
included in the Unattend.xml file, which is used by Windows Setup.
|
|
4914
5121
|
"""
|
|
4915
5122
|
return pulumi.get(self, "additional_unattend_content")
|
|
4916
5123
|
|
|
@@ -4918,7 +5125,9 @@ class WindowsConfigurationResponse(dict):
|
|
|
4918
5125
|
@pulumi.getter(name="enableAutomaticUpdates")
|
|
4919
5126
|
def enable_automatic_updates(self) -> Optional[bool]:
|
|
4920
5127
|
"""
|
|
4921
|
-
Indicates whether Automatic Updates is enabled for the Windows virtual machine.
|
|
5128
|
+
Indicates whether Automatic Updates is enabled for the Windows virtual machine.
|
|
5129
|
+
Default value is true. For virtual machine scale sets, this property can be
|
|
5130
|
+
updated and updates will take effect on OS reprovisioning.
|
|
4922
5131
|
"""
|
|
4923
5132
|
return pulumi.get(self, "enable_automatic_updates")
|
|
4924
5133
|
|
|
@@ -4926,7 +5135,8 @@ class WindowsConfigurationResponse(dict):
|
|
|
4926
5135
|
@pulumi.getter(name="enableVMAgentPlatformUpdates")
|
|
4927
5136
|
def enable_vm_agent_platform_updates(self) -> Optional[bool]:
|
|
4928
5137
|
"""
|
|
4929
|
-
Indicates whether VMAgent Platform Updates is enabled for the Windows virtual
|
|
5138
|
+
Indicates whether VMAgent Platform Updates is enabled for the Windows virtual
|
|
5139
|
+
machine. Default value is false.
|
|
4930
5140
|
"""
|
|
4931
5141
|
return pulumi.get(self, "enable_vm_agent_platform_updates")
|
|
4932
5142
|
|
|
@@ -4942,7 +5152,10 @@ class WindowsConfigurationResponse(dict):
|
|
|
4942
5152
|
@pulumi.getter(name="provisionVMAgent")
|
|
4943
5153
|
def provision_vm_agent(self) -> Optional[bool]:
|
|
4944
5154
|
"""
|
|
4945
|
-
Indicates whether virtual machine agent should be provisioned on the virtual
|
|
5155
|
+
Indicates whether virtual machine agent should be provisioned on the virtual
|
|
5156
|
+
machine. When this property is not specified in the request body, it is set to
|
|
5157
|
+
true by default. This will ensure that VM Agent is installed on the VM so that
|
|
5158
|
+
extensions can be added to the VM later.
|
|
4946
5159
|
"""
|
|
4947
5160
|
return pulumi.get(self, "provision_vm_agent")
|
|
4948
5161
|
|
|
@@ -4950,7 +5163,11 @@ class WindowsConfigurationResponse(dict):
|
|
|
4950
5163
|
@pulumi.getter(name="timeZone")
|
|
4951
5164
|
def time_zone(self) -> Optional[str]:
|
|
4952
5165
|
"""
|
|
4953
|
-
Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time".
|
|
5166
|
+
Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time".
|
|
5167
|
+
Possible values can be
|
|
5168
|
+
[TimeZoneInfo.Id](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.id?#System_TimeZoneInfo_Id)
|
|
5169
|
+
value from time zones returned by
|
|
5170
|
+
[TimeZoneInfo.GetSystemTimeZones](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.getsystemtimezones).
|
|
4954
5171
|
"""
|
|
4955
5172
|
return pulumi.get(self, "time_zone")
|
|
4956
5173
|
|
|
@@ -4958,7 +5175,8 @@ class WindowsConfigurationResponse(dict):
|
|
|
4958
5175
|
@pulumi.getter(name="winRM")
|
|
4959
5176
|
def win_rm(self) -> Optional['outputs.WinRMConfigurationResponse']:
|
|
4960
5177
|
"""
|
|
4961
|
-
Specifies the Windows Remote Management listeners. This enables remote Windows
|
|
5178
|
+
Specifies the Windows Remote Management listeners. This enables remote Windows
|
|
5179
|
+
PowerShell.
|
|
4962
5180
|
"""
|
|
4963
5181
|
return pulumi.get(self, "win_rm")
|
|
4964
5182
|
|
|
@@ -4966,7 +5184,8 @@ class WindowsConfigurationResponse(dict):
|
|
|
4966
5184
|
@pulumi.output_type
|
|
4967
5185
|
class WindowsVMGuestPatchAutomaticByPlatformSettingsResponse(dict):
|
|
4968
5186
|
"""
|
|
4969
|
-
Specifies additional settings to be applied when patch mode AutomaticByPlatform
|
|
5187
|
+
Specifies additional settings to be applied when patch mode AutomaticByPlatform
|
|
5188
|
+
is selected in Windows patch settings.
|
|
4970
5189
|
"""
|
|
4971
5190
|
@staticmethod
|
|
4972
5191
|
def __key_warning(key: str):
|
|
@@ -4991,9 +5210,11 @@ class WindowsVMGuestPatchAutomaticByPlatformSettingsResponse(dict):
|
|
|
4991
5210
|
bypass_platform_safety_checks_on_user_schedule: Optional[bool] = None,
|
|
4992
5211
|
reboot_setting: Optional[str] = None):
|
|
4993
5212
|
"""
|
|
4994
|
-
Specifies additional settings to be applied when patch mode AutomaticByPlatform
|
|
5213
|
+
Specifies additional settings to be applied when patch mode AutomaticByPlatform
|
|
5214
|
+
is selected in Windows patch settings.
|
|
4995
5215
|
:param bool bypass_platform_safety_checks_on_user_schedule: Enables customer to schedule patching without accidental upgrades
|
|
4996
|
-
:param str reboot_setting: Specifies the reboot setting for all AutomaticByPlatform patch installation
|
|
5216
|
+
:param str reboot_setting: Specifies the reboot setting for all AutomaticByPlatform patch installation
|
|
5217
|
+
operations.
|
|
4997
5218
|
"""
|
|
4998
5219
|
if bypass_platform_safety_checks_on_user_schedule is not None:
|
|
4999
5220
|
pulumi.set(__self__, "bypass_platform_safety_checks_on_user_schedule", bypass_platform_safety_checks_on_user_schedule)
|
|
@@ -5012,7 +5233,8 @@ class WindowsVMGuestPatchAutomaticByPlatformSettingsResponse(dict):
|
|
|
5012
5233
|
@pulumi.getter(name="rebootSetting")
|
|
5013
5234
|
def reboot_setting(self) -> Optional[str]:
|
|
5014
5235
|
"""
|
|
5015
|
-
Specifies the reboot setting for all AutomaticByPlatform patch installation
|
|
5236
|
+
Specifies the reboot setting for all AutomaticByPlatform patch installation
|
|
5237
|
+
operations.
|
|
5016
5238
|
"""
|
|
5017
5239
|
return pulumi.get(self, "reboot_setting")
|
|
5018
5240
|
|