pulumi-azure-native 2.71.0a1730993707__py3-none-any.whl → 2.72.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 +179 -40
- pulumi_azure_native/apicenter/__init__.py +5 -0
- pulumi_azure_native/apicenter/_enums.py +19 -0
- pulumi_azure_native/apicenter/_inputs.py +57 -0
- pulumi_azure_native/apicenter/api.py +3 -3
- pulumi_azure_native/apicenter/api_definition.py +3 -3
- pulumi_azure_native/apicenter/api_source.py +345 -0
- pulumi_azure_native/apicenter/api_version.py +3 -3
- pulumi_azure_native/apicenter/deployment.py +3 -3
- pulumi_azure_native/apicenter/environment.py +3 -3
- pulumi_azure_native/apicenter/get_api.py +2 -2
- pulumi_azure_native/apicenter/get_api_definition.py +2 -2
- pulumi_azure_native/apicenter/get_api_source.py +213 -0
- pulumi_azure_native/apicenter/get_api_version.py +2 -2
- pulumi_azure_native/apicenter/get_deployment.py +2 -2
- pulumi_azure_native/apicenter/get_environment.py +2 -2
- pulumi_azure_native/apicenter/get_metadata_schema.py +2 -2
- pulumi_azure_native/apicenter/get_service.py +2 -2
- pulumi_azure_native/apicenter/get_workspace.py +2 -2
- pulumi_azure_native/apicenter/metadata_schema.py +3 -3
- pulumi_azure_native/apicenter/outputs.py +118 -0
- pulumi_azure_native/apicenter/service.py +3 -3
- pulumi_azure_native/apicenter/v20230701preview/service.py +1 -1
- pulumi_azure_native/apicenter/v20240301/api.py +1 -1
- pulumi_azure_native/apicenter/v20240301/api_definition.py +1 -1
- pulumi_azure_native/apicenter/v20240301/api_version.py +1 -1
- pulumi_azure_native/apicenter/v20240301/deployment.py +1 -1
- pulumi_azure_native/apicenter/v20240301/environment.py +1 -1
- pulumi_azure_native/apicenter/v20240301/metadata_schema.py +1 -1
- pulumi_azure_native/apicenter/v20240301/service.py +1 -1
- pulumi_azure_native/apicenter/v20240301/workspace.py +1 -1
- pulumi_azure_native/apicenter/v20240315preview/api.py +1 -1
- pulumi_azure_native/apicenter/v20240315preview/api_definition.py +1 -1
- pulumi_azure_native/apicenter/v20240315preview/api_version.py +1 -1
- pulumi_azure_native/apicenter/v20240315preview/deployment.py +1 -1
- pulumi_azure_native/apicenter/v20240315preview/environment.py +1 -1
- pulumi_azure_native/apicenter/v20240315preview/metadata_schema.py +1 -1
- pulumi_azure_native/apicenter/v20240315preview/service.py +1 -1
- pulumi_azure_native/apicenter/v20240315preview/workspace.py +1 -1
- pulumi_azure_native/apicenter/v20240601preview/__init__.py +28 -0
- pulumi_azure_native/apicenter/v20240601preview/_enums.py +196 -0
- pulumi_azure_native/apicenter/v20240601preview/_inputs.py +644 -0
- pulumi_azure_native/apicenter/v20240601preview/api.py +486 -0
- pulumi_azure_native/apicenter/v20240601preview/api_definition.py +322 -0
- pulumi_azure_native/apicenter/v20240601preview/api_source.py +343 -0
- pulumi_azure_native/apicenter/v20240601preview/api_version.py +293 -0
- pulumi_azure_native/apicenter/v20240601preview/deployment.py +437 -0
- pulumi_azure_native/apicenter/v20240601preview/environment.py +389 -0
- pulumi_azure_native/apicenter/v20240601preview/get_api.py +281 -0
- pulumi_azure_native/apicenter/v20240601preview/get_api_definition.py +195 -0
- pulumi_azure_native/apicenter/v20240601preview/get_api_source.py +211 -0
- pulumi_azure_native/apicenter/v20240601preview/get_api_version.py +175 -0
- pulumi_azure_native/apicenter/v20240601preview/get_deployment.py +245 -0
- pulumi_azure_native/apicenter/v20240601preview/get_environment.py +225 -0
- pulumi_azure_native/apicenter/v20240601preview/get_metadata_schema.py +163 -0
- pulumi_azure_native/{mobilepacketcore/v20231015preview/get_observability_service.py → apicenter/v20240601preview/get_service.py} +49 -77
- pulumi_azure_native/apicenter/v20240601preview/get_workspace.py +163 -0
- pulumi_azure_native/apicenter/v20240601preview/metadata_schema.py +251 -0
- pulumi_azure_native/apicenter/v20240601preview/outputs.py +782 -0
- pulumi_azure_native/{mobilepacketcore/v20231015preview/smf_deployment.py → apicenter/v20240601preview/service.py} +79 -123
- pulumi_azure_native/apicenter/v20240601preview/workspace.py +249 -0
- pulumi_azure_native/apicenter/workspace.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_load_balancer.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_managed_cluster_snapshot.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/load_balancer.py +3 -3
- pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster_snapshot.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/managed_cluster_snapshot.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/managed_cluster_snapshot.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/managed_cluster_snapshot.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/managed_cluster_snapshot.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/managed_cluster_snapshot.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/managed_cluster_snapshot.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/managed_cluster_snapshot.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/managed_cluster_snapshot.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/managed_cluster_snapshot.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/load_balancer.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/managed_cluster_snapshot.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/load_balancer.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/managed_cluster_snapshot.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/load_balancer.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/managed_cluster_snapshot.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/load_balancer.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/managed_cluster_snapshot.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/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240701/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240701/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240701/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240701/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/load_balancer.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240801/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240801/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240801/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240801/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240901/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240901/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240901/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240901/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240901/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240902preview/__init__.py +29 -0
- pulumi_azure_native/containerservice/v20240902preview/_enums.py +921 -0
- pulumi_azure_native/containerservice/v20240902preview/_inputs.py +9712 -0
- pulumi_azure_native/containerservice/v20240902preview/agent_pool.py +1691 -0
- pulumi_azure_native/containerservice/v20240902preview/get_agent_pool.py +877 -0
- pulumi_azure_native/containerservice/v20240902preview/get_load_balancer.py +219 -0
- pulumi_azure_native/containerservice/v20240902preview/get_maintenance_configuration.py +177 -0
- pulumi_azure_native/containerservice/v20240902preview/get_managed_cluster.py +899 -0
- pulumi_azure_native/containerservice/v20240902preview/get_managed_cluster_snapshot.py +199 -0
- pulumi_azure_native/containerservice/v20240902preview/get_private_endpoint_connection.py +163 -0
- pulumi_azure_native/containerservice/v20240902preview/get_snapshot.py +269 -0
- pulumi_azure_native/containerservice/v20240902preview/get_trusted_access_role_binding.py +177 -0
- pulumi_azure_native/containerservice/v20240902preview/list_managed_cluster_admin_credentials.py +93 -0
- pulumi_azure_native/containerservice/v20240902preview/list_managed_cluster_monitoring_user_credentials.py +93 -0
- pulumi_azure_native/containerservice/v20240902preview/list_managed_cluster_user_credentials.py +99 -0
- pulumi_azure_native/containerservice/v20240902preview/load_balancer.py +368 -0
- pulumi_azure_native/containerservice/v20240902preview/maintenance_configuration.py +279 -0
- pulumi_azure_native/containerservice/v20240902preview/managed_cluster.py +1595 -0
- pulumi_azure_native/containerservice/v20240902preview/managed_cluster_snapshot.py +297 -0
- pulumi_azure_native/containerservice/v20240902preview/outputs.py +8333 -0
- pulumi_azure_native/containerservice/v20240902preview/private_endpoint_connection.py +251 -0
- pulumi_azure_native/containerservice/v20240902preview/snapshot.py +347 -0
- pulumi_azure_native/containerservice/v20240902preview/trusted_access_role_binding.py +260 -0
- pulumi_azure_native/dashboard/v20231001preview/_inputs.py +58 -0
- pulumi_azure_native/dashboard/v20231001preview/outputs.py +53 -0
- pulumi_azure_native/datafactory/_inputs.py +360 -0
- pulumi_azure_native/datafactory/outputs.py +240 -2
- pulumi_azure_native/datafactory/v20180601/_inputs.py +360 -0
- pulumi_azure_native/datafactory/v20180601/outputs.py +240 -2
- pulumi_azure_native/documentdb/__init__.py +3 -0
- pulumi_azure_native/documentdb/cassandra_cluster.py +3 -3
- pulumi_azure_native/documentdb/cassandra_data_center.py +3 -3
- pulumi_azure_native/documentdb/cassandra_resource_cassandra_keyspace.py +3 -3
- pulumi_azure_native/documentdb/cassandra_resource_cassandra_table.py +3 -3
- pulumi_azure_native/documentdb/database_account.py +3 -3
- pulumi_azure_native/documentdb/get_cassandra_cluster.py +2 -2
- pulumi_azure_native/documentdb/get_cassandra_data_center.py +2 -2
- pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_keyspace.py +2 -2
- pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_table.py +2 -2
- pulumi_azure_native/documentdb/get_database_account.py +2 -2
- pulumi_azure_native/documentdb/get_gremlin_resource_gremlin_database.py +2 -2
- pulumi_azure_native/documentdb/get_gremlin_resource_gremlin_graph.py +2 -2
- pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_db_collection.py +2 -2
- pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_db_database.py +2 -2
- pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_role_definition.py +2 -2
- pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_user_definition.py +2 -2
- pulumi_azure_native/documentdb/get_notebook_workspace.py +2 -2
- pulumi_azure_native/documentdb/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/documentdb/get_service.py +2 -2
- pulumi_azure_native/documentdb/get_sql_resource_sql_container.py +2 -2
- pulumi_azure_native/documentdb/get_sql_resource_sql_database.py +2 -2
- pulumi_azure_native/documentdb/get_sql_resource_sql_role_assignment.py +2 -2
- pulumi_azure_native/documentdb/get_sql_resource_sql_role_definition.py +2 -2
- pulumi_azure_native/documentdb/get_sql_resource_sql_stored_procedure.py +2 -2
- pulumi_azure_native/documentdb/get_sql_resource_sql_trigger.py +2 -2
- pulumi_azure_native/documentdb/get_sql_resource_sql_user_defined_function.py +2 -2
- pulumi_azure_native/documentdb/get_table_resource_table.py +2 -2
- pulumi_azure_native/documentdb/gremlin_resource_gremlin_database.py +3 -3
- pulumi_azure_native/documentdb/gremlin_resource_gremlin_graph.py +3 -3
- pulumi_azure_native/documentdb/list_database_account_connection_strings.py +2 -2
- pulumi_azure_native/documentdb/list_database_account_keys.py +2 -2
- pulumi_azure_native/documentdb/list_notebook_workspace_connection_info.py +2 -2
- pulumi_azure_native/documentdb/mongo_db_resource_mongo_db_collection.py +3 -3
- pulumi_azure_native/documentdb/mongo_db_resource_mongo_db_database.py +3 -3
- pulumi_azure_native/documentdb/mongo_db_resource_mongo_role_definition.py +3 -3
- pulumi_azure_native/documentdb/mongo_db_resource_mongo_user_definition.py +3 -3
- pulumi_azure_native/documentdb/notebook_workspace.py +3 -3
- pulumi_azure_native/documentdb/private_endpoint_connection.py +3 -3
- pulumi_azure_native/documentdb/service.py +3 -3
- pulumi_azure_native/documentdb/sql_resource_sql_container.py +3 -3
- pulumi_azure_native/documentdb/sql_resource_sql_database.py +3 -3
- pulumi_azure_native/documentdb/sql_resource_sql_role_assignment.py +3 -3
- pulumi_azure_native/documentdb/sql_resource_sql_role_definition.py +3 -3
- pulumi_azure_native/documentdb/sql_resource_sql_stored_procedure.py +3 -3
- pulumi_azure_native/documentdb/sql_resource_sql_trigger.py +3 -3
- pulumi_azure_native/documentdb/sql_resource_sql_user_defined_function.py +3 -3
- pulumi_azure_native/documentdb/table_resource_table.py +3 -3
- pulumi_azure_native/documentdb/v20210401preview/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20210701preview/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20230301preview/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20230415/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20230415/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20230415/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20230415/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20230415/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20230415/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20230415/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230415/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20230415/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20230415/service.py +1 -1
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20230415/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20230915/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20230915/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20230915/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20230915/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20230915/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20230915/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20230915/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230915/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20230915/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20230915/service.py +1 -1
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20230915/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/service.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20231115/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20231115/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20231115/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20231115/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20231115/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20231115/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20231115/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20231115/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20231115/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20231115/service.py +1 -1
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20231115/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/service.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/service.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20240515/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20240515/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20240515/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20240515/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20240515/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20240515/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20240515/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240515/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20240515/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20240515/service.py +1 -1
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20240515/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/service.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20240815/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20240815/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20240815/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20240815/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20240815/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20240815/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20240815/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20240815/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20240815/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20240815/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240815/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240815/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20240815/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20240815/service.py +1 -1
- pulumi_azure_native/documentdb/v20240815/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20240815/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20240815/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20240815/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240815/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20240815/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20240815/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20240815/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20240901preview/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20240901preview/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20240901preview/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20240901preview/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20240901preview/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20240901preview/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20240901preview/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20240901preview/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20240901preview/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20240901preview/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240901preview/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240901preview/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20240901preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20240901preview/service.py +1 -1
- pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20240901preview/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20241115/__init__.py +57 -0
- pulumi_azure_native/documentdb/v20241115/_enums.py +377 -0
- pulumi_azure_native/documentdb/v20241115/_inputs.py +5809 -0
- pulumi_azure_native/documentdb/v20241115/cassandra_cluster.py +277 -0
- pulumi_azure_native/documentdb/v20241115/cassandra_data_center.py +211 -0
- pulumi_azure_native/documentdb/v20241115/cassandra_resource_cassandra_keyspace.py +292 -0
- pulumi_azure_native/documentdb/v20241115/cassandra_resource_cassandra_table.py +313 -0
- pulumi_azure_native/documentdb/v20241115/database_account.py +1305 -0
- pulumi_azure_native/documentdb/v20241115/get_cassandra_cluster.py +171 -0
- pulumi_azure_native/documentdb/v20241115/get_cassandra_data_center.py +135 -0
- pulumi_azure_native/documentdb/v20241115/get_cassandra_resource_cassandra_keyspace.py +171 -0
- pulumi_azure_native/documentdb/v20241115/get_cassandra_resource_cassandra_table.py +177 -0
- pulumi_azure_native/documentdb/v20241115/get_database_account.py +745 -0
- pulumi_azure_native/documentdb/v20241115/get_gremlin_resource_gremlin_database.py +171 -0
- pulumi_azure_native/documentdb/v20241115/get_gremlin_resource_gremlin_graph.py +177 -0
- pulumi_azure_native/documentdb/v20241115/get_mongo_db_resource_mongo_db_collection.py +177 -0
- pulumi_azure_native/documentdb/v20241115/get_mongo_db_resource_mongo_db_database.py +171 -0
- pulumi_azure_native/documentdb/v20241115/get_mongo_db_resource_mongo_role_definition.py +177 -0
- pulumi_azure_native/documentdb/v20241115/get_mongo_db_resource_mongo_user_definition.py +205 -0
- pulumi_azure_native/documentdb/v20241115/get_notebook_workspace.py +148 -0
- pulumi_azure_native/documentdb/v20241115/get_private_endpoint_connection.py +177 -0
- pulumi_azure_native/documentdb/v20241115/get_service.py +135 -0
- pulumi_azure_native/documentdb/v20241115/get_sql_resource_sql_container.py +177 -0
- pulumi_azure_native/documentdb/v20241115/get_sql_resource_sql_database.py +171 -0
- pulumi_azure_native/documentdb/v20241115/get_sql_resource_sql_role_assignment.py +162 -0
- pulumi_azure_native/documentdb/v20241115/get_sql_resource_sql_role_definition.py +163 -0
- pulumi_azure_native/documentdb/v20241115/get_sql_resource_sql_stored_procedure.py +172 -0
- pulumi_azure_native/documentdb/v20241115/get_sql_resource_sql_trigger.py +172 -0
- pulumi_azure_native/documentdb/v20241115/get_sql_resource_sql_user_defined_function.py +172 -0
- pulumi_azure_native/documentdb/v20241115/get_table_resource_table.py +171 -0
- pulumi_azure_native/documentdb/v20241115/gremlin_resource_gremlin_database.py +293 -0
- pulumi_azure_native/documentdb/v20241115/gremlin_resource_gremlin_graph.py +314 -0
- pulumi_azure_native/documentdb/v20241115/list_database_account_connection_strings.py +87 -0
- pulumi_azure_native/documentdb/v20241115/list_database_account_keys.py +128 -0
- pulumi_azure_native/documentdb/v20241115/list_notebook_workspace_connection_info.py +106 -0
- pulumi_azure_native/documentdb/v20241115/mongo_db_resource_mongo_db_collection.py +314 -0
- pulumi_azure_native/documentdb/v20241115/mongo_db_resource_mongo_db_database.py +293 -0
- pulumi_azure_native/documentdb/v20241115/mongo_db_resource_mongo_role_definition.py +317 -0
- pulumi_azure_native/documentdb/v20241115/mongo_db_resource_mongo_user_definition.py +355 -0
- pulumi_azure_native/documentdb/v20241115/notebook_workspace.py +199 -0
- pulumi_azure_native/documentdb/v20241115/outputs.py +6465 -0
- pulumi_azure_native/documentdb/v20241115/private_endpoint_connection.py +297 -0
- pulumi_azure_native/documentdb/v20241115/service.py +211 -0
- pulumi_azure_native/documentdb/v20241115/sql_resource_sql_container.py +314 -0
- pulumi_azure_native/documentdb/v20241115/sql_resource_sql_database.py +293 -0
- pulumi_azure_native/documentdb/v20241115/sql_resource_sql_role_assignment.py +266 -0
- pulumi_azure_native/documentdb/v20241115/sql_resource_sql_role_definition.py +288 -0
- pulumi_azure_native/documentdb/v20241115/sql_resource_sql_stored_procedure.py +328 -0
- pulumi_azure_native/documentdb/v20241115/sql_resource_sql_trigger.py +329 -0
- pulumi_azure_native/documentdb/v20241115/sql_resource_sql_user_defined_function.py +328 -0
- pulumi_azure_native/documentdb/v20241115/table_resource_table.py +293 -0
- pulumi_azure_native/durabletask/__init__.py +21 -0
- pulumi_azure_native/durabletask/_inputs.py +134 -0
- pulumi_azure_native/durabletask/get_scheduler.py +173 -0
- pulumi_azure_native/durabletask/get_task_hub.py +151 -0
- pulumi_azure_native/{mobilepacketcore → durabletask}/outputs.py +123 -136
- pulumi_azure_native/{mobilepacketcore/smf_deployment.py → durabletask/scheduler.py} +55 -143
- pulumi_azure_native/durabletask/task_hub.py +202 -0
- pulumi_azure_native/{mobilepacketcore/v20230515preview → durabletask/v20241001preview}/__init__.py +5 -3
- pulumi_azure_native/durabletask/v20241001preview/_inputs.py +134 -0
- pulumi_azure_native/durabletask/v20241001preview/get_scheduler.py +171 -0
- pulumi_azure_native/durabletask/v20241001preview/get_task_hub.py +149 -0
- pulumi_azure_native/{mobilepacketcore/v20231015preview → durabletask/v20241001preview}/outputs.py +123 -136
- pulumi_azure_native/durabletask/v20241001preview/scheduler.py +257 -0
- pulumi_azure_native/durabletask/v20241001preview/task_hub.py +200 -0
- pulumi_azure_native/hybridcompute/__init__.py +3 -0
- pulumi_azure_native/hybridcompute/gateway.py +3 -3
- pulumi_azure_native/hybridcompute/get_gateway.py +2 -2
- pulumi_azure_native/hybridcompute/get_license.py +2 -2
- pulumi_azure_native/hybridcompute/get_license_profile.py +2 -2
- pulumi_azure_native/hybridcompute/get_machine.py +2 -2
- pulumi_azure_native/hybridcompute/get_machine_extension.py +2 -2
- pulumi_azure_native/hybridcompute/get_machine_run_command.py +2 -2
- pulumi_azure_native/hybridcompute/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/hybridcompute/get_private_link_scope.py +2 -2
- pulumi_azure_native/hybridcompute/license.py +3 -3
- pulumi_azure_native/hybridcompute/license_profile.py +3 -3
- pulumi_azure_native/hybridcompute/machine.py +3 -3
- pulumi_azure_native/hybridcompute/machine_extension.py +3 -3
- pulumi_azure_native/hybridcompute/machine_run_command.py +3 -3
- pulumi_azure_native/hybridcompute/private_endpoint_connection.py +3 -3
- pulumi_azure_native/hybridcompute/private_link_scope.py +3 -3
- pulumi_azure_native/hybridcompute/v20200802/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20220510preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20220510preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/license.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/license_profile.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/license.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/license_profile.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/machine_run_command.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/gateway.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/license.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/license_profile.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/machine_run_command.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/gateway.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/license.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/license_profile.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/machine_run_command.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20240710/license.py +1 -1
- pulumi_azure_native/hybridcompute/v20240710/license_profile.py +1 -1
- pulumi_azure_native/hybridcompute/v20240710/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20240710/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20240710/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20240710/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20240731preview/gateway.py +1 -1
- pulumi_azure_native/hybridcompute/v20240731preview/license.py +1 -1
- pulumi_azure_native/hybridcompute/v20240731preview/license_profile.py +1 -1
- pulumi_azure_native/hybridcompute/v20240731preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20240731preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20240731preview/machine_run_command.py +1 -1
- pulumi_azure_native/hybridcompute/v20240731preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20240731preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20240910preview/__init__.py +26 -0
- pulumi_azure_native/hybridcompute/v20240910preview/_enums.py +172 -0
- pulumi_azure_native/hybridcompute/v20240910preview/_inputs.py +1924 -0
- pulumi_azure_native/{mobilepacketcore/v20231015preview/observability_service.py → hybridcompute/v20240910preview/gateway.py} +107 -109
- pulumi_azure_native/hybridcompute/v20240910preview/get_gateway.py +227 -0
- pulumi_azure_native/hybridcompute/v20240910preview/get_license.py +213 -0
- pulumi_azure_native/hybridcompute/v20240910preview/get_license_profile.py +387 -0
- pulumi_azure_native/hybridcompute/v20240910preview/get_machine.py +681 -0
- pulumi_azure_native/hybridcompute/v20240910preview/get_machine_extension.py +177 -0
- pulumi_azure_native/hybridcompute/v20240910preview/get_machine_run_command.py +345 -0
- pulumi_azure_native/hybridcompute/v20240910preview/get_private_endpoint_connection.py +149 -0
- pulumi_azure_native/hybridcompute/v20240910preview/get_private_link_scope.py +171 -0
- pulumi_azure_native/{mobilepacketcore/v20231015preview/nrf_deployment.py → hybridcompute/v20240910preview/license.py} +112 -131
- pulumi_azure_native/hybridcompute/v20240910preview/license_profile.py +505 -0
- pulumi_azure_native/hybridcompute/v20240910preview/machine.py +885 -0
- pulumi_azure_native/{mobilepacketcore/observability_service.py → hybridcompute/v20240910preview/machine_extension.py} +76 -117
- pulumi_azure_native/hybridcompute/v20240910preview/machine_run_command.py +592 -0
- pulumi_azure_native/hybridcompute/v20240910preview/outputs.py +3556 -0
- pulumi_azure_native/hybridcompute/v20240910preview/private_endpoint_connection.py +220 -0
- pulumi_azure_native/hybridcompute/v20240910preview/private_link_scope.py +258 -0
- pulumi_azure_native/impact/__init__.py +24 -0
- pulumi_azure_native/impact/_enums.py +202 -0
- pulumi_azure_native/impact/_inputs.py +1183 -0
- pulumi_azure_native/impact/connector.py +181 -0
- pulumi_azure_native/impact/get_connector.py +139 -0
- pulumi_azure_native/impact/get_insight.py +145 -0
- pulumi_azure_native/impact/get_workload_impact.py +139 -0
- pulumi_azure_native/impact/insight.py +201 -0
- pulumi_azure_native/impact/outputs.py +1117 -0
- pulumi_azure_native/impact/v20240501preview/__init__.py +16 -0
- pulumi_azure_native/impact/v20240501preview/_enums.py +202 -0
- pulumi_azure_native/impact/v20240501preview/_inputs.py +1183 -0
- pulumi_azure_native/impact/v20240501preview/connector.py +179 -0
- pulumi_azure_native/impact/v20240501preview/get_connector.py +137 -0
- pulumi_azure_native/impact/v20240501preview/get_insight.py +143 -0
- pulumi_azure_native/impact/v20240501preview/get_workload_impact.py +137 -0
- pulumi_azure_native/impact/v20240501preview/insight.py +199 -0
- pulumi_azure_native/impact/v20240501preview/outputs.py +1117 -0
- pulumi_azure_native/impact/v20240501preview/workload_impact.py +179 -0
- pulumi_azure_native/impact/workload_impact.py +181 -0
- pulumi_azure_native/kusto/__init__.py +4 -0
- pulumi_azure_native/kusto/attached_database_configuration.py +3 -3
- pulumi_azure_native/kusto/cluster.py +3 -3
- pulumi_azure_native/kusto/cluster_principal_assignment.py +3 -3
- pulumi_azure_native/kusto/cosmos_db_data_connection.py +1 -1
- pulumi_azure_native/kusto/database_principal_assignment.py +3 -3
- pulumi_azure_native/kusto/event_grid_data_connection.py +1 -1
- pulumi_azure_native/kusto/event_hub_data_connection.py +1 -1
- pulumi_azure_native/kusto/get_attached_database_configuration.py +2 -2
- pulumi_azure_native/kusto/get_cluster.py +2 -2
- pulumi_azure_native/kusto/get_cluster_principal_assignment.py +2 -2
- pulumi_azure_native/kusto/get_database_principal_assignment.py +2 -2
- pulumi_azure_native/kusto/get_managed_private_endpoint.py +2 -2
- pulumi_azure_native/kusto/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/kusto/get_sandbox_custom_image.py +4 -0
- pulumi_azure_native/kusto/get_script.py +2 -2
- pulumi_azure_native/kusto/iot_hub_data_connection.py +1 -1
- pulumi_azure_native/kusto/list_cluster_callout_policies.py +100 -0
- pulumi_azure_native/kusto/list_cluster_follower_databases.py +2 -2
- pulumi_azure_native/kusto/list_cluster_language_extensions.py +2 -2
- pulumi_azure_native/kusto/list_database_principals.py +2 -2
- pulumi_azure_native/kusto/managed_private_endpoint.py +3 -3
- pulumi_azure_native/kusto/outputs.py +59 -0
- pulumi_azure_native/kusto/private_endpoint_connection.py +3 -3
- pulumi_azure_native/kusto/read_only_following_database.py +1 -1
- pulumi_azure_native/kusto/read_write_database.py +1 -1
- pulumi_azure_native/kusto/sandbox_custom_image.py +5 -1
- pulumi_azure_native/kusto/script.py +3 -3
- pulumi_azure_native/kusto/v20180907preview/database.py +1 -1
- pulumi_azure_native/kusto/v20190515/database.py +1 -1
- pulumi_azure_native/kusto/v20190907/read_only_following_database.py +1 -1
- pulumi_azure_native/kusto/v20190907/read_write_database.py +1 -1
- pulumi_azure_native/kusto/v20191109/read_write_database.py +1 -1
- pulumi_azure_native/kusto/v20200215/event_grid_data_connection.py +1 -1
- pulumi_azure_native/kusto/v20210827/script.py +1 -1
- pulumi_azure_native/kusto/v20220707/cluster.py +1 -1
- pulumi_azure_native/kusto/v20221229/attached_database_configuration.py +1 -1
- pulumi_azure_native/kusto/v20221229/cluster.py +1 -1
- pulumi_azure_native/kusto/v20221229/cluster_principal_assignment.py +1 -1
- pulumi_azure_native/kusto/v20221229/cosmos_db_data_connection.py +1 -1
- pulumi_azure_native/kusto/v20221229/database_principal_assignment.py +1 -1
- pulumi_azure_native/kusto/v20221229/event_grid_data_connection.py +1 -1
- pulumi_azure_native/kusto/v20221229/event_hub_data_connection.py +1 -1
- pulumi_azure_native/kusto/v20221229/iot_hub_data_connection.py +1 -1
- pulumi_azure_native/kusto/v20221229/managed_private_endpoint.py +1 -1
- pulumi_azure_native/kusto/v20221229/private_endpoint_connection.py +1 -1
- pulumi_azure_native/kusto/v20221229/read_only_following_database.py +1 -1
- pulumi_azure_native/kusto/v20221229/read_write_database.py +1 -1
- pulumi_azure_native/kusto/v20221229/script.py +1 -1
- pulumi_azure_native/kusto/v20230502/attached_database_configuration.py +1 -1
- pulumi_azure_native/kusto/v20230502/cluster.py +1 -1
- pulumi_azure_native/kusto/v20230502/cluster_principal_assignment.py +1 -1
- pulumi_azure_native/kusto/v20230502/cosmos_db_data_connection.py +1 -1
- pulumi_azure_native/kusto/v20230502/database_principal_assignment.py +1 -1
- pulumi_azure_native/kusto/v20230502/event_grid_data_connection.py +1 -1
- pulumi_azure_native/kusto/v20230502/event_hub_data_connection.py +1 -1
- pulumi_azure_native/kusto/v20230502/iot_hub_data_connection.py +1 -1
- pulumi_azure_native/kusto/v20230502/managed_private_endpoint.py +1 -1
- pulumi_azure_native/kusto/v20230502/private_endpoint_connection.py +1 -1
- pulumi_azure_native/kusto/v20230502/read_only_following_database.py +1 -1
- pulumi_azure_native/kusto/v20230502/read_write_database.py +1 -1
- pulumi_azure_native/kusto/v20230502/script.py +1 -1
- pulumi_azure_native/kusto/v20230815/attached_database_configuration.py +1 -1
- pulumi_azure_native/kusto/v20230815/cluster.py +1 -1
- pulumi_azure_native/kusto/v20230815/cluster_principal_assignment.py +1 -1
- pulumi_azure_native/kusto/v20230815/cosmos_db_data_connection.py +1 -1
- pulumi_azure_native/kusto/v20230815/database_principal_assignment.py +1 -1
- pulumi_azure_native/kusto/v20230815/event_grid_data_connection.py +1 -1
- pulumi_azure_native/kusto/v20230815/event_hub_data_connection.py +1 -1
- pulumi_azure_native/kusto/v20230815/iot_hub_data_connection.py +1 -1
- pulumi_azure_native/kusto/v20230815/managed_private_endpoint.py +1 -1
- pulumi_azure_native/kusto/v20230815/private_endpoint_connection.py +1 -1
- pulumi_azure_native/kusto/v20230815/read_only_following_database.py +1 -1
- pulumi_azure_native/kusto/v20230815/read_write_database.py +1 -1
- pulumi_azure_native/kusto/v20230815/sandbox_custom_image.py +1 -1
- pulumi_azure_native/kusto/v20230815/script.py +1 -1
- pulumi_azure_native/kusto/v20240413/__init__.py +42 -0
- pulumi_azure_native/kusto/v20240413/_enums.py +379 -0
- pulumi_azure_native/kusto/v20240413/_inputs.py +950 -0
- pulumi_azure_native/kusto/v20240413/attached_database_configuration.py +408 -0
- pulumi_azure_native/kusto/v20240413/cluster.py +985 -0
- pulumi_azure_native/kusto/v20240413/cluster_principal_assignment.py +339 -0
- pulumi_azure_native/kusto/v20240413/cosmos_db_data_connection.py +491 -0
- pulumi_azure_native/kusto/v20240413/database_principal_assignment.py +360 -0
- pulumi_azure_native/kusto/v20240413/event_grid_data_connection.py +610 -0
- pulumi_azure_native/kusto/v20240413/event_hub_data_connection.py +580 -0
- pulumi_azure_native/kusto/v20240413/get_attached_database_configuration.py +247 -0
- pulumi_azure_native/kusto/v20240413/get_cluster.py +577 -0
- pulumi_azure_native/kusto/v20240413/get_cluster_principal_assignment.py +232 -0
- pulumi_azure_native/kusto/v20240413/get_cosmos_db_data_connection.py +281 -0
- pulumi_azure_native/kusto/v20240413/get_database_principal_assignment.py +238 -0
- pulumi_azure_native/kusto/v20240413/get_event_grid_data_connection.py +337 -0
- pulumi_azure_native/kusto/v20240413/get_event_hub_data_connection.py +323 -0
- pulumi_azure_native/kusto/v20240413/get_iot_hub_data_connection.py +295 -0
- pulumi_azure_native/kusto/v20240413/get_managed_private_endpoint.py +205 -0
- pulumi_azure_native/kusto/v20240413/get_private_endpoint_connection.py +191 -0
- pulumi_azure_native/kusto/v20240413/get_read_only_following_database.py +304 -0
- pulumi_azure_native/kusto/v20240413/get_read_write_database.py +248 -0
- pulumi_azure_native/kusto/v20240413/get_sandbox_custom_image.py +190 -0
- pulumi_azure_native/kusto/v20240413/get_script.py +225 -0
- pulumi_azure_native/kusto/v20240413/iot_hub_data_connection.py +542 -0
- pulumi_azure_native/kusto/v20240413/list_cluster_callout_policies.py +98 -0
- pulumi_azure_native/kusto/v20240413/list_cluster_follower_databases.py +87 -0
- pulumi_azure_native/kusto/v20240413/list_cluster_language_extensions.py +87 -0
- pulumi_azure_native/kusto/v20240413/list_database_principals.py +93 -0
- pulumi_azure_native/kusto/v20240413/managed_private_endpoint.py +318 -0
- pulumi_azure_native/kusto/v20240413/outputs.py +1412 -0
- pulumi_azure_native/kusto/v20240413/private_endpoint_connection.py +251 -0
- pulumi_azure_native/kusto/v20240413/read_only_following_database.py +392 -0
- pulumi_azure_native/kusto/v20240413/read_write_database.py +391 -0
- pulumi_azure_native/kusto/v20240413/sandbox_custom_image.py +307 -0
- pulumi_azure_native/kusto/v20240413/script.py +411 -0
- pulumi_azure_native/machinelearningservices/_inputs.py +2 -110
- pulumi_azure_native/machinelearningservices/outputs.py +2 -104
- pulumi_azure_native/machinelearningservices/serverless_endpoint.py +4 -0
- pulumi_azure_native/machinelearningservices/v20230401/_inputs.py +2 -110
- pulumi_azure_native/machinelearningservices/v20230401/outputs.py +2 -104
- pulumi_azure_native/machinelearningservices/v20230401preview/_inputs.py +2 -110
- pulumi_azure_native/machinelearningservices/v20230401preview/outputs.py +2 -104
- pulumi_azure_native/machinelearningservices/v20230601preview/_inputs.py +2 -110
- pulumi_azure_native/machinelearningservices/v20230601preview/outputs.py +2 -104
- pulumi_azure_native/machinelearningservices/v20230801preview/_inputs.py +2 -110
- pulumi_azure_native/machinelearningservices/v20230801preview/outputs.py +2 -104
- pulumi_azure_native/machinelearningservices/v20231001/_inputs.py +2 -110
- pulumi_azure_native/machinelearningservices/v20231001/outputs.py +2 -104
- pulumi_azure_native/machinelearningservices/v20240101preview/_inputs.py +2 -110
- pulumi_azure_native/machinelearningservices/v20240101preview/outputs.py +2 -104
- pulumi_azure_native/machinelearningservices/v20240401/_inputs.py +2 -110
- pulumi_azure_native/machinelearningservices/v20240401/outputs.py +2 -104
- pulumi_azure_native/machinelearningservices/v20240401preview/_inputs.py +2 -110
- pulumi_azure_native/machinelearningservices/v20240401preview/outputs.py +2 -104
- pulumi_azure_native/machinelearningservices/v20240701preview/_inputs.py +2 -110
- pulumi_azure_native/machinelearningservices/v20240701preview/outputs.py +2 -104
- pulumi_azure_native/machinelearningservices/v20241001/_enums.py +1 -1
- pulumi_azure_native/machinelearningservices/v20241001/_inputs.py +16 -12
- pulumi_azure_native/machinelearningservices/v20241001/outputs.py +12 -8
- pulumi_azure_native/machinelearningservices/v20241001preview/_enums.py +1 -1
- pulumi_azure_native/machinelearningservices/v20241001preview/_inputs.py +36 -12
- pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py +26 -8
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/recoveryservices/__init__.py +3 -0
- pulumi_azure_native/recoveryservices/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/recoveryservices/get_protected_item.py +2 -2
- pulumi_azure_native/recoveryservices/get_protection_container.py +2 -2
- pulumi_azure_native/recoveryservices/get_protection_intent.py +2 -2
- pulumi_azure_native/recoveryservices/get_protection_policy.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_fabric.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_migration_item.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_network_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_policy.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_protected_item.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_protection_cluster.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_protection_container_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_recovery_plan.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_recovery_services_provider.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_storage_classification_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replicationv_center.py +2 -2
- pulumi_azure_native/recoveryservices/get_resource_guard_proxy.py +2 -2
- pulumi_azure_native/recoveryservices/get_vault.py +2 -2
- pulumi_azure_native/recoveryservices/private_endpoint_connection.py +3 -3
- pulumi_azure_native/recoveryservices/protected_item.py +3 -3
- pulumi_azure_native/recoveryservices/protection_container.py +3 -3
- pulumi_azure_native/recoveryservices/protection_intent.py +3 -3
- pulumi_azure_native/recoveryservices/protection_policy.py +3 -3
- pulumi_azure_native/recoveryservices/replication_fabric.py +3 -3
- pulumi_azure_native/recoveryservices/replication_migration_item.py +3 -3
- pulumi_azure_native/recoveryservices/replication_network_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replication_policy.py +3 -3
- pulumi_azure_native/recoveryservices/replication_protected_item.py +3 -3
- pulumi_azure_native/recoveryservices/replication_protection_cluster.py +3 -3
- pulumi_azure_native/recoveryservices/replication_protection_container_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replication_recovery_plan.py +3 -3
- pulumi_azure_native/recoveryservices/replication_recovery_services_provider.py +3 -3
- pulumi_azure_native/recoveryservices/replication_storage_classification_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replicationv_center.py +3 -3
- pulumi_azure_native/recoveryservices/resource_guard_proxy.py +3 -3
- pulumi_azure_native/recoveryservices/v20200202/vault.py +1 -1
- pulumi_azure_native/recoveryservices/v20210301/replication_network_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20210301/replicationv_center.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/protection_container.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/protection_intent.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/protection_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_fabric.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_migration_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_network_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_protection_container_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_recovery_plan.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_recovery_services_provider.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_storage_classification_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replicationv_center.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/resource_guard_proxy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/vault.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/private_endpoint_connection.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/protection_container.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/protection_intent.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/protection_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_fabric.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_migration_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_network_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_protection_container_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_recovery_plan.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_recovery_services_provider.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_storage_classification_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replicationv_center.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/resource_guard_proxy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/vault.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/protection_container.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/protection_intent.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/protection_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_fabric.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_migration_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_network_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_protection_container_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_recovery_plan.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_recovery_services_provider.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_storage_classification_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replicationv_center.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/resource_guard_proxy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/vault.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/protection_container.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/protection_intent.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/protection_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_fabric.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_migration_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_network_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_protection_container_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_recovery_plan.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_recovery_services_provider.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_storage_classification_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replicationv_center.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/resource_guard_proxy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/vault.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/protection_container.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/protection_intent.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/protection_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/replication_fabric.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/replication_migration_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/replication_network_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/replication_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/replication_protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/replication_protection_cluster.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/replication_protection_container_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/replication_recovery_plan.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/replication_recovery_services_provider.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/replication_storage_classification_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/replicationv_center.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/resource_guard_proxy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/vault.py +1 -1
- pulumi_azure_native/recoveryservices/v20240401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/recoveryservices/v20240401/protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20240401/protection_container.py +1 -1
- pulumi_azure_native/recoveryservices/v20240401/protection_intent.py +1 -1
- pulumi_azure_native/recoveryservices/v20240401/protection_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240401/replication_fabric.py +1 -1
- pulumi_azure_native/recoveryservices/v20240401/replication_migration_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20240401/replication_network_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20240401/replication_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240401/replication_protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20240401/replication_protection_cluster.py +1 -1
- pulumi_azure_native/recoveryservices/v20240401/replication_protection_container_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20240401/replication_recovery_plan.py +1 -1
- pulumi_azure_native/recoveryservices/v20240401/replication_recovery_services_provider.py +1 -1
- pulumi_azure_native/recoveryservices/v20240401/replication_storage_classification_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20240401/replicationv_center.py +1 -1
- pulumi_azure_native/recoveryservices/v20240401/resource_guard_proxy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240401/vault.py +1 -1
- pulumi_azure_native/recoveryservices/v20240430preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/recoveryservices/v20240430preview/protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20240430preview/protection_container.py +1 -1
- pulumi_azure_native/recoveryservices/v20240430preview/protection_intent.py +1 -1
- pulumi_azure_native/recoveryservices/v20240430preview/protection_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240430preview/resource_guard_proxy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240430preview/vault.py +1 -1
- pulumi_azure_native/recoveryservices/v20240730preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/recoveryservices/v20240730preview/protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20240730preview/protection_container.py +1 -1
- pulumi_azure_native/recoveryservices/v20240730preview/protection_intent.py +1 -1
- pulumi_azure_native/recoveryservices/v20240730preview/protection_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240730preview/resource_guard_proxy.py +1 -1
- pulumi_azure_native/recoveryservices/v20241001/__init__.py +46 -0
- pulumi_azure_native/recoveryservices/v20241001/_enums.py +649 -0
- pulumi_azure_native/recoveryservices/v20241001/_inputs.py +26874 -0
- pulumi_azure_native/recoveryservices/v20241001/get_private_endpoint_connection.py +177 -0
- pulumi_azure_native/recoveryservices/v20241001/get_protected_item.py +197 -0
- pulumi_azure_native/recoveryservices/v20241001/get_protection_container.py +183 -0
- pulumi_azure_native/recoveryservices/v20241001/get_protection_intent.py +185 -0
- pulumi_azure_native/recoveryservices/v20241001/get_protection_policy.py +179 -0
- pulumi_azure_native/recoveryservices/v20241001/get_replication_fabric.py +155 -0
- pulumi_azure_native/recoveryservices/v20241001/get_replication_migration_item.py +161 -0
- pulumi_azure_native/recoveryservices/v20241001/get_replication_network_mapping.py +161 -0
- pulumi_azure_native/recoveryservices/v20241001/get_replication_policy.py +149 -0
- pulumi_azure_native/recoveryservices/v20241001/get_replication_protected_item.py +161 -0
- pulumi_azure_native/recoveryservices/v20241001/get_replication_protection_cluster.py +147 -0
- pulumi_azure_native/recoveryservices/v20241001/get_replication_protection_container_mapping.py +161 -0
- pulumi_azure_native/recoveryservices/v20241001/get_replication_recovery_plan.py +149 -0
- pulumi_azure_native/recoveryservices/v20241001/get_replication_recovery_services_provider.py +155 -0
- pulumi_azure_native/recoveryservices/v20241001/get_replication_storage_classification_mapping.py +161 -0
- pulumi_azure_native/recoveryservices/v20241001/get_replicationv_center.py +155 -0
- pulumi_azure_native/recoveryservices/v20241001/get_resource_guard_proxy.py +172 -0
- pulumi_azure_native/recoveryservices/v20241001/get_vault.py +213 -0
- pulumi_azure_native/recoveryservices/v20241001/outputs.py +36732 -0
- pulumi_azure_native/recoveryservices/v20241001/private_endpoint_connection.py +298 -0
- pulumi_azure_native/recoveryservices/v20241001/protected_item.py +340 -0
- pulumi_azure_native/recoveryservices/v20241001/protection_container.py +319 -0
- pulumi_azure_native/recoveryservices/v20241001/protection_intent.py +319 -0
- pulumi_azure_native/recoveryservices/v20241001/protection_policy.py +298 -0
- pulumi_azure_native/recoveryservices/v20241001/replication_fabric.py +220 -0
- pulumi_azure_native/recoveryservices/v20241001/replication_migration_item.py +264 -0
- pulumi_azure_native/recoveryservices/v20241001/replication_network_mapping.py +263 -0
- pulumi_azure_native/recoveryservices/v20241001/replication_policy.py +221 -0
- pulumi_azure_native/recoveryservices/v20241001/replication_protected_item.py +263 -0
- pulumi_azure_native/recoveryservices/v20241001/replication_protection_cluster.py +253 -0
- pulumi_azure_native/recoveryservices/v20241001/replication_protection_container_mapping.py +263 -0
- pulumi_azure_native/recoveryservices/v20241001/replication_recovery_plan.py +222 -0
- pulumi_azure_native/recoveryservices/v20241001/replication_recovery_services_provider.py +242 -0
- pulumi_azure_native/recoveryservices/v20241001/replication_storage_classification_mapping.py +262 -0
- pulumi_azure_native/recoveryservices/v20241001/replicationv_center.py +241 -0
- pulumi_azure_native/recoveryservices/v20241001/resource_guard_proxy.py +290 -0
- pulumi_azure_native/recoveryservices/v20241001/vault.py +326 -0
- pulumi_azure_native/recoveryservices/vault.py +3 -3
- 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/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20240601preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240901preview/__init__.py +24 -0
- pulumi_azure_native/servicefabric/v20240901preview/_enums.py +511 -0
- pulumi_azure_native/servicefabric/v20240901preview/_inputs.py +5399 -0
- pulumi_azure_native/servicefabric/v20240901preview/get_managed_cluster.py +759 -0
- pulumi_azure_native/servicefabric/v20240901preview/get_managed_cluster_application.py +248 -0
- pulumi_azure_native/servicefabric/v20240901preview/get_managed_cluster_application_type.py +177 -0
- pulumi_azure_native/servicefabric/v20240901preview/get_managed_cluster_application_type_version.py +197 -0
- pulumi_azure_native/servicefabric/v20240901preview/get_managed_cluster_service.py +183 -0
- pulumi_azure_native/servicefabric/v20240901preview/get_node_type.py +863 -0
- pulumi_azure_native/servicefabric/v20240901preview/getmanaged_az_resiliency_status.py +101 -0
- pulumi_azure_native/servicefabric/v20240901preview/getmanaged_maintenance_window_status.py +170 -0
- pulumi_azure_native/servicefabric/v20240901preview/managed_cluster.py +1339 -0
- pulumi_azure_native/servicefabric/v20240901preview/managed_cluster_application.py +409 -0
- pulumi_azure_native/servicefabric/v20240901preview/managed_cluster_application_type.py +258 -0
- pulumi_azure_native/servicefabric/v20240901preview/managed_cluster_application_type_version.py +309 -0
- pulumi_azure_native/servicefabric/v20240901preview/managed_cluster_service.py +300 -0
- pulumi_azure_native/servicefabric/v20240901preview/node_type.py +1695 -0
- pulumi_azure_native/servicefabric/v20240901preview/outputs.py +4591 -0
- {pulumi_azure_native-2.71.0a1730993707.dist-info → pulumi_azure_native-2.72.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.71.0a1730993707.dist-info → pulumi_azure_native-2.72.0.dist-info}/RECORD +1179 -975
- {pulumi_azure_native-2.71.0a1730993707.dist-info → pulumi_azure_native-2.72.0.dist-info}/WHEEL +1 -1
- pulumi_azure_native/mobilepacketcore/__init__.py +0 -37
- pulumi_azure_native/mobilepacketcore/_enums.py +0 -139
- pulumi_azure_native/mobilepacketcore/_inputs.py +0 -217
- pulumi_azure_native/mobilepacketcore/amf_deployment.py +0 -347
- pulumi_azure_native/mobilepacketcore/cluster_service.py +0 -371
- pulumi_azure_native/mobilepacketcore/get_amf_deployment.py +0 -243
- pulumi_azure_native/mobilepacketcore/get_cluster_service.py +0 -243
- pulumi_azure_native/mobilepacketcore/get_network_function.py +0 -285
- pulumi_azure_native/mobilepacketcore/get_nrf_deployment.py +0 -243
- pulumi_azure_native/mobilepacketcore/get_nssf_deployment.py +0 -243
- pulumi_azure_native/mobilepacketcore/get_observability_service.py +0 -229
- pulumi_azure_native/mobilepacketcore/get_smf_deployment.py +0 -243
- pulumi_azure_native/mobilepacketcore/get_upf_deployment.py +0 -243
- pulumi_azure_native/mobilepacketcore/network_function.py +0 -437
- pulumi_azure_native/mobilepacketcore/nrf_deployment.py +0 -347
- pulumi_azure_native/mobilepacketcore/nssf_deployment.py +0 -347
- pulumi_azure_native/mobilepacketcore/upf_deployment.py +0 -348
- pulumi_azure_native/mobilepacketcore/v20230515preview/_enums.py +0 -109
- pulumi_azure_native/mobilepacketcore/v20230515preview/get_network_function.py +0 -283
- pulumi_azure_native/mobilepacketcore/v20230515preview/network_function.py +0 -435
- pulumi_azure_native/mobilepacketcore/v20230515preview/outputs.py +0 -131
- pulumi_azure_native/mobilepacketcore/v20231015preview/__init__.py +0 -24
- pulumi_azure_native/mobilepacketcore/v20231015preview/_enums.py +0 -38
- pulumi_azure_native/mobilepacketcore/v20231015preview/_inputs.py +0 -217
- pulumi_azure_native/mobilepacketcore/v20231015preview/amf_deployment.py +0 -345
- pulumi_azure_native/mobilepacketcore/v20231015preview/cluster_service.py +0 -369
- pulumi_azure_native/mobilepacketcore/v20231015preview/get_amf_deployment.py +0 -241
- pulumi_azure_native/mobilepacketcore/v20231015preview/get_cluster_service.py +0 -241
- pulumi_azure_native/mobilepacketcore/v20231015preview/get_nrf_deployment.py +0 -241
- pulumi_azure_native/mobilepacketcore/v20231015preview/get_nssf_deployment.py +0 -241
- pulumi_azure_native/mobilepacketcore/v20231015preview/get_smf_deployment.py +0 -241
- pulumi_azure_native/mobilepacketcore/v20231015preview/get_upf_deployment.py +0 -241
- pulumi_azure_native/mobilepacketcore/v20231015preview/nssf_deployment.py +0 -345
- pulumi_azure_native/mobilepacketcore/v20231015preview/upf_deployment.py +0 -346
- {pulumi_azure_native-2.71.0a1730993707.dist-info → pulumi_azure_native-2.72.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,1183 @@
|
|
|
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 ._enums import *
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'ClientIncidentDetailsArgs',
|
|
20
|
+
'ClientIncidentDetailsArgsDict',
|
|
21
|
+
'ConnectivityArgs',
|
|
22
|
+
'ConnectivityArgsDict',
|
|
23
|
+
'ConnectorPropertiesArgs',
|
|
24
|
+
'ConnectorPropertiesArgsDict',
|
|
25
|
+
'ContentArgs',
|
|
26
|
+
'ContentArgsDict',
|
|
27
|
+
'ErrorDetailPropertiesArgs',
|
|
28
|
+
'ErrorDetailPropertiesArgsDict',
|
|
29
|
+
'ExpectedValueRangeArgs',
|
|
30
|
+
'ExpectedValueRangeArgsDict',
|
|
31
|
+
'ImpactDetailsArgs',
|
|
32
|
+
'ImpactDetailsArgsDict',
|
|
33
|
+
'InsightPropertiesArgs',
|
|
34
|
+
'InsightPropertiesArgsDict',
|
|
35
|
+
'PerformanceArgs',
|
|
36
|
+
'PerformanceArgsDict',
|
|
37
|
+
'SourceOrTargetArgs',
|
|
38
|
+
'SourceOrTargetArgsDict',
|
|
39
|
+
'WorkloadImpactPropertiesArgs',
|
|
40
|
+
'WorkloadImpactPropertiesArgsDict',
|
|
41
|
+
'WorkloadArgs',
|
|
42
|
+
'WorkloadArgsDict',
|
|
43
|
+
]
|
|
44
|
+
|
|
45
|
+
MYPY = False
|
|
46
|
+
|
|
47
|
+
if not MYPY:
|
|
48
|
+
class ClientIncidentDetailsArgsDict(TypedDict):
|
|
49
|
+
"""
|
|
50
|
+
Client incident details ex: incidentId , incident source
|
|
51
|
+
"""
|
|
52
|
+
client_incident_id: NotRequired[pulumi.Input[str]]
|
|
53
|
+
"""
|
|
54
|
+
Client incident id. ex : id of the incident created to investigate and address the impact if any.
|
|
55
|
+
"""
|
|
56
|
+
client_incident_source: NotRequired[pulumi.Input[Union[str, 'IncidentSource']]]
|
|
57
|
+
"""
|
|
58
|
+
Client incident source. ex : source system name where the incident is created
|
|
59
|
+
"""
|
|
60
|
+
elif False:
|
|
61
|
+
ClientIncidentDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
|
62
|
+
|
|
63
|
+
@pulumi.input_type
|
|
64
|
+
class ClientIncidentDetailsArgs:
|
|
65
|
+
def __init__(__self__, *,
|
|
66
|
+
client_incident_id: Optional[pulumi.Input[str]] = None,
|
|
67
|
+
client_incident_source: Optional[pulumi.Input[Union[str, 'IncidentSource']]] = None):
|
|
68
|
+
"""
|
|
69
|
+
Client incident details ex: incidentId , incident source
|
|
70
|
+
:param pulumi.Input[str] client_incident_id: Client incident id. ex : id of the incident created to investigate and address the impact if any.
|
|
71
|
+
:param pulumi.Input[Union[str, 'IncidentSource']] client_incident_source: Client incident source. ex : source system name where the incident is created
|
|
72
|
+
"""
|
|
73
|
+
if client_incident_id is not None:
|
|
74
|
+
pulumi.set(__self__, "client_incident_id", client_incident_id)
|
|
75
|
+
if client_incident_source is not None:
|
|
76
|
+
pulumi.set(__self__, "client_incident_source", client_incident_source)
|
|
77
|
+
|
|
78
|
+
@property
|
|
79
|
+
@pulumi.getter(name="clientIncidentId")
|
|
80
|
+
def client_incident_id(self) -> Optional[pulumi.Input[str]]:
|
|
81
|
+
"""
|
|
82
|
+
Client incident id. ex : id of the incident created to investigate and address the impact if any.
|
|
83
|
+
"""
|
|
84
|
+
return pulumi.get(self, "client_incident_id")
|
|
85
|
+
|
|
86
|
+
@client_incident_id.setter
|
|
87
|
+
def client_incident_id(self, value: Optional[pulumi.Input[str]]):
|
|
88
|
+
pulumi.set(self, "client_incident_id", value)
|
|
89
|
+
|
|
90
|
+
@property
|
|
91
|
+
@pulumi.getter(name="clientIncidentSource")
|
|
92
|
+
def client_incident_source(self) -> Optional[pulumi.Input[Union[str, 'IncidentSource']]]:
|
|
93
|
+
"""
|
|
94
|
+
Client incident source. ex : source system name where the incident is created
|
|
95
|
+
"""
|
|
96
|
+
return pulumi.get(self, "client_incident_source")
|
|
97
|
+
|
|
98
|
+
@client_incident_source.setter
|
|
99
|
+
def client_incident_source(self, value: Optional[pulumi.Input[Union[str, 'IncidentSource']]]):
|
|
100
|
+
pulumi.set(self, "client_incident_source", value)
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
if not MYPY:
|
|
104
|
+
class ConnectivityArgsDict(TypedDict):
|
|
105
|
+
"""
|
|
106
|
+
Details about connectivity issue. Applicable when root resource causing the issue is not identified. For example, when a VM is impacted due to a network issue, the impacted resource could be VM or the network. In such cases, the connectivity field will have the details about both VM and network.
|
|
107
|
+
"""
|
|
108
|
+
port: NotRequired[pulumi.Input[int]]
|
|
109
|
+
"""
|
|
110
|
+
Port number for the connection
|
|
111
|
+
"""
|
|
112
|
+
protocol: NotRequired[pulumi.Input[Union[str, 'Protocol']]]
|
|
113
|
+
"""
|
|
114
|
+
Protocol used for the connection
|
|
115
|
+
"""
|
|
116
|
+
source: NotRequired[pulumi.Input['SourceOrTargetArgsDict']]
|
|
117
|
+
"""
|
|
118
|
+
Source from which the connection was attempted
|
|
119
|
+
"""
|
|
120
|
+
target: NotRequired[pulumi.Input['SourceOrTargetArgsDict']]
|
|
121
|
+
"""
|
|
122
|
+
target which connection was attempted
|
|
123
|
+
"""
|
|
124
|
+
elif False:
|
|
125
|
+
ConnectivityArgsDict: TypeAlias = Mapping[str, Any]
|
|
126
|
+
|
|
127
|
+
@pulumi.input_type
|
|
128
|
+
class ConnectivityArgs:
|
|
129
|
+
def __init__(__self__, *,
|
|
130
|
+
port: Optional[pulumi.Input[int]] = None,
|
|
131
|
+
protocol: Optional[pulumi.Input[Union[str, 'Protocol']]] = None,
|
|
132
|
+
source: Optional[pulumi.Input['SourceOrTargetArgs']] = None,
|
|
133
|
+
target: Optional[pulumi.Input['SourceOrTargetArgs']] = None):
|
|
134
|
+
"""
|
|
135
|
+
Details about connectivity issue. Applicable when root resource causing the issue is not identified. For example, when a VM is impacted due to a network issue, the impacted resource could be VM or the network. In such cases, the connectivity field will have the details about both VM and network.
|
|
136
|
+
:param pulumi.Input[int] port: Port number for the connection
|
|
137
|
+
:param pulumi.Input[Union[str, 'Protocol']] protocol: Protocol used for the connection
|
|
138
|
+
:param pulumi.Input['SourceOrTargetArgs'] source: Source from which the connection was attempted
|
|
139
|
+
:param pulumi.Input['SourceOrTargetArgs'] target: target which connection was attempted
|
|
140
|
+
"""
|
|
141
|
+
if port is not None:
|
|
142
|
+
pulumi.set(__self__, "port", port)
|
|
143
|
+
if protocol is not None:
|
|
144
|
+
pulumi.set(__self__, "protocol", protocol)
|
|
145
|
+
if source is not None:
|
|
146
|
+
pulumi.set(__self__, "source", source)
|
|
147
|
+
if target is not None:
|
|
148
|
+
pulumi.set(__self__, "target", target)
|
|
149
|
+
|
|
150
|
+
@property
|
|
151
|
+
@pulumi.getter
|
|
152
|
+
def port(self) -> Optional[pulumi.Input[int]]:
|
|
153
|
+
"""
|
|
154
|
+
Port number for the connection
|
|
155
|
+
"""
|
|
156
|
+
return pulumi.get(self, "port")
|
|
157
|
+
|
|
158
|
+
@port.setter
|
|
159
|
+
def port(self, value: Optional[pulumi.Input[int]]):
|
|
160
|
+
pulumi.set(self, "port", value)
|
|
161
|
+
|
|
162
|
+
@property
|
|
163
|
+
@pulumi.getter
|
|
164
|
+
def protocol(self) -> Optional[pulumi.Input[Union[str, 'Protocol']]]:
|
|
165
|
+
"""
|
|
166
|
+
Protocol used for the connection
|
|
167
|
+
"""
|
|
168
|
+
return pulumi.get(self, "protocol")
|
|
169
|
+
|
|
170
|
+
@protocol.setter
|
|
171
|
+
def protocol(self, value: Optional[pulumi.Input[Union[str, 'Protocol']]]):
|
|
172
|
+
pulumi.set(self, "protocol", value)
|
|
173
|
+
|
|
174
|
+
@property
|
|
175
|
+
@pulumi.getter
|
|
176
|
+
def source(self) -> Optional[pulumi.Input['SourceOrTargetArgs']]:
|
|
177
|
+
"""
|
|
178
|
+
Source from which the connection was attempted
|
|
179
|
+
"""
|
|
180
|
+
return pulumi.get(self, "source")
|
|
181
|
+
|
|
182
|
+
@source.setter
|
|
183
|
+
def source(self, value: Optional[pulumi.Input['SourceOrTargetArgs']]):
|
|
184
|
+
pulumi.set(self, "source", value)
|
|
185
|
+
|
|
186
|
+
@property
|
|
187
|
+
@pulumi.getter
|
|
188
|
+
def target(self) -> Optional[pulumi.Input['SourceOrTargetArgs']]:
|
|
189
|
+
"""
|
|
190
|
+
target which connection was attempted
|
|
191
|
+
"""
|
|
192
|
+
return pulumi.get(self, "target")
|
|
193
|
+
|
|
194
|
+
@target.setter
|
|
195
|
+
def target(self, value: Optional[pulumi.Input['SourceOrTargetArgs']]):
|
|
196
|
+
pulumi.set(self, "target", value)
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
if not MYPY:
|
|
200
|
+
class ConnectorPropertiesArgsDict(TypedDict):
|
|
201
|
+
"""
|
|
202
|
+
Details of the Connector.
|
|
203
|
+
"""
|
|
204
|
+
connector_type: pulumi.Input[Union[str, 'Platform']]
|
|
205
|
+
"""
|
|
206
|
+
connector type
|
|
207
|
+
"""
|
|
208
|
+
elif False:
|
|
209
|
+
ConnectorPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
210
|
+
|
|
211
|
+
@pulumi.input_type
|
|
212
|
+
class ConnectorPropertiesArgs:
|
|
213
|
+
def __init__(__self__, *,
|
|
214
|
+
connector_type: pulumi.Input[Union[str, 'Platform']]):
|
|
215
|
+
"""
|
|
216
|
+
Details of the Connector.
|
|
217
|
+
:param pulumi.Input[Union[str, 'Platform']] connector_type: connector type
|
|
218
|
+
"""
|
|
219
|
+
pulumi.set(__self__, "connector_type", connector_type)
|
|
220
|
+
|
|
221
|
+
@property
|
|
222
|
+
@pulumi.getter(name="connectorType")
|
|
223
|
+
def connector_type(self) -> pulumi.Input[Union[str, 'Platform']]:
|
|
224
|
+
"""
|
|
225
|
+
connector type
|
|
226
|
+
"""
|
|
227
|
+
return pulumi.get(self, "connector_type")
|
|
228
|
+
|
|
229
|
+
@connector_type.setter
|
|
230
|
+
def connector_type(self, value: pulumi.Input[Union[str, 'Platform']]):
|
|
231
|
+
pulumi.set(self, "connector_type", value)
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
if not MYPY:
|
|
235
|
+
class ContentArgsDict(TypedDict):
|
|
236
|
+
"""
|
|
237
|
+
Article details of the insight like title, description etc
|
|
238
|
+
"""
|
|
239
|
+
description: pulumi.Input[str]
|
|
240
|
+
"""
|
|
241
|
+
Description of the insight
|
|
242
|
+
"""
|
|
243
|
+
title: pulumi.Input[str]
|
|
244
|
+
"""
|
|
245
|
+
Title of the insight
|
|
246
|
+
"""
|
|
247
|
+
elif False:
|
|
248
|
+
ContentArgsDict: TypeAlias = Mapping[str, Any]
|
|
249
|
+
|
|
250
|
+
@pulumi.input_type
|
|
251
|
+
class ContentArgs:
|
|
252
|
+
def __init__(__self__, *,
|
|
253
|
+
description: pulumi.Input[str],
|
|
254
|
+
title: pulumi.Input[str]):
|
|
255
|
+
"""
|
|
256
|
+
Article details of the insight like title, description etc
|
|
257
|
+
:param pulumi.Input[str] description: Description of the insight
|
|
258
|
+
:param pulumi.Input[str] title: Title of the insight
|
|
259
|
+
"""
|
|
260
|
+
pulumi.set(__self__, "description", description)
|
|
261
|
+
pulumi.set(__self__, "title", title)
|
|
262
|
+
|
|
263
|
+
@property
|
|
264
|
+
@pulumi.getter
|
|
265
|
+
def description(self) -> pulumi.Input[str]:
|
|
266
|
+
"""
|
|
267
|
+
Description of the insight
|
|
268
|
+
"""
|
|
269
|
+
return pulumi.get(self, "description")
|
|
270
|
+
|
|
271
|
+
@description.setter
|
|
272
|
+
def description(self, value: pulumi.Input[str]):
|
|
273
|
+
pulumi.set(self, "description", value)
|
|
274
|
+
|
|
275
|
+
@property
|
|
276
|
+
@pulumi.getter
|
|
277
|
+
def title(self) -> pulumi.Input[str]:
|
|
278
|
+
"""
|
|
279
|
+
Title of the insight
|
|
280
|
+
"""
|
|
281
|
+
return pulumi.get(self, "title")
|
|
282
|
+
|
|
283
|
+
@title.setter
|
|
284
|
+
def title(self, value: pulumi.Input[str]):
|
|
285
|
+
pulumi.set(self, "title", value)
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
if not MYPY:
|
|
289
|
+
class ErrorDetailPropertiesArgsDict(TypedDict):
|
|
290
|
+
"""
|
|
291
|
+
ARM error code and error message associated with the impact
|
|
292
|
+
"""
|
|
293
|
+
error_code: NotRequired[pulumi.Input[str]]
|
|
294
|
+
"""
|
|
295
|
+
ARM Error code associated with the impact.
|
|
296
|
+
"""
|
|
297
|
+
error_message: NotRequired[pulumi.Input[str]]
|
|
298
|
+
"""
|
|
299
|
+
ARM Error Message associated with the impact
|
|
300
|
+
"""
|
|
301
|
+
elif False:
|
|
302
|
+
ErrorDetailPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
303
|
+
|
|
304
|
+
@pulumi.input_type
|
|
305
|
+
class ErrorDetailPropertiesArgs:
|
|
306
|
+
def __init__(__self__, *,
|
|
307
|
+
error_code: Optional[pulumi.Input[str]] = None,
|
|
308
|
+
error_message: Optional[pulumi.Input[str]] = None):
|
|
309
|
+
"""
|
|
310
|
+
ARM error code and error message associated with the impact
|
|
311
|
+
:param pulumi.Input[str] error_code: ARM Error code associated with the impact.
|
|
312
|
+
:param pulumi.Input[str] error_message: ARM Error Message associated with the impact
|
|
313
|
+
"""
|
|
314
|
+
if error_code is not None:
|
|
315
|
+
pulumi.set(__self__, "error_code", error_code)
|
|
316
|
+
if error_message is not None:
|
|
317
|
+
pulumi.set(__self__, "error_message", error_message)
|
|
318
|
+
|
|
319
|
+
@property
|
|
320
|
+
@pulumi.getter(name="errorCode")
|
|
321
|
+
def error_code(self) -> Optional[pulumi.Input[str]]:
|
|
322
|
+
"""
|
|
323
|
+
ARM Error code associated with the impact.
|
|
324
|
+
"""
|
|
325
|
+
return pulumi.get(self, "error_code")
|
|
326
|
+
|
|
327
|
+
@error_code.setter
|
|
328
|
+
def error_code(self, value: Optional[pulumi.Input[str]]):
|
|
329
|
+
pulumi.set(self, "error_code", value)
|
|
330
|
+
|
|
331
|
+
@property
|
|
332
|
+
@pulumi.getter(name="errorMessage")
|
|
333
|
+
def error_message(self) -> Optional[pulumi.Input[str]]:
|
|
334
|
+
"""
|
|
335
|
+
ARM Error Message associated with the impact
|
|
336
|
+
"""
|
|
337
|
+
return pulumi.get(self, "error_message")
|
|
338
|
+
|
|
339
|
+
@error_message.setter
|
|
340
|
+
def error_message(self, value: Optional[pulumi.Input[str]]):
|
|
341
|
+
pulumi.set(self, "error_message", value)
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
if not MYPY:
|
|
345
|
+
class ExpectedValueRangeArgsDict(TypedDict):
|
|
346
|
+
"""
|
|
347
|
+
Max and Min Threshold values for the metric
|
|
348
|
+
"""
|
|
349
|
+
max: pulumi.Input[float]
|
|
350
|
+
"""
|
|
351
|
+
Max threshold value for the metric
|
|
352
|
+
"""
|
|
353
|
+
min: pulumi.Input[float]
|
|
354
|
+
"""
|
|
355
|
+
Min threshold value for the metric
|
|
356
|
+
"""
|
|
357
|
+
elif False:
|
|
358
|
+
ExpectedValueRangeArgsDict: TypeAlias = Mapping[str, Any]
|
|
359
|
+
|
|
360
|
+
@pulumi.input_type
|
|
361
|
+
class ExpectedValueRangeArgs:
|
|
362
|
+
def __init__(__self__, *,
|
|
363
|
+
max: pulumi.Input[float],
|
|
364
|
+
min: pulumi.Input[float]):
|
|
365
|
+
"""
|
|
366
|
+
Max and Min Threshold values for the metric
|
|
367
|
+
:param pulumi.Input[float] max: Max threshold value for the metric
|
|
368
|
+
:param pulumi.Input[float] min: Min threshold value for the metric
|
|
369
|
+
"""
|
|
370
|
+
pulumi.set(__self__, "max", max)
|
|
371
|
+
pulumi.set(__self__, "min", min)
|
|
372
|
+
|
|
373
|
+
@property
|
|
374
|
+
@pulumi.getter
|
|
375
|
+
def max(self) -> pulumi.Input[float]:
|
|
376
|
+
"""
|
|
377
|
+
Max threshold value for the metric
|
|
378
|
+
"""
|
|
379
|
+
return pulumi.get(self, "max")
|
|
380
|
+
|
|
381
|
+
@max.setter
|
|
382
|
+
def max(self, value: pulumi.Input[float]):
|
|
383
|
+
pulumi.set(self, "max", value)
|
|
384
|
+
|
|
385
|
+
@property
|
|
386
|
+
@pulumi.getter
|
|
387
|
+
def min(self) -> pulumi.Input[float]:
|
|
388
|
+
"""
|
|
389
|
+
Min threshold value for the metric
|
|
390
|
+
"""
|
|
391
|
+
return pulumi.get(self, "min")
|
|
392
|
+
|
|
393
|
+
@min.setter
|
|
394
|
+
def min(self, value: pulumi.Input[float]):
|
|
395
|
+
pulumi.set(self, "min", value)
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
if not MYPY:
|
|
399
|
+
class ImpactDetailsArgsDict(TypedDict):
|
|
400
|
+
"""
|
|
401
|
+
details of of the impact for which insight has been generated.
|
|
402
|
+
"""
|
|
403
|
+
impact_id: pulumi.Input[str]
|
|
404
|
+
"""
|
|
405
|
+
Azure Id of the impact.
|
|
406
|
+
"""
|
|
407
|
+
impacted_resource_id: pulumi.Input[str]
|
|
408
|
+
"""
|
|
409
|
+
List of impacted Azure resources.
|
|
410
|
+
"""
|
|
411
|
+
start_time: pulumi.Input[str]
|
|
412
|
+
"""
|
|
413
|
+
Time at which impact was started according to reported impact.
|
|
414
|
+
"""
|
|
415
|
+
end_time: NotRequired[pulumi.Input[str]]
|
|
416
|
+
"""
|
|
417
|
+
Time at which impact was ended according to reported impact.
|
|
418
|
+
"""
|
|
419
|
+
elif False:
|
|
420
|
+
ImpactDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
|
421
|
+
|
|
422
|
+
@pulumi.input_type
|
|
423
|
+
class ImpactDetailsArgs:
|
|
424
|
+
def __init__(__self__, *,
|
|
425
|
+
impact_id: pulumi.Input[str],
|
|
426
|
+
impacted_resource_id: pulumi.Input[str],
|
|
427
|
+
start_time: pulumi.Input[str],
|
|
428
|
+
end_time: Optional[pulumi.Input[str]] = None):
|
|
429
|
+
"""
|
|
430
|
+
details of of the impact for which insight has been generated.
|
|
431
|
+
:param pulumi.Input[str] impact_id: Azure Id of the impact.
|
|
432
|
+
:param pulumi.Input[str] impacted_resource_id: List of impacted Azure resources.
|
|
433
|
+
:param pulumi.Input[str] start_time: Time at which impact was started according to reported impact.
|
|
434
|
+
:param pulumi.Input[str] end_time: Time at which impact was ended according to reported impact.
|
|
435
|
+
"""
|
|
436
|
+
pulumi.set(__self__, "impact_id", impact_id)
|
|
437
|
+
pulumi.set(__self__, "impacted_resource_id", impacted_resource_id)
|
|
438
|
+
pulumi.set(__self__, "start_time", start_time)
|
|
439
|
+
if end_time is not None:
|
|
440
|
+
pulumi.set(__self__, "end_time", end_time)
|
|
441
|
+
|
|
442
|
+
@property
|
|
443
|
+
@pulumi.getter(name="impactId")
|
|
444
|
+
def impact_id(self) -> pulumi.Input[str]:
|
|
445
|
+
"""
|
|
446
|
+
Azure Id of the impact.
|
|
447
|
+
"""
|
|
448
|
+
return pulumi.get(self, "impact_id")
|
|
449
|
+
|
|
450
|
+
@impact_id.setter
|
|
451
|
+
def impact_id(self, value: pulumi.Input[str]):
|
|
452
|
+
pulumi.set(self, "impact_id", value)
|
|
453
|
+
|
|
454
|
+
@property
|
|
455
|
+
@pulumi.getter(name="impactedResourceId")
|
|
456
|
+
def impacted_resource_id(self) -> pulumi.Input[str]:
|
|
457
|
+
"""
|
|
458
|
+
List of impacted Azure resources.
|
|
459
|
+
"""
|
|
460
|
+
return pulumi.get(self, "impacted_resource_id")
|
|
461
|
+
|
|
462
|
+
@impacted_resource_id.setter
|
|
463
|
+
def impacted_resource_id(self, value: pulumi.Input[str]):
|
|
464
|
+
pulumi.set(self, "impacted_resource_id", value)
|
|
465
|
+
|
|
466
|
+
@property
|
|
467
|
+
@pulumi.getter(name="startTime")
|
|
468
|
+
def start_time(self) -> pulumi.Input[str]:
|
|
469
|
+
"""
|
|
470
|
+
Time at which impact was started according to reported impact.
|
|
471
|
+
"""
|
|
472
|
+
return pulumi.get(self, "start_time")
|
|
473
|
+
|
|
474
|
+
@start_time.setter
|
|
475
|
+
def start_time(self, value: pulumi.Input[str]):
|
|
476
|
+
pulumi.set(self, "start_time", value)
|
|
477
|
+
|
|
478
|
+
@property
|
|
479
|
+
@pulumi.getter(name="endTime")
|
|
480
|
+
def end_time(self) -> Optional[pulumi.Input[str]]:
|
|
481
|
+
"""
|
|
482
|
+
Time at which impact was ended according to reported impact.
|
|
483
|
+
"""
|
|
484
|
+
return pulumi.get(self, "end_time")
|
|
485
|
+
|
|
486
|
+
@end_time.setter
|
|
487
|
+
def end_time(self, value: Optional[pulumi.Input[str]]):
|
|
488
|
+
pulumi.set(self, "end_time", value)
|
|
489
|
+
|
|
490
|
+
|
|
491
|
+
if not MYPY:
|
|
492
|
+
class InsightPropertiesArgsDict(TypedDict):
|
|
493
|
+
"""
|
|
494
|
+
Impact category properties.
|
|
495
|
+
"""
|
|
496
|
+
category: pulumi.Input[str]
|
|
497
|
+
"""
|
|
498
|
+
category of the insight.
|
|
499
|
+
"""
|
|
500
|
+
content: pulumi.Input['ContentArgsDict']
|
|
501
|
+
"""
|
|
502
|
+
Contains title & description for the insight
|
|
503
|
+
"""
|
|
504
|
+
impact: pulumi.Input['ImpactDetailsArgsDict']
|
|
505
|
+
"""
|
|
506
|
+
details of of the impact for which insight has been generated.
|
|
507
|
+
"""
|
|
508
|
+
insight_unique_id: pulumi.Input[str]
|
|
509
|
+
"""
|
|
510
|
+
unique id of the insight.
|
|
511
|
+
"""
|
|
512
|
+
additional_details: NotRequired[Any]
|
|
513
|
+
"""
|
|
514
|
+
additional details of the insight.
|
|
515
|
+
"""
|
|
516
|
+
event_id: NotRequired[pulumi.Input[str]]
|
|
517
|
+
"""
|
|
518
|
+
Identifier of the event that has been correlated with this insight. This can be used to aggregate insights for the same event.
|
|
519
|
+
"""
|
|
520
|
+
event_time: NotRequired[pulumi.Input[str]]
|
|
521
|
+
"""
|
|
522
|
+
Time of the event, which has been correlated the impact.
|
|
523
|
+
"""
|
|
524
|
+
group_id: NotRequired[pulumi.Input[str]]
|
|
525
|
+
"""
|
|
526
|
+
Identifier that can be used to group similar insights.
|
|
527
|
+
"""
|
|
528
|
+
status: NotRequired[pulumi.Input[str]]
|
|
529
|
+
"""
|
|
530
|
+
status of the insight. example resolved, repaired, other.
|
|
531
|
+
"""
|
|
532
|
+
elif False:
|
|
533
|
+
InsightPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
534
|
+
|
|
535
|
+
@pulumi.input_type
|
|
536
|
+
class InsightPropertiesArgs:
|
|
537
|
+
def __init__(__self__, *,
|
|
538
|
+
category: pulumi.Input[str],
|
|
539
|
+
content: pulumi.Input['ContentArgs'],
|
|
540
|
+
impact: pulumi.Input['ImpactDetailsArgs'],
|
|
541
|
+
insight_unique_id: pulumi.Input[str],
|
|
542
|
+
additional_details: Optional[Any] = None,
|
|
543
|
+
event_id: Optional[pulumi.Input[str]] = None,
|
|
544
|
+
event_time: Optional[pulumi.Input[str]] = None,
|
|
545
|
+
group_id: Optional[pulumi.Input[str]] = None,
|
|
546
|
+
status: Optional[pulumi.Input[str]] = None):
|
|
547
|
+
"""
|
|
548
|
+
Impact category properties.
|
|
549
|
+
:param pulumi.Input[str] category: category of the insight.
|
|
550
|
+
:param pulumi.Input['ContentArgs'] content: Contains title & description for the insight
|
|
551
|
+
:param pulumi.Input['ImpactDetailsArgs'] impact: details of of the impact for which insight has been generated.
|
|
552
|
+
:param pulumi.Input[str] insight_unique_id: unique id of the insight.
|
|
553
|
+
:param Any additional_details: additional details of the insight.
|
|
554
|
+
:param pulumi.Input[str] event_id: Identifier of the event that has been correlated with this insight. This can be used to aggregate insights for the same event.
|
|
555
|
+
:param pulumi.Input[str] event_time: Time of the event, which has been correlated the impact.
|
|
556
|
+
:param pulumi.Input[str] group_id: Identifier that can be used to group similar insights.
|
|
557
|
+
:param pulumi.Input[str] status: status of the insight. example resolved, repaired, other.
|
|
558
|
+
"""
|
|
559
|
+
pulumi.set(__self__, "category", category)
|
|
560
|
+
pulumi.set(__self__, "content", content)
|
|
561
|
+
pulumi.set(__self__, "impact", impact)
|
|
562
|
+
pulumi.set(__self__, "insight_unique_id", insight_unique_id)
|
|
563
|
+
if additional_details is not None:
|
|
564
|
+
pulumi.set(__self__, "additional_details", additional_details)
|
|
565
|
+
if event_id is not None:
|
|
566
|
+
pulumi.set(__self__, "event_id", event_id)
|
|
567
|
+
if event_time is not None:
|
|
568
|
+
pulumi.set(__self__, "event_time", event_time)
|
|
569
|
+
if group_id is not None:
|
|
570
|
+
pulumi.set(__self__, "group_id", group_id)
|
|
571
|
+
if status is not None:
|
|
572
|
+
pulumi.set(__self__, "status", status)
|
|
573
|
+
|
|
574
|
+
@property
|
|
575
|
+
@pulumi.getter
|
|
576
|
+
def category(self) -> pulumi.Input[str]:
|
|
577
|
+
"""
|
|
578
|
+
category of the insight.
|
|
579
|
+
"""
|
|
580
|
+
return pulumi.get(self, "category")
|
|
581
|
+
|
|
582
|
+
@category.setter
|
|
583
|
+
def category(self, value: pulumi.Input[str]):
|
|
584
|
+
pulumi.set(self, "category", value)
|
|
585
|
+
|
|
586
|
+
@property
|
|
587
|
+
@pulumi.getter
|
|
588
|
+
def content(self) -> pulumi.Input['ContentArgs']:
|
|
589
|
+
"""
|
|
590
|
+
Contains title & description for the insight
|
|
591
|
+
"""
|
|
592
|
+
return pulumi.get(self, "content")
|
|
593
|
+
|
|
594
|
+
@content.setter
|
|
595
|
+
def content(self, value: pulumi.Input['ContentArgs']):
|
|
596
|
+
pulumi.set(self, "content", value)
|
|
597
|
+
|
|
598
|
+
@property
|
|
599
|
+
@pulumi.getter
|
|
600
|
+
def impact(self) -> pulumi.Input['ImpactDetailsArgs']:
|
|
601
|
+
"""
|
|
602
|
+
details of of the impact for which insight has been generated.
|
|
603
|
+
"""
|
|
604
|
+
return pulumi.get(self, "impact")
|
|
605
|
+
|
|
606
|
+
@impact.setter
|
|
607
|
+
def impact(self, value: pulumi.Input['ImpactDetailsArgs']):
|
|
608
|
+
pulumi.set(self, "impact", value)
|
|
609
|
+
|
|
610
|
+
@property
|
|
611
|
+
@pulumi.getter(name="insightUniqueId")
|
|
612
|
+
def insight_unique_id(self) -> pulumi.Input[str]:
|
|
613
|
+
"""
|
|
614
|
+
unique id of the insight.
|
|
615
|
+
"""
|
|
616
|
+
return pulumi.get(self, "insight_unique_id")
|
|
617
|
+
|
|
618
|
+
@insight_unique_id.setter
|
|
619
|
+
def insight_unique_id(self, value: pulumi.Input[str]):
|
|
620
|
+
pulumi.set(self, "insight_unique_id", value)
|
|
621
|
+
|
|
622
|
+
@property
|
|
623
|
+
@pulumi.getter(name="additionalDetails")
|
|
624
|
+
def additional_details(self) -> Optional[Any]:
|
|
625
|
+
"""
|
|
626
|
+
additional details of the insight.
|
|
627
|
+
"""
|
|
628
|
+
return pulumi.get(self, "additional_details")
|
|
629
|
+
|
|
630
|
+
@additional_details.setter
|
|
631
|
+
def additional_details(self, value: Optional[Any]):
|
|
632
|
+
pulumi.set(self, "additional_details", value)
|
|
633
|
+
|
|
634
|
+
@property
|
|
635
|
+
@pulumi.getter(name="eventId")
|
|
636
|
+
def event_id(self) -> Optional[pulumi.Input[str]]:
|
|
637
|
+
"""
|
|
638
|
+
Identifier of the event that has been correlated with this insight. This can be used to aggregate insights for the same event.
|
|
639
|
+
"""
|
|
640
|
+
return pulumi.get(self, "event_id")
|
|
641
|
+
|
|
642
|
+
@event_id.setter
|
|
643
|
+
def event_id(self, value: Optional[pulumi.Input[str]]):
|
|
644
|
+
pulumi.set(self, "event_id", value)
|
|
645
|
+
|
|
646
|
+
@property
|
|
647
|
+
@pulumi.getter(name="eventTime")
|
|
648
|
+
def event_time(self) -> Optional[pulumi.Input[str]]:
|
|
649
|
+
"""
|
|
650
|
+
Time of the event, which has been correlated the impact.
|
|
651
|
+
"""
|
|
652
|
+
return pulumi.get(self, "event_time")
|
|
653
|
+
|
|
654
|
+
@event_time.setter
|
|
655
|
+
def event_time(self, value: Optional[pulumi.Input[str]]):
|
|
656
|
+
pulumi.set(self, "event_time", value)
|
|
657
|
+
|
|
658
|
+
@property
|
|
659
|
+
@pulumi.getter(name="groupId")
|
|
660
|
+
def group_id(self) -> Optional[pulumi.Input[str]]:
|
|
661
|
+
"""
|
|
662
|
+
Identifier that can be used to group similar insights.
|
|
663
|
+
"""
|
|
664
|
+
return pulumi.get(self, "group_id")
|
|
665
|
+
|
|
666
|
+
@group_id.setter
|
|
667
|
+
def group_id(self, value: Optional[pulumi.Input[str]]):
|
|
668
|
+
pulumi.set(self, "group_id", value)
|
|
669
|
+
|
|
670
|
+
@property
|
|
671
|
+
@pulumi.getter
|
|
672
|
+
def status(self) -> Optional[pulumi.Input[str]]:
|
|
673
|
+
"""
|
|
674
|
+
status of the insight. example resolved, repaired, other.
|
|
675
|
+
"""
|
|
676
|
+
return pulumi.get(self, "status")
|
|
677
|
+
|
|
678
|
+
@status.setter
|
|
679
|
+
def status(self, value: Optional[pulumi.Input[str]]):
|
|
680
|
+
pulumi.set(self, "status", value)
|
|
681
|
+
|
|
682
|
+
|
|
683
|
+
if not MYPY:
|
|
684
|
+
class PerformanceArgsDict(TypedDict):
|
|
685
|
+
"""
|
|
686
|
+
Details about impacted performance metrics. Applicable for performance related impact
|
|
687
|
+
"""
|
|
688
|
+
actual: NotRequired[pulumi.Input[float]]
|
|
689
|
+
"""
|
|
690
|
+
Observed value for the metric
|
|
691
|
+
"""
|
|
692
|
+
expected: NotRequired[pulumi.Input[float]]
|
|
693
|
+
"""
|
|
694
|
+
Threshold value for the metric
|
|
695
|
+
"""
|
|
696
|
+
expected_value_range: NotRequired[pulumi.Input['ExpectedValueRangeArgsDict']]
|
|
697
|
+
"""
|
|
698
|
+
Max and Min Threshold values for the metric
|
|
699
|
+
"""
|
|
700
|
+
metric_name: NotRequired[pulumi.Input[str]]
|
|
701
|
+
"""
|
|
702
|
+
Name of the Metric examples: Disk, IOPs, CPU, GPU, Memory, details can be found from /impactCategories API
|
|
703
|
+
"""
|
|
704
|
+
unit: NotRequired[pulumi.Input[Union[str, 'MetricUnit']]]
|
|
705
|
+
"""
|
|
706
|
+
Unit of the metric ex: Bytes, Percentage, Count, Seconds, Milliseconds, Bytes/Second, Count/Second, etc.., Other
|
|
707
|
+
"""
|
|
708
|
+
elif False:
|
|
709
|
+
PerformanceArgsDict: TypeAlias = Mapping[str, Any]
|
|
710
|
+
|
|
711
|
+
@pulumi.input_type
|
|
712
|
+
class PerformanceArgs:
|
|
713
|
+
def __init__(__self__, *,
|
|
714
|
+
actual: Optional[pulumi.Input[float]] = None,
|
|
715
|
+
expected: Optional[pulumi.Input[float]] = None,
|
|
716
|
+
expected_value_range: Optional[pulumi.Input['ExpectedValueRangeArgs']] = None,
|
|
717
|
+
metric_name: Optional[pulumi.Input[str]] = None,
|
|
718
|
+
unit: Optional[pulumi.Input[Union[str, 'MetricUnit']]] = None):
|
|
719
|
+
"""
|
|
720
|
+
Details about impacted performance metrics. Applicable for performance related impact
|
|
721
|
+
:param pulumi.Input[float] actual: Observed value for the metric
|
|
722
|
+
:param pulumi.Input[float] expected: Threshold value for the metric
|
|
723
|
+
:param pulumi.Input['ExpectedValueRangeArgs'] expected_value_range: Max and Min Threshold values for the metric
|
|
724
|
+
:param pulumi.Input[str] metric_name: Name of the Metric examples: Disk, IOPs, CPU, GPU, Memory, details can be found from /impactCategories API
|
|
725
|
+
:param pulumi.Input[Union[str, 'MetricUnit']] unit: Unit of the metric ex: Bytes, Percentage, Count, Seconds, Milliseconds, Bytes/Second, Count/Second, etc.., Other
|
|
726
|
+
"""
|
|
727
|
+
if actual is not None:
|
|
728
|
+
pulumi.set(__self__, "actual", actual)
|
|
729
|
+
if expected is not None:
|
|
730
|
+
pulumi.set(__self__, "expected", expected)
|
|
731
|
+
if expected_value_range is not None:
|
|
732
|
+
pulumi.set(__self__, "expected_value_range", expected_value_range)
|
|
733
|
+
if metric_name is not None:
|
|
734
|
+
pulumi.set(__self__, "metric_name", metric_name)
|
|
735
|
+
if unit is not None:
|
|
736
|
+
pulumi.set(__self__, "unit", unit)
|
|
737
|
+
|
|
738
|
+
@property
|
|
739
|
+
@pulumi.getter
|
|
740
|
+
def actual(self) -> Optional[pulumi.Input[float]]:
|
|
741
|
+
"""
|
|
742
|
+
Observed value for the metric
|
|
743
|
+
"""
|
|
744
|
+
return pulumi.get(self, "actual")
|
|
745
|
+
|
|
746
|
+
@actual.setter
|
|
747
|
+
def actual(self, value: Optional[pulumi.Input[float]]):
|
|
748
|
+
pulumi.set(self, "actual", value)
|
|
749
|
+
|
|
750
|
+
@property
|
|
751
|
+
@pulumi.getter
|
|
752
|
+
def expected(self) -> Optional[pulumi.Input[float]]:
|
|
753
|
+
"""
|
|
754
|
+
Threshold value for the metric
|
|
755
|
+
"""
|
|
756
|
+
return pulumi.get(self, "expected")
|
|
757
|
+
|
|
758
|
+
@expected.setter
|
|
759
|
+
def expected(self, value: Optional[pulumi.Input[float]]):
|
|
760
|
+
pulumi.set(self, "expected", value)
|
|
761
|
+
|
|
762
|
+
@property
|
|
763
|
+
@pulumi.getter(name="expectedValueRange")
|
|
764
|
+
def expected_value_range(self) -> Optional[pulumi.Input['ExpectedValueRangeArgs']]:
|
|
765
|
+
"""
|
|
766
|
+
Max and Min Threshold values for the metric
|
|
767
|
+
"""
|
|
768
|
+
return pulumi.get(self, "expected_value_range")
|
|
769
|
+
|
|
770
|
+
@expected_value_range.setter
|
|
771
|
+
def expected_value_range(self, value: Optional[pulumi.Input['ExpectedValueRangeArgs']]):
|
|
772
|
+
pulumi.set(self, "expected_value_range", value)
|
|
773
|
+
|
|
774
|
+
@property
|
|
775
|
+
@pulumi.getter(name="metricName")
|
|
776
|
+
def metric_name(self) -> Optional[pulumi.Input[str]]:
|
|
777
|
+
"""
|
|
778
|
+
Name of the Metric examples: Disk, IOPs, CPU, GPU, Memory, details can be found from /impactCategories API
|
|
779
|
+
"""
|
|
780
|
+
return pulumi.get(self, "metric_name")
|
|
781
|
+
|
|
782
|
+
@metric_name.setter
|
|
783
|
+
def metric_name(self, value: Optional[pulumi.Input[str]]):
|
|
784
|
+
pulumi.set(self, "metric_name", value)
|
|
785
|
+
|
|
786
|
+
@property
|
|
787
|
+
@pulumi.getter
|
|
788
|
+
def unit(self) -> Optional[pulumi.Input[Union[str, 'MetricUnit']]]:
|
|
789
|
+
"""
|
|
790
|
+
Unit of the metric ex: Bytes, Percentage, Count, Seconds, Milliseconds, Bytes/Second, Count/Second, etc.., Other
|
|
791
|
+
"""
|
|
792
|
+
return pulumi.get(self, "unit")
|
|
793
|
+
|
|
794
|
+
@unit.setter
|
|
795
|
+
def unit(self, value: Optional[pulumi.Input[Union[str, 'MetricUnit']]]):
|
|
796
|
+
pulumi.set(self, "unit", value)
|
|
797
|
+
|
|
798
|
+
|
|
799
|
+
if not MYPY:
|
|
800
|
+
class SourceOrTargetArgsDict(TypedDict):
|
|
801
|
+
"""
|
|
802
|
+
Resource details
|
|
803
|
+
"""
|
|
804
|
+
azure_resource_id: NotRequired[pulumi.Input[str]]
|
|
805
|
+
"""
|
|
806
|
+
Azure resource id, example /subscription/{subscription}/resourceGroup/{rg}/Microsoft.compute/virtualMachine/{vmName}
|
|
807
|
+
"""
|
|
808
|
+
elif False:
|
|
809
|
+
SourceOrTargetArgsDict: TypeAlias = Mapping[str, Any]
|
|
810
|
+
|
|
811
|
+
@pulumi.input_type
|
|
812
|
+
class SourceOrTargetArgs:
|
|
813
|
+
def __init__(__self__, *,
|
|
814
|
+
azure_resource_id: Optional[pulumi.Input[str]] = None):
|
|
815
|
+
"""
|
|
816
|
+
Resource details
|
|
817
|
+
:param pulumi.Input[str] azure_resource_id: Azure resource id, example /subscription/{subscription}/resourceGroup/{rg}/Microsoft.compute/virtualMachine/{vmName}
|
|
818
|
+
"""
|
|
819
|
+
if azure_resource_id is not None:
|
|
820
|
+
pulumi.set(__self__, "azure_resource_id", azure_resource_id)
|
|
821
|
+
|
|
822
|
+
@property
|
|
823
|
+
@pulumi.getter(name="azureResourceId")
|
|
824
|
+
def azure_resource_id(self) -> Optional[pulumi.Input[str]]:
|
|
825
|
+
"""
|
|
826
|
+
Azure resource id, example /subscription/{subscription}/resourceGroup/{rg}/Microsoft.compute/virtualMachine/{vmName}
|
|
827
|
+
"""
|
|
828
|
+
return pulumi.get(self, "azure_resource_id")
|
|
829
|
+
|
|
830
|
+
@azure_resource_id.setter
|
|
831
|
+
def azure_resource_id(self, value: Optional[pulumi.Input[str]]):
|
|
832
|
+
pulumi.set(self, "azure_resource_id", value)
|
|
833
|
+
|
|
834
|
+
|
|
835
|
+
if not MYPY:
|
|
836
|
+
class WorkloadImpactPropertiesArgsDict(TypedDict):
|
|
837
|
+
"""
|
|
838
|
+
Workload impact properties
|
|
839
|
+
"""
|
|
840
|
+
impact_category: pulumi.Input[str]
|
|
841
|
+
"""
|
|
842
|
+
Category of the impact, details can found from /impactCategories API
|
|
843
|
+
"""
|
|
844
|
+
impacted_resource_id: pulumi.Input[str]
|
|
845
|
+
"""
|
|
846
|
+
Azure resource id of the impacted resource
|
|
847
|
+
"""
|
|
848
|
+
start_date_time: pulumi.Input[str]
|
|
849
|
+
"""
|
|
850
|
+
Time at which impact was observed
|
|
851
|
+
"""
|
|
852
|
+
additional_properties: NotRequired[Any]
|
|
853
|
+
"""
|
|
854
|
+
Additional fields related to impact, applicable fields per resource type are list under /impactCategories API
|
|
855
|
+
"""
|
|
856
|
+
arm_correlation_ids: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
857
|
+
"""
|
|
858
|
+
The ARM correlation ids, this is important field for control plane related impacts
|
|
859
|
+
"""
|
|
860
|
+
client_incident_details: NotRequired[pulumi.Input['ClientIncidentDetailsArgsDict']]
|
|
861
|
+
"""
|
|
862
|
+
Client incident details ex: incidentId , incident source
|
|
863
|
+
"""
|
|
864
|
+
confidence_level: NotRequired[pulumi.Input[Union[str, 'ConfidenceLevel']]]
|
|
865
|
+
"""
|
|
866
|
+
Degree of confidence on the impact being a platform issue
|
|
867
|
+
"""
|
|
868
|
+
connectivity: NotRequired[pulumi.Input['ConnectivityArgsDict']]
|
|
869
|
+
"""
|
|
870
|
+
Details about connectivity issue. Applicable when root resource causing the issue is not identified. For example, when a VM is impacted due to a network issue, the impacted resource is identified as the VM, but the root cause is the network. In such cases, the connectivity field will have the details about the network issue
|
|
871
|
+
"""
|
|
872
|
+
end_date_time: NotRequired[pulumi.Input[str]]
|
|
873
|
+
"""
|
|
874
|
+
Time at which impact has ended
|
|
875
|
+
"""
|
|
876
|
+
error_details: NotRequired[pulumi.Input['ErrorDetailPropertiesArgsDict']]
|
|
877
|
+
"""
|
|
878
|
+
ARM error code and error message associated with the impact
|
|
879
|
+
"""
|
|
880
|
+
impact_description: NotRequired[pulumi.Input[str]]
|
|
881
|
+
"""
|
|
882
|
+
A detailed description of the impact
|
|
883
|
+
"""
|
|
884
|
+
impact_group_id: NotRequired[pulumi.Input[str]]
|
|
885
|
+
"""
|
|
886
|
+
Use this field to group impacts
|
|
887
|
+
"""
|
|
888
|
+
performance: NotRequired[pulumi.Input[Sequence[pulumi.Input['PerformanceArgsDict']]]]
|
|
889
|
+
"""
|
|
890
|
+
Details about performance issue. Applicable for performance impacts.
|
|
891
|
+
"""
|
|
892
|
+
workload: NotRequired[pulumi.Input['WorkloadArgsDict']]
|
|
893
|
+
"""
|
|
894
|
+
Information about the impacted workload
|
|
895
|
+
"""
|
|
896
|
+
elif False:
|
|
897
|
+
WorkloadImpactPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
898
|
+
|
|
899
|
+
@pulumi.input_type
|
|
900
|
+
class WorkloadImpactPropertiesArgs:
|
|
901
|
+
def __init__(__self__, *,
|
|
902
|
+
impact_category: pulumi.Input[str],
|
|
903
|
+
impacted_resource_id: pulumi.Input[str],
|
|
904
|
+
start_date_time: pulumi.Input[str],
|
|
905
|
+
additional_properties: Optional[Any] = None,
|
|
906
|
+
arm_correlation_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
907
|
+
client_incident_details: Optional[pulumi.Input['ClientIncidentDetailsArgs']] = None,
|
|
908
|
+
confidence_level: Optional[pulumi.Input[Union[str, 'ConfidenceLevel']]] = None,
|
|
909
|
+
connectivity: Optional[pulumi.Input['ConnectivityArgs']] = None,
|
|
910
|
+
end_date_time: Optional[pulumi.Input[str]] = None,
|
|
911
|
+
error_details: Optional[pulumi.Input['ErrorDetailPropertiesArgs']] = None,
|
|
912
|
+
impact_description: Optional[pulumi.Input[str]] = None,
|
|
913
|
+
impact_group_id: Optional[pulumi.Input[str]] = None,
|
|
914
|
+
performance: Optional[pulumi.Input[Sequence[pulumi.Input['PerformanceArgs']]]] = None,
|
|
915
|
+
workload: Optional[pulumi.Input['WorkloadArgs']] = None):
|
|
916
|
+
"""
|
|
917
|
+
Workload impact properties
|
|
918
|
+
:param pulumi.Input[str] impact_category: Category of the impact, details can found from /impactCategories API
|
|
919
|
+
:param pulumi.Input[str] impacted_resource_id: Azure resource id of the impacted resource
|
|
920
|
+
:param pulumi.Input[str] start_date_time: Time at which impact was observed
|
|
921
|
+
:param Any additional_properties: Additional fields related to impact, applicable fields per resource type are list under /impactCategories API
|
|
922
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] arm_correlation_ids: The ARM correlation ids, this is important field for control plane related impacts
|
|
923
|
+
:param pulumi.Input['ClientIncidentDetailsArgs'] client_incident_details: Client incident details ex: incidentId , incident source
|
|
924
|
+
:param pulumi.Input[Union[str, 'ConfidenceLevel']] confidence_level: Degree of confidence on the impact being a platform issue
|
|
925
|
+
:param pulumi.Input['ConnectivityArgs'] connectivity: Details about connectivity issue. Applicable when root resource causing the issue is not identified. For example, when a VM is impacted due to a network issue, the impacted resource is identified as the VM, but the root cause is the network. In such cases, the connectivity field will have the details about the network issue
|
|
926
|
+
:param pulumi.Input[str] end_date_time: Time at which impact has ended
|
|
927
|
+
:param pulumi.Input['ErrorDetailPropertiesArgs'] error_details: ARM error code and error message associated with the impact
|
|
928
|
+
:param pulumi.Input[str] impact_description: A detailed description of the impact
|
|
929
|
+
:param pulumi.Input[str] impact_group_id: Use this field to group impacts
|
|
930
|
+
:param pulumi.Input[Sequence[pulumi.Input['PerformanceArgs']]] performance: Details about performance issue. Applicable for performance impacts.
|
|
931
|
+
:param pulumi.Input['WorkloadArgs'] workload: Information about the impacted workload
|
|
932
|
+
"""
|
|
933
|
+
pulumi.set(__self__, "impact_category", impact_category)
|
|
934
|
+
pulumi.set(__self__, "impacted_resource_id", impacted_resource_id)
|
|
935
|
+
pulumi.set(__self__, "start_date_time", start_date_time)
|
|
936
|
+
if additional_properties is not None:
|
|
937
|
+
pulumi.set(__self__, "additional_properties", additional_properties)
|
|
938
|
+
if arm_correlation_ids is not None:
|
|
939
|
+
pulumi.set(__self__, "arm_correlation_ids", arm_correlation_ids)
|
|
940
|
+
if client_incident_details is not None:
|
|
941
|
+
pulumi.set(__self__, "client_incident_details", client_incident_details)
|
|
942
|
+
if confidence_level is not None:
|
|
943
|
+
pulumi.set(__self__, "confidence_level", confidence_level)
|
|
944
|
+
if connectivity is not None:
|
|
945
|
+
pulumi.set(__self__, "connectivity", connectivity)
|
|
946
|
+
if end_date_time is not None:
|
|
947
|
+
pulumi.set(__self__, "end_date_time", end_date_time)
|
|
948
|
+
if error_details is not None:
|
|
949
|
+
pulumi.set(__self__, "error_details", error_details)
|
|
950
|
+
if impact_description is not None:
|
|
951
|
+
pulumi.set(__self__, "impact_description", impact_description)
|
|
952
|
+
if impact_group_id is not None:
|
|
953
|
+
pulumi.set(__self__, "impact_group_id", impact_group_id)
|
|
954
|
+
if performance is not None:
|
|
955
|
+
pulumi.set(__self__, "performance", performance)
|
|
956
|
+
if workload is not None:
|
|
957
|
+
pulumi.set(__self__, "workload", workload)
|
|
958
|
+
|
|
959
|
+
@property
|
|
960
|
+
@pulumi.getter(name="impactCategory")
|
|
961
|
+
def impact_category(self) -> pulumi.Input[str]:
|
|
962
|
+
"""
|
|
963
|
+
Category of the impact, details can found from /impactCategories API
|
|
964
|
+
"""
|
|
965
|
+
return pulumi.get(self, "impact_category")
|
|
966
|
+
|
|
967
|
+
@impact_category.setter
|
|
968
|
+
def impact_category(self, value: pulumi.Input[str]):
|
|
969
|
+
pulumi.set(self, "impact_category", value)
|
|
970
|
+
|
|
971
|
+
@property
|
|
972
|
+
@pulumi.getter(name="impactedResourceId")
|
|
973
|
+
def impacted_resource_id(self) -> pulumi.Input[str]:
|
|
974
|
+
"""
|
|
975
|
+
Azure resource id of the impacted resource
|
|
976
|
+
"""
|
|
977
|
+
return pulumi.get(self, "impacted_resource_id")
|
|
978
|
+
|
|
979
|
+
@impacted_resource_id.setter
|
|
980
|
+
def impacted_resource_id(self, value: pulumi.Input[str]):
|
|
981
|
+
pulumi.set(self, "impacted_resource_id", value)
|
|
982
|
+
|
|
983
|
+
@property
|
|
984
|
+
@pulumi.getter(name="startDateTime")
|
|
985
|
+
def start_date_time(self) -> pulumi.Input[str]:
|
|
986
|
+
"""
|
|
987
|
+
Time at which impact was observed
|
|
988
|
+
"""
|
|
989
|
+
return pulumi.get(self, "start_date_time")
|
|
990
|
+
|
|
991
|
+
@start_date_time.setter
|
|
992
|
+
def start_date_time(self, value: pulumi.Input[str]):
|
|
993
|
+
pulumi.set(self, "start_date_time", value)
|
|
994
|
+
|
|
995
|
+
@property
|
|
996
|
+
@pulumi.getter(name="additionalProperties")
|
|
997
|
+
def additional_properties(self) -> Optional[Any]:
|
|
998
|
+
"""
|
|
999
|
+
Additional fields related to impact, applicable fields per resource type are list under /impactCategories API
|
|
1000
|
+
"""
|
|
1001
|
+
return pulumi.get(self, "additional_properties")
|
|
1002
|
+
|
|
1003
|
+
@additional_properties.setter
|
|
1004
|
+
def additional_properties(self, value: Optional[Any]):
|
|
1005
|
+
pulumi.set(self, "additional_properties", value)
|
|
1006
|
+
|
|
1007
|
+
@property
|
|
1008
|
+
@pulumi.getter(name="armCorrelationIds")
|
|
1009
|
+
def arm_correlation_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1010
|
+
"""
|
|
1011
|
+
The ARM correlation ids, this is important field for control plane related impacts
|
|
1012
|
+
"""
|
|
1013
|
+
return pulumi.get(self, "arm_correlation_ids")
|
|
1014
|
+
|
|
1015
|
+
@arm_correlation_ids.setter
|
|
1016
|
+
def arm_correlation_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1017
|
+
pulumi.set(self, "arm_correlation_ids", value)
|
|
1018
|
+
|
|
1019
|
+
@property
|
|
1020
|
+
@pulumi.getter(name="clientIncidentDetails")
|
|
1021
|
+
def client_incident_details(self) -> Optional[pulumi.Input['ClientIncidentDetailsArgs']]:
|
|
1022
|
+
"""
|
|
1023
|
+
Client incident details ex: incidentId , incident source
|
|
1024
|
+
"""
|
|
1025
|
+
return pulumi.get(self, "client_incident_details")
|
|
1026
|
+
|
|
1027
|
+
@client_incident_details.setter
|
|
1028
|
+
def client_incident_details(self, value: Optional[pulumi.Input['ClientIncidentDetailsArgs']]):
|
|
1029
|
+
pulumi.set(self, "client_incident_details", value)
|
|
1030
|
+
|
|
1031
|
+
@property
|
|
1032
|
+
@pulumi.getter(name="confidenceLevel")
|
|
1033
|
+
def confidence_level(self) -> Optional[pulumi.Input[Union[str, 'ConfidenceLevel']]]:
|
|
1034
|
+
"""
|
|
1035
|
+
Degree of confidence on the impact being a platform issue
|
|
1036
|
+
"""
|
|
1037
|
+
return pulumi.get(self, "confidence_level")
|
|
1038
|
+
|
|
1039
|
+
@confidence_level.setter
|
|
1040
|
+
def confidence_level(self, value: Optional[pulumi.Input[Union[str, 'ConfidenceLevel']]]):
|
|
1041
|
+
pulumi.set(self, "confidence_level", value)
|
|
1042
|
+
|
|
1043
|
+
@property
|
|
1044
|
+
@pulumi.getter
|
|
1045
|
+
def connectivity(self) -> Optional[pulumi.Input['ConnectivityArgs']]:
|
|
1046
|
+
"""
|
|
1047
|
+
Details about connectivity issue. Applicable when root resource causing the issue is not identified. For example, when a VM is impacted due to a network issue, the impacted resource is identified as the VM, but the root cause is the network. In such cases, the connectivity field will have the details about the network issue
|
|
1048
|
+
"""
|
|
1049
|
+
return pulumi.get(self, "connectivity")
|
|
1050
|
+
|
|
1051
|
+
@connectivity.setter
|
|
1052
|
+
def connectivity(self, value: Optional[pulumi.Input['ConnectivityArgs']]):
|
|
1053
|
+
pulumi.set(self, "connectivity", value)
|
|
1054
|
+
|
|
1055
|
+
@property
|
|
1056
|
+
@pulumi.getter(name="endDateTime")
|
|
1057
|
+
def end_date_time(self) -> Optional[pulumi.Input[str]]:
|
|
1058
|
+
"""
|
|
1059
|
+
Time at which impact has ended
|
|
1060
|
+
"""
|
|
1061
|
+
return pulumi.get(self, "end_date_time")
|
|
1062
|
+
|
|
1063
|
+
@end_date_time.setter
|
|
1064
|
+
def end_date_time(self, value: Optional[pulumi.Input[str]]):
|
|
1065
|
+
pulumi.set(self, "end_date_time", value)
|
|
1066
|
+
|
|
1067
|
+
@property
|
|
1068
|
+
@pulumi.getter(name="errorDetails")
|
|
1069
|
+
def error_details(self) -> Optional[pulumi.Input['ErrorDetailPropertiesArgs']]:
|
|
1070
|
+
"""
|
|
1071
|
+
ARM error code and error message associated with the impact
|
|
1072
|
+
"""
|
|
1073
|
+
return pulumi.get(self, "error_details")
|
|
1074
|
+
|
|
1075
|
+
@error_details.setter
|
|
1076
|
+
def error_details(self, value: Optional[pulumi.Input['ErrorDetailPropertiesArgs']]):
|
|
1077
|
+
pulumi.set(self, "error_details", value)
|
|
1078
|
+
|
|
1079
|
+
@property
|
|
1080
|
+
@pulumi.getter(name="impactDescription")
|
|
1081
|
+
def impact_description(self) -> Optional[pulumi.Input[str]]:
|
|
1082
|
+
"""
|
|
1083
|
+
A detailed description of the impact
|
|
1084
|
+
"""
|
|
1085
|
+
return pulumi.get(self, "impact_description")
|
|
1086
|
+
|
|
1087
|
+
@impact_description.setter
|
|
1088
|
+
def impact_description(self, value: Optional[pulumi.Input[str]]):
|
|
1089
|
+
pulumi.set(self, "impact_description", value)
|
|
1090
|
+
|
|
1091
|
+
@property
|
|
1092
|
+
@pulumi.getter(name="impactGroupId")
|
|
1093
|
+
def impact_group_id(self) -> Optional[pulumi.Input[str]]:
|
|
1094
|
+
"""
|
|
1095
|
+
Use this field to group impacts
|
|
1096
|
+
"""
|
|
1097
|
+
return pulumi.get(self, "impact_group_id")
|
|
1098
|
+
|
|
1099
|
+
@impact_group_id.setter
|
|
1100
|
+
def impact_group_id(self, value: Optional[pulumi.Input[str]]):
|
|
1101
|
+
pulumi.set(self, "impact_group_id", value)
|
|
1102
|
+
|
|
1103
|
+
@property
|
|
1104
|
+
@pulumi.getter
|
|
1105
|
+
def performance(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PerformanceArgs']]]]:
|
|
1106
|
+
"""
|
|
1107
|
+
Details about performance issue. Applicable for performance impacts.
|
|
1108
|
+
"""
|
|
1109
|
+
return pulumi.get(self, "performance")
|
|
1110
|
+
|
|
1111
|
+
@performance.setter
|
|
1112
|
+
def performance(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['PerformanceArgs']]]]):
|
|
1113
|
+
pulumi.set(self, "performance", value)
|
|
1114
|
+
|
|
1115
|
+
@property
|
|
1116
|
+
@pulumi.getter
|
|
1117
|
+
def workload(self) -> Optional[pulumi.Input['WorkloadArgs']]:
|
|
1118
|
+
"""
|
|
1119
|
+
Information about the impacted workload
|
|
1120
|
+
"""
|
|
1121
|
+
return pulumi.get(self, "workload")
|
|
1122
|
+
|
|
1123
|
+
@workload.setter
|
|
1124
|
+
def workload(self, value: Optional[pulumi.Input['WorkloadArgs']]):
|
|
1125
|
+
pulumi.set(self, "workload", value)
|
|
1126
|
+
|
|
1127
|
+
|
|
1128
|
+
if not MYPY:
|
|
1129
|
+
class WorkloadArgsDict(TypedDict):
|
|
1130
|
+
"""
|
|
1131
|
+
Information about the impacted workload
|
|
1132
|
+
"""
|
|
1133
|
+
context: NotRequired[pulumi.Input[str]]
|
|
1134
|
+
"""
|
|
1135
|
+
the scenario for the workload
|
|
1136
|
+
"""
|
|
1137
|
+
toolset: NotRequired[pulumi.Input[Union[str, 'Toolset']]]
|
|
1138
|
+
"""
|
|
1139
|
+
Tool used to interact with Azure. SDK, AzPortal, etc.., Other
|
|
1140
|
+
"""
|
|
1141
|
+
elif False:
|
|
1142
|
+
WorkloadArgsDict: TypeAlias = Mapping[str, Any]
|
|
1143
|
+
|
|
1144
|
+
@pulumi.input_type
|
|
1145
|
+
class WorkloadArgs:
|
|
1146
|
+
def __init__(__self__, *,
|
|
1147
|
+
context: Optional[pulumi.Input[str]] = None,
|
|
1148
|
+
toolset: Optional[pulumi.Input[Union[str, 'Toolset']]] = None):
|
|
1149
|
+
"""
|
|
1150
|
+
Information about the impacted workload
|
|
1151
|
+
:param pulumi.Input[str] context: the scenario for the workload
|
|
1152
|
+
:param pulumi.Input[Union[str, 'Toolset']] toolset: Tool used to interact with Azure. SDK, AzPortal, etc.., Other
|
|
1153
|
+
"""
|
|
1154
|
+
if context is not None:
|
|
1155
|
+
pulumi.set(__self__, "context", context)
|
|
1156
|
+
if toolset is not None:
|
|
1157
|
+
pulumi.set(__self__, "toolset", toolset)
|
|
1158
|
+
|
|
1159
|
+
@property
|
|
1160
|
+
@pulumi.getter
|
|
1161
|
+
def context(self) -> Optional[pulumi.Input[str]]:
|
|
1162
|
+
"""
|
|
1163
|
+
the scenario for the workload
|
|
1164
|
+
"""
|
|
1165
|
+
return pulumi.get(self, "context")
|
|
1166
|
+
|
|
1167
|
+
@context.setter
|
|
1168
|
+
def context(self, value: Optional[pulumi.Input[str]]):
|
|
1169
|
+
pulumi.set(self, "context", value)
|
|
1170
|
+
|
|
1171
|
+
@property
|
|
1172
|
+
@pulumi.getter
|
|
1173
|
+
def toolset(self) -> Optional[pulumi.Input[Union[str, 'Toolset']]]:
|
|
1174
|
+
"""
|
|
1175
|
+
Tool used to interact with Azure. SDK, AzPortal, etc.., Other
|
|
1176
|
+
"""
|
|
1177
|
+
return pulumi.get(self, "toolset")
|
|
1178
|
+
|
|
1179
|
+
@toolset.setter
|
|
1180
|
+
def toolset(self, value: Optional[pulumi.Input[Union[str, 'Toolset']]]):
|
|
1181
|
+
pulumi.set(self, "toolset", value)
|
|
1182
|
+
|
|
1183
|
+
|