pulumi-azure-native 2.11.1a1697208201__py3-none-any.whl → 2.12.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 +112 -0
- pulumi_azure_native/azurestackhci/__init__.py +5 -0
- pulumi_azure_native/azurestackhci/_inputs.py +284 -0
- pulumi_azure_native/azurestackhci/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/get_logical_network.py +224 -0
- pulumi_azure_native/azurestackhci/logical_network.py +362 -0
- pulumi_azure_native/azurestackhci/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/outputs.py +446 -0
- pulumi_azure_native/azurestackhci/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/galleryimage_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/marketplacegalleryimage.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/networkinterface_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/storagecontainer_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/virtualharddisk_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/guest_agent.py +2 -0
- pulumi_azure_native/azurestackhci/v20230701preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/__init__.py +26 -0
- pulumi_azure_native/azurestackhci/v20230901preview/_enums.py +124 -0
- pulumi_azure_native/azurestackhci/v20230901preview/_inputs.py +1474 -0
- pulumi_azure_native/azurestackhci/v20230901preview/gallery_image.py +477 -0
- pulumi_azure_native/azurestackhci/v20230901preview/get_gallery_image.py +274 -0
- pulumi_azure_native/azurestackhci/v20230901preview/get_guest_agent.py +165 -0
- pulumi_azure_native/azurestackhci/v20230901preview/get_logical_network.py +222 -0
- pulumi_azure_native/azurestackhci/v20230901preview/get_marketplace_gallery_image.py +261 -0
- pulumi_azure_native/azurestackhci/v20230901preview/get_network_interface.py +222 -0
- pulumi_azure_native/azurestackhci/v20230901preview/get_storage_container.py +196 -0
- pulumi_azure_native/azurestackhci/v20230901preview/get_virtual_hard_disk.py +278 -0
- pulumi_azure_native/azurestackhci/v20230901preview/get_virtual_machine_instance.py +295 -0
- pulumi_azure_native/azurestackhci/v20230901preview/guest_agent.py +224 -0
- pulumi_azure_native/azurestackhci/v20230901preview/logical_network.py +360 -0
- pulumi_azure_native/azurestackhci/v20230901preview/marketplace_gallery_image.py +448 -0
- pulumi_azure_native/azurestackhci/v20230901preview/network_interface.py +360 -0
- pulumi_azure_native/azurestackhci/v20230901preview/outputs.py +3323 -0
- pulumi_azure_native/azurestackhci/v20230901preview/storage_container.py +303 -0
- pulumi_azure_native/azurestackhci/v20230901preview/virtual_hard_disk.py +481 -0
- pulumi_azure_native/azurestackhci/v20230901preview/virtual_machine_instance.py +457 -0
- pulumi_azure_native/azurestackhci/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/virtual_machine_instance.py +1 -1
- pulumi_azure_native/cognitiveservices/__init__.py +11 -0
- pulumi_azure_native/cognitiveservices/_enums.py +38 -0
- pulumi_azure_native/cognitiveservices/_inputs.py +344 -0
- pulumi_azure_native/cognitiveservices/account.py +1 -1
- pulumi_azure_native/cognitiveservices/commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/commitment_plan_association.py +1 -1
- pulumi_azure_native/cognitiveservices/deployment.py +1 -1
- pulumi_azure_native/cognitiveservices/encryption_scope.py +257 -0
- pulumi_azure_native/cognitiveservices/get_encryption_scope.py +164 -0
- pulumi_azure_native/cognitiveservices/get_rai_blocklist.py +164 -0
- pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py +169 -0
- pulumi_azure_native/cognitiveservices/get_rai_policy.py +164 -0
- pulumi_azure_native/cognitiveservices/outputs.py +411 -0
- pulumi_azure_native/cognitiveservices/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cognitiveservices/rai_blocklist.py +256 -0
- pulumi_azure_native/cognitiveservices/rai_blocklist_item.py +277 -0
- pulumi_azure_native/cognitiveservices/rai_policy.py +257 -0
- pulumi_azure_native/cognitiveservices/shared_commitment_plan.py +1 -1
- 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/__init__.py +31 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/_enums.py +155 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/_inputs.py +1814 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/account.py +350 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan.py +342 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan_association.py +253 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/deployment.py +284 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/encryption_scope.py +255 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/get_account.py +209 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/get_commitment_plan.py +201 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/get_commitment_plan_association.py +162 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/get_deployment.py +175 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/get_encryption_scope.py +162 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/get_private_endpoint_connection.py +162 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/get_rai_blocklist.py +162 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/get_rai_blocklist_item.py +167 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/get_rai_policy.py +162 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/get_shared_commitment_plan.py +196 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/list_account_keys.py +91 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/outputs.py +3141 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/private_endpoint_connection.py +255 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist.py +254 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist_item.py +275 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/rai_policy.py +255 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/shared_commitment_plan.py +321 -0
- pulumi_azure_native/devcenter/__init__.py +3 -0
- pulumi_azure_native/devcenter/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/catalog.py +1 -1
- pulumi_azure_native/devcenter/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/dev_center.py +1 -1
- pulumi_azure_native/devcenter/environment_type.py +1 -1
- pulumi_azure_native/devcenter/gallery.py +1 -1
- pulumi_azure_native/devcenter/network_connection.py +1 -1
- pulumi_azure_native/devcenter/pool.py +1 -1
- pulumi_azure_native/devcenter/project.py +1 -1
- pulumi_azure_native/devcenter/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20221111preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20230401/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230401/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20230401/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20230401/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230401/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230401/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20230401/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20230401/pool.py +1 -1
- pulumi_azure_native/devcenter/v20230401/project.py +1 -1
- pulumi_azure_native/devcenter/v20230401/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230401/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/pool.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/project.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/__init__.py +36 -0
- pulumi_azure_native/devcenter/v20231001preview/_enums.py +145 -0
- pulumi_azure_native/devcenter/v20231001preview/_inputs.py +454 -0
- pulumi_azure_native/devcenter/v20231001preview/attached_network_by_dev_center.py +255 -0
- pulumi_azure_native/devcenter/v20231001preview/catalog.py +334 -0
- pulumi_azure_native/devcenter/v20231001preview/dev_box_definition.py +413 -0
- pulumi_azure_native/devcenter/v20231001preview/dev_center.py +331 -0
- pulumi_azure_native/devcenter/v20231001preview/environment_type.py +253 -0
- pulumi_azure_native/devcenter/v20231001preview/gallery.py +225 -0
- pulumi_azure_native/devcenter/v20231001preview/get_attached_network_by_dev_center.py +188 -0
- pulumi_azure_native/devcenter/v20231001preview/get_catalog.py +240 -0
- pulumi_azure_native/devcenter/v20231001preview/get_catalog_dev_box_definition_error_details.py +89 -0
- pulumi_azure_native/devcenter/v20231001preview/get_catalog_sync_error_details.py +110 -0
- pulumi_azure_native/devcenter/v20231001preview/get_customization_task_error_details.py +89 -0
- pulumi_azure_native/devcenter/v20231001preview/get_dev_box_definition.py +266 -0
- pulumi_azure_native/devcenter/v20231001preview/get_dev_center.py +209 -0
- pulumi_azure_native/devcenter/v20231001preview/get_environment_definition_error_details.py +89 -0
- pulumi_azure_native/devcenter/v20231001preview/get_environment_type.py +162 -0
- pulumi_azure_native/devcenter/v20231001preview/get_gallery.py +149 -0
- pulumi_azure_native/devcenter/v20231001preview/get_network_connection.py +261 -0
- pulumi_azure_native/devcenter/v20231001preview/get_pool.py +318 -0
- pulumi_azure_native/devcenter/v20231001preview/get_project.py +222 -0
- pulumi_azure_native/devcenter/v20231001preview/get_project_environment_type.py +253 -0
- pulumi_azure_native/devcenter/v20231001preview/get_schedule.py +198 -0
- pulumi_azure_native/devcenter/v20231001preview/network_connection.py +448 -0
- pulumi_azure_native/devcenter/v20231001preview/outputs.py +1042 -0
- pulumi_azure_native/devcenter/v20231001preview/pool.py +550 -0
- pulumi_azure_native/devcenter/v20231001preview/project.py +358 -0
- pulumi_azure_native/devcenter/v20231001preview/project_environment_type.py +439 -0
- pulumi_azure_native/devcenter/v20231001preview/schedule.py +376 -0
- pulumi_azure_native/keyvault/__init__.py +3 -0
- pulumi_azure_native/keyvault/key.py +1 -1
- pulumi_azure_native/keyvault/managed_hsm.py +1 -1
- pulumi_azure_native/keyvault/mhsm_private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/secret.py +1 -1
- pulumi_azure_native/keyvault/v20230201/key.py +1 -1
- pulumi_azure_native/keyvault/v20230201/managed_hsm.py +1 -1
- pulumi_azure_native/keyvault/v20230201/mhsm_private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20230201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20230201/secret.py +1 -1
- pulumi_azure_native/keyvault/v20230201/vault.py +1 -1
- pulumi_azure_native/keyvault/v20230701/__init__.py +22 -0
- pulumi_azure_native/keyvault/v20230701/_enums.py +242 -0
- pulumi_azure_native/keyvault/v20230701/_inputs.py +1621 -0
- pulumi_azure_native/keyvault/v20230701/get_key.py +250 -0
- pulumi_azure_native/keyvault/v20230701/get_managed_hsm.py +183 -0
- pulumi_azure_native/keyvault/v20230701/get_mhsm_private_endpoint_connection.py +227 -0
- pulumi_azure_native/keyvault/v20230701/get_private_endpoint_connection.py +188 -0
- pulumi_azure_native/keyvault/v20230701/get_secret.py +149 -0
- pulumi_azure_native/keyvault/v20230701/get_vault.py +157 -0
- pulumi_azure_native/keyvault/v20230701/key.py +324 -0
- pulumi_azure_native/keyvault/v20230701/managed_hsm.py +310 -0
- pulumi_azure_native/keyvault/v20230701/mhsm_private_endpoint_connection.py +361 -0
- pulumi_azure_native/keyvault/v20230701/outputs.py +2256 -0
- pulumi_azure_native/keyvault/v20230701/private_endpoint_connection.py +256 -0
- pulumi_azure_native/keyvault/v20230701/secret.py +245 -0
- pulumi_azure_native/keyvault/v20230701/vault.py +254 -0
- pulumi_azure_native/keyvault/vault.py +1 -1
- pulumi_azure_native/managednetworkfabric/v20230615/get_network_fabric.py +1 -1
- pulumi_azure_native/managednetworkfabric/v20230615/network_fabric.py +21 -2
- pulumi_azure_native/mobilenetwork/__init__.py +3 -0
- pulumi_azure_native/mobilenetwork/attached_data_network.py +1 -1
- pulumi_azure_native/mobilenetwork/data_network.py +1 -1
- pulumi_azure_native/mobilenetwork/diagnostics_package.py +1 -1
- pulumi_azure_native/mobilenetwork/mobile_network.py +1 -1
- pulumi_azure_native/mobilenetwork/packet_capture.py +1 -1
- pulumi_azure_native/mobilenetwork/packet_core_control_plane.py +1 -1
- pulumi_azure_native/mobilenetwork/packet_core_data_plane.py +1 -1
- pulumi_azure_native/mobilenetwork/service.py +1 -1
- pulumi_azure_native/mobilenetwork/sim.py +1 -1
- pulumi_azure_native/mobilenetwork/sim_group.py +1 -1
- pulumi_azure_native/mobilenetwork/sim_policy.py +1 -1
- pulumi_azure_native/mobilenetwork/site.py +1 -1
- pulumi_azure_native/mobilenetwork/slice.py +1 -1
- pulumi_azure_native/mobilenetwork/v20220301preview/packet_core_control_plane.py +1 -1
- pulumi_azure_native/mobilenetwork/v20220401preview/attached_data_network.py +1 -1
- pulumi_azure_native/mobilenetwork/v20220401preview/data_network.py +1 -1
- pulumi_azure_native/mobilenetwork/v20220401preview/mobile_network.py +1 -1
- pulumi_azure_native/mobilenetwork/v20220401preview/packet_core_control_plane.py +1 -1
- pulumi_azure_native/mobilenetwork/v20220401preview/packet_core_data_plane.py +1 -1
- pulumi_azure_native/mobilenetwork/v20220401preview/service.py +1 -1
- pulumi_azure_native/mobilenetwork/v20220401preview/sim.py +1 -1
- pulumi_azure_native/mobilenetwork/v20220401preview/sim_group.py +1 -1
- pulumi_azure_native/mobilenetwork/v20220401preview/sim_policy.py +1 -1
- pulumi_azure_native/mobilenetwork/v20220401preview/site.py +1 -1
- pulumi_azure_native/mobilenetwork/v20220401preview/slice.py +1 -1
- pulumi_azure_native/mobilenetwork/v20221101/attached_data_network.py +1 -1
- pulumi_azure_native/mobilenetwork/v20221101/data_network.py +1 -1
- pulumi_azure_native/mobilenetwork/v20221101/mobile_network.py +1 -1
- pulumi_azure_native/mobilenetwork/v20221101/packet_core_control_plane.py +1 -1
- pulumi_azure_native/mobilenetwork/v20221101/packet_core_data_plane.py +1 -1
- pulumi_azure_native/mobilenetwork/v20221101/service.py +1 -1
- pulumi_azure_native/mobilenetwork/v20221101/sim.py +1 -1
- pulumi_azure_native/mobilenetwork/v20221101/sim_group.py +1 -1
- pulumi_azure_native/mobilenetwork/v20221101/sim_policy.py +1 -1
- pulumi_azure_native/mobilenetwork/v20221101/site.py +1 -1
- pulumi_azure_native/mobilenetwork/v20221101/slice.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230601/attached_data_network.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230601/data_network.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230601/diagnostics_package.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230601/mobile_network.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230601/packet_capture.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230601/packet_core_control_plane.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230601/packet_core_data_plane.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230601/service.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230601/sim.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230601/sim_group.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230601/sim_policy.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230601/site.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230601/slice.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230901/__init__.py +36 -0
- pulumi_azure_native/mobilenetwork/v20230901/_enums.py +196 -0
- pulumi_azure_native/mobilenetwork/v20230901/_inputs.py +1774 -0
- pulumi_azure_native/mobilenetwork/v20230901/attached_data_network.py +443 -0
- pulumi_azure_native/mobilenetwork/v20230901/data_network.py +282 -0
- pulumi_azure_native/mobilenetwork/v20230901/diagnostics_package.py +215 -0
- pulumi_azure_native/mobilenetwork/v20230901/get_attached_data_network.py +237 -0
- pulumi_azure_native/mobilenetwork/v20230901/get_data_network.py +175 -0
- pulumi_azure_native/mobilenetwork/v20230901/get_diagnostics_package.py +162 -0
- pulumi_azure_native/mobilenetwork/v20230901/get_mobile_network.py +183 -0
- pulumi_azure_native/mobilenetwork/v20230901/get_packet_capture.py +240 -0
- pulumi_azure_native/mobilenetwork/v20230901/get_packet_core_control_plane.py +378 -0
- pulumi_azure_native/mobilenetwork/v20230901/get_packet_core_data_plane.py +188 -0
- pulumi_azure_native/mobilenetwork/v20230901/get_service.py +201 -0
- pulumi_azure_native/mobilenetwork/v20230901/get_sim.py +253 -0
- pulumi_azure_native/mobilenetwork/v20230901/get_sim_group.py +196 -0
- pulumi_azure_native/mobilenetwork/v20230901/get_sim_policy.py +240 -0
- pulumi_azure_native/mobilenetwork/v20230901/get_site.py +175 -0
- pulumi_azure_native/mobilenetwork/v20230901/get_slice.py +188 -0
- pulumi_azure_native/mobilenetwork/v20230901/mobile_network.py +273 -0
- pulumi_azure_native/mobilenetwork/v20230901/outputs.py +2277 -0
- pulumi_azure_native/mobilenetwork/v20230901/packet_capture.py +363 -0
- pulumi_azure_native/mobilenetwork/v20230901/packet_core_control_plane.py +698 -0
- pulumi_azure_native/mobilenetwork/v20230901/packet_core_data_plane.py +313 -0
- pulumi_azure_native/mobilenetwork/v20230901/service.py +344 -0
- pulumi_azure_native/mobilenetwork/v20230901/sim.py +422 -0
- pulumi_azure_native/mobilenetwork/v20230901/sim_group.py +321 -0
- pulumi_azure_native/mobilenetwork/v20230901/sim_policy.py +417 -0
- pulumi_azure_native/mobilenetwork/v20230901/site.py +263 -0
- pulumi_azure_native/mobilenetwork/v20230901/slice.py +313 -0
- pulumi_azure_native/storagesync/__init__.py +3 -0
- pulumi_azure_native/storagesync/cloud_endpoint.py +1 -1
- pulumi_azure_native/storagesync/private_endpoint_connection.py +1 -1
- pulumi_azure_native/storagesync/registered_server.py +1 -1
- pulumi_azure_native/storagesync/server_endpoint.py +1 -1
- pulumi_azure_native/storagesync/storage_sync_service.py +1 -1
- pulumi_azure_native/storagesync/sync_group.py +1 -1
- pulumi_azure_native/storagesync/v20220601/cloud_endpoint.py +1 -1
- pulumi_azure_native/storagesync/v20220601/private_endpoint_connection.py +1 -1
- pulumi_azure_native/storagesync/v20220601/registered_server.py +1 -1
- pulumi_azure_native/storagesync/v20220601/server_endpoint.py +1 -1
- pulumi_azure_native/storagesync/v20220601/storage_sync_service.py +1 -1
- pulumi_azure_native/storagesync/v20220601/sync_group.py +1 -1
- pulumi_azure_native/storagesync/v20220901/__init__.py +22 -0
- pulumi_azure_native/storagesync/v20220901/_enums.py +75 -0
- pulumi_azure_native/storagesync/v20220901/_inputs.py +112 -0
- pulumi_azure_native/storagesync/v20220901/cloud_endpoint.py +382 -0
- pulumi_azure_native/storagesync/v20220901/get_cloud_endpoint.py +258 -0
- pulumi_azure_native/storagesync/v20220901/get_private_endpoint_connection.py +175 -0
- pulumi_azure_native/storagesync/v20220901/get_registered_server.py +474 -0
- pulumi_azure_native/storagesync/v20220901/get_server_endpoint.py +401 -0
- pulumi_azure_native/storagesync/v20220901/get_storage_sync_service.py +261 -0
- pulumi_azure_native/storagesync/v20220901/get_sync_group.py +149 -0
- pulumi_azure_native/storagesync/v20220901/outputs.py +2372 -0
- pulumi_azure_native/storagesync/v20220901/private_endpoint_connection.py +247 -0
- pulumi_azure_native/storagesync/v20220901/registered_server.py +644 -0
- pulumi_azure_native/storagesync/v20220901/server_endpoint.py +634 -0
- pulumi_azure_native/storagesync/v20220901/storage_sync_service.py +371 -0
- pulumi_azure_native/storagesync/v20220901/sync_group.py +205 -0
- pulumi_azure_native/synapse/_inputs.py +2 -2
- pulumi_azure_native/synapse/outputs.py +2 -2
- pulumi_azure_native/synapse/v20210501/_inputs.py +2 -2
- pulumi_azure_native/synapse/v20210501/outputs.py +2 -2
- pulumi_azure_native/synapse/v20210601/_inputs.py +2 -2
- pulumi_azure_native/synapse/v20210601/outputs.py +2 -2
- pulumi_azure_native/synapse/v20210601preview/_inputs.py +2 -2
- pulumi_azure_native/synapse/v20210601preview/outputs.py +2 -2
- pulumi_azure_native/workloads/__init__.py +3 -0
- pulumi_azure_native/workloads/sap_application_server_instance.py +1 -1
- pulumi_azure_native/workloads/sap_central_instance.py +1 -1
- pulumi_azure_native/workloads/sap_database_instance.py +1 -1
- pulumi_azure_native/workloads/sap_virtual_instance.py +1 -1
- pulumi_azure_native/workloads/v20211201preview/sap_application_server_instance.py +1 -1
- pulumi_azure_native/workloads/v20230401/sap_application_server_instance.py +1 -1
- pulumi_azure_native/workloads/v20230401/sap_central_instance.py +1 -1
- pulumi_azure_native/workloads/v20230401/sap_database_instance.py +1 -1
- pulumi_azure_native/workloads/v20230401/sap_virtual_instance.py +1 -1
- pulumi_azure_native/workloads/v20231001preview/__init__.py +22 -0
- pulumi_azure_native/workloads/v20231001preview/_enums.py +141 -0
- pulumi_azure_native/workloads/v20231001preview/_inputs.py +2377 -0
- pulumi_azure_native/workloads/v20231001preview/get_sap_application_server_instance.py +357 -0
- pulumi_azure_native/workloads/v20231001preview/get_sap_availability_zone_details.py +90 -0
- pulumi_azure_native/workloads/v20231001preview/get_sap_central_instance.py +331 -0
- pulumi_azure_native/workloads/v20231001preview/get_sap_database_instance.py +266 -0
- pulumi_azure_native/workloads/v20231001preview/get_sap_disk_configurations.py +105 -0
- pulumi_azure_native/workloads/v20231001preview/get_sap_sizing_recommendations.py +119 -0
- pulumi_azure_native/workloads/v20231001preview/get_sap_supported_sku.py +105 -0
- pulumi_azure_native/workloads/v20231001preview/get_sap_virtual_instance.py +287 -0
- pulumi_azure_native/workloads/v20231001preview/outputs.py +3828 -0
- pulumi_azure_native/workloads/v20231001preview/sap_application_server_instance.py +403 -0
- pulumi_azure_native/workloads/v20231001preview/sap_central_instance.py +383 -0
- pulumi_azure_native/workloads/v20231001preview/sap_database_instance.py +333 -0
- pulumi_azure_native/workloads/v20231001preview/sap_virtual_instance.py +455 -0
- {pulumi_azure_native-2.11.1a1697208201.dist-info → pulumi_azure_native-2.12.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.11.1a1697208201.dist-info → pulumi_azure_native-2.12.0.dist-info}/RECORD +342 -179
- {pulumi_azure_native-2.11.1a1697208201.dist-info → pulumi_azure_native-2.12.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.11.1a1697208201.dist-info → pulumi_azure_native-2.12.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,457 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
from ._enums import *
|
|
13
|
+
from ._inputs import *
|
|
14
|
+
|
|
15
|
+
__all__ = ['VirtualMachineInstanceArgs', 'VirtualMachineInstance']
|
|
16
|
+
|
|
17
|
+
@pulumi.input_type
|
|
18
|
+
class VirtualMachineInstanceArgs:
|
|
19
|
+
def __init__(__self__, *,
|
|
20
|
+
resource_uri: pulumi.Input[str],
|
|
21
|
+
extended_location: Optional[pulumi.Input['ExtendedLocationArgs']] = None,
|
|
22
|
+
hardware_profile: Optional[pulumi.Input['VirtualMachineInstancePropertiesHardwareProfileArgs']] = None,
|
|
23
|
+
http_proxy_config: Optional[pulumi.Input['HttpProxyConfigurationArgs']] = None,
|
|
24
|
+
identity: Optional[pulumi.Input['IdentityArgs']] = None,
|
|
25
|
+
network_profile: Optional[pulumi.Input['VirtualMachineInstancePropertiesNetworkProfileArgs']] = None,
|
|
26
|
+
os_profile: Optional[pulumi.Input['VirtualMachineInstancePropertiesOsProfileArgs']] = None,
|
|
27
|
+
resource_uid: Optional[pulumi.Input[str]] = None,
|
|
28
|
+
security_profile: Optional[pulumi.Input['VirtualMachineInstancePropertiesSecurityProfileArgs']] = None,
|
|
29
|
+
storage_profile: Optional[pulumi.Input['VirtualMachineInstancePropertiesStorageProfileArgs']] = None):
|
|
30
|
+
"""
|
|
31
|
+
The set of arguments for constructing a VirtualMachineInstance resource.
|
|
32
|
+
:param pulumi.Input[str] resource_uri: The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource to be extended.
|
|
33
|
+
:param pulumi.Input['ExtendedLocationArgs'] extended_location: The extendedLocation of the resource.
|
|
34
|
+
:param pulumi.Input['VirtualMachineInstancePropertiesHardwareProfileArgs'] hardware_profile: HardwareProfile - Specifies the hardware settings for the virtual machine instance.
|
|
35
|
+
:param pulumi.Input['HttpProxyConfigurationArgs'] http_proxy_config: HTTP Proxy configuration for the VM.
|
|
36
|
+
:param pulumi.Input['IdentityArgs'] identity: Identity for the resource.
|
|
37
|
+
:param pulumi.Input['VirtualMachineInstancePropertiesNetworkProfileArgs'] network_profile: NetworkProfile - describes the network configuration the virtual machine instance
|
|
38
|
+
:param pulumi.Input['VirtualMachineInstancePropertiesOsProfileArgs'] os_profile: OsProfile - describes the configuration of the operating system and sets login data
|
|
39
|
+
:param pulumi.Input[str] resource_uid: Unique identifier defined by ARC to identify the guest of the VM.
|
|
40
|
+
:param pulumi.Input['VirtualMachineInstancePropertiesSecurityProfileArgs'] security_profile: SecurityProfile - Specifies the security settings for the virtual machine instance.
|
|
41
|
+
:param pulumi.Input['VirtualMachineInstancePropertiesStorageProfileArgs'] storage_profile: StorageProfile - contains information about the disks and storage information for the virtual machine instance
|
|
42
|
+
"""
|
|
43
|
+
pulumi.set(__self__, "resource_uri", resource_uri)
|
|
44
|
+
if extended_location is not None:
|
|
45
|
+
pulumi.set(__self__, "extended_location", extended_location)
|
|
46
|
+
if hardware_profile is not None:
|
|
47
|
+
pulumi.set(__self__, "hardware_profile", hardware_profile)
|
|
48
|
+
if http_proxy_config is not None:
|
|
49
|
+
pulumi.set(__self__, "http_proxy_config", http_proxy_config)
|
|
50
|
+
if identity is not None:
|
|
51
|
+
pulumi.set(__self__, "identity", identity)
|
|
52
|
+
if network_profile is not None:
|
|
53
|
+
pulumi.set(__self__, "network_profile", network_profile)
|
|
54
|
+
if os_profile is not None:
|
|
55
|
+
pulumi.set(__self__, "os_profile", os_profile)
|
|
56
|
+
if resource_uid is not None:
|
|
57
|
+
pulumi.set(__self__, "resource_uid", resource_uid)
|
|
58
|
+
if security_profile is not None:
|
|
59
|
+
pulumi.set(__self__, "security_profile", security_profile)
|
|
60
|
+
if storage_profile is not None:
|
|
61
|
+
pulumi.set(__self__, "storage_profile", storage_profile)
|
|
62
|
+
|
|
63
|
+
@property
|
|
64
|
+
@pulumi.getter(name="resourceUri")
|
|
65
|
+
def resource_uri(self) -> pulumi.Input[str]:
|
|
66
|
+
"""
|
|
67
|
+
The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource to be extended.
|
|
68
|
+
"""
|
|
69
|
+
return pulumi.get(self, "resource_uri")
|
|
70
|
+
|
|
71
|
+
@resource_uri.setter
|
|
72
|
+
def resource_uri(self, value: pulumi.Input[str]):
|
|
73
|
+
pulumi.set(self, "resource_uri", value)
|
|
74
|
+
|
|
75
|
+
@property
|
|
76
|
+
@pulumi.getter(name="extendedLocation")
|
|
77
|
+
def extended_location(self) -> Optional[pulumi.Input['ExtendedLocationArgs']]:
|
|
78
|
+
"""
|
|
79
|
+
The extendedLocation of the resource.
|
|
80
|
+
"""
|
|
81
|
+
return pulumi.get(self, "extended_location")
|
|
82
|
+
|
|
83
|
+
@extended_location.setter
|
|
84
|
+
def extended_location(self, value: Optional[pulumi.Input['ExtendedLocationArgs']]):
|
|
85
|
+
pulumi.set(self, "extended_location", value)
|
|
86
|
+
|
|
87
|
+
@property
|
|
88
|
+
@pulumi.getter(name="hardwareProfile")
|
|
89
|
+
def hardware_profile(self) -> Optional[pulumi.Input['VirtualMachineInstancePropertiesHardwareProfileArgs']]:
|
|
90
|
+
"""
|
|
91
|
+
HardwareProfile - Specifies the hardware settings for the virtual machine instance.
|
|
92
|
+
"""
|
|
93
|
+
return pulumi.get(self, "hardware_profile")
|
|
94
|
+
|
|
95
|
+
@hardware_profile.setter
|
|
96
|
+
def hardware_profile(self, value: Optional[pulumi.Input['VirtualMachineInstancePropertiesHardwareProfileArgs']]):
|
|
97
|
+
pulumi.set(self, "hardware_profile", value)
|
|
98
|
+
|
|
99
|
+
@property
|
|
100
|
+
@pulumi.getter(name="httpProxyConfig")
|
|
101
|
+
def http_proxy_config(self) -> Optional[pulumi.Input['HttpProxyConfigurationArgs']]:
|
|
102
|
+
"""
|
|
103
|
+
HTTP Proxy configuration for the VM.
|
|
104
|
+
"""
|
|
105
|
+
return pulumi.get(self, "http_proxy_config")
|
|
106
|
+
|
|
107
|
+
@http_proxy_config.setter
|
|
108
|
+
def http_proxy_config(self, value: Optional[pulumi.Input['HttpProxyConfigurationArgs']]):
|
|
109
|
+
pulumi.set(self, "http_proxy_config", value)
|
|
110
|
+
|
|
111
|
+
@property
|
|
112
|
+
@pulumi.getter
|
|
113
|
+
def identity(self) -> Optional[pulumi.Input['IdentityArgs']]:
|
|
114
|
+
"""
|
|
115
|
+
Identity for the resource.
|
|
116
|
+
"""
|
|
117
|
+
return pulumi.get(self, "identity")
|
|
118
|
+
|
|
119
|
+
@identity.setter
|
|
120
|
+
def identity(self, value: Optional[pulumi.Input['IdentityArgs']]):
|
|
121
|
+
pulumi.set(self, "identity", value)
|
|
122
|
+
|
|
123
|
+
@property
|
|
124
|
+
@pulumi.getter(name="networkProfile")
|
|
125
|
+
def network_profile(self) -> Optional[pulumi.Input['VirtualMachineInstancePropertiesNetworkProfileArgs']]:
|
|
126
|
+
"""
|
|
127
|
+
NetworkProfile - describes the network configuration the virtual machine instance
|
|
128
|
+
"""
|
|
129
|
+
return pulumi.get(self, "network_profile")
|
|
130
|
+
|
|
131
|
+
@network_profile.setter
|
|
132
|
+
def network_profile(self, value: Optional[pulumi.Input['VirtualMachineInstancePropertiesNetworkProfileArgs']]):
|
|
133
|
+
pulumi.set(self, "network_profile", value)
|
|
134
|
+
|
|
135
|
+
@property
|
|
136
|
+
@pulumi.getter(name="osProfile")
|
|
137
|
+
def os_profile(self) -> Optional[pulumi.Input['VirtualMachineInstancePropertiesOsProfileArgs']]:
|
|
138
|
+
"""
|
|
139
|
+
OsProfile - describes the configuration of the operating system and sets login data
|
|
140
|
+
"""
|
|
141
|
+
return pulumi.get(self, "os_profile")
|
|
142
|
+
|
|
143
|
+
@os_profile.setter
|
|
144
|
+
def os_profile(self, value: Optional[pulumi.Input['VirtualMachineInstancePropertiesOsProfileArgs']]):
|
|
145
|
+
pulumi.set(self, "os_profile", value)
|
|
146
|
+
|
|
147
|
+
@property
|
|
148
|
+
@pulumi.getter(name="resourceUid")
|
|
149
|
+
def resource_uid(self) -> Optional[pulumi.Input[str]]:
|
|
150
|
+
"""
|
|
151
|
+
Unique identifier defined by ARC to identify the guest of the VM.
|
|
152
|
+
"""
|
|
153
|
+
return pulumi.get(self, "resource_uid")
|
|
154
|
+
|
|
155
|
+
@resource_uid.setter
|
|
156
|
+
def resource_uid(self, value: Optional[pulumi.Input[str]]):
|
|
157
|
+
pulumi.set(self, "resource_uid", value)
|
|
158
|
+
|
|
159
|
+
@property
|
|
160
|
+
@pulumi.getter(name="securityProfile")
|
|
161
|
+
def security_profile(self) -> Optional[pulumi.Input['VirtualMachineInstancePropertiesSecurityProfileArgs']]:
|
|
162
|
+
"""
|
|
163
|
+
SecurityProfile - Specifies the security settings for the virtual machine instance.
|
|
164
|
+
"""
|
|
165
|
+
return pulumi.get(self, "security_profile")
|
|
166
|
+
|
|
167
|
+
@security_profile.setter
|
|
168
|
+
def security_profile(self, value: Optional[pulumi.Input['VirtualMachineInstancePropertiesSecurityProfileArgs']]):
|
|
169
|
+
pulumi.set(self, "security_profile", value)
|
|
170
|
+
|
|
171
|
+
@property
|
|
172
|
+
@pulumi.getter(name="storageProfile")
|
|
173
|
+
def storage_profile(self) -> Optional[pulumi.Input['VirtualMachineInstancePropertiesStorageProfileArgs']]:
|
|
174
|
+
"""
|
|
175
|
+
StorageProfile - contains information about the disks and storage information for the virtual machine instance
|
|
176
|
+
"""
|
|
177
|
+
return pulumi.get(self, "storage_profile")
|
|
178
|
+
|
|
179
|
+
@storage_profile.setter
|
|
180
|
+
def storage_profile(self, value: Optional[pulumi.Input['VirtualMachineInstancePropertiesStorageProfileArgs']]):
|
|
181
|
+
pulumi.set(self, "storage_profile", value)
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
class VirtualMachineInstance(pulumi.CustomResource):
|
|
185
|
+
@overload
|
|
186
|
+
def __init__(__self__,
|
|
187
|
+
resource_name: str,
|
|
188
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
189
|
+
extended_location: Optional[pulumi.Input[pulumi.InputType['ExtendedLocationArgs']]] = None,
|
|
190
|
+
hardware_profile: Optional[pulumi.Input[pulumi.InputType['VirtualMachineInstancePropertiesHardwareProfileArgs']]] = None,
|
|
191
|
+
http_proxy_config: Optional[pulumi.Input[pulumi.InputType['HttpProxyConfigurationArgs']]] = None,
|
|
192
|
+
identity: Optional[pulumi.Input[pulumi.InputType['IdentityArgs']]] = None,
|
|
193
|
+
network_profile: Optional[pulumi.Input[pulumi.InputType['VirtualMachineInstancePropertiesNetworkProfileArgs']]] = None,
|
|
194
|
+
os_profile: Optional[pulumi.Input[pulumi.InputType['VirtualMachineInstancePropertiesOsProfileArgs']]] = None,
|
|
195
|
+
resource_uid: Optional[pulumi.Input[str]] = None,
|
|
196
|
+
resource_uri: Optional[pulumi.Input[str]] = None,
|
|
197
|
+
security_profile: Optional[pulumi.Input[pulumi.InputType['VirtualMachineInstancePropertiesSecurityProfileArgs']]] = None,
|
|
198
|
+
storage_profile: Optional[pulumi.Input[pulumi.InputType['VirtualMachineInstancePropertiesStorageProfileArgs']]] = None,
|
|
199
|
+
__props__=None):
|
|
200
|
+
"""
|
|
201
|
+
The virtual machine instance resource definition.
|
|
202
|
+
|
|
203
|
+
:param str resource_name: The name of the resource.
|
|
204
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
205
|
+
:param pulumi.Input[pulumi.InputType['ExtendedLocationArgs']] extended_location: The extendedLocation of the resource.
|
|
206
|
+
:param pulumi.Input[pulumi.InputType['VirtualMachineInstancePropertiesHardwareProfileArgs']] hardware_profile: HardwareProfile - Specifies the hardware settings for the virtual machine instance.
|
|
207
|
+
:param pulumi.Input[pulumi.InputType['HttpProxyConfigurationArgs']] http_proxy_config: HTTP Proxy configuration for the VM.
|
|
208
|
+
:param pulumi.Input[pulumi.InputType['IdentityArgs']] identity: Identity for the resource.
|
|
209
|
+
:param pulumi.Input[pulumi.InputType['VirtualMachineInstancePropertiesNetworkProfileArgs']] network_profile: NetworkProfile - describes the network configuration the virtual machine instance
|
|
210
|
+
:param pulumi.Input[pulumi.InputType['VirtualMachineInstancePropertiesOsProfileArgs']] os_profile: OsProfile - describes the configuration of the operating system and sets login data
|
|
211
|
+
:param pulumi.Input[str] resource_uid: Unique identifier defined by ARC to identify the guest of the VM.
|
|
212
|
+
:param pulumi.Input[str] resource_uri: The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource to be extended.
|
|
213
|
+
:param pulumi.Input[pulumi.InputType['VirtualMachineInstancePropertiesSecurityProfileArgs']] security_profile: SecurityProfile - Specifies the security settings for the virtual machine instance.
|
|
214
|
+
:param pulumi.Input[pulumi.InputType['VirtualMachineInstancePropertiesStorageProfileArgs']] storage_profile: StorageProfile - contains information about the disks and storage information for the virtual machine instance
|
|
215
|
+
"""
|
|
216
|
+
...
|
|
217
|
+
@overload
|
|
218
|
+
def __init__(__self__,
|
|
219
|
+
resource_name: str,
|
|
220
|
+
args: VirtualMachineInstanceArgs,
|
|
221
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
222
|
+
"""
|
|
223
|
+
The virtual machine instance resource definition.
|
|
224
|
+
|
|
225
|
+
:param str resource_name: The name of the resource.
|
|
226
|
+
:param VirtualMachineInstanceArgs args: The arguments to use to populate this resource's properties.
|
|
227
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
228
|
+
"""
|
|
229
|
+
...
|
|
230
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
231
|
+
resource_args, opts = _utilities.get_resource_args_opts(VirtualMachineInstanceArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
232
|
+
if resource_args is not None:
|
|
233
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
234
|
+
else:
|
|
235
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
236
|
+
|
|
237
|
+
def _internal_init(__self__,
|
|
238
|
+
resource_name: str,
|
|
239
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
240
|
+
extended_location: Optional[pulumi.Input[pulumi.InputType['ExtendedLocationArgs']]] = None,
|
|
241
|
+
hardware_profile: Optional[pulumi.Input[pulumi.InputType['VirtualMachineInstancePropertiesHardwareProfileArgs']]] = None,
|
|
242
|
+
http_proxy_config: Optional[pulumi.Input[pulumi.InputType['HttpProxyConfigurationArgs']]] = None,
|
|
243
|
+
identity: Optional[pulumi.Input[pulumi.InputType['IdentityArgs']]] = None,
|
|
244
|
+
network_profile: Optional[pulumi.Input[pulumi.InputType['VirtualMachineInstancePropertiesNetworkProfileArgs']]] = None,
|
|
245
|
+
os_profile: Optional[pulumi.Input[pulumi.InputType['VirtualMachineInstancePropertiesOsProfileArgs']]] = None,
|
|
246
|
+
resource_uid: Optional[pulumi.Input[str]] = None,
|
|
247
|
+
resource_uri: Optional[pulumi.Input[str]] = None,
|
|
248
|
+
security_profile: Optional[pulumi.Input[pulumi.InputType['VirtualMachineInstancePropertiesSecurityProfileArgs']]] = None,
|
|
249
|
+
storage_profile: Optional[pulumi.Input[pulumi.InputType['VirtualMachineInstancePropertiesStorageProfileArgs']]] = None,
|
|
250
|
+
__props__=None):
|
|
251
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
252
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
253
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
254
|
+
if opts.id is None:
|
|
255
|
+
if __props__ is not None:
|
|
256
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
257
|
+
__props__ = VirtualMachineInstanceArgs.__new__(VirtualMachineInstanceArgs)
|
|
258
|
+
|
|
259
|
+
__props__.__dict__["extended_location"] = extended_location
|
|
260
|
+
__props__.__dict__["hardware_profile"] = hardware_profile
|
|
261
|
+
__props__.__dict__["http_proxy_config"] = http_proxy_config
|
|
262
|
+
__props__.__dict__["identity"] = identity
|
|
263
|
+
__props__.__dict__["network_profile"] = network_profile
|
|
264
|
+
__props__.__dict__["os_profile"] = os_profile
|
|
265
|
+
__props__.__dict__["resource_uid"] = resource_uid
|
|
266
|
+
if resource_uri is None and not opts.urn:
|
|
267
|
+
raise TypeError("Missing required property 'resource_uri'")
|
|
268
|
+
__props__.__dict__["resource_uri"] = resource_uri
|
|
269
|
+
__props__.__dict__["security_profile"] = security_profile
|
|
270
|
+
__props__.__dict__["storage_profile"] = storage_profile
|
|
271
|
+
__props__.__dict__["guest_agent_install_status"] = None
|
|
272
|
+
__props__.__dict__["instance_view"] = None
|
|
273
|
+
__props__.__dict__["name"] = None
|
|
274
|
+
__props__.__dict__["provisioning_state"] = None
|
|
275
|
+
__props__.__dict__["status"] = None
|
|
276
|
+
__props__.__dict__["system_data"] = None
|
|
277
|
+
__props__.__dict__["type"] = None
|
|
278
|
+
__props__.__dict__["vm_id"] = None
|
|
279
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:VirtualMachineInstance"), pulumi.Alias(type_="azure-native:azurestackhci/v20230701preview:VirtualMachineInstance")])
|
|
280
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
281
|
+
super(VirtualMachineInstance, __self__).__init__(
|
|
282
|
+
'azure-native:azurestackhci/v20230901preview:VirtualMachineInstance',
|
|
283
|
+
resource_name,
|
|
284
|
+
__props__,
|
|
285
|
+
opts)
|
|
286
|
+
|
|
287
|
+
@staticmethod
|
|
288
|
+
def get(resource_name: str,
|
|
289
|
+
id: pulumi.Input[str],
|
|
290
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'VirtualMachineInstance':
|
|
291
|
+
"""
|
|
292
|
+
Get an existing VirtualMachineInstance resource's state with the given name, id, and optional extra
|
|
293
|
+
properties used to qualify the lookup.
|
|
294
|
+
|
|
295
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
296
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
297
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
298
|
+
"""
|
|
299
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
300
|
+
|
|
301
|
+
__props__ = VirtualMachineInstanceArgs.__new__(VirtualMachineInstanceArgs)
|
|
302
|
+
|
|
303
|
+
__props__.__dict__["extended_location"] = None
|
|
304
|
+
__props__.__dict__["guest_agent_install_status"] = None
|
|
305
|
+
__props__.__dict__["hardware_profile"] = None
|
|
306
|
+
__props__.__dict__["http_proxy_config"] = None
|
|
307
|
+
__props__.__dict__["identity"] = None
|
|
308
|
+
__props__.__dict__["instance_view"] = None
|
|
309
|
+
__props__.__dict__["name"] = None
|
|
310
|
+
__props__.__dict__["network_profile"] = None
|
|
311
|
+
__props__.__dict__["os_profile"] = None
|
|
312
|
+
__props__.__dict__["provisioning_state"] = None
|
|
313
|
+
__props__.__dict__["resource_uid"] = None
|
|
314
|
+
__props__.__dict__["security_profile"] = None
|
|
315
|
+
__props__.__dict__["status"] = None
|
|
316
|
+
__props__.__dict__["storage_profile"] = None
|
|
317
|
+
__props__.__dict__["system_data"] = None
|
|
318
|
+
__props__.__dict__["type"] = None
|
|
319
|
+
__props__.__dict__["vm_id"] = None
|
|
320
|
+
return VirtualMachineInstance(resource_name, opts=opts, __props__=__props__)
|
|
321
|
+
|
|
322
|
+
@property
|
|
323
|
+
@pulumi.getter(name="extendedLocation")
|
|
324
|
+
def extended_location(self) -> pulumi.Output[Optional['outputs.ExtendedLocationResponse']]:
|
|
325
|
+
"""
|
|
326
|
+
The extendedLocation of the resource.
|
|
327
|
+
"""
|
|
328
|
+
return pulumi.get(self, "extended_location")
|
|
329
|
+
|
|
330
|
+
@property
|
|
331
|
+
@pulumi.getter(name="guestAgentInstallStatus")
|
|
332
|
+
def guest_agent_install_status(self) -> pulumi.Output[Optional['outputs.GuestAgentInstallStatusResponse']]:
|
|
333
|
+
"""
|
|
334
|
+
Guest agent install status.
|
|
335
|
+
"""
|
|
336
|
+
return pulumi.get(self, "guest_agent_install_status")
|
|
337
|
+
|
|
338
|
+
@property
|
|
339
|
+
@pulumi.getter(name="hardwareProfile")
|
|
340
|
+
def hardware_profile(self) -> pulumi.Output[Optional['outputs.VirtualMachineInstancePropertiesResponseHardwareProfile']]:
|
|
341
|
+
"""
|
|
342
|
+
HardwareProfile - Specifies the hardware settings for the virtual machine instance.
|
|
343
|
+
"""
|
|
344
|
+
return pulumi.get(self, "hardware_profile")
|
|
345
|
+
|
|
346
|
+
@property
|
|
347
|
+
@pulumi.getter(name="httpProxyConfig")
|
|
348
|
+
def http_proxy_config(self) -> pulumi.Output[Optional['outputs.HttpProxyConfigurationResponse']]:
|
|
349
|
+
"""
|
|
350
|
+
HTTP Proxy configuration for the VM.
|
|
351
|
+
"""
|
|
352
|
+
return pulumi.get(self, "http_proxy_config")
|
|
353
|
+
|
|
354
|
+
@property
|
|
355
|
+
@pulumi.getter
|
|
356
|
+
def identity(self) -> pulumi.Output[Optional['outputs.IdentityResponse']]:
|
|
357
|
+
"""
|
|
358
|
+
Identity for the resource.
|
|
359
|
+
"""
|
|
360
|
+
return pulumi.get(self, "identity")
|
|
361
|
+
|
|
362
|
+
@property
|
|
363
|
+
@pulumi.getter(name="instanceView")
|
|
364
|
+
def instance_view(self) -> pulumi.Output['outputs.VirtualMachineInstanceViewResponse']:
|
|
365
|
+
"""
|
|
366
|
+
The virtual machine instance view.
|
|
367
|
+
"""
|
|
368
|
+
return pulumi.get(self, "instance_view")
|
|
369
|
+
|
|
370
|
+
@property
|
|
371
|
+
@pulumi.getter
|
|
372
|
+
def name(self) -> pulumi.Output[str]:
|
|
373
|
+
"""
|
|
374
|
+
The name of the resource
|
|
375
|
+
"""
|
|
376
|
+
return pulumi.get(self, "name")
|
|
377
|
+
|
|
378
|
+
@property
|
|
379
|
+
@pulumi.getter(name="networkProfile")
|
|
380
|
+
def network_profile(self) -> pulumi.Output[Optional['outputs.VirtualMachineInstancePropertiesResponseNetworkProfile']]:
|
|
381
|
+
"""
|
|
382
|
+
NetworkProfile - describes the network configuration the virtual machine instance
|
|
383
|
+
"""
|
|
384
|
+
return pulumi.get(self, "network_profile")
|
|
385
|
+
|
|
386
|
+
@property
|
|
387
|
+
@pulumi.getter(name="osProfile")
|
|
388
|
+
def os_profile(self) -> pulumi.Output[Optional['outputs.VirtualMachineInstancePropertiesResponseOsProfile']]:
|
|
389
|
+
"""
|
|
390
|
+
OsProfile - describes the configuration of the operating system and sets login data
|
|
391
|
+
"""
|
|
392
|
+
return pulumi.get(self, "os_profile")
|
|
393
|
+
|
|
394
|
+
@property
|
|
395
|
+
@pulumi.getter(name="provisioningState")
|
|
396
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
397
|
+
"""
|
|
398
|
+
Provisioning state of the virtual machine instance.
|
|
399
|
+
"""
|
|
400
|
+
return pulumi.get(self, "provisioning_state")
|
|
401
|
+
|
|
402
|
+
@property
|
|
403
|
+
@pulumi.getter(name="resourceUid")
|
|
404
|
+
def resource_uid(self) -> pulumi.Output[Optional[str]]:
|
|
405
|
+
"""
|
|
406
|
+
Unique identifier defined by ARC to identify the guest of the VM.
|
|
407
|
+
"""
|
|
408
|
+
return pulumi.get(self, "resource_uid")
|
|
409
|
+
|
|
410
|
+
@property
|
|
411
|
+
@pulumi.getter(name="securityProfile")
|
|
412
|
+
def security_profile(self) -> pulumi.Output[Optional['outputs.VirtualMachineInstancePropertiesResponseSecurityProfile']]:
|
|
413
|
+
"""
|
|
414
|
+
SecurityProfile - Specifies the security settings for the virtual machine instance.
|
|
415
|
+
"""
|
|
416
|
+
return pulumi.get(self, "security_profile")
|
|
417
|
+
|
|
418
|
+
@property
|
|
419
|
+
@pulumi.getter
|
|
420
|
+
def status(self) -> pulumi.Output['outputs.VirtualMachineInstanceStatusResponse']:
|
|
421
|
+
"""
|
|
422
|
+
The observed state of virtual machine instances
|
|
423
|
+
"""
|
|
424
|
+
return pulumi.get(self, "status")
|
|
425
|
+
|
|
426
|
+
@property
|
|
427
|
+
@pulumi.getter(name="storageProfile")
|
|
428
|
+
def storage_profile(self) -> pulumi.Output[Optional['outputs.VirtualMachineInstancePropertiesResponseStorageProfile']]:
|
|
429
|
+
"""
|
|
430
|
+
StorageProfile - contains information about the disks and storage information for the virtual machine instance
|
|
431
|
+
"""
|
|
432
|
+
return pulumi.get(self, "storage_profile")
|
|
433
|
+
|
|
434
|
+
@property
|
|
435
|
+
@pulumi.getter(name="systemData")
|
|
436
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
437
|
+
"""
|
|
438
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
439
|
+
"""
|
|
440
|
+
return pulumi.get(self, "system_data")
|
|
441
|
+
|
|
442
|
+
@property
|
|
443
|
+
@pulumi.getter
|
|
444
|
+
def type(self) -> pulumi.Output[str]:
|
|
445
|
+
"""
|
|
446
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
447
|
+
"""
|
|
448
|
+
return pulumi.get(self, "type")
|
|
449
|
+
|
|
450
|
+
@property
|
|
451
|
+
@pulumi.getter(name="vmId")
|
|
452
|
+
def vm_id(self) -> pulumi.Output[str]:
|
|
453
|
+
"""
|
|
454
|
+
Unique identifier for the vm resource.
|
|
455
|
+
"""
|
|
456
|
+
return pulumi.get(self, "vm_id")
|
|
457
|
+
|
|
@@ -320,7 +320,7 @@ class VirtualHardDisk(pulumi.CustomResource):
|
|
|
320
320
|
__props__.__dict__["status"] = None
|
|
321
321
|
__props__.__dict__["system_data"] = None
|
|
322
322
|
__props__.__dict__["type"] = None
|
|
323
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci/v20210701preview:VirtualHardDisk"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901preview:VirtualHardDisk"), pulumi.Alias(type_="azure-native:azurestackhci/v20221215preview:VirtualHardDisk"), pulumi.Alias(type_="azure-native:azurestackhci/v20230701preview:VirtualHardDisk")])
|
|
323
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci/v20210701preview:VirtualHardDisk"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901preview:VirtualHardDisk"), pulumi.Alias(type_="azure-native:azurestackhci/v20221215preview:VirtualHardDisk"), pulumi.Alias(type_="azure-native:azurestackhci/v20230701preview:VirtualHardDisk"), pulumi.Alias(type_="azure-native:azurestackhci/v20230901preview:VirtualHardDisk")])
|
|
324
324
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
325
325
|
super(VirtualHardDisk, __self__).__init__(
|
|
326
326
|
'azure-native:azurestackhci:VirtualHardDisk',
|
|
@@ -258,7 +258,7 @@ class VirtualMachineInstance(pulumi.CustomResource):
|
|
|
258
258
|
__props__.__dict__["system_data"] = None
|
|
259
259
|
__props__.__dict__["type"] = None
|
|
260
260
|
__props__.__dict__["vm_id"] = None
|
|
261
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci/v20230701preview:VirtualMachineInstance")])
|
|
261
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci/v20230701preview:VirtualMachineInstance"), pulumi.Alias(type_="azure-native:azurestackhci/v20230901preview:VirtualMachineInstance")])
|
|
262
262
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
263
263
|
super(VirtualMachineInstance, __self__).__init__(
|
|
264
264
|
'azure-native:azurestackhci:VirtualMachineInstance',
|
|
@@ -10,14 +10,22 @@ from .account import *
|
|
|
10
10
|
from .commitment_plan import *
|
|
11
11
|
from .commitment_plan_association import *
|
|
12
12
|
from .deployment import *
|
|
13
|
+
from .encryption_scope import *
|
|
13
14
|
from .get_account import *
|
|
14
15
|
from .get_commitment_plan import *
|
|
15
16
|
from .get_commitment_plan_association import *
|
|
16
17
|
from .get_deployment import *
|
|
18
|
+
from .get_encryption_scope import *
|
|
17
19
|
from .get_private_endpoint_connection import *
|
|
20
|
+
from .get_rai_blocklist import *
|
|
21
|
+
from .get_rai_blocklist_item import *
|
|
22
|
+
from .get_rai_policy import *
|
|
18
23
|
from .get_shared_commitment_plan import *
|
|
19
24
|
from .list_account_keys import *
|
|
20
25
|
from .private_endpoint_connection import *
|
|
26
|
+
from .rai_blocklist import *
|
|
27
|
+
from .rai_blocklist_item import *
|
|
28
|
+
from .rai_policy import *
|
|
21
29
|
from .shared_commitment_plan import *
|
|
22
30
|
from ._inputs import *
|
|
23
31
|
from . import outputs
|
|
@@ -28,7 +36,10 @@ if typing.TYPE_CHECKING:
|
|
|
28
36
|
v20170418 = __v20170418
|
|
29
37
|
import pulumi_azure_native.cognitiveservices.v20230501 as __v20230501
|
|
30
38
|
v20230501 = __v20230501
|
|
39
|
+
import pulumi_azure_native.cognitiveservices.v20231001preview as __v20231001preview
|
|
40
|
+
v20231001preview = __v20231001preview
|
|
31
41
|
else:
|
|
32
42
|
v20170418 = _utilities.lazy_import('pulumi_azure_native.cognitiveservices.v20170418')
|
|
33
43
|
v20230501 = _utilities.lazy_import('pulumi_azure_native.cognitiveservices.v20230501')
|
|
44
|
+
v20231001preview = _utilities.lazy_import('pulumi_azure_native.cognitiveservices.v20231001preview')
|
|
34
45
|
|
|
@@ -5,19 +5,32 @@
|
|
|
5
5
|
from enum import Enum
|
|
6
6
|
|
|
7
7
|
__all__ = [
|
|
8
|
+
'AllowedContentLevel',
|
|
8
9
|
'DeploymentModelVersionUpgradeOption',
|
|
9
10
|
'DeploymentScaleType',
|
|
11
|
+
'EncryptionScopeState',
|
|
10
12
|
'HostingModel',
|
|
11
13
|
'KeySource',
|
|
12
14
|
'NetworkRuleAction',
|
|
13
15
|
'PrivateEndpointServiceConnectionStatus',
|
|
14
16
|
'PublicNetworkAccess',
|
|
17
|
+
'RaiPolicyContentSource',
|
|
18
|
+
'RaiPolicyMode',
|
|
15
19
|
'ResourceIdentityType',
|
|
16
20
|
'RoutingMethods',
|
|
17
21
|
'SkuTier',
|
|
18
22
|
]
|
|
19
23
|
|
|
20
24
|
|
|
25
|
+
class AllowedContentLevel(str, Enum):
|
|
26
|
+
"""
|
|
27
|
+
Level at which content is filtered.
|
|
28
|
+
"""
|
|
29
|
+
LOW = "Low"
|
|
30
|
+
MEDIUM = "Medium"
|
|
31
|
+
HIGH = "High"
|
|
32
|
+
|
|
33
|
+
|
|
21
34
|
class DeploymentModelVersionUpgradeOption(str, Enum):
|
|
22
35
|
"""
|
|
23
36
|
Deployment model version upgrade option.
|
|
@@ -35,6 +48,14 @@ class DeploymentScaleType(str, Enum):
|
|
|
35
48
|
MANUAL = "Manual"
|
|
36
49
|
|
|
37
50
|
|
|
51
|
+
class EncryptionScopeState(str, Enum):
|
|
52
|
+
"""
|
|
53
|
+
The encryptionScope state.
|
|
54
|
+
"""
|
|
55
|
+
DISABLED = "Disabled"
|
|
56
|
+
ENABLED = "Enabled"
|
|
57
|
+
|
|
58
|
+
|
|
38
59
|
class HostingModel(str, Enum):
|
|
39
60
|
"""
|
|
40
61
|
Account hosting model.
|
|
@@ -78,6 +99,23 @@ class PublicNetworkAccess(str, Enum):
|
|
|
78
99
|
DISABLED = "Disabled"
|
|
79
100
|
|
|
80
101
|
|
|
102
|
+
class RaiPolicyContentSource(str, Enum):
|
|
103
|
+
"""
|
|
104
|
+
Content source to apply the Content Filters.
|
|
105
|
+
"""
|
|
106
|
+
PROMPT = "Prompt"
|
|
107
|
+
COMPLETION = "Completion"
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
class RaiPolicyMode(str, Enum):
|
|
111
|
+
"""
|
|
112
|
+
Content Filters mode.
|
|
113
|
+
"""
|
|
114
|
+
DEFAULT = "Default"
|
|
115
|
+
DEFERRED = "Deferred"
|
|
116
|
+
BLOCKING = "Blocking"
|
|
117
|
+
|
|
118
|
+
|
|
81
119
|
class ResourceIdentityType(str, Enum):
|
|
82
120
|
"""
|
|
83
121
|
The identity type.
|