pulumi-azure-native 2.58.0a1724403460__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 +116 -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/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/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/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/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.0a1724403460.dist-info → pulumi_azure_native-2.59.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0.dist-info}/RECORD +583 -434
- {pulumi_azure_native-2.58.0a1724403460.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.0a1724403460.dist-info → pulumi_azure_native-2.59.0.dist-info}/top_level.txt +0 -0
|
@@ -17,7 +17,6 @@ from . import outputs
|
|
|
17
17
|
from ._enums import *
|
|
18
18
|
|
|
19
19
|
__all__ = [
|
|
20
|
-
'AdaptiveApplicationControlIssueSummaryResponse',
|
|
21
20
|
'AssessmentLinksResponse',
|
|
22
21
|
'AssessmentStatusResponse',
|
|
23
22
|
'AzureResourceDetailsResponse',
|
|
@@ -28,68 +27,11 @@ __all__ = [
|
|
|
28
27
|
'JitNetworkAccessRequestVirtualMachineResponse',
|
|
29
28
|
'OnPremiseResourceDetailsResponse',
|
|
30
29
|
'OnPremiseSqlResourceDetailsResponse',
|
|
31
|
-
'PathRecommendationResponse',
|
|
32
|
-
'ProtectionModeResponse',
|
|
33
|
-
'PublisherInfoResponse',
|
|
34
30
|
'SecurityAssessmentMetadataPartnerDataResponse',
|
|
35
31
|
'SecurityAssessmentMetadataPropertiesResponse',
|
|
36
32
|
'SecurityAssessmentPartnerDataResponse',
|
|
37
|
-
'UserRecommendationResponse',
|
|
38
|
-
'VmRecommendationResponse',
|
|
39
33
|
]
|
|
40
34
|
|
|
41
|
-
@pulumi.output_type
|
|
42
|
-
class AdaptiveApplicationControlIssueSummaryResponse(dict):
|
|
43
|
-
"""
|
|
44
|
-
Represents a summary of the alerts of the machine group
|
|
45
|
-
"""
|
|
46
|
-
@staticmethod
|
|
47
|
-
def __key_warning(key: str):
|
|
48
|
-
suggest = None
|
|
49
|
-
if key == "numberOfVms":
|
|
50
|
-
suggest = "number_of_vms"
|
|
51
|
-
|
|
52
|
-
if suggest:
|
|
53
|
-
pulumi.log.warn(f"Key '{key}' not found in AdaptiveApplicationControlIssueSummaryResponse. Access the value via the '{suggest}' property getter instead.")
|
|
54
|
-
|
|
55
|
-
def __getitem__(self, key: str) -> Any:
|
|
56
|
-
AdaptiveApplicationControlIssueSummaryResponse.__key_warning(key)
|
|
57
|
-
return super().__getitem__(key)
|
|
58
|
-
|
|
59
|
-
def get(self, key: str, default = None) -> Any:
|
|
60
|
-
AdaptiveApplicationControlIssueSummaryResponse.__key_warning(key)
|
|
61
|
-
return super().get(key, default)
|
|
62
|
-
|
|
63
|
-
def __init__(__self__, *,
|
|
64
|
-
issue: Optional[str] = None,
|
|
65
|
-
number_of_vms: Optional[float] = None):
|
|
66
|
-
"""
|
|
67
|
-
Represents a summary of the alerts of the machine group
|
|
68
|
-
:param str issue: An alert that machines within a group can have
|
|
69
|
-
:param float number_of_vms: The number of machines in the group that have this alert
|
|
70
|
-
"""
|
|
71
|
-
if issue is not None:
|
|
72
|
-
pulumi.set(__self__, "issue", issue)
|
|
73
|
-
if number_of_vms is not None:
|
|
74
|
-
pulumi.set(__self__, "number_of_vms", number_of_vms)
|
|
75
|
-
|
|
76
|
-
@property
|
|
77
|
-
@pulumi.getter
|
|
78
|
-
def issue(self) -> Optional[str]:
|
|
79
|
-
"""
|
|
80
|
-
An alert that machines within a group can have
|
|
81
|
-
"""
|
|
82
|
-
return pulumi.get(self, "issue")
|
|
83
|
-
|
|
84
|
-
@property
|
|
85
|
-
@pulumi.getter(name="numberOfVms")
|
|
86
|
-
def number_of_vms(self) -> Optional[float]:
|
|
87
|
-
"""
|
|
88
|
-
The number of machines in the group that have this alert
|
|
89
|
-
"""
|
|
90
|
-
return pulumi.get(self, "number_of_vms")
|
|
91
|
-
|
|
92
|
-
|
|
93
35
|
@pulumi.output_type
|
|
94
36
|
class AssessmentLinksResponse(dict):
|
|
95
37
|
"""
|
|
@@ -753,279 +695,6 @@ class OnPremiseSqlResourceDetailsResponse(dict):
|
|
|
753
695
|
return pulumi.get(self, "workspace_id")
|
|
754
696
|
|
|
755
697
|
|
|
756
|
-
@pulumi.output_type
|
|
757
|
-
class PathRecommendationResponse(dict):
|
|
758
|
-
"""
|
|
759
|
-
Represents a path that is recommended to be allowed and its properties
|
|
760
|
-
"""
|
|
761
|
-
@staticmethod
|
|
762
|
-
def __key_warning(key: str):
|
|
763
|
-
suggest = None
|
|
764
|
-
if key == "configurationStatus":
|
|
765
|
-
suggest = "configuration_status"
|
|
766
|
-
elif key == "fileType":
|
|
767
|
-
suggest = "file_type"
|
|
768
|
-
elif key == "publisherInfo":
|
|
769
|
-
suggest = "publisher_info"
|
|
770
|
-
elif key == "userSids":
|
|
771
|
-
suggest = "user_sids"
|
|
772
|
-
|
|
773
|
-
if suggest:
|
|
774
|
-
pulumi.log.warn(f"Key '{key}' not found in PathRecommendationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
775
|
-
|
|
776
|
-
def __getitem__(self, key: str) -> Any:
|
|
777
|
-
PathRecommendationResponse.__key_warning(key)
|
|
778
|
-
return super().__getitem__(key)
|
|
779
|
-
|
|
780
|
-
def get(self, key: str, default = None) -> Any:
|
|
781
|
-
PathRecommendationResponse.__key_warning(key)
|
|
782
|
-
return super().get(key, default)
|
|
783
|
-
|
|
784
|
-
def __init__(__self__, *,
|
|
785
|
-
action: Optional[str] = None,
|
|
786
|
-
common: Optional[bool] = None,
|
|
787
|
-
configuration_status: Optional[str] = None,
|
|
788
|
-
file_type: Optional[str] = None,
|
|
789
|
-
path: Optional[str] = None,
|
|
790
|
-
publisher_info: Optional['outputs.PublisherInfoResponse'] = None,
|
|
791
|
-
type: Optional[str] = None,
|
|
792
|
-
user_sids: Optional[Sequence[str]] = None,
|
|
793
|
-
usernames: Optional[Sequence['outputs.UserRecommendationResponse']] = None):
|
|
794
|
-
"""
|
|
795
|
-
Represents a path that is recommended to be allowed and its properties
|
|
796
|
-
:param str action: The recommendation action of the machine or rule
|
|
797
|
-
:param bool common: Whether the application is commonly run on the machine
|
|
798
|
-
:param str configuration_status: The configuration status of the machines group or machine or rule
|
|
799
|
-
:param str file_type: The type of the file (for Linux files - Executable is used)
|
|
800
|
-
:param str path: The full path of the file, or an identifier of the application
|
|
801
|
-
:param 'PublisherInfoResponse' publisher_info: Represents the publisher information of a process/rule
|
|
802
|
-
:param str type: The type of the rule to be allowed
|
|
803
|
-
"""
|
|
804
|
-
if action is not None:
|
|
805
|
-
pulumi.set(__self__, "action", action)
|
|
806
|
-
if common is not None:
|
|
807
|
-
pulumi.set(__self__, "common", common)
|
|
808
|
-
if configuration_status is not None:
|
|
809
|
-
pulumi.set(__self__, "configuration_status", configuration_status)
|
|
810
|
-
if file_type is not None:
|
|
811
|
-
pulumi.set(__self__, "file_type", file_type)
|
|
812
|
-
if path is not None:
|
|
813
|
-
pulumi.set(__self__, "path", path)
|
|
814
|
-
if publisher_info is not None:
|
|
815
|
-
pulumi.set(__self__, "publisher_info", publisher_info)
|
|
816
|
-
if type is not None:
|
|
817
|
-
pulumi.set(__self__, "type", type)
|
|
818
|
-
if user_sids is not None:
|
|
819
|
-
pulumi.set(__self__, "user_sids", user_sids)
|
|
820
|
-
if usernames is not None:
|
|
821
|
-
pulumi.set(__self__, "usernames", usernames)
|
|
822
|
-
|
|
823
|
-
@property
|
|
824
|
-
@pulumi.getter
|
|
825
|
-
def action(self) -> Optional[str]:
|
|
826
|
-
"""
|
|
827
|
-
The recommendation action of the machine or rule
|
|
828
|
-
"""
|
|
829
|
-
return pulumi.get(self, "action")
|
|
830
|
-
|
|
831
|
-
@property
|
|
832
|
-
@pulumi.getter
|
|
833
|
-
def common(self) -> Optional[bool]:
|
|
834
|
-
"""
|
|
835
|
-
Whether the application is commonly run on the machine
|
|
836
|
-
"""
|
|
837
|
-
return pulumi.get(self, "common")
|
|
838
|
-
|
|
839
|
-
@property
|
|
840
|
-
@pulumi.getter(name="configurationStatus")
|
|
841
|
-
def configuration_status(self) -> Optional[str]:
|
|
842
|
-
"""
|
|
843
|
-
The configuration status of the machines group or machine or rule
|
|
844
|
-
"""
|
|
845
|
-
return pulumi.get(self, "configuration_status")
|
|
846
|
-
|
|
847
|
-
@property
|
|
848
|
-
@pulumi.getter(name="fileType")
|
|
849
|
-
def file_type(self) -> Optional[str]:
|
|
850
|
-
"""
|
|
851
|
-
The type of the file (for Linux files - Executable is used)
|
|
852
|
-
"""
|
|
853
|
-
return pulumi.get(self, "file_type")
|
|
854
|
-
|
|
855
|
-
@property
|
|
856
|
-
@pulumi.getter
|
|
857
|
-
def path(self) -> Optional[str]:
|
|
858
|
-
"""
|
|
859
|
-
The full path of the file, or an identifier of the application
|
|
860
|
-
"""
|
|
861
|
-
return pulumi.get(self, "path")
|
|
862
|
-
|
|
863
|
-
@property
|
|
864
|
-
@pulumi.getter(name="publisherInfo")
|
|
865
|
-
def publisher_info(self) -> Optional['outputs.PublisherInfoResponse']:
|
|
866
|
-
"""
|
|
867
|
-
Represents the publisher information of a process/rule
|
|
868
|
-
"""
|
|
869
|
-
return pulumi.get(self, "publisher_info")
|
|
870
|
-
|
|
871
|
-
@property
|
|
872
|
-
@pulumi.getter
|
|
873
|
-
def type(self) -> Optional[str]:
|
|
874
|
-
"""
|
|
875
|
-
The type of the rule to be allowed
|
|
876
|
-
"""
|
|
877
|
-
return pulumi.get(self, "type")
|
|
878
|
-
|
|
879
|
-
@property
|
|
880
|
-
@pulumi.getter(name="userSids")
|
|
881
|
-
def user_sids(self) -> Optional[Sequence[str]]:
|
|
882
|
-
return pulumi.get(self, "user_sids")
|
|
883
|
-
|
|
884
|
-
@property
|
|
885
|
-
@pulumi.getter
|
|
886
|
-
def usernames(self) -> Optional[Sequence['outputs.UserRecommendationResponse']]:
|
|
887
|
-
return pulumi.get(self, "usernames")
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
@pulumi.output_type
|
|
891
|
-
class ProtectionModeResponse(dict):
|
|
892
|
-
"""
|
|
893
|
-
The protection mode of the collection/file types. Exe/Msi/Script are used for Windows, Executable is used for Linux.
|
|
894
|
-
"""
|
|
895
|
-
def __init__(__self__, *,
|
|
896
|
-
exe: Optional[str] = None,
|
|
897
|
-
executable: Optional[str] = None,
|
|
898
|
-
msi: Optional[str] = None,
|
|
899
|
-
script: Optional[str] = None):
|
|
900
|
-
"""
|
|
901
|
-
The protection mode of the collection/file types. Exe/Msi/Script are used for Windows, Executable is used for Linux.
|
|
902
|
-
:param str exe: The application control policy enforcement/protection mode of the machine group
|
|
903
|
-
:param str executable: The application control policy enforcement/protection mode of the machine group
|
|
904
|
-
:param str msi: The application control policy enforcement/protection mode of the machine group
|
|
905
|
-
:param str script: The application control policy enforcement/protection mode of the machine group
|
|
906
|
-
"""
|
|
907
|
-
if exe is not None:
|
|
908
|
-
pulumi.set(__self__, "exe", exe)
|
|
909
|
-
if executable is not None:
|
|
910
|
-
pulumi.set(__self__, "executable", executable)
|
|
911
|
-
if msi is not None:
|
|
912
|
-
pulumi.set(__self__, "msi", msi)
|
|
913
|
-
if script is not None:
|
|
914
|
-
pulumi.set(__self__, "script", script)
|
|
915
|
-
|
|
916
|
-
@property
|
|
917
|
-
@pulumi.getter
|
|
918
|
-
def exe(self) -> Optional[str]:
|
|
919
|
-
"""
|
|
920
|
-
The application control policy enforcement/protection mode of the machine group
|
|
921
|
-
"""
|
|
922
|
-
return pulumi.get(self, "exe")
|
|
923
|
-
|
|
924
|
-
@property
|
|
925
|
-
@pulumi.getter
|
|
926
|
-
def executable(self) -> Optional[str]:
|
|
927
|
-
"""
|
|
928
|
-
The application control policy enforcement/protection mode of the machine group
|
|
929
|
-
"""
|
|
930
|
-
return pulumi.get(self, "executable")
|
|
931
|
-
|
|
932
|
-
@property
|
|
933
|
-
@pulumi.getter
|
|
934
|
-
def msi(self) -> Optional[str]:
|
|
935
|
-
"""
|
|
936
|
-
The application control policy enforcement/protection mode of the machine group
|
|
937
|
-
"""
|
|
938
|
-
return pulumi.get(self, "msi")
|
|
939
|
-
|
|
940
|
-
@property
|
|
941
|
-
@pulumi.getter
|
|
942
|
-
def script(self) -> Optional[str]:
|
|
943
|
-
"""
|
|
944
|
-
The application control policy enforcement/protection mode of the machine group
|
|
945
|
-
"""
|
|
946
|
-
return pulumi.get(self, "script")
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
@pulumi.output_type
|
|
950
|
-
class PublisherInfoResponse(dict):
|
|
951
|
-
"""
|
|
952
|
-
Represents the publisher information of a process/rule
|
|
953
|
-
"""
|
|
954
|
-
@staticmethod
|
|
955
|
-
def __key_warning(key: str):
|
|
956
|
-
suggest = None
|
|
957
|
-
if key == "binaryName":
|
|
958
|
-
suggest = "binary_name"
|
|
959
|
-
elif key == "productName":
|
|
960
|
-
suggest = "product_name"
|
|
961
|
-
elif key == "publisherName":
|
|
962
|
-
suggest = "publisher_name"
|
|
963
|
-
|
|
964
|
-
if suggest:
|
|
965
|
-
pulumi.log.warn(f"Key '{key}' not found in PublisherInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
966
|
-
|
|
967
|
-
def __getitem__(self, key: str) -> Any:
|
|
968
|
-
PublisherInfoResponse.__key_warning(key)
|
|
969
|
-
return super().__getitem__(key)
|
|
970
|
-
|
|
971
|
-
def get(self, key: str, default = None) -> Any:
|
|
972
|
-
PublisherInfoResponse.__key_warning(key)
|
|
973
|
-
return super().get(key, default)
|
|
974
|
-
|
|
975
|
-
def __init__(__self__, *,
|
|
976
|
-
binary_name: Optional[str] = None,
|
|
977
|
-
product_name: Optional[str] = None,
|
|
978
|
-
publisher_name: Optional[str] = None,
|
|
979
|
-
version: Optional[str] = None):
|
|
980
|
-
"""
|
|
981
|
-
Represents the publisher information of a process/rule
|
|
982
|
-
:param str binary_name: The "OriginalName" field taken from the file's version resource
|
|
983
|
-
:param str product_name: The product name taken from the file's version resource
|
|
984
|
-
:param str publisher_name: The Subject field of the x.509 certificate used to sign the code, using the following fields - O = Organization, L = Locality, S = State or Province, and C = Country
|
|
985
|
-
:param str version: The binary file version taken from the file's version resource
|
|
986
|
-
"""
|
|
987
|
-
if binary_name is not None:
|
|
988
|
-
pulumi.set(__self__, "binary_name", binary_name)
|
|
989
|
-
if product_name is not None:
|
|
990
|
-
pulumi.set(__self__, "product_name", product_name)
|
|
991
|
-
if publisher_name is not None:
|
|
992
|
-
pulumi.set(__self__, "publisher_name", publisher_name)
|
|
993
|
-
if version is not None:
|
|
994
|
-
pulumi.set(__self__, "version", version)
|
|
995
|
-
|
|
996
|
-
@property
|
|
997
|
-
@pulumi.getter(name="binaryName")
|
|
998
|
-
def binary_name(self) -> Optional[str]:
|
|
999
|
-
"""
|
|
1000
|
-
The "OriginalName" field taken from the file's version resource
|
|
1001
|
-
"""
|
|
1002
|
-
return pulumi.get(self, "binary_name")
|
|
1003
|
-
|
|
1004
|
-
@property
|
|
1005
|
-
@pulumi.getter(name="productName")
|
|
1006
|
-
def product_name(self) -> Optional[str]:
|
|
1007
|
-
"""
|
|
1008
|
-
The product name taken from the file's version resource
|
|
1009
|
-
"""
|
|
1010
|
-
return pulumi.get(self, "product_name")
|
|
1011
|
-
|
|
1012
|
-
@property
|
|
1013
|
-
@pulumi.getter(name="publisherName")
|
|
1014
|
-
def publisher_name(self) -> Optional[str]:
|
|
1015
|
-
"""
|
|
1016
|
-
The Subject field of the x.509 certificate used to sign the code, using the following fields - O = Organization, L = Locality, S = State or Province, and C = Country
|
|
1017
|
-
"""
|
|
1018
|
-
return pulumi.get(self, "publisher_name")
|
|
1019
|
-
|
|
1020
|
-
@property
|
|
1021
|
-
@pulumi.getter
|
|
1022
|
-
def version(self) -> Optional[str]:
|
|
1023
|
-
"""
|
|
1024
|
-
The binary file version taken from the file's version resource
|
|
1025
|
-
"""
|
|
1026
|
-
return pulumi.get(self, "version")
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
698
|
@pulumi.output_type
|
|
1030
699
|
class SecurityAssessmentMetadataPartnerDataResponse(dict):
|
|
1031
700
|
"""
|
|
@@ -1312,137 +981,3 @@ class SecurityAssessmentPartnerDataResponse(dict):
|
|
|
1312
981
|
return pulumi.get(self, "secret")
|
|
1313
982
|
|
|
1314
983
|
|
|
1315
|
-
@pulumi.output_type
|
|
1316
|
-
class UserRecommendationResponse(dict):
|
|
1317
|
-
"""
|
|
1318
|
-
Represents a user that is recommended to be allowed for a certain rule
|
|
1319
|
-
"""
|
|
1320
|
-
@staticmethod
|
|
1321
|
-
def __key_warning(key: str):
|
|
1322
|
-
suggest = None
|
|
1323
|
-
if key == "recommendationAction":
|
|
1324
|
-
suggest = "recommendation_action"
|
|
1325
|
-
|
|
1326
|
-
if suggest:
|
|
1327
|
-
pulumi.log.warn(f"Key '{key}' not found in UserRecommendationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1328
|
-
|
|
1329
|
-
def __getitem__(self, key: str) -> Any:
|
|
1330
|
-
UserRecommendationResponse.__key_warning(key)
|
|
1331
|
-
return super().__getitem__(key)
|
|
1332
|
-
|
|
1333
|
-
def get(self, key: str, default = None) -> Any:
|
|
1334
|
-
UserRecommendationResponse.__key_warning(key)
|
|
1335
|
-
return super().get(key, default)
|
|
1336
|
-
|
|
1337
|
-
def __init__(__self__, *,
|
|
1338
|
-
recommendation_action: Optional[str] = None,
|
|
1339
|
-
username: Optional[str] = None):
|
|
1340
|
-
"""
|
|
1341
|
-
Represents a user that is recommended to be allowed for a certain rule
|
|
1342
|
-
:param str recommendation_action: The recommendation action of the machine or rule
|
|
1343
|
-
:param str username: Represents a user that is recommended to be allowed for a certain rule
|
|
1344
|
-
"""
|
|
1345
|
-
if recommendation_action is not None:
|
|
1346
|
-
pulumi.set(__self__, "recommendation_action", recommendation_action)
|
|
1347
|
-
if username is not None:
|
|
1348
|
-
pulumi.set(__self__, "username", username)
|
|
1349
|
-
|
|
1350
|
-
@property
|
|
1351
|
-
@pulumi.getter(name="recommendationAction")
|
|
1352
|
-
def recommendation_action(self) -> Optional[str]:
|
|
1353
|
-
"""
|
|
1354
|
-
The recommendation action of the machine or rule
|
|
1355
|
-
"""
|
|
1356
|
-
return pulumi.get(self, "recommendation_action")
|
|
1357
|
-
|
|
1358
|
-
@property
|
|
1359
|
-
@pulumi.getter
|
|
1360
|
-
def username(self) -> Optional[str]:
|
|
1361
|
-
"""
|
|
1362
|
-
Represents a user that is recommended to be allowed for a certain rule
|
|
1363
|
-
"""
|
|
1364
|
-
return pulumi.get(self, "username")
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
@pulumi.output_type
|
|
1368
|
-
class VmRecommendationResponse(dict):
|
|
1369
|
-
"""
|
|
1370
|
-
Represents a machine that is part of a machine group
|
|
1371
|
-
"""
|
|
1372
|
-
@staticmethod
|
|
1373
|
-
def __key_warning(key: str):
|
|
1374
|
-
suggest = None
|
|
1375
|
-
if key == "configurationStatus":
|
|
1376
|
-
suggest = "configuration_status"
|
|
1377
|
-
elif key == "enforcementSupport":
|
|
1378
|
-
suggest = "enforcement_support"
|
|
1379
|
-
elif key == "recommendationAction":
|
|
1380
|
-
suggest = "recommendation_action"
|
|
1381
|
-
elif key == "resourceId":
|
|
1382
|
-
suggest = "resource_id"
|
|
1383
|
-
|
|
1384
|
-
if suggest:
|
|
1385
|
-
pulumi.log.warn(f"Key '{key}' not found in VmRecommendationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1386
|
-
|
|
1387
|
-
def __getitem__(self, key: str) -> Any:
|
|
1388
|
-
VmRecommendationResponse.__key_warning(key)
|
|
1389
|
-
return super().__getitem__(key)
|
|
1390
|
-
|
|
1391
|
-
def get(self, key: str, default = None) -> Any:
|
|
1392
|
-
VmRecommendationResponse.__key_warning(key)
|
|
1393
|
-
return super().get(key, default)
|
|
1394
|
-
|
|
1395
|
-
def __init__(__self__, *,
|
|
1396
|
-
configuration_status: Optional[str] = None,
|
|
1397
|
-
enforcement_support: Optional[str] = None,
|
|
1398
|
-
recommendation_action: Optional[str] = None,
|
|
1399
|
-
resource_id: Optional[str] = None):
|
|
1400
|
-
"""
|
|
1401
|
-
Represents a machine that is part of a machine group
|
|
1402
|
-
:param str configuration_status: The configuration status of the machines group or machine or rule
|
|
1403
|
-
:param str enforcement_support: The machine supportability of Enforce feature
|
|
1404
|
-
:param str recommendation_action: The recommendation action of the machine or rule
|
|
1405
|
-
:param str resource_id: The full resource id of the machine
|
|
1406
|
-
"""
|
|
1407
|
-
if configuration_status is not None:
|
|
1408
|
-
pulumi.set(__self__, "configuration_status", configuration_status)
|
|
1409
|
-
if enforcement_support is not None:
|
|
1410
|
-
pulumi.set(__self__, "enforcement_support", enforcement_support)
|
|
1411
|
-
if recommendation_action is not None:
|
|
1412
|
-
pulumi.set(__self__, "recommendation_action", recommendation_action)
|
|
1413
|
-
if resource_id is not None:
|
|
1414
|
-
pulumi.set(__self__, "resource_id", resource_id)
|
|
1415
|
-
|
|
1416
|
-
@property
|
|
1417
|
-
@pulumi.getter(name="configurationStatus")
|
|
1418
|
-
def configuration_status(self) -> Optional[str]:
|
|
1419
|
-
"""
|
|
1420
|
-
The configuration status of the machines group or machine or rule
|
|
1421
|
-
"""
|
|
1422
|
-
return pulumi.get(self, "configuration_status")
|
|
1423
|
-
|
|
1424
|
-
@property
|
|
1425
|
-
@pulumi.getter(name="enforcementSupport")
|
|
1426
|
-
def enforcement_support(self) -> Optional[str]:
|
|
1427
|
-
"""
|
|
1428
|
-
The machine supportability of Enforce feature
|
|
1429
|
-
"""
|
|
1430
|
-
return pulumi.get(self, "enforcement_support")
|
|
1431
|
-
|
|
1432
|
-
@property
|
|
1433
|
-
@pulumi.getter(name="recommendationAction")
|
|
1434
|
-
def recommendation_action(self) -> Optional[str]:
|
|
1435
|
-
"""
|
|
1436
|
-
The recommendation action of the machine or rule
|
|
1437
|
-
"""
|
|
1438
|
-
return pulumi.get(self, "recommendation_action")
|
|
1439
|
-
|
|
1440
|
-
@property
|
|
1441
|
-
@pulumi.getter(name="resourceId")
|
|
1442
|
-
def resource_id(self) -> Optional[str]:
|
|
1443
|
-
"""
|
|
1444
|
-
The full resource id of the machine
|
|
1445
|
-
"""
|
|
1446
|
-
return pulumi.get(self, "resource_id")
|
|
1447
|
-
|
|
1448
|
-
|
|
@@ -49,6 +49,8 @@ if typing.TYPE_CHECKING:
|
|
|
49
49
|
v20240201preview = __v20240201preview
|
|
50
50
|
import pulumi_azure_native.servicefabric.v20240401 as __v20240401
|
|
51
51
|
v20240401 = __v20240401
|
|
52
|
+
import pulumi_azure_native.servicefabric.v20240601preview as __v20240601preview
|
|
53
|
+
v20240601preview = __v20240601preview
|
|
52
54
|
else:
|
|
53
55
|
v20200101preview = _utilities.lazy_import('pulumi_azure_native.servicefabric.v20200101preview')
|
|
54
56
|
v20201201preview = _utilities.lazy_import('pulumi_azure_native.servicefabric.v20201201preview')
|
|
@@ -62,4 +64,5 @@ else:
|
|
|
62
64
|
v20231201preview = _utilities.lazy_import('pulumi_azure_native.servicefabric.v20231201preview')
|
|
63
65
|
v20240201preview = _utilities.lazy_import('pulumi_azure_native.servicefabric.v20240201preview')
|
|
64
66
|
v20240401 = _utilities.lazy_import('pulumi_azure_native.servicefabric.v20240401')
|
|
67
|
+
v20240601preview = _utilities.lazy_import('pulumi_azure_native.servicefabric.v20240601preview')
|
|
65
68
|
|
|
@@ -549,7 +549,7 @@ def get_managed_cluster(cluster_name: Optional[str] = None,
|
|
|
549
549
|
Get a Service Fabric managed cluster resource created or in the process of being created in the specified resource group.
|
|
550
550
|
Azure REST API version: 2023-03-01-preview.
|
|
551
551
|
|
|
552
|
-
Other available API versions: 2020-01-01-preview, 2022-01-01, 2022-10-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01-preview, 2024-02-01-preview, 2024-04-01.
|
|
552
|
+
Other available API versions: 2020-01-01-preview, 2022-01-01, 2022-10-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01-preview, 2024-02-01-preview, 2024-04-01, 2024-06-01-preview.
|
|
553
553
|
|
|
554
554
|
|
|
555
555
|
:param str cluster_name: The name of the cluster resource.
|
|
@@ -614,7 +614,7 @@ def get_managed_cluster_output(cluster_name: Optional[pulumi.Input[str]] = None,
|
|
|
614
614
|
Get a Service Fabric managed cluster resource created or in the process of being created in the specified resource group.
|
|
615
615
|
Azure REST API version: 2023-03-01-preview.
|
|
616
616
|
|
|
617
|
-
Other available API versions: 2020-01-01-preview, 2022-01-01, 2022-10-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01-preview, 2024-02-01-preview, 2024-04-01.
|
|
617
|
+
Other available API versions: 2020-01-01-preview, 2022-01-01, 2022-10-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01-preview, 2024-02-01-preview, 2024-04-01, 2024-06-01-preview.
|
|
618
618
|
|
|
619
619
|
|
|
620
620
|
:param str cluster_name: The name of the cluster resource.
|
|
@@ -191,7 +191,7 @@ def get_managed_cluster_application(application_name: Optional[str] = None,
|
|
|
191
191
|
Get a Service Fabric managed application resource created or in the process of being created in the Service Fabric cluster resource.
|
|
192
192
|
Azure REST API version: 2023-03-01-preview.
|
|
193
193
|
|
|
194
|
-
Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01-preview, 2024-02-01-preview, 2024-04-01.
|
|
194
|
+
Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01-preview, 2024-02-01-preview, 2024-04-01, 2024-06-01-preview.
|
|
195
195
|
|
|
196
196
|
|
|
197
197
|
:param str application_name: The name of the application resource.
|
|
@@ -229,7 +229,7 @@ def get_managed_cluster_application_output(application_name: Optional[pulumi.Inp
|
|
|
229
229
|
Get a Service Fabric managed application resource created or in the process of being created in the Service Fabric cluster resource.
|
|
230
230
|
Azure REST API version: 2023-03-01-preview.
|
|
231
231
|
|
|
232
|
-
Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01-preview, 2024-02-01-preview, 2024-04-01.
|
|
232
|
+
Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01-preview, 2024-02-01-preview, 2024-04-01, 2024-06-01-preview.
|
|
233
233
|
|
|
234
234
|
|
|
235
235
|
:param str application_name: The name of the application resource.
|
|
@@ -130,7 +130,7 @@ def get_managed_cluster_application_type(application_type_name: Optional[str] =
|
|
|
130
130
|
Get a Service Fabric application type name resource created or in the process of being created in the Service Fabric managed cluster resource.
|
|
131
131
|
Azure REST API version: 2023-03-01-preview.
|
|
132
132
|
|
|
133
|
-
Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01-preview, 2024-02-01-preview, 2024-04-01.
|
|
133
|
+
Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01-preview, 2024-02-01-preview, 2024-04-01, 2024-06-01-preview.
|
|
134
134
|
|
|
135
135
|
|
|
136
136
|
:param str application_type_name: The name of the application type name resource.
|
|
@@ -163,7 +163,7 @@ def get_managed_cluster_application_type_output(application_type_name: Optional[
|
|
|
163
163
|
Get a Service Fabric application type name resource created or in the process of being created in the Service Fabric managed cluster resource.
|
|
164
164
|
Azure REST API version: 2023-03-01-preview.
|
|
165
165
|
|
|
166
|
-
Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01-preview, 2024-02-01-preview, 2024-04-01.
|
|
166
|
+
Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01-preview, 2024-02-01-preview, 2024-04-01, 2024-06-01-preview.
|
|
167
167
|
|
|
168
168
|
|
|
169
169
|
:param str application_type_name: The name of the application type name resource.
|
|
@@ -143,7 +143,7 @@ def get_managed_cluster_application_type_version(application_type_name: Optional
|
|
|
143
143
|
Get a Service Fabric managed application type version resource created or in the process of being created in the Service Fabric managed application type name resource.
|
|
144
144
|
Azure REST API version: 2023-03-01-preview.
|
|
145
145
|
|
|
146
|
-
Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01-preview, 2024-02-01-preview, 2024-04-01.
|
|
146
|
+
Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01-preview, 2024-02-01-preview, 2024-04-01, 2024-06-01-preview.
|
|
147
147
|
|
|
148
148
|
|
|
149
149
|
:param str application_type_name: The name of the application type name resource.
|
|
@@ -180,7 +180,7 @@ def get_managed_cluster_application_type_version_output(application_type_name: O
|
|
|
180
180
|
Get a Service Fabric managed application type version resource created or in the process of being created in the Service Fabric managed application type name resource.
|
|
181
181
|
Azure REST API version: 2023-03-01-preview.
|
|
182
182
|
|
|
183
|
-
Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01-preview, 2024-02-01-preview, 2024-04-01.
|
|
183
|
+
Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01-preview, 2024-02-01-preview, 2024-04-01, 2024-06-01-preview.
|
|
184
184
|
|
|
185
185
|
|
|
186
186
|
:param str application_type_name: The name of the application type name resource.
|
|
@@ -131,7 +131,7 @@ def get_managed_cluster_service(application_name: Optional[str] = None,
|
|
|
131
131
|
Get a Service Fabric service resource created or in the process of being created in the Service Fabric managed application resource.
|
|
132
132
|
Azure REST API version: 2023-03-01-preview.
|
|
133
133
|
|
|
134
|
-
Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01-preview, 2024-02-01-preview, 2024-04-01.
|
|
134
|
+
Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01-preview, 2024-02-01-preview, 2024-04-01, 2024-06-01-preview.
|
|
135
135
|
|
|
136
136
|
|
|
137
137
|
:param str application_name: The name of the application resource.
|
|
@@ -167,7 +167,7 @@ def get_managed_cluster_service_output(application_name: Optional[pulumi.Input[s
|
|
|
167
167
|
Get a Service Fabric service resource created or in the process of being created in the Service Fabric managed application resource.
|
|
168
168
|
Azure REST API version: 2023-03-01-preview.
|
|
169
169
|
|
|
170
|
-
Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01-preview, 2024-02-01-preview, 2024-04-01.
|
|
170
|
+
Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01-preview, 2024-02-01-preview, 2024-04-01, 2024-06-01-preview.
|
|
171
171
|
|
|
172
172
|
|
|
173
173
|
:param str application_name: The name of the application resource.
|
|
@@ -634,7 +634,7 @@ def get_node_type(cluster_name: Optional[str] = None,
|
|
|
634
634
|
Get a Service Fabric node type of a given managed cluster.
|
|
635
635
|
Azure REST API version: 2023-03-01-preview.
|
|
636
636
|
|
|
637
|
-
Other available API versions: 2021-09-01-privatepreview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01-preview, 2024-02-01-preview, 2024-04-01.
|
|
637
|
+
Other available API versions: 2021-09-01-privatepreview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01-preview, 2024-02-01-preview, 2024-04-01, 2024-06-01-preview.
|
|
638
638
|
|
|
639
639
|
|
|
640
640
|
:param str cluster_name: The name of the cluster resource.
|
|
@@ -709,7 +709,7 @@ def get_node_type_output(cluster_name: Optional[pulumi.Input[str]] = None,
|
|
|
709
709
|
Get a Service Fabric node type of a given managed cluster.
|
|
710
710
|
Azure REST API version: 2023-03-01-preview.
|
|
711
711
|
|
|
712
|
-
Other available API versions: 2021-09-01-privatepreview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01-preview, 2024-02-01-preview, 2024-04-01.
|
|
712
|
+
Other available API versions: 2021-09-01-privatepreview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01-preview, 2024-02-01-preview, 2024-04-01, 2024-06-01-preview.
|
|
713
713
|
|
|
714
714
|
|
|
715
715
|
:param str cluster_name: The name of the cluster resource.
|
|
@@ -69,7 +69,7 @@ def getmanaged_az_resiliency_status(cluster_name: Optional[str] = None,
|
|
|
69
69
|
Action to get Az Resiliency Status of all the Base resources constituting Service Fabric Managed Clusters.
|
|
70
70
|
Azure REST API version: 2023-03-01-preview.
|
|
71
71
|
|
|
72
|
-
Other available API versions: 2022-10-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01-preview, 2024-02-01-preview, 2024-04-01.
|
|
72
|
+
Other available API versions: 2022-10-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01-preview, 2024-02-01-preview, 2024-04-01, 2024-06-01-preview.
|
|
73
73
|
|
|
74
74
|
|
|
75
75
|
:param str cluster_name: The name of the cluster resource.
|
|
@@ -94,7 +94,7 @@ def getmanaged_az_resiliency_status_output(cluster_name: Optional[pulumi.Input[s
|
|
|
94
94
|
Action to get Az Resiliency Status of all the Base resources constituting Service Fabric Managed Clusters.
|
|
95
95
|
Azure REST API version: 2023-03-01-preview.
|
|
96
96
|
|
|
97
|
-
Other available API versions: 2022-10-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01-preview, 2024-02-01-preview, 2024-04-01.
|
|
97
|
+
Other available API versions: 2022-10-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01-preview, 2024-02-01-preview, 2024-04-01, 2024-06-01-preview.
|
|
98
98
|
|
|
99
99
|
|
|
100
100
|
:param str cluster_name: The name of the cluster resource.
|
|
@@ -128,7 +128,7 @@ def getmanaged_maintenance_window_status(cluster_name: Optional[str] = None,
|
|
|
128
128
|
Action to get Maintenance Window Status of the Service Fabric Managed Clusters.
|
|
129
129
|
Azure REST API version: 2023-07-01-preview.
|
|
130
130
|
|
|
131
|
-
Other available API versions: 2023-09-01-preview, 2023-11-01-preview, 2023-12-01-preview, 2024-02-01-preview, 2024-04-01.
|
|
131
|
+
Other available API versions: 2023-09-01-preview, 2023-11-01-preview, 2023-12-01-preview, 2024-02-01-preview, 2024-04-01, 2024-06-01-preview.
|
|
132
132
|
|
|
133
133
|
|
|
134
134
|
:param str cluster_name: The name of the cluster resource.
|
|
@@ -158,7 +158,7 @@ def getmanaged_maintenance_window_status_output(cluster_name: Optional[pulumi.In
|
|
|
158
158
|
Action to get Maintenance Window Status of the Service Fabric Managed Clusters.
|
|
159
159
|
Azure REST API version: 2023-07-01-preview.
|
|
160
160
|
|
|
161
|
-
Other available API versions: 2023-09-01-preview, 2023-11-01-preview, 2023-12-01-preview, 2024-02-01-preview, 2024-04-01.
|
|
161
|
+
Other available API versions: 2023-09-01-preview, 2023-11-01-preview, 2023-12-01-preview, 2024-02-01-preview, 2024-04-01, 2024-06-01-preview.
|
|
162
162
|
|
|
163
163
|
|
|
164
164
|
:param str cluster_name: The name of the cluster resource.
|