pulumi-azure-native 2.58.0a1724401186__py3-none-any.whl → 2.59.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 +168 -2
- pulumi_azure_native/azurefleet/_enums.py +1 -1
- pulumi_azure_native/azurefleet/v20231101preview/_enums.py +1 -1
- pulumi_azure_native/azurefleet/v20240501preview/_enums.py +1 -1
- pulumi_azure_native/azurelargeinstance/__init__.py +22 -0
- pulumi_azure_native/azurelargeinstance/_enums.py +256 -0
- pulumi_azure_native/azurelargeinstance/_inputs.py +646 -0
- pulumi_azure_native/azurelargeinstance/azure_large_instance.py +475 -0
- pulumi_azure_native/azurelargeinstance/azure_large_storage_instance.py +320 -0
- pulumi_azure_native/azurelargeinstance/get_azure_large_instance.py +271 -0
- pulumi_azure_native/azurelargeinstance/get_azure_large_storage_instance.py +193 -0
- pulumi_azure_native/azurelargeinstance/outputs.py +795 -0
- pulumi_azure_native/azurelargeinstance/v20240801preview/__init__.py +14 -0
- pulumi_azure_native/azurelargeinstance/v20240801preview/_enums.py +256 -0
- pulumi_azure_native/azurelargeinstance/v20240801preview/_inputs.py +646 -0
- pulumi_azure_native/azurelargeinstance/v20240801preview/azure_large_instance.py +473 -0
- pulumi_azure_native/azurelargeinstance/v20240801preview/azure_large_storage_instance.py +318 -0
- pulumi_azure_native/azurelargeinstance/v20240801preview/get_azure_large_instance.py +269 -0
- pulumi_azure_native/azurelargeinstance/v20240801preview/get_azure_large_storage_instance.py +191 -0
- pulumi_azure_native/azurelargeinstance/v20240801preview/outputs.py +795 -0
- pulumi_azure_native/azureplaywrightservice/__init__.py +3 -0
- pulumi_azure_native/azureplaywrightservice/account.py +3 -3
- pulumi_azure_native/azureplaywrightservice/get_account.py +2 -2
- pulumi_azure_native/azureplaywrightservice/v20231001preview/account.py +1 -1
- pulumi_azure_native/azureplaywrightservice/v20240201preview/account.py +1 -1
- pulumi_azure_native/azureplaywrightservice/v20240801preview/__init__.py +11 -0
- pulumi_azure_native/azureplaywrightservice/v20240801preview/_enums.py +23 -0
- pulumi_azure_native/azureplaywrightservice/v20240801preview/account.py +380 -0
- pulumi_azure_native/azureplaywrightservice/v20240801preview/get_account.py +227 -0
- pulumi_azure_native/azureplaywrightservice/v20240801preview/outputs.py +131 -0
- pulumi_azure_native/azurestackhci/__init__.py +3 -0
- pulumi_azure_native/azurestackhci/gallery_image.py +3 -3
- pulumi_azure_native/azurestackhci/get_gallery_image.py +2 -2
- pulumi_azure_native/azurestackhci/get_guest_agent.py +2 -2
- pulumi_azure_native/azurestackhci/get_logical_network.py +2 -2
- pulumi_azure_native/azurestackhci/get_marketplace_gallery_image.py +2 -2
- pulumi_azure_native/azurestackhci/get_network_interface.py +2 -2
- pulumi_azure_native/azurestackhci/get_network_security_group.py +4 -0
- pulumi_azure_native/azurestackhci/get_security_rule.py +4 -0
- pulumi_azure_native/azurestackhci/get_storage_container.py +2 -2
- pulumi_azure_native/azurestackhci/get_virtual_hard_disk.py +2 -2
- pulumi_azure_native/azurestackhci/get_virtual_machine_instance.py +2 -2
- pulumi_azure_native/azurestackhci/guest_agent.py +2 -2
- pulumi_azure_native/azurestackhci/logical_network.py +3 -3
- pulumi_azure_native/azurestackhci/marketplace_gallery_image.py +3 -3
- pulumi_azure_native/azurestackhci/network_interface.py +3 -3
- pulumi_azure_native/azurestackhci/network_security_group.py +5 -1
- pulumi_azure_native/azurestackhci/security_rule.py +5 -1
- pulumi_azure_native/azurestackhci/storage_container.py +3 -3
- 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 +1 -1
- 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/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/__init__.py +30 -0
- pulumi_azure_native/azurestackhci/v20240501preview/_enums.py +321 -0
- pulumi_azure_native/azurestackhci/v20240501preview/_inputs.py +2265 -0
- pulumi_azure_native/azurestackhci/v20240501preview/gallery_image.py +511 -0
- pulumi_azure_native/azurestackhci/v20240501preview/get_gallery_image.py +292 -0
- pulumi_azure_native/azurestackhci/v20240501preview/get_guest_agent.py +170 -0
- pulumi_azure_native/azurestackhci/v20240501preview/get_logical_network.py +227 -0
- pulumi_azure_native/azurestackhci/v20240501preview/get_marketplace_gallery_image.py +266 -0
- pulumi_azure_native/azurestackhci/v20240501preview/get_network_interface.py +240 -0
- pulumi_azure_native/azurestackhci/v20240501preview/get_network_security_group.py +214 -0
- pulumi_azure_native/azurestackhci/v20240501preview/get_security_rule.py +271 -0
- pulumi_azure_native/azurestackhci/v20240501preview/get_storage_container.py +201 -0
- pulumi_azure_native/azurestackhci/v20240501preview/get_virtual_hard_disk.py +305 -0
- pulumi_azure_native/azurestackhci/v20240501preview/get_virtual_machine_instance.py +300 -0
- pulumi_azure_native/azurestackhci/v20240501preview/guest_agent.py +229 -0
- pulumi_azure_native/azurestackhci/v20240501preview/logical_network.py +365 -0
- pulumi_azure_native/azurestackhci/v20240501preview/marketplace_gallery_image.py +453 -0
- pulumi_azure_native/azurestackhci/v20240501preview/network_interface.py +394 -0
- pulumi_azure_native/azurestackhci/v20240501preview/network_security_group.py +298 -0
- pulumi_azure_native/azurestackhci/v20240501preview/outputs.py +3744 -0
- pulumi_azure_native/azurestackhci/v20240501preview/security_rule.py +496 -0
- pulumi_azure_native/azurestackhci/v20240501preview/storage_container.py +308 -0
- pulumi_azure_native/azurestackhci/v20240501preview/virtual_hard_disk.py +539 -0
- pulumi_azure_native/azurestackhci/v20240501preview/virtual_machine_instance.py +462 -0
- pulumi_azure_native/azurestackhci/virtual_hard_disk.py +3 -3
- pulumi_azure_native/azurestackhci/virtual_machine_instance.py +3 -3
- pulumi_azure_native/baremetalinfrastructure/__init__.py +5 -0
- pulumi_azure_native/baremetalinfrastructure/_enums.py +74 -0
- pulumi_azure_native/baremetalinfrastructure/_inputs.py +368 -0
- pulumi_azure_native/baremetalinfrastructure/azure_bare_metal_instance.py +502 -0
- pulumi_azure_native/baremetalinfrastructure/azure_bare_metal_storage_instance.py +3 -3
- pulumi_azure_native/baremetalinfrastructure/get_azure_bare_metal_instance.py +281 -0
- pulumi_azure_native/baremetalinfrastructure/get_azure_bare_metal_storage_instance.py +2 -2
- pulumi_azure_native/baremetalinfrastructure/outputs.py +351 -0
- pulumi_azure_native/baremetalinfrastructure/v20230406/azure_bare_metal_storage_instance.py +1 -1
- pulumi_azure_native/baremetalinfrastructure/v20230804preview/azure_bare_metal_storage_instance.py +1 -1
- pulumi_azure_native/baremetalinfrastructure/v20231101preview/azure_bare_metal_storage_instance.py +1 -1
- pulumi_azure_native/baremetalinfrastructure/v20240801preview/__init__.py +14 -0
- pulumi_azure_native/baremetalinfrastructure/v20240801preview/_enums.py +106 -0
- pulumi_azure_native/baremetalinfrastructure/v20240801preview/_inputs.py +644 -0
- pulumi_azure_native/baremetalinfrastructure/v20240801preview/azure_bare_metal_instance.py +500 -0
- pulumi_azure_native/baremetalinfrastructure/v20240801preview/azure_bare_metal_storage_instance.py +316 -0
- pulumi_azure_native/baremetalinfrastructure/v20240801preview/get_azure_bare_metal_instance.py +279 -0
- pulumi_azure_native/baremetalinfrastructure/v20240801preview/get_azure_bare_metal_storage_instance.py +188 -0
- pulumi_azure_native/baremetalinfrastructure/v20240801preview/outputs.py +726 -0
- pulumi_azure_native/batch/__init__.py +3 -0
- pulumi_azure_native/batch/application.py +3 -3
- pulumi_azure_native/batch/application_package.py +3 -3
- pulumi_azure_native/batch/batch_account.py +3 -3
- pulumi_azure_native/batch/get_application.py +2 -2
- pulumi_azure_native/batch/get_application_package.py +2 -2
- pulumi_azure_native/batch/get_batch_account.py +2 -2
- pulumi_azure_native/batch/get_pool.py +2 -2
- pulumi_azure_native/batch/list_batch_account_keys.py +2 -2
- pulumi_azure_native/batch/pool.py +3 -3
- pulumi_azure_native/batch/v20220101/batch_account.py +1 -1
- pulumi_azure_native/batch/v20230501/application.py +1 -1
- pulumi_azure_native/batch/v20230501/application_package.py +1 -1
- pulumi_azure_native/batch/v20230501/batch_account.py +1 -1
- pulumi_azure_native/batch/v20230501/pool.py +1 -1
- pulumi_azure_native/batch/v20231101/application.py +1 -1
- pulumi_azure_native/batch/v20231101/application_package.py +1 -1
- pulumi_azure_native/batch/v20231101/batch_account.py +1 -1
- pulumi_azure_native/batch/v20231101/pool.py +1 -1
- pulumi_azure_native/batch/v20240201/application.py +1 -1
- pulumi_azure_native/batch/v20240201/application_package.py +1 -1
- pulumi_azure_native/batch/v20240201/batch_account.py +1 -1
- pulumi_azure_native/batch/v20240201/pool.py +1 -1
- pulumi_azure_native/batch/v20240701/__init__.py +19 -0
- pulumi_azure_native/batch/v20240701/_enums.py +510 -0
- pulumi_azure_native/batch/v20240701/_inputs.py +4319 -0
- pulumi_azure_native/batch/v20240701/application.py +305 -0
- pulumi_azure_native/batch/v20240701/application_package.py +289 -0
- pulumi_azure_native/batch/v20240701/batch_account.py +545 -0
- pulumi_azure_native/batch/v20240701/get_application.py +179 -0
- pulumi_azure_native/batch/v20240701/get_application_package.py +210 -0
- pulumi_azure_native/batch/v20240701/get_batch_account.py +364 -0
- pulumi_azure_native/batch/v20240701/get_pool.py +503 -0
- pulumi_azure_native/batch/v20240701/list_batch_account_keys.py +109 -0
- pulumi_azure_native/batch/v20240701/outputs.py +4161 -0
- pulumi_azure_native/batch/v20240701/pool.py +854 -0
- pulumi_azure_native/consumption/__init__.py +3 -0
- pulumi_azure_native/consumption/budget.py +3 -3
- pulumi_azure_native/consumption/get_budget.py +2 -2
- pulumi_azure_native/consumption/v20230501/budget.py +1 -1
- pulumi_azure_native/consumption/v20231101/budget.py +1 -1
- pulumi_azure_native/consumption/v20240801/__init__.py +12 -0
- pulumi_azure_native/consumption/v20240801/_enums.py +99 -0
- pulumi_azure_native/consumption/v20240801/_inputs.py +466 -0
- pulumi_azure_native/consumption/v20240801/budget.py +388 -0
- pulumi_azure_native/consumption/v20240801/get_budget.py +227 -0
- pulumi_azure_native/consumption/v20240801/outputs.py +418 -0
- pulumi_azure_native/containerservice/__init__.py +3 -0
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
- pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerservice/get_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster.py +3 -3
- pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerservice/snapshot.py +3 -3
- pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
- pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/_inputs.py +3 -3
- pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/outputs.py +2 -2
- pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240501/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240501/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240501/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/_inputs.py +3 -3
- pulumi_azure_native/containerservice/v20240502preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/outputs.py +2 -2
- pulumi_azure_native/containerservice/v20240502preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/_inputs.py +3 -3
- pulumi_azure_native/containerservice/v20240602preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/outputs.py +2 -2
- pulumi_azure_native/containerservice/v20240602preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240701/__init__.py +25 -0
- pulumi_azure_native/containerservice/v20240701/_enums.py +628 -0
- pulumi_azure_native/containerservice/v20240701/_inputs.py +7532 -0
- pulumi_azure_native/containerservice/v20240701/agent_pool.py +1420 -0
- pulumi_azure_native/containerservice/v20240701/get_agent_pool.py +687 -0
- pulumi_azure_native/containerservice/v20240701/get_maintenance_configuration.py +167 -0
- pulumi_azure_native/containerservice/v20240701/get_managed_cluster.py +721 -0
- pulumi_azure_native/containerservice/v20240701/get_private_endpoint_connection.py +154 -0
- pulumi_azure_native/containerservice/v20240701/get_snapshot.py +253 -0
- pulumi_azure_native/containerservice/v20240701/get_trusted_access_role_binding.py +167 -0
- pulumi_azure_native/containerservice/v20240701/list_managed_cluster_admin_credentials.py +89 -0
- pulumi_azure_native/containerservice/v20240701/list_managed_cluster_monitoring_user_credentials.py +89 -0
- pulumi_azure_native/containerservice/v20240701/list_managed_cluster_user_credentials.py +94 -0
- pulumi_azure_native/containerservice/v20240701/maintenance_configuration.py +279 -0
- pulumi_azure_native/containerservice/v20240701/managed_cluster.py +1353 -0
- pulumi_azure_native/containerservice/v20240701/outputs.py +6472 -0
- pulumi_azure_native/containerservice/v20240701/private_endpoint_connection.py +251 -0
- pulumi_azure_native/containerservice/v20240701/snapshot.py +347 -0
- pulumi_azure_native/containerservice/v20240701/trusted_access_role_binding.py +260 -0
- pulumi_azure_native/databricks/__init__.py +3 -0
- pulumi_azure_native/databricks/access_connector.py +3 -3
- pulumi_azure_native/databricks/get_access_connector.py +2 -2
- pulumi_azure_native/databricks/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/databricks/get_workspace.py +2 -2
- pulumi_azure_native/databricks/private_endpoint_connection.py +3 -3
- pulumi_azure_native/databricks/v20220401preview/access_connector.py +1 -1
- pulumi_azure_native/databricks/v20230201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/databricks/v20230201/v_net_peering.py +1 -1
- pulumi_azure_native/databricks/v20230201/workspace.py +1 -1
- pulumi_azure_native/databricks/v20230501/access_connector.py +1 -1
- pulumi_azure_native/databricks/v20230915preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/databricks/v20230915preview/v_net_peering.py +1 -1
- pulumi_azure_native/databricks/v20230915preview/workspace.py +1 -1
- pulumi_azure_native/databricks/v20240501/access_connector.py +1 -1
- pulumi_azure_native/databricks/v20240501/private_endpoint_connection.py +1 -1
- pulumi_azure_native/databricks/v20240501/v_net_peering.py +1 -1
- pulumi_azure_native/databricks/v20240501/workspace.py +1 -1
- pulumi_azure_native/databricks/v20240901preview/__init__.py +18 -0
- pulumi_azure_native/databricks/v20240901preview/_enums.py +122 -0
- pulumi_azure_native/databricks/v20240901preview/_inputs.py +1712 -0
- pulumi_azure_native/databricks/v20240901preview/access_connector.py +268 -0
- pulumi_azure_native/databricks/v20240901preview/get_access_connector.py +175 -0
- pulumi_azure_native/databricks/v20240901preview/get_private_endpoint_connection.py +128 -0
- pulumi_azure_native/databricks/v20240901preview/get_v_net_peering.py +245 -0
- pulumi_azure_native/databricks/v20240901preview/get_workspace.py +448 -0
- pulumi_azure_native/databricks/v20240901preview/outputs.py +1954 -0
- pulumi_azure_native/databricks/v20240901preview/private_endpoint_connection.py +212 -0
- pulumi_azure_native/databricks/v20240901preview/v_net_peering.py +434 -0
- pulumi_azure_native/databricks/v20240901preview/workspace.py +688 -0
- pulumi_azure_native/databricks/v_net_peering.py +1 -1
- pulumi_azure_native/databricks/workspace.py +3 -3
- pulumi_azure_native/hardwaresecuritymodules/__init__.py +3 -0
- pulumi_azure_native/hardwaresecuritymodules/cloud_hsm_cluster.py +3 -3
- pulumi_azure_native/hardwaresecuritymodules/cloud_hsm_cluster_private_endpoint_connection.py +3 -3
- pulumi_azure_native/hardwaresecuritymodules/dedicated_hsm.py +5 -1
- pulumi_azure_native/hardwaresecuritymodules/get_cloud_hsm_cluster.py +2 -2
- pulumi_azure_native/hardwaresecuritymodules/get_cloud_hsm_cluster_private_endpoint_connection.py +2 -2
- pulumi_azure_native/hardwaresecuritymodules/get_dedicated_hsm.py +4 -0
- pulumi_azure_native/hardwaresecuritymodules/v20211130/dedicated_hsm.py +1 -1
- pulumi_azure_native/hardwaresecuritymodules/v20220831preview/cloud_hsm_cluster.py +1 -1
- pulumi_azure_native/hardwaresecuritymodules/v20220831preview/cloud_hsm_cluster_private_endpoint_connection.py +1 -1
- pulumi_azure_native/hardwaresecuritymodules/v20231210preview/cloud_hsm_cluster.py +1 -1
- pulumi_azure_native/hardwaresecuritymodules/v20231210preview/cloud_hsm_cluster_private_endpoint_connection.py +1 -1
- pulumi_azure_native/hardwaresecuritymodules/v20240630preview/__init__.py +16 -0
- pulumi_azure_native/hardwaresecuritymodules/v20240630preview/_enums.py +100 -0
- pulumi_azure_native/hardwaresecuritymodules/v20240630preview/_inputs.py +405 -0
- pulumi_azure_native/hardwaresecuritymodules/v20240630preview/cloud_hsm_cluster.py +428 -0
- pulumi_azure_native/hardwaresecuritymodules/v20240630preview/cloud_hsm_cluster_private_endpoint_connection.py +262 -0
- pulumi_azure_native/hardwaresecuritymodules/v20240630preview/dedicated_hsm.py +394 -0
- pulumi_azure_native/hardwaresecuritymodules/v20240630preview/get_cloud_hsm_cluster.py +279 -0
- pulumi_azure_native/hardwaresecuritymodules/v20240630preview/get_cloud_hsm_cluster_private_endpoint_connection.py +193 -0
- pulumi_azure_native/hardwaresecuritymodules/v20240630preview/get_dedicated_hsm.py +240 -0
- pulumi_azure_native/hardwaresecuritymodules/v20240630preview/outputs.py +772 -0
- pulumi_azure_native/hybridconnectivity/__init__.py +3 -0
- pulumi_azure_native/hybridconnectivity/endpoint.py +3 -3
- pulumi_azure_native/hybridconnectivity/get_endpoint.py +2 -2
- pulumi_azure_native/hybridconnectivity/get_service_configuration.py +4 -0
- pulumi_azure_native/hybridconnectivity/list_endpoint_credentials.py +2 -2
- pulumi_azure_native/hybridconnectivity/list_endpoint_ingress_gateway_credentials.py +4 -0
- pulumi_azure_native/hybridconnectivity/list_endpoint_managed_proxy_details.py +2 -2
- pulumi_azure_native/hybridconnectivity/service_configuration.py +5 -1
- pulumi_azure_native/hybridconnectivity/v20220501preview/endpoint.py +1 -1
- pulumi_azure_native/hybridconnectivity/v20230315/endpoint.py +1 -1
- pulumi_azure_native/hybridconnectivity/v20230315/service_configuration.py +1 -1
- pulumi_azure_native/hybridconnectivity/v20241201/__init__.py +17 -0
- pulumi_azure_native/hybridconnectivity/v20241201/_enums.py +37 -0
- pulumi_azure_native/hybridconnectivity/v20241201/_inputs.py +79 -0
- pulumi_azure_native/hybridconnectivity/v20241201/endpoint.py +374 -0
- pulumi_azure_native/hybridconnectivity/v20241201/get_endpoint.py +214 -0
- pulumi_azure_native/hybridconnectivity/v20241201/get_service_configuration.py +258 -0
- pulumi_azure_native/hybridconnectivity/v20241201/list_endpoint_credentials.py +159 -0
- pulumi_azure_native/hybridconnectivity/v20241201/list_endpoint_ingress_gateway_credentials.py +198 -0
- pulumi_azure_native/hybridconnectivity/v20241201/list_endpoint_managed_proxy_details.py +112 -0
- pulumi_azure_native/hybridconnectivity/v20241201/outputs.py +196 -0
- pulumi_azure_native/hybridconnectivity/v20241201/service_configuration.py +463 -0
- pulumi_azure_native/iotoperations/v20240815preview/_enums.py +2 -2
- pulumi_azure_native/iotoperations/v20240815preview/_inputs.py +19 -22
- pulumi_azure_native/iotoperations/v20240815preview/outputs.py +11 -14
- pulumi_azure_native/machinelearningservices/v20240701preview/_inputs.py +20 -0
- pulumi_azure_native/machinelearningservices/v20240701preview/outputs.py +12 -11
- pulumi_azure_native/networkcloud/__init__.py +5 -0
- pulumi_azure_native/networkcloud/_inputs.py +52 -0
- pulumi_azure_native/networkcloud/agent_pool.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +3 -3
- pulumi_azure_native/networkcloud/bmc_key_set.py +3 -3
- pulumi_azure_native/networkcloud/cloud_services_network.py +3 -3
- pulumi_azure_native/networkcloud/cluster.py +3 -3
- pulumi_azure_native/networkcloud/cluster_manager.py +3 -3
- pulumi_azure_native/networkcloud/console.py +3 -3
- pulumi_azure_native/networkcloud/get_agent_pool.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_bmc_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_cloud_services_network.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster_manager.py +2 -2
- pulumi_azure_native/networkcloud/get_console.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster_feature.py +244 -0
- pulumi_azure_native/networkcloud/get_l2_network.py +2 -2
- pulumi_azure_native/networkcloud/get_l3_network.py +2 -2
- pulumi_azure_native/networkcloud/get_metrics_configuration.py +2 -2
- pulumi_azure_native/networkcloud/get_rack.py +2 -2
- pulumi_azure_native/networkcloud/get_storage_appliance.py +2 -2
- pulumi_azure_native/networkcloud/get_trunked_network.py +2 -2
- pulumi_azure_native/networkcloud/get_virtual_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_volume.py +2 -2
- pulumi_azure_native/networkcloud/kubernetes_cluster.py +3 -3
- pulumi_azure_native/networkcloud/kubernetes_cluster_feature.py +338 -0
- pulumi_azure_native/networkcloud/l2_network.py +3 -3
- pulumi_azure_native/networkcloud/l3_network.py +3 -3
- pulumi_azure_native/networkcloud/metrics_configuration.py +3 -3
- pulumi_azure_native/networkcloud/outputs.py +30 -0
- pulumi_azure_native/networkcloud/rack.py +3 -3
- pulumi_azure_native/networkcloud/storage_appliance.py +3 -3
- pulumi_azure_native/networkcloud/trunked_network.py +3 -3
- pulumi_azure_native/networkcloud/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/console.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/console.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/__init__.py +46 -0
- pulumi_azure_native/networkcloud/v20240601preview/_enums.py +327 -0
- pulumi_azure_native/networkcloud/v20240601preview/_inputs.py +3436 -0
- pulumi_azure_native/networkcloud/v20240601preview/agent_pool.py +610 -0
- pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine.py +795 -0
- pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine_key_set.py +507 -0
- pulumi_azure_native/networkcloud/v20240601preview/bmc_key_set.py +448 -0
- pulumi_azure_native/networkcloud/v20240601preview/cloud_services_network.py +417 -0
- pulumi_azure_native/networkcloud/v20240601preview/cluster.py +830 -0
- pulumi_azure_native/networkcloud/v20240601preview/cluster_manager.py +452 -0
- pulumi_azure_native/networkcloud/v20240601preview/console.py +417 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_agent_pool.py +346 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_bare_metal_machine.py +575 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_bare_metal_machine_key_set.py +307 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_bmc_key_set.py +281 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_cloud_services_network.py +308 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_cluster.py +524 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_cluster_manager.py +289 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_console.py +268 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_kubernetes_cluster.py +380 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_kubernetes_cluster_feature.py +242 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_l2_network.py +289 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_l3_network.py +356 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_metrics_configuration.py +242 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_rack.py +263 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_storage_appliance.py +393 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_trunked_network.py +302 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_virtual_machine.py +471 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_volume.py +237 -0
- pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster.py +564 -0
- pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster_feature.py +336 -0
- pulumi_azure_native/networkcloud/v20240601preview/l2_network.py +419 -0
- pulumi_azure_native/networkcloud/v20240601preview/l3_network.py +581 -0
- pulumi_azure_native/networkcloud/v20240601preview/metrics_configuration.py +376 -0
- pulumi_azure_native/networkcloud/v20240601preview/outputs.py +4231 -0
- pulumi_azure_native/networkcloud/v20240601preview/rack.py +416 -0
- pulumi_azure_native/networkcloud/v20240601preview/storage_appliance.py +536 -0
- pulumi_azure_native/networkcloud/v20240601preview/trunked_network.py +449 -0
- pulumi_azure_native/networkcloud/v20240601preview/virtual_machine.py +823 -0
- pulumi_azure_native/networkcloud/v20240601preview/volume.py +336 -0
- pulumi_azure_native/networkcloud/virtual_machine.py +3 -3
- pulumi_azure_native/networkcloud/volume.py +3 -3
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/security/__init__.py +0 -2
- pulumi_azure_native/security/_inputs.py +0 -536
- pulumi_azure_native/security/outputs.py +0 -465
- pulumi_azure_native/security/v20200101/__init__.py +0 -2
- pulumi_azure_native/security/v20200101/_inputs.py +0 -536
- pulumi_azure_native/security/v20200101/outputs.py +0 -465
- pulumi_azure_native/servicefabric/__init__.py +3 -0
- pulumi_azure_native/servicefabric/get_managed_cluster.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_cluster_application.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_cluster_application_type.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_cluster_application_type_version.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_cluster_service.py +2 -2
- pulumi_azure_native/servicefabric/get_node_type.py +2 -2
- pulumi_azure_native/servicefabric/getmanaged_az_resiliency_status.py +2 -2
- pulumi_azure_native/servicefabric/getmanaged_maintenance_window_status.py +2 -2
- pulumi_azure_native/servicefabric/managed_cluster.py +3 -3
- pulumi_azure_native/servicefabric/managed_cluster_application.py +3 -3
- pulumi_azure_native/servicefabric/managed_cluster_application_type.py +3 -3
- pulumi_azure_native/servicefabric/managed_cluster_application_type_version.py +3 -3
- pulumi_azure_native/servicefabric/managed_cluster_service.py +3 -3
- pulumi_azure_native/servicefabric/node_type.py +3 -3
- pulumi_azure_native/servicefabric/v20200101preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20220101/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20221001preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20231101preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20231101preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20231201preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20231201preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240201preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20240201preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240401/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20240401/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20240401/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240401/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20240401/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20240401/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240601preview/__init__.py +24 -0
- pulumi_azure_native/servicefabric/v20240601preview/_enums.py +511 -0
- pulumi_azure_native/servicefabric/v20240601preview/_inputs.py +5399 -0
- pulumi_azure_native/servicefabric/v20240601preview/get_managed_cluster.py +708 -0
- pulumi_azure_native/servicefabric/v20240601preview/get_managed_cluster_application.py +233 -0
- pulumi_azure_native/servicefabric/v20240601preview/get_managed_cluster_application_type.py +167 -0
- pulumi_azure_native/servicefabric/v20240601preview/get_managed_cluster_application_type_version.py +185 -0
- pulumi_azure_native/servicefabric/v20240601preview/get_managed_cluster_service.py +172 -0
- pulumi_azure_native/servicefabric/v20240601preview/get_node_type.py +804 -0
- pulumi_azure_native/servicefabric/v20240601preview/getmanaged_az_resiliency_status.py +97 -0
- pulumi_azure_native/servicefabric/v20240601preview/getmanaged_maintenance_window_status.py +161 -0
- pulumi_azure_native/servicefabric/v20240601preview/managed_cluster.py +1339 -0
- pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application.py +409 -0
- pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application_type.py +258 -0
- pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application_type_version.py +309 -0
- pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_service.py +300 -0
- pulumi_azure_native/servicefabric/v20240601preview/node_type.py +1695 -0
- pulumi_azure_native/servicefabric/v20240601preview/outputs.py +4591 -0
- 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/sap_application_server_instance.py +1 -1
- pulumi_azure_native/workloads/v20231001preview/sap_central_instance.py +1 -1
- pulumi_azure_native/workloads/v20231001preview/sap_database_instance.py +1 -1
- pulumi_azure_native/workloads/v20231001preview/sap_virtual_instance.py +1 -1
- pulumi_azure_native/workloads/v20240901/__init__.py +22 -0
- pulumi_azure_native/workloads/v20240901/_enums.py +242 -0
- pulumi_azure_native/workloads/v20240901/_inputs.py +3277 -0
- pulumi_azure_native/workloads/v20240901/get_sap_application_server_instance.py +362 -0
- pulumi_azure_native/workloads/v20240901/get_sap_central_server_instance.py +336 -0
- pulumi_azure_native/workloads/v20240901/get_sap_database_instance.py +271 -0
- pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance.py +292 -0
- pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_availability_zone_details.py +95 -0
- pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_disk_configurations.py +110 -0
- pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_sap_supported_sku.py +110 -0
- pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_sizing_recommendations.py +124 -0
- pulumi_azure_native/workloads/v20240901/outputs.py +3879 -0
- pulumi_azure_native/workloads/v20240901/sap_application_server_instance.py +408 -0
- pulumi_azure_native/workloads/v20240901/sap_central_server_instance.py +388 -0
- pulumi_azure_native/workloads/v20240901/sap_database_instance.py +338 -0
- pulumi_azure_native/workloads/v20240901/sap_virtual_instance.py +456 -0
- {pulumi_azure_native-2.58.0a1724401186.dist-info → pulumi_azure_native-2.59.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.58.0a1724401186.dist-info → pulumi_azure_native-2.59.0.dist-info}/RECORD +678 -480
- {pulumi_azure_native-2.58.0a1724401186.dist-info → pulumi_azure_native-2.59.0.dist-info}/WHEEL +1 -1
- pulumi_azure_native/security/adaptive_application_control.py +0 -311
- pulumi_azure_native/security/get_adaptive_application_control.py +0 -221
- pulumi_azure_native/security/v20200101/adaptive_application_control.py +0 -305
- pulumi_azure_native/security/v20200101/get_adaptive_application_control.py +0 -215
- {pulumi_azure_native-2.58.0a1724401186.dist-info → pulumi_azure_native-2.59.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,772 @@
|
|
|
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 sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
from ._enums import *
|
|
18
|
+
|
|
19
|
+
__all__ = [
|
|
20
|
+
'ApiEntityReferenceResponse',
|
|
21
|
+
'CloudHsmClusterSkuResponse',
|
|
22
|
+
'CloudHsmPropertiesResponse',
|
|
23
|
+
'ManagedServiceIdentityResponse',
|
|
24
|
+
'NetworkInterfaceResponse',
|
|
25
|
+
'NetworkProfileResponse',
|
|
26
|
+
'PrivateEndpointConnectionResponse',
|
|
27
|
+
'PrivateEndpointResponse',
|
|
28
|
+
'PrivateLinkServiceConnectionStateResponse',
|
|
29
|
+
'SkuResponse',
|
|
30
|
+
'SystemDataResponse',
|
|
31
|
+
'UserAssignedIdentityResponse',
|
|
32
|
+
]
|
|
33
|
+
|
|
34
|
+
@pulumi.output_type
|
|
35
|
+
class ApiEntityReferenceResponse(dict):
|
|
36
|
+
"""
|
|
37
|
+
The API entity reference.
|
|
38
|
+
"""
|
|
39
|
+
@staticmethod
|
|
40
|
+
def __key_warning(key: str):
|
|
41
|
+
suggest = None
|
|
42
|
+
if key == "resourceId":
|
|
43
|
+
suggest = "resource_id"
|
|
44
|
+
|
|
45
|
+
if suggest:
|
|
46
|
+
pulumi.log.warn(f"Key '{key}' not found in ApiEntityReferenceResponse. Access the value via the '{suggest}' property getter instead.")
|
|
47
|
+
|
|
48
|
+
def __getitem__(self, key: str) -> Any:
|
|
49
|
+
ApiEntityReferenceResponse.__key_warning(key)
|
|
50
|
+
return super().__getitem__(key)
|
|
51
|
+
|
|
52
|
+
def get(self, key: str, default = None) -> Any:
|
|
53
|
+
ApiEntityReferenceResponse.__key_warning(key)
|
|
54
|
+
return super().get(key, default)
|
|
55
|
+
|
|
56
|
+
def __init__(__self__, *,
|
|
57
|
+
resource_id: Optional[str] = None):
|
|
58
|
+
"""
|
|
59
|
+
The API entity reference.
|
|
60
|
+
:param str resource_id: The Azure resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
|
|
61
|
+
"""
|
|
62
|
+
if resource_id is not None:
|
|
63
|
+
pulumi.set(__self__, "resource_id", resource_id)
|
|
64
|
+
|
|
65
|
+
@property
|
|
66
|
+
@pulumi.getter(name="resourceId")
|
|
67
|
+
def resource_id(self) -> Optional[str]:
|
|
68
|
+
"""
|
|
69
|
+
The Azure resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
|
|
70
|
+
"""
|
|
71
|
+
return pulumi.get(self, "resource_id")
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
@pulumi.output_type
|
|
75
|
+
class CloudHsmClusterSkuResponse(dict):
|
|
76
|
+
"""
|
|
77
|
+
Cloud Hsm Cluster SKU information
|
|
78
|
+
"""
|
|
79
|
+
def __init__(__self__, *,
|
|
80
|
+
family: str,
|
|
81
|
+
name: str,
|
|
82
|
+
capacity: Optional[int] = None):
|
|
83
|
+
"""
|
|
84
|
+
Cloud Hsm Cluster SKU information
|
|
85
|
+
:param str family: Sku family of the Cloud HSM Cluster
|
|
86
|
+
:param str name: Sku name of the Cloud HSM Cluster
|
|
87
|
+
:param int capacity: Sku capacity
|
|
88
|
+
"""
|
|
89
|
+
pulumi.set(__self__, "family", family)
|
|
90
|
+
pulumi.set(__self__, "name", name)
|
|
91
|
+
if capacity is not None:
|
|
92
|
+
pulumi.set(__self__, "capacity", capacity)
|
|
93
|
+
|
|
94
|
+
@property
|
|
95
|
+
@pulumi.getter
|
|
96
|
+
def family(self) -> str:
|
|
97
|
+
"""
|
|
98
|
+
Sku family of the Cloud HSM Cluster
|
|
99
|
+
"""
|
|
100
|
+
return pulumi.get(self, "family")
|
|
101
|
+
|
|
102
|
+
@property
|
|
103
|
+
@pulumi.getter
|
|
104
|
+
def name(self) -> str:
|
|
105
|
+
"""
|
|
106
|
+
Sku name of the Cloud HSM Cluster
|
|
107
|
+
"""
|
|
108
|
+
return pulumi.get(self, "name")
|
|
109
|
+
|
|
110
|
+
@property
|
|
111
|
+
@pulumi.getter
|
|
112
|
+
def capacity(self) -> Optional[int]:
|
|
113
|
+
"""
|
|
114
|
+
Sku capacity
|
|
115
|
+
"""
|
|
116
|
+
return pulumi.get(self, "capacity")
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
@pulumi.output_type
|
|
120
|
+
class CloudHsmPropertiesResponse(dict):
|
|
121
|
+
"""
|
|
122
|
+
The Cloud HSM Properties
|
|
123
|
+
"""
|
|
124
|
+
@staticmethod
|
|
125
|
+
def __key_warning(key: str):
|
|
126
|
+
suggest = None
|
|
127
|
+
if key == "stateMessage":
|
|
128
|
+
suggest = "state_message"
|
|
129
|
+
|
|
130
|
+
if suggest:
|
|
131
|
+
pulumi.log.warn(f"Key '{key}' not found in CloudHsmPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
132
|
+
|
|
133
|
+
def __getitem__(self, key: str) -> Any:
|
|
134
|
+
CloudHsmPropertiesResponse.__key_warning(key)
|
|
135
|
+
return super().__getitem__(key)
|
|
136
|
+
|
|
137
|
+
def get(self, key: str, default = None) -> Any:
|
|
138
|
+
CloudHsmPropertiesResponse.__key_warning(key)
|
|
139
|
+
return super().get(key, default)
|
|
140
|
+
|
|
141
|
+
def __init__(__self__, *,
|
|
142
|
+
fqdn: Optional[str] = None,
|
|
143
|
+
state: Optional[str] = None,
|
|
144
|
+
state_message: Optional[str] = None):
|
|
145
|
+
"""
|
|
146
|
+
The Cloud HSM Properties
|
|
147
|
+
:param str fqdn: FQDN of the Cloud HSM
|
|
148
|
+
:param str state: The Cloud HSM State. Values are: Deploying, ConfiguringSlb, Starting, Starting, Failed, Failed, Deleting, DeletingSlbEntry, InitialProvisioning, Updating
|
|
149
|
+
:param str state_message: The Cloud HSM State message
|
|
150
|
+
"""
|
|
151
|
+
if fqdn is not None:
|
|
152
|
+
pulumi.set(__self__, "fqdn", fqdn)
|
|
153
|
+
if state is not None:
|
|
154
|
+
pulumi.set(__self__, "state", state)
|
|
155
|
+
if state_message is not None:
|
|
156
|
+
pulumi.set(__self__, "state_message", state_message)
|
|
157
|
+
|
|
158
|
+
@property
|
|
159
|
+
@pulumi.getter
|
|
160
|
+
def fqdn(self) -> Optional[str]:
|
|
161
|
+
"""
|
|
162
|
+
FQDN of the Cloud HSM
|
|
163
|
+
"""
|
|
164
|
+
return pulumi.get(self, "fqdn")
|
|
165
|
+
|
|
166
|
+
@property
|
|
167
|
+
@pulumi.getter
|
|
168
|
+
def state(self) -> Optional[str]:
|
|
169
|
+
"""
|
|
170
|
+
The Cloud HSM State. Values are: Deploying, ConfiguringSlb, Starting, Starting, Failed, Failed, Deleting, DeletingSlbEntry, InitialProvisioning, Updating
|
|
171
|
+
"""
|
|
172
|
+
return pulumi.get(self, "state")
|
|
173
|
+
|
|
174
|
+
@property
|
|
175
|
+
@pulumi.getter(name="stateMessage")
|
|
176
|
+
def state_message(self) -> Optional[str]:
|
|
177
|
+
"""
|
|
178
|
+
The Cloud HSM State message
|
|
179
|
+
"""
|
|
180
|
+
return pulumi.get(self, "state_message")
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
@pulumi.output_type
|
|
184
|
+
class ManagedServiceIdentityResponse(dict):
|
|
185
|
+
"""
|
|
186
|
+
Managed service identity (system assigned and/or user assigned identities)
|
|
187
|
+
"""
|
|
188
|
+
@staticmethod
|
|
189
|
+
def __key_warning(key: str):
|
|
190
|
+
suggest = None
|
|
191
|
+
if key == "principalId":
|
|
192
|
+
suggest = "principal_id"
|
|
193
|
+
elif key == "tenantId":
|
|
194
|
+
suggest = "tenant_id"
|
|
195
|
+
elif key == "userAssignedIdentities":
|
|
196
|
+
suggest = "user_assigned_identities"
|
|
197
|
+
|
|
198
|
+
if suggest:
|
|
199
|
+
pulumi.log.warn(f"Key '{key}' not found in ManagedServiceIdentityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
200
|
+
|
|
201
|
+
def __getitem__(self, key: str) -> Any:
|
|
202
|
+
ManagedServiceIdentityResponse.__key_warning(key)
|
|
203
|
+
return super().__getitem__(key)
|
|
204
|
+
|
|
205
|
+
def get(self, key: str, default = None) -> Any:
|
|
206
|
+
ManagedServiceIdentityResponse.__key_warning(key)
|
|
207
|
+
return super().get(key, default)
|
|
208
|
+
|
|
209
|
+
def __init__(__self__, *,
|
|
210
|
+
principal_id: str,
|
|
211
|
+
tenant_id: str,
|
|
212
|
+
type: str,
|
|
213
|
+
user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
|
|
214
|
+
"""
|
|
215
|
+
Managed service identity (system assigned and/or user assigned identities)
|
|
216
|
+
:param str principal_id: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
217
|
+
:param str tenant_id: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
218
|
+
:param str type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
219
|
+
:param Mapping[str, 'UserAssignedIdentityResponse'] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
|
|
220
|
+
"""
|
|
221
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
222
|
+
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
223
|
+
pulumi.set(__self__, "type", type)
|
|
224
|
+
if user_assigned_identities is not None:
|
|
225
|
+
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
226
|
+
|
|
227
|
+
@property
|
|
228
|
+
@pulumi.getter(name="principalId")
|
|
229
|
+
def principal_id(self) -> str:
|
|
230
|
+
"""
|
|
231
|
+
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
232
|
+
"""
|
|
233
|
+
return pulumi.get(self, "principal_id")
|
|
234
|
+
|
|
235
|
+
@property
|
|
236
|
+
@pulumi.getter(name="tenantId")
|
|
237
|
+
def tenant_id(self) -> str:
|
|
238
|
+
"""
|
|
239
|
+
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
240
|
+
"""
|
|
241
|
+
return pulumi.get(self, "tenant_id")
|
|
242
|
+
|
|
243
|
+
@property
|
|
244
|
+
@pulumi.getter
|
|
245
|
+
def type(self) -> str:
|
|
246
|
+
"""
|
|
247
|
+
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
248
|
+
"""
|
|
249
|
+
return pulumi.get(self, "type")
|
|
250
|
+
|
|
251
|
+
@property
|
|
252
|
+
@pulumi.getter(name="userAssignedIdentities")
|
|
253
|
+
def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
|
|
254
|
+
"""
|
|
255
|
+
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
|
|
256
|
+
"""
|
|
257
|
+
return pulumi.get(self, "user_assigned_identities")
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
@pulumi.output_type
|
|
261
|
+
class NetworkInterfaceResponse(dict):
|
|
262
|
+
"""
|
|
263
|
+
The network interface definition.
|
|
264
|
+
"""
|
|
265
|
+
@staticmethod
|
|
266
|
+
def __key_warning(key: str):
|
|
267
|
+
suggest = None
|
|
268
|
+
if key == "resourceId":
|
|
269
|
+
suggest = "resource_id"
|
|
270
|
+
elif key == "privateIpAddress":
|
|
271
|
+
suggest = "private_ip_address"
|
|
272
|
+
|
|
273
|
+
if suggest:
|
|
274
|
+
pulumi.log.warn(f"Key '{key}' not found in NetworkInterfaceResponse. Access the value via the '{suggest}' property getter instead.")
|
|
275
|
+
|
|
276
|
+
def __getitem__(self, key: str) -> Any:
|
|
277
|
+
NetworkInterfaceResponse.__key_warning(key)
|
|
278
|
+
return super().__getitem__(key)
|
|
279
|
+
|
|
280
|
+
def get(self, key: str, default = None) -> Any:
|
|
281
|
+
NetworkInterfaceResponse.__key_warning(key)
|
|
282
|
+
return super().get(key, default)
|
|
283
|
+
|
|
284
|
+
def __init__(__self__, *,
|
|
285
|
+
resource_id: str,
|
|
286
|
+
private_ip_address: Optional[str] = None):
|
|
287
|
+
"""
|
|
288
|
+
The network interface definition.
|
|
289
|
+
:param str resource_id: The Azure resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
|
|
290
|
+
:param str private_ip_address: Private Ip address of the interface
|
|
291
|
+
"""
|
|
292
|
+
pulumi.set(__self__, "resource_id", resource_id)
|
|
293
|
+
if private_ip_address is not None:
|
|
294
|
+
pulumi.set(__self__, "private_ip_address", private_ip_address)
|
|
295
|
+
|
|
296
|
+
@property
|
|
297
|
+
@pulumi.getter(name="resourceId")
|
|
298
|
+
def resource_id(self) -> str:
|
|
299
|
+
"""
|
|
300
|
+
The Azure resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
|
|
301
|
+
"""
|
|
302
|
+
return pulumi.get(self, "resource_id")
|
|
303
|
+
|
|
304
|
+
@property
|
|
305
|
+
@pulumi.getter(name="privateIpAddress")
|
|
306
|
+
def private_ip_address(self) -> Optional[str]:
|
|
307
|
+
"""
|
|
308
|
+
Private Ip address of the interface
|
|
309
|
+
"""
|
|
310
|
+
return pulumi.get(self, "private_ip_address")
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
@pulumi.output_type
|
|
314
|
+
class NetworkProfileResponse(dict):
|
|
315
|
+
"""
|
|
316
|
+
The network profile definition.
|
|
317
|
+
"""
|
|
318
|
+
@staticmethod
|
|
319
|
+
def __key_warning(key: str):
|
|
320
|
+
suggest = None
|
|
321
|
+
if key == "networkInterfaces":
|
|
322
|
+
suggest = "network_interfaces"
|
|
323
|
+
|
|
324
|
+
if suggest:
|
|
325
|
+
pulumi.log.warn(f"Key '{key}' not found in NetworkProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
326
|
+
|
|
327
|
+
def __getitem__(self, key: str) -> Any:
|
|
328
|
+
NetworkProfileResponse.__key_warning(key)
|
|
329
|
+
return super().__getitem__(key)
|
|
330
|
+
|
|
331
|
+
def get(self, key: str, default = None) -> Any:
|
|
332
|
+
NetworkProfileResponse.__key_warning(key)
|
|
333
|
+
return super().get(key, default)
|
|
334
|
+
|
|
335
|
+
def __init__(__self__, *,
|
|
336
|
+
network_interfaces: Optional[Sequence['outputs.NetworkInterfaceResponse']] = None,
|
|
337
|
+
subnet: Optional['outputs.ApiEntityReferenceResponse'] = None):
|
|
338
|
+
"""
|
|
339
|
+
The network profile definition.
|
|
340
|
+
:param Sequence['NetworkInterfaceResponse'] network_interfaces: Specifies the list of resource Ids for the network interfaces associated with the dedicated HSM.
|
|
341
|
+
:param 'ApiEntityReferenceResponse' subnet: Specifies the identifier of the subnet.
|
|
342
|
+
"""
|
|
343
|
+
if network_interfaces is not None:
|
|
344
|
+
pulumi.set(__self__, "network_interfaces", network_interfaces)
|
|
345
|
+
if subnet is not None:
|
|
346
|
+
pulumi.set(__self__, "subnet", subnet)
|
|
347
|
+
|
|
348
|
+
@property
|
|
349
|
+
@pulumi.getter(name="networkInterfaces")
|
|
350
|
+
def network_interfaces(self) -> Optional[Sequence['outputs.NetworkInterfaceResponse']]:
|
|
351
|
+
"""
|
|
352
|
+
Specifies the list of resource Ids for the network interfaces associated with the dedicated HSM.
|
|
353
|
+
"""
|
|
354
|
+
return pulumi.get(self, "network_interfaces")
|
|
355
|
+
|
|
356
|
+
@property
|
|
357
|
+
@pulumi.getter
|
|
358
|
+
def subnet(self) -> Optional['outputs.ApiEntityReferenceResponse']:
|
|
359
|
+
"""
|
|
360
|
+
Specifies the identifier of the subnet.
|
|
361
|
+
"""
|
|
362
|
+
return pulumi.get(self, "subnet")
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
@pulumi.output_type
|
|
366
|
+
class PrivateEndpointConnectionResponse(dict):
|
|
367
|
+
"""
|
|
368
|
+
The private endpoint connection resource.
|
|
369
|
+
"""
|
|
370
|
+
@staticmethod
|
|
371
|
+
def __key_warning(key: str):
|
|
372
|
+
suggest = None
|
|
373
|
+
if key == "groupIds":
|
|
374
|
+
suggest = "group_ids"
|
|
375
|
+
elif key == "privateLinkServiceConnectionState":
|
|
376
|
+
suggest = "private_link_service_connection_state"
|
|
377
|
+
elif key == "provisioningState":
|
|
378
|
+
suggest = "provisioning_state"
|
|
379
|
+
elif key == "systemData":
|
|
380
|
+
suggest = "system_data"
|
|
381
|
+
elif key == "privateEndpoint":
|
|
382
|
+
suggest = "private_endpoint"
|
|
383
|
+
|
|
384
|
+
if suggest:
|
|
385
|
+
pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
386
|
+
|
|
387
|
+
def __getitem__(self, key: str) -> Any:
|
|
388
|
+
PrivateEndpointConnectionResponse.__key_warning(key)
|
|
389
|
+
return super().__getitem__(key)
|
|
390
|
+
|
|
391
|
+
def get(self, key: str, default = None) -> Any:
|
|
392
|
+
PrivateEndpointConnectionResponse.__key_warning(key)
|
|
393
|
+
return super().get(key, default)
|
|
394
|
+
|
|
395
|
+
def __init__(__self__, *,
|
|
396
|
+
group_ids: Sequence[str],
|
|
397
|
+
id: str,
|
|
398
|
+
name: str,
|
|
399
|
+
private_link_service_connection_state: 'outputs.PrivateLinkServiceConnectionStateResponse',
|
|
400
|
+
provisioning_state: str,
|
|
401
|
+
system_data: 'outputs.SystemDataResponse',
|
|
402
|
+
type: str,
|
|
403
|
+
etag: Optional[str] = None,
|
|
404
|
+
private_endpoint: Optional['outputs.PrivateEndpointResponse'] = None):
|
|
405
|
+
"""
|
|
406
|
+
The private endpoint connection resource.
|
|
407
|
+
:param Sequence[str] group_ids: The group ids for the private endpoint resource.
|
|
408
|
+
:param str id: Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
409
|
+
:param str name: The name of the resource
|
|
410
|
+
:param 'PrivateLinkServiceConnectionStateResponse' private_link_service_connection_state: A collection of information about the state of the connection between service consumer and provider.
|
|
411
|
+
:param str provisioning_state: The provisioning state of the private endpoint connection resource.
|
|
412
|
+
:param 'SystemDataResponse' system_data: Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
413
|
+
:param str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
414
|
+
:param str etag: Modified whenever there is a change in the state of private endpoint connection.
|
|
415
|
+
:param 'PrivateEndpointResponse' private_endpoint: The private endpoint resource.
|
|
416
|
+
"""
|
|
417
|
+
pulumi.set(__self__, "group_ids", group_ids)
|
|
418
|
+
pulumi.set(__self__, "id", id)
|
|
419
|
+
pulumi.set(__self__, "name", name)
|
|
420
|
+
pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
|
|
421
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
422
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
423
|
+
pulumi.set(__self__, "type", type)
|
|
424
|
+
if etag is not None:
|
|
425
|
+
pulumi.set(__self__, "etag", etag)
|
|
426
|
+
if private_endpoint is not None:
|
|
427
|
+
pulumi.set(__self__, "private_endpoint", private_endpoint)
|
|
428
|
+
|
|
429
|
+
@property
|
|
430
|
+
@pulumi.getter(name="groupIds")
|
|
431
|
+
def group_ids(self) -> Sequence[str]:
|
|
432
|
+
"""
|
|
433
|
+
The group ids for the private endpoint resource.
|
|
434
|
+
"""
|
|
435
|
+
return pulumi.get(self, "group_ids")
|
|
436
|
+
|
|
437
|
+
@property
|
|
438
|
+
@pulumi.getter
|
|
439
|
+
def id(self) -> str:
|
|
440
|
+
"""
|
|
441
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
442
|
+
"""
|
|
443
|
+
return pulumi.get(self, "id")
|
|
444
|
+
|
|
445
|
+
@property
|
|
446
|
+
@pulumi.getter
|
|
447
|
+
def name(self) -> str:
|
|
448
|
+
"""
|
|
449
|
+
The name of the resource
|
|
450
|
+
"""
|
|
451
|
+
return pulumi.get(self, "name")
|
|
452
|
+
|
|
453
|
+
@property
|
|
454
|
+
@pulumi.getter(name="privateLinkServiceConnectionState")
|
|
455
|
+
def private_link_service_connection_state(self) -> 'outputs.PrivateLinkServiceConnectionStateResponse':
|
|
456
|
+
"""
|
|
457
|
+
A collection of information about the state of the connection between service consumer and provider.
|
|
458
|
+
"""
|
|
459
|
+
return pulumi.get(self, "private_link_service_connection_state")
|
|
460
|
+
|
|
461
|
+
@property
|
|
462
|
+
@pulumi.getter(name="provisioningState")
|
|
463
|
+
def provisioning_state(self) -> str:
|
|
464
|
+
"""
|
|
465
|
+
The provisioning state of the private endpoint connection resource.
|
|
466
|
+
"""
|
|
467
|
+
return pulumi.get(self, "provisioning_state")
|
|
468
|
+
|
|
469
|
+
@property
|
|
470
|
+
@pulumi.getter(name="systemData")
|
|
471
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
472
|
+
"""
|
|
473
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
474
|
+
"""
|
|
475
|
+
return pulumi.get(self, "system_data")
|
|
476
|
+
|
|
477
|
+
@property
|
|
478
|
+
@pulumi.getter
|
|
479
|
+
def type(self) -> str:
|
|
480
|
+
"""
|
|
481
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
482
|
+
"""
|
|
483
|
+
return pulumi.get(self, "type")
|
|
484
|
+
|
|
485
|
+
@property
|
|
486
|
+
@pulumi.getter
|
|
487
|
+
def etag(self) -> Optional[str]:
|
|
488
|
+
"""
|
|
489
|
+
Modified whenever there is a change in the state of private endpoint connection.
|
|
490
|
+
"""
|
|
491
|
+
return pulumi.get(self, "etag")
|
|
492
|
+
|
|
493
|
+
@property
|
|
494
|
+
@pulumi.getter(name="privateEndpoint")
|
|
495
|
+
def private_endpoint(self) -> Optional['outputs.PrivateEndpointResponse']:
|
|
496
|
+
"""
|
|
497
|
+
The private endpoint resource.
|
|
498
|
+
"""
|
|
499
|
+
return pulumi.get(self, "private_endpoint")
|
|
500
|
+
|
|
501
|
+
|
|
502
|
+
@pulumi.output_type
|
|
503
|
+
class PrivateEndpointResponse(dict):
|
|
504
|
+
"""
|
|
505
|
+
The private endpoint resource.
|
|
506
|
+
"""
|
|
507
|
+
def __init__(__self__, *,
|
|
508
|
+
id: str):
|
|
509
|
+
"""
|
|
510
|
+
The private endpoint resource.
|
|
511
|
+
:param str id: The ARM identifier for private endpoint.
|
|
512
|
+
"""
|
|
513
|
+
pulumi.set(__self__, "id", id)
|
|
514
|
+
|
|
515
|
+
@property
|
|
516
|
+
@pulumi.getter
|
|
517
|
+
def id(self) -> str:
|
|
518
|
+
"""
|
|
519
|
+
The ARM identifier for private endpoint.
|
|
520
|
+
"""
|
|
521
|
+
return pulumi.get(self, "id")
|
|
522
|
+
|
|
523
|
+
|
|
524
|
+
@pulumi.output_type
|
|
525
|
+
class PrivateLinkServiceConnectionStateResponse(dict):
|
|
526
|
+
"""
|
|
527
|
+
A collection of information about the state of the connection between service consumer and provider.
|
|
528
|
+
"""
|
|
529
|
+
@staticmethod
|
|
530
|
+
def __key_warning(key: str):
|
|
531
|
+
suggest = None
|
|
532
|
+
if key == "actionsRequired":
|
|
533
|
+
suggest = "actions_required"
|
|
534
|
+
|
|
535
|
+
if suggest:
|
|
536
|
+
pulumi.log.warn(f"Key '{key}' not found in PrivateLinkServiceConnectionStateResponse. Access the value via the '{suggest}' property getter instead.")
|
|
537
|
+
|
|
538
|
+
def __getitem__(self, key: str) -> Any:
|
|
539
|
+
PrivateLinkServiceConnectionStateResponse.__key_warning(key)
|
|
540
|
+
return super().__getitem__(key)
|
|
541
|
+
|
|
542
|
+
def get(self, key: str, default = None) -> Any:
|
|
543
|
+
PrivateLinkServiceConnectionStateResponse.__key_warning(key)
|
|
544
|
+
return super().get(key, default)
|
|
545
|
+
|
|
546
|
+
def __init__(__self__, *,
|
|
547
|
+
actions_required: Optional[str] = None,
|
|
548
|
+
description: Optional[str] = None,
|
|
549
|
+
status: Optional[str] = None):
|
|
550
|
+
"""
|
|
551
|
+
A collection of information about the state of the connection between service consumer and provider.
|
|
552
|
+
:param str actions_required: A message indicating if changes on the service provider require any updates on the consumer.
|
|
553
|
+
:param str description: The reason for approval/rejection of the connection.
|
|
554
|
+
:param str status: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
|
|
555
|
+
"""
|
|
556
|
+
if actions_required is not None:
|
|
557
|
+
pulumi.set(__self__, "actions_required", actions_required)
|
|
558
|
+
if description is not None:
|
|
559
|
+
pulumi.set(__self__, "description", description)
|
|
560
|
+
if status is not None:
|
|
561
|
+
pulumi.set(__self__, "status", status)
|
|
562
|
+
|
|
563
|
+
@property
|
|
564
|
+
@pulumi.getter(name="actionsRequired")
|
|
565
|
+
def actions_required(self) -> Optional[str]:
|
|
566
|
+
"""
|
|
567
|
+
A message indicating if changes on the service provider require any updates on the consumer.
|
|
568
|
+
"""
|
|
569
|
+
return pulumi.get(self, "actions_required")
|
|
570
|
+
|
|
571
|
+
@property
|
|
572
|
+
@pulumi.getter
|
|
573
|
+
def description(self) -> Optional[str]:
|
|
574
|
+
"""
|
|
575
|
+
The reason for approval/rejection of the connection.
|
|
576
|
+
"""
|
|
577
|
+
return pulumi.get(self, "description")
|
|
578
|
+
|
|
579
|
+
@property
|
|
580
|
+
@pulumi.getter
|
|
581
|
+
def status(self) -> Optional[str]:
|
|
582
|
+
"""
|
|
583
|
+
Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
|
|
584
|
+
"""
|
|
585
|
+
return pulumi.get(self, "status")
|
|
586
|
+
|
|
587
|
+
|
|
588
|
+
@pulumi.output_type
|
|
589
|
+
class SkuResponse(dict):
|
|
590
|
+
"""
|
|
591
|
+
SKU of the dedicated HSM
|
|
592
|
+
"""
|
|
593
|
+
def __init__(__self__, *,
|
|
594
|
+
name: Optional[str] = None):
|
|
595
|
+
"""
|
|
596
|
+
SKU of the dedicated HSM
|
|
597
|
+
:param str name: SKU of the dedicated HSM
|
|
598
|
+
"""
|
|
599
|
+
if name is not None:
|
|
600
|
+
pulumi.set(__self__, "name", name)
|
|
601
|
+
|
|
602
|
+
@property
|
|
603
|
+
@pulumi.getter
|
|
604
|
+
def name(self) -> Optional[str]:
|
|
605
|
+
"""
|
|
606
|
+
SKU of the dedicated HSM
|
|
607
|
+
"""
|
|
608
|
+
return pulumi.get(self, "name")
|
|
609
|
+
|
|
610
|
+
|
|
611
|
+
@pulumi.output_type
|
|
612
|
+
class SystemDataResponse(dict):
|
|
613
|
+
"""
|
|
614
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
615
|
+
"""
|
|
616
|
+
@staticmethod
|
|
617
|
+
def __key_warning(key: str):
|
|
618
|
+
suggest = None
|
|
619
|
+
if key == "createdAt":
|
|
620
|
+
suggest = "created_at"
|
|
621
|
+
elif key == "createdBy":
|
|
622
|
+
suggest = "created_by"
|
|
623
|
+
elif key == "createdByType":
|
|
624
|
+
suggest = "created_by_type"
|
|
625
|
+
elif key == "lastModifiedAt":
|
|
626
|
+
suggest = "last_modified_at"
|
|
627
|
+
elif key == "lastModifiedBy":
|
|
628
|
+
suggest = "last_modified_by"
|
|
629
|
+
elif key == "lastModifiedByType":
|
|
630
|
+
suggest = "last_modified_by_type"
|
|
631
|
+
|
|
632
|
+
if suggest:
|
|
633
|
+
pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
634
|
+
|
|
635
|
+
def __getitem__(self, key: str) -> Any:
|
|
636
|
+
SystemDataResponse.__key_warning(key)
|
|
637
|
+
return super().__getitem__(key)
|
|
638
|
+
|
|
639
|
+
def get(self, key: str, default = None) -> Any:
|
|
640
|
+
SystemDataResponse.__key_warning(key)
|
|
641
|
+
return super().get(key, default)
|
|
642
|
+
|
|
643
|
+
def __init__(__self__, *,
|
|
644
|
+
created_at: Optional[str] = None,
|
|
645
|
+
created_by: Optional[str] = None,
|
|
646
|
+
created_by_type: Optional[str] = None,
|
|
647
|
+
last_modified_at: Optional[str] = None,
|
|
648
|
+
last_modified_by: Optional[str] = None,
|
|
649
|
+
last_modified_by_type: Optional[str] = None):
|
|
650
|
+
"""
|
|
651
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
652
|
+
:param str created_at: The timestamp of resource creation (UTC).
|
|
653
|
+
:param str created_by: The identity that created the resource.
|
|
654
|
+
:param str created_by_type: The type of identity that created the resource.
|
|
655
|
+
:param str last_modified_at: The timestamp of resource last modification (UTC)
|
|
656
|
+
:param str last_modified_by: The identity that last modified the resource.
|
|
657
|
+
:param str last_modified_by_type: The type of identity that last modified the resource.
|
|
658
|
+
"""
|
|
659
|
+
if created_at is not None:
|
|
660
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
661
|
+
if created_by is not None:
|
|
662
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
663
|
+
if created_by_type is not None:
|
|
664
|
+
pulumi.set(__self__, "created_by_type", created_by_type)
|
|
665
|
+
if last_modified_at is not None:
|
|
666
|
+
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
|
667
|
+
if last_modified_by is not None:
|
|
668
|
+
pulumi.set(__self__, "last_modified_by", last_modified_by)
|
|
669
|
+
if last_modified_by_type is not None:
|
|
670
|
+
pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
|
|
671
|
+
|
|
672
|
+
@property
|
|
673
|
+
@pulumi.getter(name="createdAt")
|
|
674
|
+
def created_at(self) -> Optional[str]:
|
|
675
|
+
"""
|
|
676
|
+
The timestamp of resource creation (UTC).
|
|
677
|
+
"""
|
|
678
|
+
return pulumi.get(self, "created_at")
|
|
679
|
+
|
|
680
|
+
@property
|
|
681
|
+
@pulumi.getter(name="createdBy")
|
|
682
|
+
def created_by(self) -> Optional[str]:
|
|
683
|
+
"""
|
|
684
|
+
The identity that created the resource.
|
|
685
|
+
"""
|
|
686
|
+
return pulumi.get(self, "created_by")
|
|
687
|
+
|
|
688
|
+
@property
|
|
689
|
+
@pulumi.getter(name="createdByType")
|
|
690
|
+
def created_by_type(self) -> Optional[str]:
|
|
691
|
+
"""
|
|
692
|
+
The type of identity that created the resource.
|
|
693
|
+
"""
|
|
694
|
+
return pulumi.get(self, "created_by_type")
|
|
695
|
+
|
|
696
|
+
@property
|
|
697
|
+
@pulumi.getter(name="lastModifiedAt")
|
|
698
|
+
def last_modified_at(self) -> Optional[str]:
|
|
699
|
+
"""
|
|
700
|
+
The timestamp of resource last modification (UTC)
|
|
701
|
+
"""
|
|
702
|
+
return pulumi.get(self, "last_modified_at")
|
|
703
|
+
|
|
704
|
+
@property
|
|
705
|
+
@pulumi.getter(name="lastModifiedBy")
|
|
706
|
+
def last_modified_by(self) -> Optional[str]:
|
|
707
|
+
"""
|
|
708
|
+
The identity that last modified the resource.
|
|
709
|
+
"""
|
|
710
|
+
return pulumi.get(self, "last_modified_by")
|
|
711
|
+
|
|
712
|
+
@property
|
|
713
|
+
@pulumi.getter(name="lastModifiedByType")
|
|
714
|
+
def last_modified_by_type(self) -> Optional[str]:
|
|
715
|
+
"""
|
|
716
|
+
The type of identity that last modified the resource.
|
|
717
|
+
"""
|
|
718
|
+
return pulumi.get(self, "last_modified_by_type")
|
|
719
|
+
|
|
720
|
+
|
|
721
|
+
@pulumi.output_type
|
|
722
|
+
class UserAssignedIdentityResponse(dict):
|
|
723
|
+
"""
|
|
724
|
+
User assigned identity properties
|
|
725
|
+
"""
|
|
726
|
+
@staticmethod
|
|
727
|
+
def __key_warning(key: str):
|
|
728
|
+
suggest = None
|
|
729
|
+
if key == "clientId":
|
|
730
|
+
suggest = "client_id"
|
|
731
|
+
elif key == "principalId":
|
|
732
|
+
suggest = "principal_id"
|
|
733
|
+
|
|
734
|
+
if suggest:
|
|
735
|
+
pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
736
|
+
|
|
737
|
+
def __getitem__(self, key: str) -> Any:
|
|
738
|
+
UserAssignedIdentityResponse.__key_warning(key)
|
|
739
|
+
return super().__getitem__(key)
|
|
740
|
+
|
|
741
|
+
def get(self, key: str, default = None) -> Any:
|
|
742
|
+
UserAssignedIdentityResponse.__key_warning(key)
|
|
743
|
+
return super().get(key, default)
|
|
744
|
+
|
|
745
|
+
def __init__(__self__, *,
|
|
746
|
+
client_id: str,
|
|
747
|
+
principal_id: str):
|
|
748
|
+
"""
|
|
749
|
+
User assigned identity properties
|
|
750
|
+
:param str client_id: The client ID of the assigned identity.
|
|
751
|
+
:param str principal_id: The principal ID of the assigned identity.
|
|
752
|
+
"""
|
|
753
|
+
pulumi.set(__self__, "client_id", client_id)
|
|
754
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
755
|
+
|
|
756
|
+
@property
|
|
757
|
+
@pulumi.getter(name="clientId")
|
|
758
|
+
def client_id(self) -> str:
|
|
759
|
+
"""
|
|
760
|
+
The client ID of the assigned identity.
|
|
761
|
+
"""
|
|
762
|
+
return pulumi.get(self, "client_id")
|
|
763
|
+
|
|
764
|
+
@property
|
|
765
|
+
@pulumi.getter(name="principalId")
|
|
766
|
+
def principal_id(self) -> str:
|
|
767
|
+
"""
|
|
768
|
+
The principal ID of the assigned identity.
|
|
769
|
+
"""
|
|
770
|
+
return pulumi.get(self, "principal_id")
|
|
771
|
+
|
|
772
|
+
|