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,303 @@
|
|
|
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__ = ['StorageContainerArgs', 'StorageContainer']
|
|
16
|
+
|
|
17
|
+
@pulumi.input_type
|
|
18
|
+
class StorageContainerArgs:
|
|
19
|
+
def __init__(__self__, *,
|
|
20
|
+
path: pulumi.Input[str],
|
|
21
|
+
resource_group_name: pulumi.Input[str],
|
|
22
|
+
extended_location: Optional[pulumi.Input['ExtendedLocationArgs']] = None,
|
|
23
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
24
|
+
storage_container_name: Optional[pulumi.Input[str]] = None,
|
|
25
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
26
|
+
"""
|
|
27
|
+
The set of arguments for constructing a StorageContainer resource.
|
|
28
|
+
:param pulumi.Input[str] path: Path of the storage container on the disk
|
|
29
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
30
|
+
:param pulumi.Input['ExtendedLocationArgs'] extended_location: The extendedLocation of the resource.
|
|
31
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
32
|
+
:param pulumi.Input[str] storage_container_name: Name of the storage container
|
|
33
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
34
|
+
"""
|
|
35
|
+
pulumi.set(__self__, "path", path)
|
|
36
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
37
|
+
if extended_location is not None:
|
|
38
|
+
pulumi.set(__self__, "extended_location", extended_location)
|
|
39
|
+
if location is not None:
|
|
40
|
+
pulumi.set(__self__, "location", location)
|
|
41
|
+
if storage_container_name is not None:
|
|
42
|
+
pulumi.set(__self__, "storage_container_name", storage_container_name)
|
|
43
|
+
if tags is not None:
|
|
44
|
+
pulumi.set(__self__, "tags", tags)
|
|
45
|
+
|
|
46
|
+
@property
|
|
47
|
+
@pulumi.getter
|
|
48
|
+
def path(self) -> pulumi.Input[str]:
|
|
49
|
+
"""
|
|
50
|
+
Path of the storage container on the disk
|
|
51
|
+
"""
|
|
52
|
+
return pulumi.get(self, "path")
|
|
53
|
+
|
|
54
|
+
@path.setter
|
|
55
|
+
def path(self, value: pulumi.Input[str]):
|
|
56
|
+
pulumi.set(self, "path", value)
|
|
57
|
+
|
|
58
|
+
@property
|
|
59
|
+
@pulumi.getter(name="resourceGroupName")
|
|
60
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
61
|
+
"""
|
|
62
|
+
The name of the resource group. The name is case insensitive.
|
|
63
|
+
"""
|
|
64
|
+
return pulumi.get(self, "resource_group_name")
|
|
65
|
+
|
|
66
|
+
@resource_group_name.setter
|
|
67
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
68
|
+
pulumi.set(self, "resource_group_name", value)
|
|
69
|
+
|
|
70
|
+
@property
|
|
71
|
+
@pulumi.getter(name="extendedLocation")
|
|
72
|
+
def extended_location(self) -> Optional[pulumi.Input['ExtendedLocationArgs']]:
|
|
73
|
+
"""
|
|
74
|
+
The extendedLocation of the resource.
|
|
75
|
+
"""
|
|
76
|
+
return pulumi.get(self, "extended_location")
|
|
77
|
+
|
|
78
|
+
@extended_location.setter
|
|
79
|
+
def extended_location(self, value: Optional[pulumi.Input['ExtendedLocationArgs']]):
|
|
80
|
+
pulumi.set(self, "extended_location", value)
|
|
81
|
+
|
|
82
|
+
@property
|
|
83
|
+
@pulumi.getter
|
|
84
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
|
85
|
+
"""
|
|
86
|
+
The geo-location where the resource lives
|
|
87
|
+
"""
|
|
88
|
+
return pulumi.get(self, "location")
|
|
89
|
+
|
|
90
|
+
@location.setter
|
|
91
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
|
92
|
+
pulumi.set(self, "location", value)
|
|
93
|
+
|
|
94
|
+
@property
|
|
95
|
+
@pulumi.getter(name="storageContainerName")
|
|
96
|
+
def storage_container_name(self) -> Optional[pulumi.Input[str]]:
|
|
97
|
+
"""
|
|
98
|
+
Name of the storage container
|
|
99
|
+
"""
|
|
100
|
+
return pulumi.get(self, "storage_container_name")
|
|
101
|
+
|
|
102
|
+
@storage_container_name.setter
|
|
103
|
+
def storage_container_name(self, value: Optional[pulumi.Input[str]]):
|
|
104
|
+
pulumi.set(self, "storage_container_name", value)
|
|
105
|
+
|
|
106
|
+
@property
|
|
107
|
+
@pulumi.getter
|
|
108
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
109
|
+
"""
|
|
110
|
+
Resource tags.
|
|
111
|
+
"""
|
|
112
|
+
return pulumi.get(self, "tags")
|
|
113
|
+
|
|
114
|
+
@tags.setter
|
|
115
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
116
|
+
pulumi.set(self, "tags", value)
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
class StorageContainer(pulumi.CustomResource):
|
|
120
|
+
@overload
|
|
121
|
+
def __init__(__self__,
|
|
122
|
+
resource_name: str,
|
|
123
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
124
|
+
extended_location: Optional[pulumi.Input[pulumi.InputType['ExtendedLocationArgs']]] = None,
|
|
125
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
126
|
+
path: Optional[pulumi.Input[str]] = None,
|
|
127
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
128
|
+
storage_container_name: Optional[pulumi.Input[str]] = None,
|
|
129
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
130
|
+
__props__=None):
|
|
131
|
+
"""
|
|
132
|
+
The storage container resource definition.
|
|
133
|
+
|
|
134
|
+
:param str resource_name: The name of the resource.
|
|
135
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
136
|
+
:param pulumi.Input[pulumi.InputType['ExtendedLocationArgs']] extended_location: The extendedLocation of the resource.
|
|
137
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
138
|
+
:param pulumi.Input[str] path: Path of the storage container on the disk
|
|
139
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
140
|
+
:param pulumi.Input[str] storage_container_name: Name of the storage container
|
|
141
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
142
|
+
"""
|
|
143
|
+
...
|
|
144
|
+
@overload
|
|
145
|
+
def __init__(__self__,
|
|
146
|
+
resource_name: str,
|
|
147
|
+
args: StorageContainerArgs,
|
|
148
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
149
|
+
"""
|
|
150
|
+
The storage container resource definition.
|
|
151
|
+
|
|
152
|
+
:param str resource_name: The name of the resource.
|
|
153
|
+
:param StorageContainerArgs args: The arguments to use to populate this resource's properties.
|
|
154
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
155
|
+
"""
|
|
156
|
+
...
|
|
157
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
158
|
+
resource_args, opts = _utilities.get_resource_args_opts(StorageContainerArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
159
|
+
if resource_args is not None:
|
|
160
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
161
|
+
else:
|
|
162
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
163
|
+
|
|
164
|
+
def _internal_init(__self__,
|
|
165
|
+
resource_name: str,
|
|
166
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
167
|
+
extended_location: Optional[pulumi.Input[pulumi.InputType['ExtendedLocationArgs']]] = None,
|
|
168
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
169
|
+
path: Optional[pulumi.Input[str]] = None,
|
|
170
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
171
|
+
storage_container_name: Optional[pulumi.Input[str]] = None,
|
|
172
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
173
|
+
__props__=None):
|
|
174
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
175
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
176
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
177
|
+
if opts.id is None:
|
|
178
|
+
if __props__ is not None:
|
|
179
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
180
|
+
__props__ = StorageContainerArgs.__new__(StorageContainerArgs)
|
|
181
|
+
|
|
182
|
+
__props__.__dict__["extended_location"] = extended_location
|
|
183
|
+
__props__.__dict__["location"] = location
|
|
184
|
+
if path is None and not opts.urn:
|
|
185
|
+
raise TypeError("Missing required property 'path'")
|
|
186
|
+
__props__.__dict__["path"] = path
|
|
187
|
+
if resource_group_name is None and not opts.urn:
|
|
188
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
189
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
190
|
+
__props__.__dict__["storage_container_name"] = storage_container_name
|
|
191
|
+
__props__.__dict__["tags"] = tags
|
|
192
|
+
__props__.__dict__["name"] = None
|
|
193
|
+
__props__.__dict__["provisioning_state"] = None
|
|
194
|
+
__props__.__dict__["status"] = None
|
|
195
|
+
__props__.__dict__["system_data"] = None
|
|
196
|
+
__props__.__dict__["type"] = None
|
|
197
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:StorageContainer"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901preview:StorageContainer"), pulumi.Alias(type_="azure-native:azurestackhci/v20221215preview:StorageContainer"), pulumi.Alias(type_="azure-native:azurestackhci/v20230701preview:StorageContainer")])
|
|
198
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
199
|
+
super(StorageContainer, __self__).__init__(
|
|
200
|
+
'azure-native:azurestackhci/v20230901preview:StorageContainer',
|
|
201
|
+
resource_name,
|
|
202
|
+
__props__,
|
|
203
|
+
opts)
|
|
204
|
+
|
|
205
|
+
@staticmethod
|
|
206
|
+
def get(resource_name: str,
|
|
207
|
+
id: pulumi.Input[str],
|
|
208
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'StorageContainer':
|
|
209
|
+
"""
|
|
210
|
+
Get an existing StorageContainer resource's state with the given name, id, and optional extra
|
|
211
|
+
properties used to qualify the lookup.
|
|
212
|
+
|
|
213
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
214
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
215
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
216
|
+
"""
|
|
217
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
218
|
+
|
|
219
|
+
__props__ = StorageContainerArgs.__new__(StorageContainerArgs)
|
|
220
|
+
|
|
221
|
+
__props__.__dict__["extended_location"] = None
|
|
222
|
+
__props__.__dict__["location"] = None
|
|
223
|
+
__props__.__dict__["name"] = None
|
|
224
|
+
__props__.__dict__["path"] = None
|
|
225
|
+
__props__.__dict__["provisioning_state"] = None
|
|
226
|
+
__props__.__dict__["status"] = None
|
|
227
|
+
__props__.__dict__["system_data"] = None
|
|
228
|
+
__props__.__dict__["tags"] = None
|
|
229
|
+
__props__.__dict__["type"] = None
|
|
230
|
+
return StorageContainer(resource_name, opts=opts, __props__=__props__)
|
|
231
|
+
|
|
232
|
+
@property
|
|
233
|
+
@pulumi.getter(name="extendedLocation")
|
|
234
|
+
def extended_location(self) -> pulumi.Output[Optional['outputs.ExtendedLocationResponse']]:
|
|
235
|
+
"""
|
|
236
|
+
The extendedLocation of the resource.
|
|
237
|
+
"""
|
|
238
|
+
return pulumi.get(self, "extended_location")
|
|
239
|
+
|
|
240
|
+
@property
|
|
241
|
+
@pulumi.getter
|
|
242
|
+
def location(self) -> pulumi.Output[str]:
|
|
243
|
+
"""
|
|
244
|
+
The geo-location where the resource lives
|
|
245
|
+
"""
|
|
246
|
+
return pulumi.get(self, "location")
|
|
247
|
+
|
|
248
|
+
@property
|
|
249
|
+
@pulumi.getter
|
|
250
|
+
def name(self) -> pulumi.Output[str]:
|
|
251
|
+
"""
|
|
252
|
+
The name of the resource
|
|
253
|
+
"""
|
|
254
|
+
return pulumi.get(self, "name")
|
|
255
|
+
|
|
256
|
+
@property
|
|
257
|
+
@pulumi.getter
|
|
258
|
+
def path(self) -> pulumi.Output[str]:
|
|
259
|
+
"""
|
|
260
|
+
Path of the storage container on the disk
|
|
261
|
+
"""
|
|
262
|
+
return pulumi.get(self, "path")
|
|
263
|
+
|
|
264
|
+
@property
|
|
265
|
+
@pulumi.getter(name="provisioningState")
|
|
266
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
267
|
+
"""
|
|
268
|
+
Provisioning state of the storage container.
|
|
269
|
+
"""
|
|
270
|
+
return pulumi.get(self, "provisioning_state")
|
|
271
|
+
|
|
272
|
+
@property
|
|
273
|
+
@pulumi.getter
|
|
274
|
+
def status(self) -> pulumi.Output['outputs.StorageContainerStatusResponse']:
|
|
275
|
+
"""
|
|
276
|
+
The observed state of storage containers
|
|
277
|
+
"""
|
|
278
|
+
return pulumi.get(self, "status")
|
|
279
|
+
|
|
280
|
+
@property
|
|
281
|
+
@pulumi.getter(name="systemData")
|
|
282
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
283
|
+
"""
|
|
284
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
285
|
+
"""
|
|
286
|
+
return pulumi.get(self, "system_data")
|
|
287
|
+
|
|
288
|
+
@property
|
|
289
|
+
@pulumi.getter
|
|
290
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
291
|
+
"""
|
|
292
|
+
Resource tags.
|
|
293
|
+
"""
|
|
294
|
+
return pulumi.get(self, "tags")
|
|
295
|
+
|
|
296
|
+
@property
|
|
297
|
+
@pulumi.getter
|
|
298
|
+
def type(self) -> pulumi.Output[str]:
|
|
299
|
+
"""
|
|
300
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
301
|
+
"""
|
|
302
|
+
return pulumi.get(self, "type")
|
|
303
|
+
|