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,273 @@
|
|
|
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 ._inputs import *
|
|
13
|
+
|
|
14
|
+
__all__ = ['MobileNetworkArgs', 'MobileNetwork']
|
|
15
|
+
|
|
16
|
+
@pulumi.input_type
|
|
17
|
+
class MobileNetworkArgs:
|
|
18
|
+
def __init__(__self__, *,
|
|
19
|
+
public_land_mobile_network_identifier: pulumi.Input['PlmnIdArgs'],
|
|
20
|
+
resource_group_name: pulumi.Input[str],
|
|
21
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
22
|
+
mobile_network_name: Optional[pulumi.Input[str]] = None,
|
|
23
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
24
|
+
"""
|
|
25
|
+
The set of arguments for constructing a MobileNetwork resource.
|
|
26
|
+
:param pulumi.Input['PlmnIdArgs'] public_land_mobile_network_identifier: The unique public land mobile network identifier for the network. This is made up of the mobile country code and mobile network code, as defined in https://www.itu.int/rec/T-REC-E.212. The values 001-01 and 001-001 can be used for testing and the values 999-99 and 999-999 can be used on internal private networks.
|
|
27
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
28
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
29
|
+
:param pulumi.Input[str] mobile_network_name: The name of the mobile network.
|
|
30
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
31
|
+
"""
|
|
32
|
+
pulumi.set(__self__, "public_land_mobile_network_identifier", public_land_mobile_network_identifier)
|
|
33
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
34
|
+
if location is not None:
|
|
35
|
+
pulumi.set(__self__, "location", location)
|
|
36
|
+
if mobile_network_name is not None:
|
|
37
|
+
pulumi.set(__self__, "mobile_network_name", mobile_network_name)
|
|
38
|
+
if tags is not None:
|
|
39
|
+
pulumi.set(__self__, "tags", tags)
|
|
40
|
+
|
|
41
|
+
@property
|
|
42
|
+
@pulumi.getter(name="publicLandMobileNetworkIdentifier")
|
|
43
|
+
def public_land_mobile_network_identifier(self) -> pulumi.Input['PlmnIdArgs']:
|
|
44
|
+
"""
|
|
45
|
+
The unique public land mobile network identifier for the network. This is made up of the mobile country code and mobile network code, as defined in https://www.itu.int/rec/T-REC-E.212. The values 001-01 and 001-001 can be used for testing and the values 999-99 and 999-999 can be used on internal private networks.
|
|
46
|
+
"""
|
|
47
|
+
return pulumi.get(self, "public_land_mobile_network_identifier")
|
|
48
|
+
|
|
49
|
+
@public_land_mobile_network_identifier.setter
|
|
50
|
+
def public_land_mobile_network_identifier(self, value: pulumi.Input['PlmnIdArgs']):
|
|
51
|
+
pulumi.set(self, "public_land_mobile_network_identifier", value)
|
|
52
|
+
|
|
53
|
+
@property
|
|
54
|
+
@pulumi.getter(name="resourceGroupName")
|
|
55
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
56
|
+
"""
|
|
57
|
+
The name of the resource group. The name is case insensitive.
|
|
58
|
+
"""
|
|
59
|
+
return pulumi.get(self, "resource_group_name")
|
|
60
|
+
|
|
61
|
+
@resource_group_name.setter
|
|
62
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
63
|
+
pulumi.set(self, "resource_group_name", value)
|
|
64
|
+
|
|
65
|
+
@property
|
|
66
|
+
@pulumi.getter
|
|
67
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
|
68
|
+
"""
|
|
69
|
+
The geo-location where the resource lives
|
|
70
|
+
"""
|
|
71
|
+
return pulumi.get(self, "location")
|
|
72
|
+
|
|
73
|
+
@location.setter
|
|
74
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
|
75
|
+
pulumi.set(self, "location", value)
|
|
76
|
+
|
|
77
|
+
@property
|
|
78
|
+
@pulumi.getter(name="mobileNetworkName")
|
|
79
|
+
def mobile_network_name(self) -> Optional[pulumi.Input[str]]:
|
|
80
|
+
"""
|
|
81
|
+
The name of the mobile network.
|
|
82
|
+
"""
|
|
83
|
+
return pulumi.get(self, "mobile_network_name")
|
|
84
|
+
|
|
85
|
+
@mobile_network_name.setter
|
|
86
|
+
def mobile_network_name(self, value: Optional[pulumi.Input[str]]):
|
|
87
|
+
pulumi.set(self, "mobile_network_name", value)
|
|
88
|
+
|
|
89
|
+
@property
|
|
90
|
+
@pulumi.getter
|
|
91
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
92
|
+
"""
|
|
93
|
+
Resource tags.
|
|
94
|
+
"""
|
|
95
|
+
return pulumi.get(self, "tags")
|
|
96
|
+
|
|
97
|
+
@tags.setter
|
|
98
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
99
|
+
pulumi.set(self, "tags", value)
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
class MobileNetwork(pulumi.CustomResource):
|
|
103
|
+
@overload
|
|
104
|
+
def __init__(__self__,
|
|
105
|
+
resource_name: str,
|
|
106
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
107
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
108
|
+
mobile_network_name: Optional[pulumi.Input[str]] = None,
|
|
109
|
+
public_land_mobile_network_identifier: Optional[pulumi.Input[pulumi.InputType['PlmnIdArgs']]] = None,
|
|
110
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
111
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
112
|
+
__props__=None):
|
|
113
|
+
"""
|
|
114
|
+
Mobile network resource.
|
|
115
|
+
|
|
116
|
+
:param str resource_name: The name of the resource.
|
|
117
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
118
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
119
|
+
:param pulumi.Input[str] mobile_network_name: The name of the mobile network.
|
|
120
|
+
:param pulumi.Input[pulumi.InputType['PlmnIdArgs']] public_land_mobile_network_identifier: The unique public land mobile network identifier for the network. This is made up of the mobile country code and mobile network code, as defined in https://www.itu.int/rec/T-REC-E.212. The values 001-01 and 001-001 can be used for testing and the values 999-99 and 999-999 can be used on internal private networks.
|
|
121
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
122
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
123
|
+
"""
|
|
124
|
+
...
|
|
125
|
+
@overload
|
|
126
|
+
def __init__(__self__,
|
|
127
|
+
resource_name: str,
|
|
128
|
+
args: MobileNetworkArgs,
|
|
129
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
130
|
+
"""
|
|
131
|
+
Mobile network resource.
|
|
132
|
+
|
|
133
|
+
:param str resource_name: The name of the resource.
|
|
134
|
+
:param MobileNetworkArgs args: The arguments to use to populate this resource's properties.
|
|
135
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
136
|
+
"""
|
|
137
|
+
...
|
|
138
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
139
|
+
resource_args, opts = _utilities.get_resource_args_opts(MobileNetworkArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
140
|
+
if resource_args is not None:
|
|
141
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
142
|
+
else:
|
|
143
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
144
|
+
|
|
145
|
+
def _internal_init(__self__,
|
|
146
|
+
resource_name: str,
|
|
147
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
148
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
149
|
+
mobile_network_name: Optional[pulumi.Input[str]] = None,
|
|
150
|
+
public_land_mobile_network_identifier: Optional[pulumi.Input[pulumi.InputType['PlmnIdArgs']]] = None,
|
|
151
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
152
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
153
|
+
__props__=None):
|
|
154
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
155
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
156
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
157
|
+
if opts.id is None:
|
|
158
|
+
if __props__ is not None:
|
|
159
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
160
|
+
__props__ = MobileNetworkArgs.__new__(MobileNetworkArgs)
|
|
161
|
+
|
|
162
|
+
__props__.__dict__["location"] = location
|
|
163
|
+
__props__.__dict__["mobile_network_name"] = mobile_network_name
|
|
164
|
+
if public_land_mobile_network_identifier is None and not opts.urn:
|
|
165
|
+
raise TypeError("Missing required property 'public_land_mobile_network_identifier'")
|
|
166
|
+
__props__.__dict__["public_land_mobile_network_identifier"] = public_land_mobile_network_identifier
|
|
167
|
+
if resource_group_name is None and not opts.urn:
|
|
168
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
169
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
170
|
+
__props__.__dict__["tags"] = tags
|
|
171
|
+
__props__.__dict__["name"] = None
|
|
172
|
+
__props__.__dict__["provisioning_state"] = None
|
|
173
|
+
__props__.__dict__["service_key"] = None
|
|
174
|
+
__props__.__dict__["system_data"] = None
|
|
175
|
+
__props__.__dict__["type"] = None
|
|
176
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:mobilenetwork:MobileNetwork"), pulumi.Alias(type_="azure-native:mobilenetwork/v20220301preview:MobileNetwork"), pulumi.Alias(type_="azure-native:mobilenetwork/v20220401preview:MobileNetwork"), pulumi.Alias(type_="azure-native:mobilenetwork/v20221101:MobileNetwork"), pulumi.Alias(type_="azure-native:mobilenetwork/v20230601:MobileNetwork")])
|
|
177
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
178
|
+
super(MobileNetwork, __self__).__init__(
|
|
179
|
+
'azure-native:mobilenetwork/v20230901:MobileNetwork',
|
|
180
|
+
resource_name,
|
|
181
|
+
__props__,
|
|
182
|
+
opts)
|
|
183
|
+
|
|
184
|
+
@staticmethod
|
|
185
|
+
def get(resource_name: str,
|
|
186
|
+
id: pulumi.Input[str],
|
|
187
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'MobileNetwork':
|
|
188
|
+
"""
|
|
189
|
+
Get an existing MobileNetwork resource's state with the given name, id, and optional extra
|
|
190
|
+
properties used to qualify the lookup.
|
|
191
|
+
|
|
192
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
193
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
194
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
195
|
+
"""
|
|
196
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
197
|
+
|
|
198
|
+
__props__ = MobileNetworkArgs.__new__(MobileNetworkArgs)
|
|
199
|
+
|
|
200
|
+
__props__.__dict__["location"] = None
|
|
201
|
+
__props__.__dict__["name"] = None
|
|
202
|
+
__props__.__dict__["provisioning_state"] = None
|
|
203
|
+
__props__.__dict__["public_land_mobile_network_identifier"] = None
|
|
204
|
+
__props__.__dict__["service_key"] = None
|
|
205
|
+
__props__.__dict__["system_data"] = None
|
|
206
|
+
__props__.__dict__["tags"] = None
|
|
207
|
+
__props__.__dict__["type"] = None
|
|
208
|
+
return MobileNetwork(resource_name, opts=opts, __props__=__props__)
|
|
209
|
+
|
|
210
|
+
@property
|
|
211
|
+
@pulumi.getter
|
|
212
|
+
def location(self) -> pulumi.Output[str]:
|
|
213
|
+
"""
|
|
214
|
+
The geo-location where the resource lives
|
|
215
|
+
"""
|
|
216
|
+
return pulumi.get(self, "location")
|
|
217
|
+
|
|
218
|
+
@property
|
|
219
|
+
@pulumi.getter
|
|
220
|
+
def name(self) -> pulumi.Output[str]:
|
|
221
|
+
"""
|
|
222
|
+
The name of the resource
|
|
223
|
+
"""
|
|
224
|
+
return pulumi.get(self, "name")
|
|
225
|
+
|
|
226
|
+
@property
|
|
227
|
+
@pulumi.getter(name="provisioningState")
|
|
228
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
229
|
+
"""
|
|
230
|
+
The provisioning state of the mobile network resource.
|
|
231
|
+
"""
|
|
232
|
+
return pulumi.get(self, "provisioning_state")
|
|
233
|
+
|
|
234
|
+
@property
|
|
235
|
+
@pulumi.getter(name="publicLandMobileNetworkIdentifier")
|
|
236
|
+
def public_land_mobile_network_identifier(self) -> pulumi.Output['outputs.PlmnIdResponse']:
|
|
237
|
+
"""
|
|
238
|
+
The unique public land mobile network identifier for the network. This is made up of the mobile country code and mobile network code, as defined in https://www.itu.int/rec/T-REC-E.212. The values 001-01 and 001-001 can be used for testing and the values 999-99 and 999-999 can be used on internal private networks.
|
|
239
|
+
"""
|
|
240
|
+
return pulumi.get(self, "public_land_mobile_network_identifier")
|
|
241
|
+
|
|
242
|
+
@property
|
|
243
|
+
@pulumi.getter(name="serviceKey")
|
|
244
|
+
def service_key(self) -> pulumi.Output[str]:
|
|
245
|
+
"""
|
|
246
|
+
The mobile network resource identifier
|
|
247
|
+
"""
|
|
248
|
+
return pulumi.get(self, "service_key")
|
|
249
|
+
|
|
250
|
+
@property
|
|
251
|
+
@pulumi.getter(name="systemData")
|
|
252
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
253
|
+
"""
|
|
254
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
255
|
+
"""
|
|
256
|
+
return pulumi.get(self, "system_data")
|
|
257
|
+
|
|
258
|
+
@property
|
|
259
|
+
@pulumi.getter
|
|
260
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
261
|
+
"""
|
|
262
|
+
Resource tags.
|
|
263
|
+
"""
|
|
264
|
+
return pulumi.get(self, "tags")
|
|
265
|
+
|
|
266
|
+
@property
|
|
267
|
+
@pulumi.getter
|
|
268
|
+
def type(self) -> pulumi.Output[str]:
|
|
269
|
+
"""
|
|
270
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
271
|
+
"""
|
|
272
|
+
return pulumi.get(self, "type")
|
|
273
|
+
|