pulumi-azure-native 2.54.0__py3-none-any.whl → 2.54.0a1723036641__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 +0 -91
- pulumi_azure_native/containerservice/__init__.py +0 -3
- 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/datafactory/_inputs.py +120 -2520
- pulumi_azure_native/datafactory/outputs.py +117 -1557
- pulumi_azure_native/datafactory/v20180601/_inputs.py +120 -2520
- pulumi_azure_native/datafactory/v20180601/outputs.py +117 -1557
- pulumi_azure_native/devcenter/__init__.py +0 -5
- pulumi_azure_native/devcenter/_inputs.py +0 -58
- pulumi_azure_native/devcenter/attached_network_by_dev_center.py +3 -3
- pulumi_azure_native/devcenter/catalog.py +3 -3
- pulumi_azure_native/devcenter/dev_box_definition.py +3 -3
- pulumi_azure_native/devcenter/dev_center.py +3 -3
- pulumi_azure_native/devcenter/encryption_set.py +3 -3
- pulumi_azure_native/devcenter/environment_type.py +3 -3
- pulumi_azure_native/devcenter/gallery.py +3 -3
- pulumi_azure_native/devcenter/get_attached_network_by_dev_center.py +2 -2
- pulumi_azure_native/devcenter/get_catalog.py +2 -2
- pulumi_azure_native/devcenter/get_catalog_sync_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_customization_task_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_dev_box_definition.py +2 -2
- pulumi_azure_native/devcenter/get_dev_center.py +2 -2
- pulumi_azure_native/devcenter/get_encryption_set.py +2 -2
- pulumi_azure_native/devcenter/get_environment_definition_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_environment_type.py +2 -2
- pulumi_azure_native/devcenter/get_gallery.py +2 -2
- pulumi_azure_native/devcenter/get_network_connection.py +2 -2
- pulumi_azure_native/devcenter/get_plan.py +2 -2
- pulumi_azure_native/devcenter/get_plan_member.py +2 -2
- pulumi_azure_native/devcenter/get_pool.py +2 -2
- pulumi_azure_native/devcenter/get_project.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog_environment_definition_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog_image_definition_build_details.py +0 -4
- pulumi_azure_native/devcenter/get_project_catalog_sync_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_project_environment_type.py +2 -2
- pulumi_azure_native/devcenter/get_project_inherited_settings.py +2 -2
- pulumi_azure_native/devcenter/get_schedule.py +2 -2
- pulumi_azure_native/devcenter/list_skus_by_project.py +2 -2
- pulumi_azure_native/devcenter/network_connection.py +3 -3
- pulumi_azure_native/devcenter/outputs.py +0 -36
- pulumi_azure_native/devcenter/plan.py +3 -3
- pulumi_azure_native/devcenter/plan_member.py +3 -3
- pulumi_azure_native/devcenter/pool.py +3 -3
- pulumi_azure_native/devcenter/project.py +3 -3
- pulumi_azure_native/devcenter/project_catalog.py +3 -3
- pulumi_azure_native/devcenter/project_environment_type.py +3 -3
- pulumi_azure_native/devcenter/schedule.py +3 -3
- pulumi_azure_native/devcenter/v20221111preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20230401/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230401/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20230401/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20230401/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230401/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230401/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20230401/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20230401/pool.py +1 -1
- pulumi_azure_native/devcenter/v20230401/project.py +1 -1
- pulumi_azure_native/devcenter/v20230401/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230401/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/pool.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/project.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/pool.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/project.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20240201/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240201/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240201/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20240201/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240201/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240201/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20240201/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20240201/pool.py +1 -1
- pulumi_azure_native/devcenter/v20240201/project.py +1 -1
- pulumi_azure_native/devcenter/v20240201/project_catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240201/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240201/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/encryption_set.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/plan.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/plan_member.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/pool.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/project.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/project_catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/encryption_set.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/plan.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/plan_member.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/pool.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/project.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/project_catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/encryption_set.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/plan.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/plan_member.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/pool.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/project.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/project_catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/schedule.py +1 -1
- pulumi_azure_native/portal/_enums.py +0 -11
- pulumi_azure_native/portal/_inputs.py +94 -387
- pulumi_azure_native/portal/dashboard.py +60 -41
- pulumi_azure_native/portal/get_dashboard.py +29 -29
- pulumi_azure_native/portal/get_tenant_configuration.py +18 -32
- pulumi_azure_native/portal/list_list_tenant_configuration_violation.py +3 -3
- pulumi_azure_native/portal/outputs.py +76 -446
- pulumi_azure_native/portal/tenant_configuration.py +28 -40
- pulumi_azure_native/portal/v20200901preview/__init__.py +0 -1
- pulumi_azure_native/portal/v20200901preview/_inputs.py +42 -139
- pulumi_azure_native/portal/v20200901preview/dashboard.py +60 -41
- pulumi_azure_native/portal/v20200901preview/get_dashboard.py +29 -29
- pulumi_azure_native/portal/v20200901preview/get_tenant_configuration.py +18 -32
- pulumi_azure_native/portal/v20200901preview/list_list_tenant_configuration_violation.py +3 -3
- pulumi_azure_native/portal/v20200901preview/outputs.py +84 -314
- pulumi_azure_native/portal/v20200901preview/tenant_configuration.py +28 -40
- pulumi_azure_native/pulumi-plugin.json +1 -1
- {pulumi_azure_native-2.54.0.dist-info → pulumi_azure_native-2.54.0a1723036641.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.54.0.dist-info → pulumi_azure_native-2.54.0a1723036641.dist-info}/RECORD +327 -447
- pulumi_azure_native/containerservice/v20240602preview/__init__.py +0 -29
- pulumi_azure_native/containerservice/v20240602preview/_enums.py +0 -912
- pulumi_azure_native/containerservice/v20240602preview/_inputs.py +0 -9690
- pulumi_azure_native/containerservice/v20240602preview/agent_pool.py +0 -1691
- pulumi_azure_native/containerservice/v20240602preview/get_agent_pool.py +0 -817
- pulumi_azure_native/containerservice/v20240602preview/get_load_balancer.py +0 -206
- pulumi_azure_native/containerservice/v20240602preview/get_maintenance_configuration.py +0 -167
- pulumi_azure_native/containerservice/v20240602preview/get_managed_cluster.py +0 -838
- pulumi_azure_native/containerservice/v20240602preview/get_managed_cluster_snapshot.py +0 -188
- pulumi_azure_native/containerservice/v20240602preview/get_private_endpoint_connection.py +0 -154
- pulumi_azure_native/containerservice/v20240602preview/get_snapshot.py +0 -253
- pulumi_azure_native/containerservice/v20240602preview/get_trusted_access_role_binding.py +0 -167
- pulumi_azure_native/containerservice/v20240602preview/list_managed_cluster_admin_credentials.py +0 -89
- pulumi_azure_native/containerservice/v20240602preview/list_managed_cluster_monitoring_user_credentials.py +0 -89
- pulumi_azure_native/containerservice/v20240602preview/list_managed_cluster_user_credentials.py +0 -94
- pulumi_azure_native/containerservice/v20240602preview/load_balancer.py +0 -368
- pulumi_azure_native/containerservice/v20240602preview/maintenance_configuration.py +0 -279
- pulumi_azure_native/containerservice/v20240602preview/managed_cluster.py +0 -1595
- pulumi_azure_native/containerservice/v20240602preview/managed_cluster_snapshot.py +0 -297
- pulumi_azure_native/containerservice/v20240602preview/outputs.py +0 -8349
- pulumi_azure_native/containerservice/v20240602preview/private_endpoint_connection.py +0 -251
- pulumi_azure_native/containerservice/v20240602preview/snapshot.py +0 -347
- pulumi_azure_native/containerservice/v20240602preview/trusted_access_role_binding.py +0 -260
- pulumi_azure_native/contoso/__init__.py +0 -19
- pulumi_azure_native/contoso/_inputs.py +0 -99
- pulumi_azure_native/contoso/employee.py +0 -259
- pulumi_azure_native/contoso/get_employee.py +0 -164
- pulumi_azure_native/contoso/outputs.py +0 -206
- pulumi_azure_native/contoso/v20211001preview/__init__.py +0 -11
- pulumi_azure_native/contoso/v20211001preview/_inputs.py +0 -99
- pulumi_azure_native/contoso/v20211001preview/employee.py +0 -257
- pulumi_azure_native/contoso/v20211001preview/get_employee.py +0 -162
- pulumi_azure_native/contoso/v20211001preview/outputs.py +0 -206
- pulumi_azure_native/devcenter/curation_profile.py +0 -261
- pulumi_azure_native/devcenter/get_curation_profile.py +0 -169
- pulumi_azure_native/devcenter/v20240801preview/__init__.py +0 -50
- pulumi_azure_native/devcenter/v20240801preview/_enums.py +0 -219
- pulumi_azure_native/devcenter/v20240801preview/_inputs.py +0 -904
- pulumi_azure_native/devcenter/v20240801preview/attached_network_by_dev_center.py +0 -260
- pulumi_azure_native/devcenter/v20240801preview/catalog.py +0 -368
- pulumi_azure_native/devcenter/v20240801preview/curation_profile.py +0 -259
- pulumi_azure_native/devcenter/v20240801preview/dev_box_definition.py +0 -418
- pulumi_azure_native/devcenter/v20240801preview/dev_center.py +0 -481
- pulumi_azure_native/devcenter/v20240801preview/encryption_set.py +0 -347
- pulumi_azure_native/devcenter/v20240801preview/environment_type.py +0 -258
- pulumi_azure_native/devcenter/v20240801preview/gallery.py +0 -230
- pulumi_azure_native/devcenter/v20240801preview/get_attached_network_by_dev_center.py +0 -193
- pulumi_azure_native/devcenter/v20240801preview/get_catalog.py +0 -258
- pulumi_azure_native/devcenter/v20240801preview/get_catalog_sync_error_details.py +0 -115
- pulumi_azure_native/devcenter/v20240801preview/get_curation_profile.py +0 -167
- pulumi_azure_native/devcenter/v20240801preview/get_customization_task_error_details.py +0 -94
- pulumi_azure_native/devcenter/v20240801preview/get_dev_box_definition.py +0 -271
- pulumi_azure_native/devcenter/v20240801preview/get_dev_center.py +0 -279
- pulumi_azure_native/devcenter/v20240801preview/get_encryption_set.py +0 -206
- pulumi_azure_native/devcenter/v20240801preview/get_environment_definition_error_details.py +0 -94
- pulumi_azure_native/devcenter/v20240801preview/get_environment_type.py +0 -167
- pulumi_azure_native/devcenter/v20240801preview/get_gallery.py +0 -154
- pulumi_azure_native/devcenter/v20240801preview/get_network_connection.py +0 -266
- pulumi_azure_native/devcenter/v20240801preview/get_plan.py +0 -175
- pulumi_azure_native/devcenter/v20240801preview/get_plan_member.py +0 -193
- pulumi_azure_native/devcenter/v20240801preview/get_pool.py +0 -349
- pulumi_azure_native/devcenter/v20240801preview/get_project.py +0 -253
- pulumi_azure_native/devcenter/v20240801preview/get_project_catalog.py +0 -258
- pulumi_azure_native/devcenter/v20240801preview/get_project_catalog_environment_definition_error_details.py +0 -94
- pulumi_azure_native/devcenter/v20240801preview/get_project_catalog_image_definition_build_details.py +0 -216
- pulumi_azure_native/devcenter/v20240801preview/get_project_catalog_sync_error_details.py +0 -115
- pulumi_azure_native/devcenter/v20240801preview/get_project_environment_type.py +0 -258
- pulumi_azure_native/devcenter/v20240801preview/get_project_inherited_settings.py +0 -97
- pulumi_azure_native/devcenter/v20240801preview/get_schedule.py +0 -229
- pulumi_azure_native/devcenter/v20240801preview/list_skus_by_project.py +0 -97
- pulumi_azure_native/devcenter/v20240801preview/network_connection.py +0 -453
- pulumi_azure_native/devcenter/v20240801preview/outputs.py +0 -1899
- pulumi_azure_native/devcenter/v20240801preview/plan.py +0 -268
- pulumi_azure_native/devcenter/v20240801preview/plan_member.py +0 -298
- pulumi_azure_native/devcenter/v20240801preview/pool.py +0 -613
- pulumi_azure_native/devcenter/v20240801preview/project.py +0 -423
- pulumi_azure_native/devcenter/v20240801preview/project_catalog.py +0 -368
- pulumi_azure_native/devcenter/v20240801preview/project_environment_type.py +0 -444
- pulumi_azure_native/devcenter/v20240801preview/schedule.py +0 -439
- pulumi_azure_native/iotoperations/__init__.py +0 -34
- pulumi_azure_native/iotoperations/_enums.py +0 -544
- pulumi_azure_native/iotoperations/_inputs.py +0 -6026
- pulumi_azure_native/iotoperations/broker.py +0 -253
- pulumi_azure_native/iotoperations/broker_authentication.py +0 -274
- pulumi_azure_native/iotoperations/broker_authorization.py +0 -274
- pulumi_azure_native/iotoperations/broker_listener.py +0 -274
- pulumi_azure_native/iotoperations/data_flow.py +0 -274
- pulumi_azure_native/iotoperations/data_flow_endpoint.py +0 -253
- pulumi_azure_native/iotoperations/data_flow_profile.py +0 -253
- pulumi_azure_native/iotoperations/get_broker.py +0 -156
- pulumi_azure_native/iotoperations/get_broker_authentication.py +0 -161
- pulumi_azure_native/iotoperations/get_broker_authorization.py +0 -161
- pulumi_azure_native/iotoperations/get_broker_listener.py +0 -161
- pulumi_azure_native/iotoperations/get_data_flow.py +0 -161
- pulumi_azure_native/iotoperations/get_data_flow_endpoint.py +0 -156
- pulumi_azure_native/iotoperations/get_data_flow_profile.py +0 -156
- pulumi_azure_native/iotoperations/get_instance.py +0 -177
- pulumi_azure_native/iotoperations/instance.py +0 -290
- pulumi_azure_native/iotoperations/outputs.py +0 -4991
- pulumi_azure_native/iotoperations/v20240701preview/__init__.py +0 -26
- pulumi_azure_native/iotoperations/v20240701preview/_enums.py +0 -544
- pulumi_azure_native/iotoperations/v20240701preview/_inputs.py +0 -6026
- pulumi_azure_native/iotoperations/v20240701preview/broker.py +0 -251
- pulumi_azure_native/iotoperations/v20240701preview/broker_authentication.py +0 -272
- pulumi_azure_native/iotoperations/v20240701preview/broker_authorization.py +0 -272
- pulumi_azure_native/iotoperations/v20240701preview/broker_listener.py +0 -272
- pulumi_azure_native/iotoperations/v20240701preview/data_flow.py +0 -272
- pulumi_azure_native/iotoperations/v20240701preview/data_flow_endpoint.py +0 -251
- pulumi_azure_native/iotoperations/v20240701preview/data_flow_profile.py +0 -251
- pulumi_azure_native/iotoperations/v20240701preview/get_broker.py +0 -154
- pulumi_azure_native/iotoperations/v20240701preview/get_broker_authentication.py +0 -159
- pulumi_azure_native/iotoperations/v20240701preview/get_broker_authorization.py +0 -159
- pulumi_azure_native/iotoperations/v20240701preview/get_broker_listener.py +0 -159
- pulumi_azure_native/iotoperations/v20240701preview/get_data_flow.py +0 -159
- pulumi_azure_native/iotoperations/v20240701preview/get_data_flow_endpoint.py +0 -154
- pulumi_azure_native/iotoperations/v20240701preview/get_data_flow_profile.py +0 -154
- pulumi_azure_native/iotoperations/v20240701preview/get_instance.py +0 -175
- pulumi_azure_native/iotoperations/v20240701preview/instance.py +0 -288
- pulumi_azure_native/iotoperations/v20240701preview/outputs.py +0 -4991
- pulumi_azure_native/portal/v20200901preview/_enums.py +0 -19
- {pulumi_azure_native-2.54.0.dist-info → pulumi_azure_native-2.54.0a1723036641.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.54.0.dist-info → pulumi_azure_native-2.54.0a1723036641.dist-info}/top_level.txt +0 -0
|
@@ -17,76 +17,17 @@ from . import outputs
|
|
|
17
17
|
from ._enums import *
|
|
18
18
|
|
|
19
19
|
__all__ = [
|
|
20
|
-
'ConfigurationPropertiesResponse',
|
|
21
20
|
'ConsolePropertiesResponse',
|
|
22
21
|
'DashboardLensResponse',
|
|
23
|
-
'
|
|
22
|
+
'DashboardPartMetadataResponse',
|
|
24
23
|
'DashboardPartsResponse',
|
|
25
|
-
'
|
|
26
|
-
'MarkdownPartMetadataResponse',
|
|
27
|
-
'MarkdownPartMetadataSettingsContentResponse',
|
|
28
|
-
'MarkdownPartMetadataSettingsContentSettingsResponse',
|
|
29
|
-
'MarkdownPartMetadataSettingsResponse',
|
|
24
|
+
'DashboardPartsResponsePosition',
|
|
30
25
|
'StorageProfileResponse',
|
|
31
|
-
'SystemDataResponse',
|
|
32
26
|
'TerminalSettingsResponse',
|
|
33
27
|
'UserPropertiesResponse',
|
|
34
28
|
'ViolationResponse',
|
|
35
29
|
]
|
|
36
30
|
|
|
37
|
-
@pulumi.output_type
|
|
38
|
-
class ConfigurationPropertiesResponse(dict):
|
|
39
|
-
"""
|
|
40
|
-
Tenant Configuration Properties with Provisioning state
|
|
41
|
-
"""
|
|
42
|
-
@staticmethod
|
|
43
|
-
def __key_warning(key: str):
|
|
44
|
-
suggest = None
|
|
45
|
-
if key == "provisioningState":
|
|
46
|
-
suggest = "provisioning_state"
|
|
47
|
-
elif key == "enforcePrivateMarkdownStorage":
|
|
48
|
-
suggest = "enforce_private_markdown_storage"
|
|
49
|
-
|
|
50
|
-
if suggest:
|
|
51
|
-
pulumi.log.warn(f"Key '{key}' not found in ConfigurationPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
52
|
-
|
|
53
|
-
def __getitem__(self, key: str) -> Any:
|
|
54
|
-
ConfigurationPropertiesResponse.__key_warning(key)
|
|
55
|
-
return super().__getitem__(key)
|
|
56
|
-
|
|
57
|
-
def get(self, key: str, default = None) -> Any:
|
|
58
|
-
ConfigurationPropertiesResponse.__key_warning(key)
|
|
59
|
-
return super().get(key, default)
|
|
60
|
-
|
|
61
|
-
def __init__(__self__, *,
|
|
62
|
-
provisioning_state: str,
|
|
63
|
-
enforce_private_markdown_storage: Optional[bool] = None):
|
|
64
|
-
"""
|
|
65
|
-
Tenant Configuration Properties with Provisioning state
|
|
66
|
-
:param str provisioning_state: The status of the last operation.
|
|
67
|
-
:param bool enforce_private_markdown_storage: When flag is set to true Markdown tile will require external storage configuration (URI). The inline content configuration will be prohibited.
|
|
68
|
-
"""
|
|
69
|
-
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
70
|
-
if enforce_private_markdown_storage is not None:
|
|
71
|
-
pulumi.set(__self__, "enforce_private_markdown_storage", enforce_private_markdown_storage)
|
|
72
|
-
|
|
73
|
-
@property
|
|
74
|
-
@pulumi.getter(name="provisioningState")
|
|
75
|
-
def provisioning_state(self) -> str:
|
|
76
|
-
"""
|
|
77
|
-
The status of the last operation.
|
|
78
|
-
"""
|
|
79
|
-
return pulumi.get(self, "provisioning_state")
|
|
80
|
-
|
|
81
|
-
@property
|
|
82
|
-
@pulumi.getter(name="enforcePrivateMarkdownStorage")
|
|
83
|
-
def enforce_private_markdown_storage(self) -> Optional[bool]:
|
|
84
|
-
"""
|
|
85
|
-
When flag is set to true Markdown tile will require external storage configuration (URI). The inline content configuration will be prohibited.
|
|
86
|
-
"""
|
|
87
|
-
return pulumi.get(self, "enforce_private_markdown_storage")
|
|
88
|
-
|
|
89
|
-
|
|
90
31
|
@pulumi.output_type
|
|
91
32
|
class ConsolePropertiesResponse(dict):
|
|
92
33
|
"""
|
|
@@ -158,12 +99,12 @@ class DashboardLensResponse(dict):
|
|
|
158
99
|
def __init__(__self__, *,
|
|
159
100
|
order: int,
|
|
160
101
|
parts: Sequence['outputs.DashboardPartsResponse'],
|
|
161
|
-
metadata: Optional[Any] = None):
|
|
102
|
+
metadata: Optional[Mapping[str, Any]] = None):
|
|
162
103
|
"""
|
|
163
104
|
A dashboard lens.
|
|
164
105
|
:param int order: The lens order.
|
|
165
106
|
:param Sequence['DashboardPartsResponse'] parts: The dashboard parts.
|
|
166
|
-
:param Any metadata: The dashboard len's metadata.
|
|
107
|
+
:param Mapping[str, Any] metadata: The dashboard len's metadata.
|
|
167
108
|
"""
|
|
168
109
|
pulumi.set(__self__, "order", order)
|
|
169
110
|
pulumi.set(__self__, "parts", parts)
|
|
@@ -188,7 +129,7 @@ class DashboardLensResponse(dict):
|
|
|
188
129
|
|
|
189
130
|
@property
|
|
190
131
|
@pulumi.getter
|
|
191
|
-
def metadata(self) -> Optional[Any]:
|
|
132
|
+
def metadata(self) -> Optional[Mapping[str, Any]]:
|
|
192
133
|
"""
|
|
193
134
|
The dashboard len's metadata.
|
|
194
135
|
"""
|
|
@@ -196,89 +137,49 @@ class DashboardLensResponse(dict):
|
|
|
196
137
|
|
|
197
138
|
|
|
198
139
|
@pulumi.output_type
|
|
199
|
-
class
|
|
140
|
+
class DashboardPartMetadataResponse(dict):
|
|
200
141
|
"""
|
|
201
|
-
|
|
142
|
+
A dashboard part metadata.
|
|
202
143
|
"""
|
|
203
|
-
@staticmethod
|
|
204
|
-
def __key_warning(key: str):
|
|
205
|
-
suggest = None
|
|
206
|
-
if key == "colSpan":
|
|
207
|
-
suggest = "col_span"
|
|
208
|
-
elif key == "rowSpan":
|
|
209
|
-
suggest = "row_span"
|
|
210
|
-
|
|
211
|
-
if suggest:
|
|
212
|
-
pulumi.log.warn(f"Key '{key}' not found in DashboardPartsPositionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
213
|
-
|
|
214
|
-
def __getitem__(self, key: str) -> Any:
|
|
215
|
-
DashboardPartsPositionResponse.__key_warning(key)
|
|
216
|
-
return super().__getitem__(key)
|
|
217
|
-
|
|
218
|
-
def get(self, key: str, default = None) -> Any:
|
|
219
|
-
DashboardPartsPositionResponse.__key_warning(key)
|
|
220
|
-
return super().get(key, default)
|
|
221
|
-
|
|
222
144
|
def __init__(__self__, *,
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
y: int,
|
|
227
|
-
metadata: Optional[Any] = None):
|
|
228
|
-
"""
|
|
229
|
-
The dashboard's part position.
|
|
230
|
-
:param int col_span: The dashboard's part column span.
|
|
231
|
-
:param int row_span: The dashboard's part row span.
|
|
232
|
-
:param int x: The dashboard's part x coordinate.
|
|
233
|
-
:param int y: The dashboard's part y coordinate.
|
|
234
|
-
:param Any metadata: The dashboard part's metadata.
|
|
235
|
-
"""
|
|
236
|
-
pulumi.set(__self__, "col_span", col_span)
|
|
237
|
-
pulumi.set(__self__, "row_span", row_span)
|
|
238
|
-
pulumi.set(__self__, "x", x)
|
|
239
|
-
pulumi.set(__self__, "y", y)
|
|
240
|
-
if metadata is not None:
|
|
241
|
-
pulumi.set(__self__, "metadata", metadata)
|
|
242
|
-
|
|
243
|
-
@property
|
|
244
|
-
@pulumi.getter(name="colSpan")
|
|
245
|
-
def col_span(self) -> int:
|
|
246
|
-
"""
|
|
247
|
-
The dashboard's part column span.
|
|
248
|
-
"""
|
|
249
|
-
return pulumi.get(self, "col_span")
|
|
250
|
-
|
|
251
|
-
@property
|
|
252
|
-
@pulumi.getter(name="rowSpan")
|
|
253
|
-
def row_span(self) -> int:
|
|
145
|
+
type: str,
|
|
146
|
+
inputs: Optional[Sequence[Any]] = None,
|
|
147
|
+
settings: Optional[Mapping[str, Any]] = None):
|
|
254
148
|
"""
|
|
255
|
-
|
|
149
|
+
A dashboard part metadata.
|
|
150
|
+
:param str type: The type of dashboard part.
|
|
151
|
+
:param Sequence[Any] inputs: Inputs to dashboard part.
|
|
152
|
+
:param Mapping[str, Any] settings: Settings of dashboard part.
|
|
256
153
|
"""
|
|
257
|
-
|
|
154
|
+
pulumi.set(__self__, "type", type)
|
|
155
|
+
if inputs is not None:
|
|
156
|
+
pulumi.set(__self__, "inputs", inputs)
|
|
157
|
+
if settings is not None:
|
|
158
|
+
pulumi.set(__self__, "settings", settings)
|
|
258
159
|
|
|
259
160
|
@property
|
|
260
161
|
@pulumi.getter
|
|
261
|
-
def
|
|
162
|
+
def type(self) -> str:
|
|
262
163
|
"""
|
|
263
|
-
The dashboard
|
|
164
|
+
The type of dashboard part.
|
|
264
165
|
"""
|
|
265
|
-
return pulumi.get(self, "
|
|
166
|
+
return pulumi.get(self, "type")
|
|
266
167
|
|
|
267
168
|
@property
|
|
268
169
|
@pulumi.getter
|
|
269
|
-
def
|
|
170
|
+
def inputs(self) -> Optional[Sequence[Any]]:
|
|
270
171
|
"""
|
|
271
|
-
|
|
172
|
+
Inputs to dashboard part.
|
|
272
173
|
"""
|
|
273
|
-
return pulumi.get(self, "
|
|
174
|
+
return pulumi.get(self, "inputs")
|
|
274
175
|
|
|
275
176
|
@property
|
|
276
177
|
@pulumi.getter
|
|
277
|
-
def
|
|
178
|
+
def settings(self) -> Optional[Mapping[str, Any]]:
|
|
278
179
|
"""
|
|
279
|
-
|
|
180
|
+
Settings of dashboard part.
|
|
280
181
|
"""
|
|
281
|
-
return pulumi.get(self, "
|
|
182
|
+
return pulumi.get(self, "settings")
|
|
282
183
|
|
|
283
184
|
|
|
284
185
|
@pulumi.output_type
|
|
@@ -287,12 +188,12 @@ class DashboardPartsResponse(dict):
|
|
|
287
188
|
A dashboard part.
|
|
288
189
|
"""
|
|
289
190
|
def __init__(__self__, *,
|
|
290
|
-
position: 'outputs.
|
|
291
|
-
metadata: Optional['outputs.
|
|
191
|
+
position: 'outputs.DashboardPartsResponsePosition',
|
|
192
|
+
metadata: Optional['outputs.DashboardPartMetadataResponse'] = None):
|
|
292
193
|
"""
|
|
293
194
|
A dashboard part.
|
|
294
|
-
:param '
|
|
295
|
-
:param '
|
|
195
|
+
:param 'DashboardPartsResponsePosition' position: The dashboard's part position.
|
|
196
|
+
:param 'DashboardPartMetadataResponse' metadata: The dashboard's part metadata.
|
|
296
197
|
"""
|
|
297
198
|
pulumi.set(__self__, "position", position)
|
|
298
199
|
if metadata is not None:
|
|
@@ -300,7 +201,7 @@ class DashboardPartsResponse(dict):
|
|
|
300
201
|
|
|
301
202
|
@property
|
|
302
203
|
@pulumi.getter
|
|
303
|
-
def position(self) -> 'outputs.
|
|
204
|
+
def position(self) -> 'outputs.DashboardPartsResponsePosition':
|
|
304
205
|
"""
|
|
305
206
|
The dashboard's part position.
|
|
306
207
|
"""
|
|
@@ -308,258 +209,97 @@ class DashboardPartsResponse(dict):
|
|
|
308
209
|
|
|
309
210
|
@property
|
|
310
211
|
@pulumi.getter
|
|
311
|
-
def metadata(self) -> Optional['outputs.
|
|
212
|
+
def metadata(self) -> Optional['outputs.DashboardPartMetadataResponse']:
|
|
312
213
|
"""
|
|
313
|
-
The dashboard
|
|
214
|
+
The dashboard's part metadata.
|
|
314
215
|
"""
|
|
315
216
|
return pulumi.get(self, "metadata")
|
|
316
217
|
|
|
317
218
|
|
|
318
219
|
@pulumi.output_type
|
|
319
|
-
class
|
|
220
|
+
class DashboardPartsResponsePosition(dict):
|
|
320
221
|
"""
|
|
321
|
-
|
|
222
|
+
The dashboard's part position.
|
|
322
223
|
"""
|
|
323
224
|
@staticmethod
|
|
324
225
|
def __key_warning(key: str):
|
|
325
226
|
suggest = None
|
|
326
|
-
if key == "
|
|
327
|
-
suggest = "
|
|
227
|
+
if key == "colSpan":
|
|
228
|
+
suggest = "col_span"
|
|
229
|
+
elif key == "rowSpan":
|
|
230
|
+
suggest = "row_span"
|
|
328
231
|
|
|
329
232
|
if suggest:
|
|
330
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
233
|
+
pulumi.log.warn(f"Key '{key}' not found in DashboardPartsResponsePosition. Access the value via the '{suggest}' property getter instead.")
|
|
331
234
|
|
|
332
235
|
def __getitem__(self, key: str) -> Any:
|
|
333
|
-
|
|
236
|
+
DashboardPartsResponsePosition.__key_warning(key)
|
|
334
237
|
return super().__getitem__(key)
|
|
335
238
|
|
|
336
239
|
def get(self, key: str, default = None) -> Any:
|
|
337
|
-
|
|
240
|
+
DashboardPartsResponsePosition.__key_warning(key)
|
|
338
241
|
return super().get(key, default)
|
|
339
242
|
|
|
340
243
|
def __init__(__self__, *,
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
244
|
+
col_span: int,
|
|
245
|
+
row_span: int,
|
|
246
|
+
x: int,
|
|
247
|
+
y: int,
|
|
248
|
+
metadata: Optional[Mapping[str, Any]] = None):
|
|
344
249
|
"""
|
|
345
|
-
|
|
346
|
-
:param
|
|
347
|
-
:param
|
|
348
|
-
:param
|
|
250
|
+
The dashboard's part position.
|
|
251
|
+
:param int col_span: The dashboard's part column span.
|
|
252
|
+
:param int row_span: The dashboard's part row span.
|
|
253
|
+
:param int x: The dashboard's part x coordinate.
|
|
254
|
+
:param int y: The dashboard's part y coordinate.
|
|
255
|
+
:param Mapping[str, Any] metadata: The dashboard part's metadata.
|
|
349
256
|
"""
|
|
350
|
-
pulumi.set(__self__, "
|
|
351
|
-
|
|
352
|
-
|
|
257
|
+
pulumi.set(__self__, "col_span", col_span)
|
|
258
|
+
pulumi.set(__self__, "row_span", row_span)
|
|
259
|
+
pulumi.set(__self__, "x", x)
|
|
260
|
+
pulumi.set(__self__, "y", y)
|
|
353
261
|
if metadata is not None:
|
|
354
262
|
pulumi.set(__self__, "metadata", metadata)
|
|
355
263
|
|
|
356
264
|
@property
|
|
357
|
-
@pulumi.getter(name="
|
|
358
|
-
def
|
|
359
|
-
"""
|
|
360
|
-
The status of the last operation.
|
|
361
|
-
"""
|
|
362
|
-
return pulumi.get(self, "provisioning_state")
|
|
363
|
-
|
|
364
|
-
@property
|
|
365
|
-
@pulumi.getter
|
|
366
|
-
def lenses(self) -> Optional[Sequence['outputs.DashboardLensResponse']]:
|
|
367
|
-
"""
|
|
368
|
-
The dashboard lenses.
|
|
369
|
-
"""
|
|
370
|
-
return pulumi.get(self, "lenses")
|
|
371
|
-
|
|
372
|
-
@property
|
|
373
|
-
@pulumi.getter
|
|
374
|
-
def metadata(self) -> Optional[Any]:
|
|
375
|
-
"""
|
|
376
|
-
The dashboard metadata.
|
|
377
|
-
"""
|
|
378
|
-
return pulumi.get(self, "metadata")
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
@pulumi.output_type
|
|
382
|
-
class MarkdownPartMetadataResponse(dict):
|
|
383
|
-
"""
|
|
384
|
-
Markdown part metadata.
|
|
385
|
-
"""
|
|
386
|
-
def __init__(__self__, *,
|
|
387
|
-
type: str,
|
|
388
|
-
inputs: Optional[Sequence[Any]] = None,
|
|
389
|
-
settings: Optional['outputs.MarkdownPartMetadataSettingsResponse'] = None):
|
|
390
|
-
"""
|
|
391
|
-
Markdown part metadata.
|
|
392
|
-
:param str type: The dashboard part metadata type.
|
|
393
|
-
Expected value is 'Extension/HubsExtension/PartType/MarkdownPart'.
|
|
394
|
-
:param Sequence[Any] inputs: Input to dashboard part.
|
|
395
|
-
:param 'MarkdownPartMetadataSettingsResponse' settings: Markdown part settings.
|
|
396
|
-
"""
|
|
397
|
-
pulumi.set(__self__, "type", 'Extension/HubsExtension/PartType/MarkdownPart')
|
|
398
|
-
if inputs is not None:
|
|
399
|
-
pulumi.set(__self__, "inputs", inputs)
|
|
400
|
-
if settings is not None:
|
|
401
|
-
pulumi.set(__self__, "settings", settings)
|
|
402
|
-
|
|
403
|
-
@property
|
|
404
|
-
@pulumi.getter
|
|
405
|
-
def type(self) -> str:
|
|
406
|
-
"""
|
|
407
|
-
The dashboard part metadata type.
|
|
408
|
-
Expected value is 'Extension/HubsExtension/PartType/MarkdownPart'.
|
|
409
|
-
"""
|
|
410
|
-
return pulumi.get(self, "type")
|
|
411
|
-
|
|
412
|
-
@property
|
|
413
|
-
@pulumi.getter
|
|
414
|
-
def inputs(self) -> Optional[Sequence[Any]]:
|
|
415
|
-
"""
|
|
416
|
-
Input to dashboard part.
|
|
417
|
-
"""
|
|
418
|
-
return pulumi.get(self, "inputs")
|
|
419
|
-
|
|
420
|
-
@property
|
|
421
|
-
@pulumi.getter
|
|
422
|
-
def settings(self) -> Optional['outputs.MarkdownPartMetadataSettingsResponse']:
|
|
423
|
-
"""
|
|
424
|
-
Markdown part settings.
|
|
425
|
-
"""
|
|
426
|
-
return pulumi.get(self, "settings")
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
@pulumi.output_type
|
|
430
|
-
class MarkdownPartMetadataSettingsContentResponse(dict):
|
|
431
|
-
"""
|
|
432
|
-
The content of markdown part.
|
|
433
|
-
"""
|
|
434
|
-
def __init__(__self__, *,
|
|
435
|
-
settings: Optional['outputs.MarkdownPartMetadataSettingsContentSettingsResponse'] = None):
|
|
436
|
-
"""
|
|
437
|
-
The content of markdown part.
|
|
438
|
-
:param 'MarkdownPartMetadataSettingsContentSettingsResponse' settings: The setting of the content of markdown part.
|
|
439
|
-
"""
|
|
440
|
-
if settings is not None:
|
|
441
|
-
pulumi.set(__self__, "settings", settings)
|
|
442
|
-
|
|
443
|
-
@property
|
|
444
|
-
@pulumi.getter
|
|
445
|
-
def settings(self) -> Optional['outputs.MarkdownPartMetadataSettingsContentSettingsResponse']:
|
|
446
|
-
"""
|
|
447
|
-
The setting of the content of markdown part.
|
|
448
|
-
"""
|
|
449
|
-
return pulumi.get(self, "settings")
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
@pulumi.output_type
|
|
453
|
-
class MarkdownPartMetadataSettingsContentSettingsResponse(dict):
|
|
454
|
-
"""
|
|
455
|
-
The setting of the content of markdown part.
|
|
456
|
-
"""
|
|
457
|
-
@staticmethod
|
|
458
|
-
def __key_warning(key: str):
|
|
459
|
-
suggest = None
|
|
460
|
-
if key == "markdownSource":
|
|
461
|
-
suggest = "markdown_source"
|
|
462
|
-
elif key == "markdownUri":
|
|
463
|
-
suggest = "markdown_uri"
|
|
464
|
-
|
|
465
|
-
if suggest:
|
|
466
|
-
pulumi.log.warn(f"Key '{key}' not found in MarkdownPartMetadataSettingsContentSettingsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
467
|
-
|
|
468
|
-
def __getitem__(self, key: str) -> Any:
|
|
469
|
-
MarkdownPartMetadataSettingsContentSettingsResponse.__key_warning(key)
|
|
470
|
-
return super().__getitem__(key)
|
|
471
|
-
|
|
472
|
-
def get(self, key: str, default = None) -> Any:
|
|
473
|
-
MarkdownPartMetadataSettingsContentSettingsResponse.__key_warning(key)
|
|
474
|
-
return super().get(key, default)
|
|
475
|
-
|
|
476
|
-
def __init__(__self__, *,
|
|
477
|
-
content: Optional[str] = None,
|
|
478
|
-
markdown_source: Optional[int] = None,
|
|
479
|
-
markdown_uri: Optional[str] = None,
|
|
480
|
-
subtitle: Optional[str] = None,
|
|
481
|
-
title: Optional[str] = None):
|
|
482
|
-
"""
|
|
483
|
-
The setting of the content of markdown part.
|
|
484
|
-
:param str content: The content of the markdown part.
|
|
485
|
-
:param int markdown_source: The source of the content of the markdown part.
|
|
486
|
-
:param str markdown_uri: The uri of markdown content.
|
|
487
|
-
:param str subtitle: The subtitle of the markdown part.
|
|
488
|
-
:param str title: The title of the markdown part.
|
|
489
|
-
"""
|
|
490
|
-
if content is not None:
|
|
491
|
-
pulumi.set(__self__, "content", content)
|
|
492
|
-
if markdown_source is not None:
|
|
493
|
-
pulumi.set(__self__, "markdown_source", markdown_source)
|
|
494
|
-
if markdown_uri is not None:
|
|
495
|
-
pulumi.set(__self__, "markdown_uri", markdown_uri)
|
|
496
|
-
if subtitle is not None:
|
|
497
|
-
pulumi.set(__self__, "subtitle", subtitle)
|
|
498
|
-
if title is not None:
|
|
499
|
-
pulumi.set(__self__, "title", title)
|
|
500
|
-
|
|
501
|
-
@property
|
|
502
|
-
@pulumi.getter
|
|
503
|
-
def content(self) -> Optional[str]:
|
|
504
|
-
"""
|
|
505
|
-
The content of the markdown part.
|
|
506
|
-
"""
|
|
507
|
-
return pulumi.get(self, "content")
|
|
508
|
-
|
|
509
|
-
@property
|
|
510
|
-
@pulumi.getter(name="markdownSource")
|
|
511
|
-
def markdown_source(self) -> Optional[int]:
|
|
265
|
+
@pulumi.getter(name="colSpan")
|
|
266
|
+
def col_span(self) -> int:
|
|
512
267
|
"""
|
|
513
|
-
The
|
|
268
|
+
The dashboard's part column span.
|
|
514
269
|
"""
|
|
515
|
-
return pulumi.get(self, "
|
|
270
|
+
return pulumi.get(self, "col_span")
|
|
516
271
|
|
|
517
272
|
@property
|
|
518
|
-
@pulumi.getter(name="
|
|
519
|
-
def
|
|
273
|
+
@pulumi.getter(name="rowSpan")
|
|
274
|
+
def row_span(self) -> int:
|
|
520
275
|
"""
|
|
521
|
-
The
|
|
276
|
+
The dashboard's part row span.
|
|
522
277
|
"""
|
|
523
|
-
return pulumi.get(self, "
|
|
278
|
+
return pulumi.get(self, "row_span")
|
|
524
279
|
|
|
525
280
|
@property
|
|
526
281
|
@pulumi.getter
|
|
527
|
-
def
|
|
282
|
+
def x(self) -> int:
|
|
528
283
|
"""
|
|
529
|
-
The
|
|
284
|
+
The dashboard's part x coordinate.
|
|
530
285
|
"""
|
|
531
|
-
return pulumi.get(self, "
|
|
286
|
+
return pulumi.get(self, "x")
|
|
532
287
|
|
|
533
288
|
@property
|
|
534
289
|
@pulumi.getter
|
|
535
|
-
def
|
|
536
|
-
"""
|
|
537
|
-
The title of the markdown part.
|
|
538
|
-
"""
|
|
539
|
-
return pulumi.get(self, "title")
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
@pulumi.output_type
|
|
543
|
-
class MarkdownPartMetadataSettingsResponse(dict):
|
|
544
|
-
"""
|
|
545
|
-
Markdown part settings.
|
|
546
|
-
"""
|
|
547
|
-
def __init__(__self__, *,
|
|
548
|
-
content: Optional['outputs.MarkdownPartMetadataSettingsContentResponse'] = None):
|
|
290
|
+
def y(self) -> int:
|
|
549
291
|
"""
|
|
550
|
-
|
|
551
|
-
:param 'MarkdownPartMetadataSettingsContentResponse' content: The content of markdown part.
|
|
292
|
+
The dashboard's part y coordinate.
|
|
552
293
|
"""
|
|
553
|
-
|
|
554
|
-
pulumi.set(__self__, "content", content)
|
|
294
|
+
return pulumi.get(self, "y")
|
|
555
295
|
|
|
556
296
|
@property
|
|
557
297
|
@pulumi.getter
|
|
558
|
-
def
|
|
298
|
+
def metadata(self) -> Optional[Mapping[str, Any]]:
|
|
559
299
|
"""
|
|
560
|
-
The
|
|
300
|
+
The dashboard part's metadata.
|
|
561
301
|
"""
|
|
562
|
-
return pulumi.get(self, "
|
|
302
|
+
return pulumi.get(self, "metadata")
|
|
563
303
|
|
|
564
304
|
|
|
565
305
|
@pulumi.output_type
|
|
@@ -630,116 +370,6 @@ class StorageProfileResponse(dict):
|
|
|
630
370
|
return pulumi.get(self, "storage_account_resource_id")
|
|
631
371
|
|
|
632
372
|
|
|
633
|
-
@pulumi.output_type
|
|
634
|
-
class SystemDataResponse(dict):
|
|
635
|
-
"""
|
|
636
|
-
Metadata pertaining to creation and last modification of the resource.
|
|
637
|
-
"""
|
|
638
|
-
@staticmethod
|
|
639
|
-
def __key_warning(key: str):
|
|
640
|
-
suggest = None
|
|
641
|
-
if key == "createdAt":
|
|
642
|
-
suggest = "created_at"
|
|
643
|
-
elif key == "createdBy":
|
|
644
|
-
suggest = "created_by"
|
|
645
|
-
elif key == "createdByType":
|
|
646
|
-
suggest = "created_by_type"
|
|
647
|
-
elif key == "lastModifiedAt":
|
|
648
|
-
suggest = "last_modified_at"
|
|
649
|
-
elif key == "lastModifiedBy":
|
|
650
|
-
suggest = "last_modified_by"
|
|
651
|
-
elif key == "lastModifiedByType":
|
|
652
|
-
suggest = "last_modified_by_type"
|
|
653
|
-
|
|
654
|
-
if suggest:
|
|
655
|
-
pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
656
|
-
|
|
657
|
-
def __getitem__(self, key: str) -> Any:
|
|
658
|
-
SystemDataResponse.__key_warning(key)
|
|
659
|
-
return super().__getitem__(key)
|
|
660
|
-
|
|
661
|
-
def get(self, key: str, default = None) -> Any:
|
|
662
|
-
SystemDataResponse.__key_warning(key)
|
|
663
|
-
return super().get(key, default)
|
|
664
|
-
|
|
665
|
-
def __init__(__self__, *,
|
|
666
|
-
created_at: Optional[str] = None,
|
|
667
|
-
created_by: Optional[str] = None,
|
|
668
|
-
created_by_type: Optional[str] = None,
|
|
669
|
-
last_modified_at: Optional[str] = None,
|
|
670
|
-
last_modified_by: Optional[str] = None,
|
|
671
|
-
last_modified_by_type: Optional[str] = None):
|
|
672
|
-
"""
|
|
673
|
-
Metadata pertaining to creation and last modification of the resource.
|
|
674
|
-
:param str created_at: The timestamp of resource creation (UTC).
|
|
675
|
-
:param str created_by: The identity that created the resource.
|
|
676
|
-
:param str created_by_type: The type of identity that created the resource.
|
|
677
|
-
:param str last_modified_at: The timestamp of resource last modification (UTC)
|
|
678
|
-
:param str last_modified_by: The identity that last modified the resource.
|
|
679
|
-
:param str last_modified_by_type: The type of identity that last modified the resource.
|
|
680
|
-
"""
|
|
681
|
-
if created_at is not None:
|
|
682
|
-
pulumi.set(__self__, "created_at", created_at)
|
|
683
|
-
if created_by is not None:
|
|
684
|
-
pulumi.set(__self__, "created_by", created_by)
|
|
685
|
-
if created_by_type is not None:
|
|
686
|
-
pulumi.set(__self__, "created_by_type", created_by_type)
|
|
687
|
-
if last_modified_at is not None:
|
|
688
|
-
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
|
689
|
-
if last_modified_by is not None:
|
|
690
|
-
pulumi.set(__self__, "last_modified_by", last_modified_by)
|
|
691
|
-
if last_modified_by_type is not None:
|
|
692
|
-
pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
|
|
693
|
-
|
|
694
|
-
@property
|
|
695
|
-
@pulumi.getter(name="createdAt")
|
|
696
|
-
def created_at(self) -> Optional[str]:
|
|
697
|
-
"""
|
|
698
|
-
The timestamp of resource creation (UTC).
|
|
699
|
-
"""
|
|
700
|
-
return pulumi.get(self, "created_at")
|
|
701
|
-
|
|
702
|
-
@property
|
|
703
|
-
@pulumi.getter(name="createdBy")
|
|
704
|
-
def created_by(self) -> Optional[str]:
|
|
705
|
-
"""
|
|
706
|
-
The identity that created the resource.
|
|
707
|
-
"""
|
|
708
|
-
return pulumi.get(self, "created_by")
|
|
709
|
-
|
|
710
|
-
@property
|
|
711
|
-
@pulumi.getter(name="createdByType")
|
|
712
|
-
def created_by_type(self) -> Optional[str]:
|
|
713
|
-
"""
|
|
714
|
-
The type of identity that created the resource.
|
|
715
|
-
"""
|
|
716
|
-
return pulumi.get(self, "created_by_type")
|
|
717
|
-
|
|
718
|
-
@property
|
|
719
|
-
@pulumi.getter(name="lastModifiedAt")
|
|
720
|
-
def last_modified_at(self) -> Optional[str]:
|
|
721
|
-
"""
|
|
722
|
-
The timestamp of resource last modification (UTC)
|
|
723
|
-
"""
|
|
724
|
-
return pulumi.get(self, "last_modified_at")
|
|
725
|
-
|
|
726
|
-
@property
|
|
727
|
-
@pulumi.getter(name="lastModifiedBy")
|
|
728
|
-
def last_modified_by(self) -> Optional[str]:
|
|
729
|
-
"""
|
|
730
|
-
The identity that last modified the resource.
|
|
731
|
-
"""
|
|
732
|
-
return pulumi.get(self, "last_modified_by")
|
|
733
|
-
|
|
734
|
-
@property
|
|
735
|
-
@pulumi.getter(name="lastModifiedByType")
|
|
736
|
-
def last_modified_by_type(self) -> Optional[str]:
|
|
737
|
-
"""
|
|
738
|
-
The type of identity that last modified the resource.
|
|
739
|
-
"""
|
|
740
|
-
return pulumi.get(self, "last_modified_by_type")
|
|
741
|
-
|
|
742
|
-
|
|
743
373
|
@pulumi.output_type
|
|
744
374
|
class TerminalSettingsResponse(dict):
|
|
745
375
|
"""
|