pulumi-azure-native 2.59.0a1724845184__py3-none-any.whl → 2.59.0a1725270690__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 +51 -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/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/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/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/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/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/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/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/pulumi-plugin.json +1 -1
- 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-2.59.0a1724845184.dist-info → pulumi_azure_native-2.59.0a1725270690.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.59.0a1724845184.dist-info → pulumi_azure_native-2.59.0a1725270690.dist-info}/RECORD +357 -291
- {pulumi_azure_native-2.59.0a1724845184.dist-info → pulumi_azure_native-2.59.0a1725270690.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.59.0a1724845184.dist-info → pulumi_azure_native-2.59.0a1725270690.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,721 @@
|
|
|
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
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetManagedClusterResult',
|
|
20
|
+
'AwaitableGetManagedClusterResult',
|
|
21
|
+
'get_managed_cluster',
|
|
22
|
+
'get_managed_cluster_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetManagedClusterResult:
|
|
27
|
+
"""
|
|
28
|
+
Managed cluster.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, aad_profile=None, addon_profiles=None, agent_pool_profiles=None, api_server_access_profile=None, auto_scaler_profile=None, auto_upgrade_profile=None, azure_monitor_profile=None, azure_portal_fqdn=None, current_kubernetes_version=None, disable_local_accounts=None, disk_encryption_set_id=None, dns_prefix=None, enable_pod_security_policy=None, enable_rbac=None, extended_location=None, fqdn=None, fqdn_subdomain=None, http_proxy_config=None, id=None, identity=None, identity_profile=None, ingress_profile=None, kubernetes_version=None, linux_profile=None, location=None, max_agent_pools=None, metrics_profile=None, name=None, network_profile=None, node_resource_group=None, oidc_issuer_profile=None, pod_identity_profile=None, power_state=None, private_fqdn=None, private_link_resources=None, provisioning_state=None, public_network_access=None, resource_uid=None, security_profile=None, service_mesh_profile=None, service_principal_profile=None, sku=None, storage_profile=None, support_plan=None, system_data=None, tags=None, type=None, upgrade_settings=None, windows_profile=None, workload_auto_scaler_profile=None):
|
|
31
|
+
if aad_profile and not isinstance(aad_profile, dict):
|
|
32
|
+
raise TypeError("Expected argument 'aad_profile' to be a dict")
|
|
33
|
+
pulumi.set(__self__, "aad_profile", aad_profile)
|
|
34
|
+
if addon_profiles and not isinstance(addon_profiles, dict):
|
|
35
|
+
raise TypeError("Expected argument 'addon_profiles' to be a dict")
|
|
36
|
+
pulumi.set(__self__, "addon_profiles", addon_profiles)
|
|
37
|
+
if agent_pool_profiles and not isinstance(agent_pool_profiles, list):
|
|
38
|
+
raise TypeError("Expected argument 'agent_pool_profiles' to be a list")
|
|
39
|
+
pulumi.set(__self__, "agent_pool_profiles", agent_pool_profiles)
|
|
40
|
+
if api_server_access_profile and not isinstance(api_server_access_profile, dict):
|
|
41
|
+
raise TypeError("Expected argument 'api_server_access_profile' to be a dict")
|
|
42
|
+
pulumi.set(__self__, "api_server_access_profile", api_server_access_profile)
|
|
43
|
+
if auto_scaler_profile and not isinstance(auto_scaler_profile, dict):
|
|
44
|
+
raise TypeError("Expected argument 'auto_scaler_profile' to be a dict")
|
|
45
|
+
pulumi.set(__self__, "auto_scaler_profile", auto_scaler_profile)
|
|
46
|
+
if auto_upgrade_profile and not isinstance(auto_upgrade_profile, dict):
|
|
47
|
+
raise TypeError("Expected argument 'auto_upgrade_profile' to be a dict")
|
|
48
|
+
pulumi.set(__self__, "auto_upgrade_profile", auto_upgrade_profile)
|
|
49
|
+
if azure_monitor_profile and not isinstance(azure_monitor_profile, dict):
|
|
50
|
+
raise TypeError("Expected argument 'azure_monitor_profile' to be a dict")
|
|
51
|
+
pulumi.set(__self__, "azure_monitor_profile", azure_monitor_profile)
|
|
52
|
+
if azure_portal_fqdn and not isinstance(azure_portal_fqdn, str):
|
|
53
|
+
raise TypeError("Expected argument 'azure_portal_fqdn' to be a str")
|
|
54
|
+
pulumi.set(__self__, "azure_portal_fqdn", azure_portal_fqdn)
|
|
55
|
+
if current_kubernetes_version and not isinstance(current_kubernetes_version, str):
|
|
56
|
+
raise TypeError("Expected argument 'current_kubernetes_version' to be a str")
|
|
57
|
+
pulumi.set(__self__, "current_kubernetes_version", current_kubernetes_version)
|
|
58
|
+
if disable_local_accounts and not isinstance(disable_local_accounts, bool):
|
|
59
|
+
raise TypeError("Expected argument 'disable_local_accounts' to be a bool")
|
|
60
|
+
pulumi.set(__self__, "disable_local_accounts", disable_local_accounts)
|
|
61
|
+
if disk_encryption_set_id and not isinstance(disk_encryption_set_id, str):
|
|
62
|
+
raise TypeError("Expected argument 'disk_encryption_set_id' to be a str")
|
|
63
|
+
pulumi.set(__self__, "disk_encryption_set_id", disk_encryption_set_id)
|
|
64
|
+
if dns_prefix and not isinstance(dns_prefix, str):
|
|
65
|
+
raise TypeError("Expected argument 'dns_prefix' to be a str")
|
|
66
|
+
pulumi.set(__self__, "dns_prefix", dns_prefix)
|
|
67
|
+
if enable_pod_security_policy and not isinstance(enable_pod_security_policy, bool):
|
|
68
|
+
raise TypeError("Expected argument 'enable_pod_security_policy' to be a bool")
|
|
69
|
+
pulumi.set(__self__, "enable_pod_security_policy", enable_pod_security_policy)
|
|
70
|
+
if enable_rbac and not isinstance(enable_rbac, bool):
|
|
71
|
+
raise TypeError("Expected argument 'enable_rbac' to be a bool")
|
|
72
|
+
pulumi.set(__self__, "enable_rbac", enable_rbac)
|
|
73
|
+
if extended_location and not isinstance(extended_location, dict):
|
|
74
|
+
raise TypeError("Expected argument 'extended_location' to be a dict")
|
|
75
|
+
pulumi.set(__self__, "extended_location", extended_location)
|
|
76
|
+
if fqdn and not isinstance(fqdn, str):
|
|
77
|
+
raise TypeError("Expected argument 'fqdn' to be a str")
|
|
78
|
+
pulumi.set(__self__, "fqdn", fqdn)
|
|
79
|
+
if fqdn_subdomain and not isinstance(fqdn_subdomain, str):
|
|
80
|
+
raise TypeError("Expected argument 'fqdn_subdomain' to be a str")
|
|
81
|
+
pulumi.set(__self__, "fqdn_subdomain", fqdn_subdomain)
|
|
82
|
+
if http_proxy_config and not isinstance(http_proxy_config, dict):
|
|
83
|
+
raise TypeError("Expected argument 'http_proxy_config' to be a dict")
|
|
84
|
+
pulumi.set(__self__, "http_proxy_config", http_proxy_config)
|
|
85
|
+
if id and not isinstance(id, str):
|
|
86
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
87
|
+
pulumi.set(__self__, "id", id)
|
|
88
|
+
if identity and not isinstance(identity, dict):
|
|
89
|
+
raise TypeError("Expected argument 'identity' to be a dict")
|
|
90
|
+
pulumi.set(__self__, "identity", identity)
|
|
91
|
+
if identity_profile and not isinstance(identity_profile, dict):
|
|
92
|
+
raise TypeError("Expected argument 'identity_profile' to be a dict")
|
|
93
|
+
pulumi.set(__self__, "identity_profile", identity_profile)
|
|
94
|
+
if ingress_profile and not isinstance(ingress_profile, dict):
|
|
95
|
+
raise TypeError("Expected argument 'ingress_profile' to be a dict")
|
|
96
|
+
pulumi.set(__self__, "ingress_profile", ingress_profile)
|
|
97
|
+
if kubernetes_version and not isinstance(kubernetes_version, str):
|
|
98
|
+
raise TypeError("Expected argument 'kubernetes_version' to be a str")
|
|
99
|
+
pulumi.set(__self__, "kubernetes_version", kubernetes_version)
|
|
100
|
+
if linux_profile and not isinstance(linux_profile, dict):
|
|
101
|
+
raise TypeError("Expected argument 'linux_profile' to be a dict")
|
|
102
|
+
pulumi.set(__self__, "linux_profile", linux_profile)
|
|
103
|
+
if location and not isinstance(location, str):
|
|
104
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
105
|
+
pulumi.set(__self__, "location", location)
|
|
106
|
+
if max_agent_pools and not isinstance(max_agent_pools, int):
|
|
107
|
+
raise TypeError("Expected argument 'max_agent_pools' to be a int")
|
|
108
|
+
pulumi.set(__self__, "max_agent_pools", max_agent_pools)
|
|
109
|
+
if metrics_profile and not isinstance(metrics_profile, dict):
|
|
110
|
+
raise TypeError("Expected argument 'metrics_profile' to be a dict")
|
|
111
|
+
pulumi.set(__self__, "metrics_profile", metrics_profile)
|
|
112
|
+
if name and not isinstance(name, str):
|
|
113
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
114
|
+
pulumi.set(__self__, "name", name)
|
|
115
|
+
if network_profile and not isinstance(network_profile, dict):
|
|
116
|
+
raise TypeError("Expected argument 'network_profile' to be a dict")
|
|
117
|
+
pulumi.set(__self__, "network_profile", network_profile)
|
|
118
|
+
if node_resource_group and not isinstance(node_resource_group, str):
|
|
119
|
+
raise TypeError("Expected argument 'node_resource_group' to be a str")
|
|
120
|
+
pulumi.set(__self__, "node_resource_group", node_resource_group)
|
|
121
|
+
if oidc_issuer_profile and not isinstance(oidc_issuer_profile, dict):
|
|
122
|
+
raise TypeError("Expected argument 'oidc_issuer_profile' to be a dict")
|
|
123
|
+
pulumi.set(__self__, "oidc_issuer_profile", oidc_issuer_profile)
|
|
124
|
+
if pod_identity_profile and not isinstance(pod_identity_profile, dict):
|
|
125
|
+
raise TypeError("Expected argument 'pod_identity_profile' to be a dict")
|
|
126
|
+
pulumi.set(__self__, "pod_identity_profile", pod_identity_profile)
|
|
127
|
+
if power_state and not isinstance(power_state, dict):
|
|
128
|
+
raise TypeError("Expected argument 'power_state' to be a dict")
|
|
129
|
+
pulumi.set(__self__, "power_state", power_state)
|
|
130
|
+
if private_fqdn and not isinstance(private_fqdn, str):
|
|
131
|
+
raise TypeError("Expected argument 'private_fqdn' to be a str")
|
|
132
|
+
pulumi.set(__self__, "private_fqdn", private_fqdn)
|
|
133
|
+
if private_link_resources and not isinstance(private_link_resources, list):
|
|
134
|
+
raise TypeError("Expected argument 'private_link_resources' to be a list")
|
|
135
|
+
pulumi.set(__self__, "private_link_resources", private_link_resources)
|
|
136
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
137
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
138
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
139
|
+
if public_network_access and not isinstance(public_network_access, str):
|
|
140
|
+
raise TypeError("Expected argument 'public_network_access' to be a str")
|
|
141
|
+
pulumi.set(__self__, "public_network_access", public_network_access)
|
|
142
|
+
if resource_uid and not isinstance(resource_uid, str):
|
|
143
|
+
raise TypeError("Expected argument 'resource_uid' to be a str")
|
|
144
|
+
pulumi.set(__self__, "resource_uid", resource_uid)
|
|
145
|
+
if security_profile and not isinstance(security_profile, dict):
|
|
146
|
+
raise TypeError("Expected argument 'security_profile' to be a dict")
|
|
147
|
+
pulumi.set(__self__, "security_profile", security_profile)
|
|
148
|
+
if service_mesh_profile and not isinstance(service_mesh_profile, dict):
|
|
149
|
+
raise TypeError("Expected argument 'service_mesh_profile' to be a dict")
|
|
150
|
+
pulumi.set(__self__, "service_mesh_profile", service_mesh_profile)
|
|
151
|
+
if service_principal_profile and not isinstance(service_principal_profile, dict):
|
|
152
|
+
raise TypeError("Expected argument 'service_principal_profile' to be a dict")
|
|
153
|
+
pulumi.set(__self__, "service_principal_profile", service_principal_profile)
|
|
154
|
+
if sku and not isinstance(sku, dict):
|
|
155
|
+
raise TypeError("Expected argument 'sku' to be a dict")
|
|
156
|
+
pulumi.set(__self__, "sku", sku)
|
|
157
|
+
if storage_profile and not isinstance(storage_profile, dict):
|
|
158
|
+
raise TypeError("Expected argument 'storage_profile' to be a dict")
|
|
159
|
+
pulumi.set(__self__, "storage_profile", storage_profile)
|
|
160
|
+
if support_plan and not isinstance(support_plan, str):
|
|
161
|
+
raise TypeError("Expected argument 'support_plan' to be a str")
|
|
162
|
+
pulumi.set(__self__, "support_plan", support_plan)
|
|
163
|
+
if system_data and not isinstance(system_data, dict):
|
|
164
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
165
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
166
|
+
if tags and not isinstance(tags, dict):
|
|
167
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
168
|
+
pulumi.set(__self__, "tags", tags)
|
|
169
|
+
if type and not isinstance(type, str):
|
|
170
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
171
|
+
pulumi.set(__self__, "type", type)
|
|
172
|
+
if upgrade_settings and not isinstance(upgrade_settings, dict):
|
|
173
|
+
raise TypeError("Expected argument 'upgrade_settings' to be a dict")
|
|
174
|
+
pulumi.set(__self__, "upgrade_settings", upgrade_settings)
|
|
175
|
+
if windows_profile and not isinstance(windows_profile, dict):
|
|
176
|
+
raise TypeError("Expected argument 'windows_profile' to be a dict")
|
|
177
|
+
pulumi.set(__self__, "windows_profile", windows_profile)
|
|
178
|
+
if workload_auto_scaler_profile and not isinstance(workload_auto_scaler_profile, dict):
|
|
179
|
+
raise TypeError("Expected argument 'workload_auto_scaler_profile' to be a dict")
|
|
180
|
+
pulumi.set(__self__, "workload_auto_scaler_profile", workload_auto_scaler_profile)
|
|
181
|
+
|
|
182
|
+
@property
|
|
183
|
+
@pulumi.getter(name="aadProfile")
|
|
184
|
+
def aad_profile(self) -> Optional['outputs.ManagedClusterAADProfileResponse']:
|
|
185
|
+
"""
|
|
186
|
+
The Azure Active Directory configuration.
|
|
187
|
+
"""
|
|
188
|
+
return pulumi.get(self, "aad_profile")
|
|
189
|
+
|
|
190
|
+
@property
|
|
191
|
+
@pulumi.getter(name="addonProfiles")
|
|
192
|
+
def addon_profiles(self) -> Optional[Mapping[str, 'outputs.ManagedClusterAddonProfileResponse']]:
|
|
193
|
+
"""
|
|
194
|
+
The profile of managed cluster add-on.
|
|
195
|
+
"""
|
|
196
|
+
return pulumi.get(self, "addon_profiles")
|
|
197
|
+
|
|
198
|
+
@property
|
|
199
|
+
@pulumi.getter(name="agentPoolProfiles")
|
|
200
|
+
def agent_pool_profiles(self) -> Optional[Sequence['outputs.ManagedClusterAgentPoolProfileResponse']]:
|
|
201
|
+
"""
|
|
202
|
+
The agent pool properties.
|
|
203
|
+
"""
|
|
204
|
+
return pulumi.get(self, "agent_pool_profiles")
|
|
205
|
+
|
|
206
|
+
@property
|
|
207
|
+
@pulumi.getter(name="apiServerAccessProfile")
|
|
208
|
+
def api_server_access_profile(self) -> Optional['outputs.ManagedClusterAPIServerAccessProfileResponse']:
|
|
209
|
+
"""
|
|
210
|
+
The access profile for managed cluster API server.
|
|
211
|
+
"""
|
|
212
|
+
return pulumi.get(self, "api_server_access_profile")
|
|
213
|
+
|
|
214
|
+
@property
|
|
215
|
+
@pulumi.getter(name="autoScalerProfile")
|
|
216
|
+
def auto_scaler_profile(self) -> Optional['outputs.ManagedClusterPropertiesResponseAutoScalerProfile']:
|
|
217
|
+
"""
|
|
218
|
+
Parameters to be applied to the cluster-autoscaler when enabled
|
|
219
|
+
"""
|
|
220
|
+
return pulumi.get(self, "auto_scaler_profile")
|
|
221
|
+
|
|
222
|
+
@property
|
|
223
|
+
@pulumi.getter(name="autoUpgradeProfile")
|
|
224
|
+
def auto_upgrade_profile(self) -> Optional['outputs.ManagedClusterAutoUpgradeProfileResponse']:
|
|
225
|
+
"""
|
|
226
|
+
The auto upgrade configuration.
|
|
227
|
+
"""
|
|
228
|
+
return pulumi.get(self, "auto_upgrade_profile")
|
|
229
|
+
|
|
230
|
+
@property
|
|
231
|
+
@pulumi.getter(name="azureMonitorProfile")
|
|
232
|
+
def azure_monitor_profile(self) -> Optional['outputs.ManagedClusterAzureMonitorProfileResponse']:
|
|
233
|
+
"""
|
|
234
|
+
Azure Monitor addon profiles for monitoring the managed cluster.
|
|
235
|
+
"""
|
|
236
|
+
return pulumi.get(self, "azure_monitor_profile")
|
|
237
|
+
|
|
238
|
+
@property
|
|
239
|
+
@pulumi.getter(name="azurePortalFQDN")
|
|
240
|
+
def azure_portal_fqdn(self) -> str:
|
|
241
|
+
"""
|
|
242
|
+
The Azure Portal requires certain Cross-Origin Resource Sharing (CORS) headers to be sent in some responses, which Kubernetes APIServer doesn't handle by default. This special FQDN supports CORS, allowing the Azure Portal to function properly.
|
|
243
|
+
"""
|
|
244
|
+
return pulumi.get(self, "azure_portal_fqdn")
|
|
245
|
+
|
|
246
|
+
@property
|
|
247
|
+
@pulumi.getter(name="currentKubernetesVersion")
|
|
248
|
+
def current_kubernetes_version(self) -> str:
|
|
249
|
+
"""
|
|
250
|
+
If kubernetesVersion was a fully specified version <major.minor.patch>, this field will be exactly equal to it. If kubernetesVersion was <major.minor>, this field will contain the full <major.minor.patch> version being used.
|
|
251
|
+
"""
|
|
252
|
+
return pulumi.get(self, "current_kubernetes_version")
|
|
253
|
+
|
|
254
|
+
@property
|
|
255
|
+
@pulumi.getter(name="disableLocalAccounts")
|
|
256
|
+
def disable_local_accounts(self) -> Optional[bool]:
|
|
257
|
+
"""
|
|
258
|
+
If set to true, getting static credentials will be disabled for this cluster. This must only be used on Managed Clusters that are AAD enabled. For more details see [disable local accounts](https://docs.microsoft.com/azure/aks/managed-aad#disable-local-accounts-preview).
|
|
259
|
+
"""
|
|
260
|
+
return pulumi.get(self, "disable_local_accounts")
|
|
261
|
+
|
|
262
|
+
@property
|
|
263
|
+
@pulumi.getter(name="diskEncryptionSetID")
|
|
264
|
+
def disk_encryption_set_id(self) -> Optional[str]:
|
|
265
|
+
"""
|
|
266
|
+
This is of the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{encryptionSetName}'
|
|
267
|
+
"""
|
|
268
|
+
return pulumi.get(self, "disk_encryption_set_id")
|
|
269
|
+
|
|
270
|
+
@property
|
|
271
|
+
@pulumi.getter(name="dnsPrefix")
|
|
272
|
+
def dns_prefix(self) -> Optional[str]:
|
|
273
|
+
"""
|
|
274
|
+
This cannot be updated once the Managed Cluster has been created.
|
|
275
|
+
"""
|
|
276
|
+
return pulumi.get(self, "dns_prefix")
|
|
277
|
+
|
|
278
|
+
@property
|
|
279
|
+
@pulumi.getter(name="enablePodSecurityPolicy")
|
|
280
|
+
def enable_pod_security_policy(self) -> Optional[bool]:
|
|
281
|
+
"""
|
|
282
|
+
(DEPRECATED) Whether to enable Kubernetes pod security policy (preview). PodSecurityPolicy was deprecated in Kubernetes v1.21, and removed from Kubernetes in v1.25. Learn more at https://aka.ms/k8s/psp and https://aka.ms/aks/psp.
|
|
283
|
+
"""
|
|
284
|
+
return pulumi.get(self, "enable_pod_security_policy")
|
|
285
|
+
|
|
286
|
+
@property
|
|
287
|
+
@pulumi.getter(name="enableRBAC")
|
|
288
|
+
def enable_rbac(self) -> Optional[bool]:
|
|
289
|
+
"""
|
|
290
|
+
Whether to enable Kubernetes Role-Based Access Control.
|
|
291
|
+
"""
|
|
292
|
+
return pulumi.get(self, "enable_rbac")
|
|
293
|
+
|
|
294
|
+
@property
|
|
295
|
+
@pulumi.getter(name="extendedLocation")
|
|
296
|
+
def extended_location(self) -> Optional['outputs.ExtendedLocationResponse']:
|
|
297
|
+
"""
|
|
298
|
+
The extended location of the Virtual Machine.
|
|
299
|
+
"""
|
|
300
|
+
return pulumi.get(self, "extended_location")
|
|
301
|
+
|
|
302
|
+
@property
|
|
303
|
+
@pulumi.getter
|
|
304
|
+
def fqdn(self) -> str:
|
|
305
|
+
"""
|
|
306
|
+
The FQDN of the master pool.
|
|
307
|
+
"""
|
|
308
|
+
return pulumi.get(self, "fqdn")
|
|
309
|
+
|
|
310
|
+
@property
|
|
311
|
+
@pulumi.getter(name="fqdnSubdomain")
|
|
312
|
+
def fqdn_subdomain(self) -> Optional[str]:
|
|
313
|
+
"""
|
|
314
|
+
This cannot be updated once the Managed Cluster has been created.
|
|
315
|
+
"""
|
|
316
|
+
return pulumi.get(self, "fqdn_subdomain")
|
|
317
|
+
|
|
318
|
+
@property
|
|
319
|
+
@pulumi.getter(name="httpProxyConfig")
|
|
320
|
+
def http_proxy_config(self) -> Optional['outputs.ManagedClusterHTTPProxyConfigResponse']:
|
|
321
|
+
"""
|
|
322
|
+
Configurations for provisioning the cluster with HTTP proxy servers.
|
|
323
|
+
"""
|
|
324
|
+
return pulumi.get(self, "http_proxy_config")
|
|
325
|
+
|
|
326
|
+
@property
|
|
327
|
+
@pulumi.getter
|
|
328
|
+
def id(self) -> str:
|
|
329
|
+
"""
|
|
330
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
331
|
+
"""
|
|
332
|
+
return pulumi.get(self, "id")
|
|
333
|
+
|
|
334
|
+
@property
|
|
335
|
+
@pulumi.getter
|
|
336
|
+
def identity(self) -> Optional['outputs.ManagedClusterIdentityResponse']:
|
|
337
|
+
"""
|
|
338
|
+
The identity of the managed cluster, if configured.
|
|
339
|
+
"""
|
|
340
|
+
return pulumi.get(self, "identity")
|
|
341
|
+
|
|
342
|
+
@property
|
|
343
|
+
@pulumi.getter(name="identityProfile")
|
|
344
|
+
def identity_profile(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
|
|
345
|
+
"""
|
|
346
|
+
Identities associated with the cluster.
|
|
347
|
+
"""
|
|
348
|
+
return pulumi.get(self, "identity_profile")
|
|
349
|
+
|
|
350
|
+
@property
|
|
351
|
+
@pulumi.getter(name="ingressProfile")
|
|
352
|
+
def ingress_profile(self) -> Optional['outputs.ManagedClusterIngressProfileResponse']:
|
|
353
|
+
"""
|
|
354
|
+
Ingress profile for the managed cluster.
|
|
355
|
+
"""
|
|
356
|
+
return pulumi.get(self, "ingress_profile")
|
|
357
|
+
|
|
358
|
+
@property
|
|
359
|
+
@pulumi.getter(name="kubernetesVersion")
|
|
360
|
+
def kubernetes_version(self) -> Optional[str]:
|
|
361
|
+
"""
|
|
362
|
+
Both patch version <major.minor.patch> (e.g. 1.20.13) and <major.minor> (e.g. 1.20) are supported. When <major.minor> is specified, the latest supported GA patch version is chosen automatically. Updating the cluster with the same <major.minor> once it has been created (e.g. 1.14.x -> 1.14) will not trigger an upgrade, even if a newer patch version is available. When you upgrade a supported AKS cluster, Kubernetes minor versions cannot be skipped. All upgrades must be performed sequentially by major version number. For example, upgrades between 1.14.x -> 1.15.x or 1.15.x -> 1.16.x are allowed, however 1.14.x -> 1.16.x is not allowed. See [upgrading an AKS cluster](https://docs.microsoft.com/azure/aks/upgrade-cluster) for more details.
|
|
363
|
+
"""
|
|
364
|
+
return pulumi.get(self, "kubernetes_version")
|
|
365
|
+
|
|
366
|
+
@property
|
|
367
|
+
@pulumi.getter(name="linuxProfile")
|
|
368
|
+
def linux_profile(self) -> Optional['outputs.ContainerServiceLinuxProfileResponse']:
|
|
369
|
+
"""
|
|
370
|
+
The profile for Linux VMs in the Managed Cluster.
|
|
371
|
+
"""
|
|
372
|
+
return pulumi.get(self, "linux_profile")
|
|
373
|
+
|
|
374
|
+
@property
|
|
375
|
+
@pulumi.getter
|
|
376
|
+
def location(self) -> str:
|
|
377
|
+
"""
|
|
378
|
+
The geo-location where the resource lives
|
|
379
|
+
"""
|
|
380
|
+
return pulumi.get(self, "location")
|
|
381
|
+
|
|
382
|
+
@property
|
|
383
|
+
@pulumi.getter(name="maxAgentPools")
|
|
384
|
+
def max_agent_pools(self) -> int:
|
|
385
|
+
"""
|
|
386
|
+
The max number of agent pools for the managed cluster.
|
|
387
|
+
"""
|
|
388
|
+
return pulumi.get(self, "max_agent_pools")
|
|
389
|
+
|
|
390
|
+
@property
|
|
391
|
+
@pulumi.getter(name="metricsProfile")
|
|
392
|
+
def metrics_profile(self) -> Optional['outputs.ManagedClusterMetricsProfileResponse']:
|
|
393
|
+
"""
|
|
394
|
+
Optional cluster metrics configuration.
|
|
395
|
+
"""
|
|
396
|
+
return pulumi.get(self, "metrics_profile")
|
|
397
|
+
|
|
398
|
+
@property
|
|
399
|
+
@pulumi.getter
|
|
400
|
+
def name(self) -> str:
|
|
401
|
+
"""
|
|
402
|
+
The name of the resource
|
|
403
|
+
"""
|
|
404
|
+
return pulumi.get(self, "name")
|
|
405
|
+
|
|
406
|
+
@property
|
|
407
|
+
@pulumi.getter(name="networkProfile")
|
|
408
|
+
def network_profile(self) -> Optional['outputs.ContainerServiceNetworkProfileResponse']:
|
|
409
|
+
"""
|
|
410
|
+
The network configuration profile.
|
|
411
|
+
"""
|
|
412
|
+
return pulumi.get(self, "network_profile")
|
|
413
|
+
|
|
414
|
+
@property
|
|
415
|
+
@pulumi.getter(name="nodeResourceGroup")
|
|
416
|
+
def node_resource_group(self) -> Optional[str]:
|
|
417
|
+
"""
|
|
418
|
+
The name of the resource group containing agent pool nodes.
|
|
419
|
+
"""
|
|
420
|
+
return pulumi.get(self, "node_resource_group")
|
|
421
|
+
|
|
422
|
+
@property
|
|
423
|
+
@pulumi.getter(name="oidcIssuerProfile")
|
|
424
|
+
def oidc_issuer_profile(self) -> Optional['outputs.ManagedClusterOIDCIssuerProfileResponse']:
|
|
425
|
+
"""
|
|
426
|
+
The OIDC issuer profile of the Managed Cluster.
|
|
427
|
+
"""
|
|
428
|
+
return pulumi.get(self, "oidc_issuer_profile")
|
|
429
|
+
|
|
430
|
+
@property
|
|
431
|
+
@pulumi.getter(name="podIdentityProfile")
|
|
432
|
+
def pod_identity_profile(self) -> Optional['outputs.ManagedClusterPodIdentityProfileResponse']:
|
|
433
|
+
"""
|
|
434
|
+
See [use AAD pod identity](https://docs.microsoft.com/azure/aks/use-azure-ad-pod-identity) for more details on AAD pod identity integration.
|
|
435
|
+
"""
|
|
436
|
+
return pulumi.get(self, "pod_identity_profile")
|
|
437
|
+
|
|
438
|
+
@property
|
|
439
|
+
@pulumi.getter(name="powerState")
|
|
440
|
+
def power_state(self) -> 'outputs.PowerStateResponse':
|
|
441
|
+
"""
|
|
442
|
+
The Power State of the cluster.
|
|
443
|
+
"""
|
|
444
|
+
return pulumi.get(self, "power_state")
|
|
445
|
+
|
|
446
|
+
@property
|
|
447
|
+
@pulumi.getter(name="privateFQDN")
|
|
448
|
+
def private_fqdn(self) -> str:
|
|
449
|
+
"""
|
|
450
|
+
The FQDN of private cluster.
|
|
451
|
+
"""
|
|
452
|
+
return pulumi.get(self, "private_fqdn")
|
|
453
|
+
|
|
454
|
+
@property
|
|
455
|
+
@pulumi.getter(name="privateLinkResources")
|
|
456
|
+
def private_link_resources(self) -> Optional[Sequence['outputs.PrivateLinkResourceResponse']]:
|
|
457
|
+
"""
|
|
458
|
+
Private link resources associated with the cluster.
|
|
459
|
+
"""
|
|
460
|
+
return pulumi.get(self, "private_link_resources")
|
|
461
|
+
|
|
462
|
+
@property
|
|
463
|
+
@pulumi.getter(name="provisioningState")
|
|
464
|
+
def provisioning_state(self) -> str:
|
|
465
|
+
"""
|
|
466
|
+
The current provisioning state.
|
|
467
|
+
"""
|
|
468
|
+
return pulumi.get(self, "provisioning_state")
|
|
469
|
+
|
|
470
|
+
@property
|
|
471
|
+
@pulumi.getter(name="publicNetworkAccess")
|
|
472
|
+
def public_network_access(self) -> Optional[str]:
|
|
473
|
+
"""
|
|
474
|
+
Allow or deny public network access for AKS
|
|
475
|
+
"""
|
|
476
|
+
return pulumi.get(self, "public_network_access")
|
|
477
|
+
|
|
478
|
+
@property
|
|
479
|
+
@pulumi.getter(name="resourceUID")
|
|
480
|
+
def resource_uid(self) -> str:
|
|
481
|
+
"""
|
|
482
|
+
The resourceUID uniquely identifies ManagedClusters that reuse ARM ResourceIds (i.e: create, delete, create sequence)
|
|
483
|
+
"""
|
|
484
|
+
return pulumi.get(self, "resource_uid")
|
|
485
|
+
|
|
486
|
+
@property
|
|
487
|
+
@pulumi.getter(name="securityProfile")
|
|
488
|
+
def security_profile(self) -> Optional['outputs.ManagedClusterSecurityProfileResponse']:
|
|
489
|
+
"""
|
|
490
|
+
Security profile for the managed cluster.
|
|
491
|
+
"""
|
|
492
|
+
return pulumi.get(self, "security_profile")
|
|
493
|
+
|
|
494
|
+
@property
|
|
495
|
+
@pulumi.getter(name="serviceMeshProfile")
|
|
496
|
+
def service_mesh_profile(self) -> Optional['outputs.ServiceMeshProfileResponse']:
|
|
497
|
+
"""
|
|
498
|
+
Service mesh profile for a managed cluster.
|
|
499
|
+
"""
|
|
500
|
+
return pulumi.get(self, "service_mesh_profile")
|
|
501
|
+
|
|
502
|
+
@property
|
|
503
|
+
@pulumi.getter(name="servicePrincipalProfile")
|
|
504
|
+
def service_principal_profile(self) -> Optional['outputs.ManagedClusterServicePrincipalProfileResponse']:
|
|
505
|
+
"""
|
|
506
|
+
Information about a service principal identity for the cluster to use for manipulating Azure APIs.
|
|
507
|
+
"""
|
|
508
|
+
return pulumi.get(self, "service_principal_profile")
|
|
509
|
+
|
|
510
|
+
@property
|
|
511
|
+
@pulumi.getter
|
|
512
|
+
def sku(self) -> Optional['outputs.ManagedClusterSKUResponse']:
|
|
513
|
+
"""
|
|
514
|
+
The managed cluster SKU.
|
|
515
|
+
"""
|
|
516
|
+
return pulumi.get(self, "sku")
|
|
517
|
+
|
|
518
|
+
@property
|
|
519
|
+
@pulumi.getter(name="storageProfile")
|
|
520
|
+
def storage_profile(self) -> Optional['outputs.ManagedClusterStorageProfileResponse']:
|
|
521
|
+
"""
|
|
522
|
+
Storage profile for the managed cluster.
|
|
523
|
+
"""
|
|
524
|
+
return pulumi.get(self, "storage_profile")
|
|
525
|
+
|
|
526
|
+
@property
|
|
527
|
+
@pulumi.getter(name="supportPlan")
|
|
528
|
+
def support_plan(self) -> Optional[str]:
|
|
529
|
+
"""
|
|
530
|
+
The support plan for the Managed Cluster. If unspecified, the default is 'KubernetesOfficial'.
|
|
531
|
+
"""
|
|
532
|
+
return pulumi.get(self, "support_plan")
|
|
533
|
+
|
|
534
|
+
@property
|
|
535
|
+
@pulumi.getter(name="systemData")
|
|
536
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
537
|
+
"""
|
|
538
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
539
|
+
"""
|
|
540
|
+
return pulumi.get(self, "system_data")
|
|
541
|
+
|
|
542
|
+
@property
|
|
543
|
+
@pulumi.getter
|
|
544
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
545
|
+
"""
|
|
546
|
+
Resource tags.
|
|
547
|
+
"""
|
|
548
|
+
return pulumi.get(self, "tags")
|
|
549
|
+
|
|
550
|
+
@property
|
|
551
|
+
@pulumi.getter
|
|
552
|
+
def type(self) -> str:
|
|
553
|
+
"""
|
|
554
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
555
|
+
"""
|
|
556
|
+
return pulumi.get(self, "type")
|
|
557
|
+
|
|
558
|
+
@property
|
|
559
|
+
@pulumi.getter(name="upgradeSettings")
|
|
560
|
+
def upgrade_settings(self) -> Optional['outputs.ClusterUpgradeSettingsResponse']:
|
|
561
|
+
"""
|
|
562
|
+
Settings for upgrading a cluster.
|
|
563
|
+
"""
|
|
564
|
+
return pulumi.get(self, "upgrade_settings")
|
|
565
|
+
|
|
566
|
+
@property
|
|
567
|
+
@pulumi.getter(name="windowsProfile")
|
|
568
|
+
def windows_profile(self) -> Optional['outputs.ManagedClusterWindowsProfileResponse']:
|
|
569
|
+
"""
|
|
570
|
+
The profile for Windows VMs in the Managed Cluster.
|
|
571
|
+
"""
|
|
572
|
+
return pulumi.get(self, "windows_profile")
|
|
573
|
+
|
|
574
|
+
@property
|
|
575
|
+
@pulumi.getter(name="workloadAutoScalerProfile")
|
|
576
|
+
def workload_auto_scaler_profile(self) -> Optional['outputs.ManagedClusterWorkloadAutoScalerProfileResponse']:
|
|
577
|
+
"""
|
|
578
|
+
Workload Auto-scaler profile for the managed cluster.
|
|
579
|
+
"""
|
|
580
|
+
return pulumi.get(self, "workload_auto_scaler_profile")
|
|
581
|
+
|
|
582
|
+
|
|
583
|
+
class AwaitableGetManagedClusterResult(GetManagedClusterResult):
|
|
584
|
+
# pylint: disable=using-constant-test
|
|
585
|
+
def __await__(self):
|
|
586
|
+
if False:
|
|
587
|
+
yield self
|
|
588
|
+
return GetManagedClusterResult(
|
|
589
|
+
aad_profile=self.aad_profile,
|
|
590
|
+
addon_profiles=self.addon_profiles,
|
|
591
|
+
agent_pool_profiles=self.agent_pool_profiles,
|
|
592
|
+
api_server_access_profile=self.api_server_access_profile,
|
|
593
|
+
auto_scaler_profile=self.auto_scaler_profile,
|
|
594
|
+
auto_upgrade_profile=self.auto_upgrade_profile,
|
|
595
|
+
azure_monitor_profile=self.azure_monitor_profile,
|
|
596
|
+
azure_portal_fqdn=self.azure_portal_fqdn,
|
|
597
|
+
current_kubernetes_version=self.current_kubernetes_version,
|
|
598
|
+
disable_local_accounts=self.disable_local_accounts,
|
|
599
|
+
disk_encryption_set_id=self.disk_encryption_set_id,
|
|
600
|
+
dns_prefix=self.dns_prefix,
|
|
601
|
+
enable_pod_security_policy=self.enable_pod_security_policy,
|
|
602
|
+
enable_rbac=self.enable_rbac,
|
|
603
|
+
extended_location=self.extended_location,
|
|
604
|
+
fqdn=self.fqdn,
|
|
605
|
+
fqdn_subdomain=self.fqdn_subdomain,
|
|
606
|
+
http_proxy_config=self.http_proxy_config,
|
|
607
|
+
id=self.id,
|
|
608
|
+
identity=self.identity,
|
|
609
|
+
identity_profile=self.identity_profile,
|
|
610
|
+
ingress_profile=self.ingress_profile,
|
|
611
|
+
kubernetes_version=self.kubernetes_version,
|
|
612
|
+
linux_profile=self.linux_profile,
|
|
613
|
+
location=self.location,
|
|
614
|
+
max_agent_pools=self.max_agent_pools,
|
|
615
|
+
metrics_profile=self.metrics_profile,
|
|
616
|
+
name=self.name,
|
|
617
|
+
network_profile=self.network_profile,
|
|
618
|
+
node_resource_group=self.node_resource_group,
|
|
619
|
+
oidc_issuer_profile=self.oidc_issuer_profile,
|
|
620
|
+
pod_identity_profile=self.pod_identity_profile,
|
|
621
|
+
power_state=self.power_state,
|
|
622
|
+
private_fqdn=self.private_fqdn,
|
|
623
|
+
private_link_resources=self.private_link_resources,
|
|
624
|
+
provisioning_state=self.provisioning_state,
|
|
625
|
+
public_network_access=self.public_network_access,
|
|
626
|
+
resource_uid=self.resource_uid,
|
|
627
|
+
security_profile=self.security_profile,
|
|
628
|
+
service_mesh_profile=self.service_mesh_profile,
|
|
629
|
+
service_principal_profile=self.service_principal_profile,
|
|
630
|
+
sku=self.sku,
|
|
631
|
+
storage_profile=self.storage_profile,
|
|
632
|
+
support_plan=self.support_plan,
|
|
633
|
+
system_data=self.system_data,
|
|
634
|
+
tags=self.tags,
|
|
635
|
+
type=self.type,
|
|
636
|
+
upgrade_settings=self.upgrade_settings,
|
|
637
|
+
windows_profile=self.windows_profile,
|
|
638
|
+
workload_auto_scaler_profile=self.workload_auto_scaler_profile)
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
def get_managed_cluster(resource_group_name: Optional[str] = None,
|
|
642
|
+
resource_name: Optional[str] = None,
|
|
643
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetManagedClusterResult:
|
|
644
|
+
"""
|
|
645
|
+
Managed cluster.
|
|
646
|
+
|
|
647
|
+
|
|
648
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
649
|
+
:param str resource_name: The name of the managed cluster resource.
|
|
650
|
+
"""
|
|
651
|
+
__args__ = dict()
|
|
652
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
653
|
+
__args__['resourceName'] = resource_name
|
|
654
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
655
|
+
__ret__ = pulumi.runtime.invoke('azure-native:containerservice/v20240701:getManagedCluster', __args__, opts=opts, typ=GetManagedClusterResult).value
|
|
656
|
+
|
|
657
|
+
return AwaitableGetManagedClusterResult(
|
|
658
|
+
aad_profile=pulumi.get(__ret__, 'aad_profile'),
|
|
659
|
+
addon_profiles=pulumi.get(__ret__, 'addon_profiles'),
|
|
660
|
+
agent_pool_profiles=pulumi.get(__ret__, 'agent_pool_profiles'),
|
|
661
|
+
api_server_access_profile=pulumi.get(__ret__, 'api_server_access_profile'),
|
|
662
|
+
auto_scaler_profile=pulumi.get(__ret__, 'auto_scaler_profile'),
|
|
663
|
+
auto_upgrade_profile=pulumi.get(__ret__, 'auto_upgrade_profile'),
|
|
664
|
+
azure_monitor_profile=pulumi.get(__ret__, 'azure_monitor_profile'),
|
|
665
|
+
azure_portal_fqdn=pulumi.get(__ret__, 'azure_portal_fqdn'),
|
|
666
|
+
current_kubernetes_version=pulumi.get(__ret__, 'current_kubernetes_version'),
|
|
667
|
+
disable_local_accounts=pulumi.get(__ret__, 'disable_local_accounts'),
|
|
668
|
+
disk_encryption_set_id=pulumi.get(__ret__, 'disk_encryption_set_id'),
|
|
669
|
+
dns_prefix=pulumi.get(__ret__, 'dns_prefix'),
|
|
670
|
+
enable_pod_security_policy=pulumi.get(__ret__, 'enable_pod_security_policy'),
|
|
671
|
+
enable_rbac=pulumi.get(__ret__, 'enable_rbac'),
|
|
672
|
+
extended_location=pulumi.get(__ret__, 'extended_location'),
|
|
673
|
+
fqdn=pulumi.get(__ret__, 'fqdn'),
|
|
674
|
+
fqdn_subdomain=pulumi.get(__ret__, 'fqdn_subdomain'),
|
|
675
|
+
http_proxy_config=pulumi.get(__ret__, 'http_proxy_config'),
|
|
676
|
+
id=pulumi.get(__ret__, 'id'),
|
|
677
|
+
identity=pulumi.get(__ret__, 'identity'),
|
|
678
|
+
identity_profile=pulumi.get(__ret__, 'identity_profile'),
|
|
679
|
+
ingress_profile=pulumi.get(__ret__, 'ingress_profile'),
|
|
680
|
+
kubernetes_version=pulumi.get(__ret__, 'kubernetes_version'),
|
|
681
|
+
linux_profile=pulumi.get(__ret__, 'linux_profile'),
|
|
682
|
+
location=pulumi.get(__ret__, 'location'),
|
|
683
|
+
max_agent_pools=pulumi.get(__ret__, 'max_agent_pools'),
|
|
684
|
+
metrics_profile=pulumi.get(__ret__, 'metrics_profile'),
|
|
685
|
+
name=pulumi.get(__ret__, 'name'),
|
|
686
|
+
network_profile=pulumi.get(__ret__, 'network_profile'),
|
|
687
|
+
node_resource_group=pulumi.get(__ret__, 'node_resource_group'),
|
|
688
|
+
oidc_issuer_profile=pulumi.get(__ret__, 'oidc_issuer_profile'),
|
|
689
|
+
pod_identity_profile=pulumi.get(__ret__, 'pod_identity_profile'),
|
|
690
|
+
power_state=pulumi.get(__ret__, 'power_state'),
|
|
691
|
+
private_fqdn=pulumi.get(__ret__, 'private_fqdn'),
|
|
692
|
+
private_link_resources=pulumi.get(__ret__, 'private_link_resources'),
|
|
693
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
694
|
+
public_network_access=pulumi.get(__ret__, 'public_network_access'),
|
|
695
|
+
resource_uid=pulumi.get(__ret__, 'resource_uid'),
|
|
696
|
+
security_profile=pulumi.get(__ret__, 'security_profile'),
|
|
697
|
+
service_mesh_profile=pulumi.get(__ret__, 'service_mesh_profile'),
|
|
698
|
+
service_principal_profile=pulumi.get(__ret__, 'service_principal_profile'),
|
|
699
|
+
sku=pulumi.get(__ret__, 'sku'),
|
|
700
|
+
storage_profile=pulumi.get(__ret__, 'storage_profile'),
|
|
701
|
+
support_plan=pulumi.get(__ret__, 'support_plan'),
|
|
702
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
703
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
704
|
+
type=pulumi.get(__ret__, 'type'),
|
|
705
|
+
upgrade_settings=pulumi.get(__ret__, 'upgrade_settings'),
|
|
706
|
+
windows_profile=pulumi.get(__ret__, 'windows_profile'),
|
|
707
|
+
workload_auto_scaler_profile=pulumi.get(__ret__, 'workload_auto_scaler_profile'))
|
|
708
|
+
|
|
709
|
+
|
|
710
|
+
@_utilities.lift_output_func(get_managed_cluster)
|
|
711
|
+
def get_managed_cluster_output(resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
712
|
+
resource_name: Optional[pulumi.Input[str]] = None,
|
|
713
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetManagedClusterResult]:
|
|
714
|
+
"""
|
|
715
|
+
Managed cluster.
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
719
|
+
:param str resource_name: The name of the managed cluster resource.
|
|
720
|
+
"""
|
|
721
|
+
...
|