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
|
@@ -13,8 +13,6 @@ if sys.version_info >= (3, 11):
|
|
|
13
13
|
else:
|
|
14
14
|
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
15
|
from .. import _utilities
|
|
16
|
-
from . import outputs
|
|
17
|
-
from ._inputs import *
|
|
18
16
|
|
|
19
17
|
__all__ = ['TenantConfigurationArgs', 'TenantConfiguration']
|
|
20
18
|
|
|
@@ -22,22 +20,22 @@ __all__ = ['TenantConfigurationArgs', 'TenantConfiguration']
|
|
|
22
20
|
class TenantConfigurationArgs:
|
|
23
21
|
def __init__(__self__, *,
|
|
24
22
|
configuration_name: Optional[pulumi.Input[str]] = None,
|
|
25
|
-
|
|
23
|
+
enforce_private_markdown_storage: Optional[pulumi.Input[bool]] = None):
|
|
26
24
|
"""
|
|
27
25
|
The set of arguments for constructing a TenantConfiguration resource.
|
|
28
|
-
:param pulumi.Input[str] configuration_name: The name
|
|
29
|
-
:param pulumi.Input[
|
|
26
|
+
:param pulumi.Input[str] configuration_name: The configuration name. Value must be 'default'
|
|
27
|
+
:param pulumi.Input[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.
|
|
30
28
|
"""
|
|
31
29
|
if configuration_name is not None:
|
|
32
30
|
pulumi.set(__self__, "configuration_name", configuration_name)
|
|
33
|
-
if
|
|
34
|
-
pulumi.set(__self__, "
|
|
31
|
+
if enforce_private_markdown_storage is not None:
|
|
32
|
+
pulumi.set(__self__, "enforce_private_markdown_storage", enforce_private_markdown_storage)
|
|
35
33
|
|
|
36
34
|
@property
|
|
37
35
|
@pulumi.getter(name="configurationName")
|
|
38
36
|
def configuration_name(self) -> Optional[pulumi.Input[str]]:
|
|
39
37
|
"""
|
|
40
|
-
The name
|
|
38
|
+
The configuration name. Value must be 'default'
|
|
41
39
|
"""
|
|
42
40
|
return pulumi.get(self, "configuration_name")
|
|
43
41
|
|
|
@@ -46,16 +44,16 @@ class TenantConfigurationArgs:
|
|
|
46
44
|
pulumi.set(self, "configuration_name", value)
|
|
47
45
|
|
|
48
46
|
@property
|
|
49
|
-
@pulumi.getter
|
|
50
|
-
def
|
|
47
|
+
@pulumi.getter(name="enforcePrivateMarkdownStorage")
|
|
48
|
+
def enforce_private_markdown_storage(self) -> Optional[pulumi.Input[bool]]:
|
|
51
49
|
"""
|
|
52
|
-
The
|
|
50
|
+
When flag is set to true Markdown tile will require external storage configuration (URI). The inline content configuration will be prohibited.
|
|
53
51
|
"""
|
|
54
|
-
return pulumi.get(self, "
|
|
52
|
+
return pulumi.get(self, "enforce_private_markdown_storage")
|
|
55
53
|
|
|
56
|
-
@
|
|
57
|
-
def
|
|
58
|
-
pulumi.set(self, "
|
|
54
|
+
@enforce_private_markdown_storage.setter
|
|
55
|
+
def enforce_private_markdown_storage(self, value: Optional[pulumi.Input[bool]]):
|
|
56
|
+
pulumi.set(self, "enforce_private_markdown_storage", value)
|
|
59
57
|
|
|
60
58
|
|
|
61
59
|
class TenantConfiguration(pulumi.CustomResource):
|
|
@@ -64,16 +62,16 @@ class TenantConfiguration(pulumi.CustomResource):
|
|
|
64
62
|
resource_name: str,
|
|
65
63
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
66
64
|
configuration_name: Optional[pulumi.Input[str]] = None,
|
|
67
|
-
|
|
65
|
+
enforce_private_markdown_storage: Optional[pulumi.Input[bool]] = None,
|
|
68
66
|
__props__=None):
|
|
69
67
|
"""
|
|
70
|
-
|
|
68
|
+
Tenant configuration.
|
|
71
69
|
Azure REST API version: 2020-09-01-preview. Prior API version in Azure Native 1.x: 2020-09-01-preview.
|
|
72
70
|
|
|
73
71
|
:param str resource_name: The name of the resource.
|
|
74
72
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
75
|
-
:param pulumi.Input[str] configuration_name: The name
|
|
76
|
-
:param pulumi.Input[
|
|
73
|
+
:param pulumi.Input[str] configuration_name: The configuration name. Value must be 'default'
|
|
74
|
+
:param pulumi.Input[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.
|
|
77
75
|
"""
|
|
78
76
|
...
|
|
79
77
|
@overload
|
|
@@ -82,7 +80,7 @@ class TenantConfiguration(pulumi.CustomResource):
|
|
|
82
80
|
args: Optional[TenantConfigurationArgs] = None,
|
|
83
81
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
84
82
|
"""
|
|
85
|
-
|
|
83
|
+
Tenant configuration.
|
|
86
84
|
Azure REST API version: 2020-09-01-preview. Prior API version in Azure Native 1.x: 2020-09-01-preview.
|
|
87
85
|
|
|
88
86
|
:param str resource_name: The name of the resource.
|
|
@@ -101,7 +99,7 @@ class TenantConfiguration(pulumi.CustomResource):
|
|
|
101
99
|
resource_name: str,
|
|
102
100
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
103
101
|
configuration_name: Optional[pulumi.Input[str]] = None,
|
|
104
|
-
|
|
102
|
+
enforce_private_markdown_storage: Optional[pulumi.Input[bool]] = None,
|
|
105
103
|
__props__=None):
|
|
106
104
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
107
105
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -112,9 +110,8 @@ class TenantConfiguration(pulumi.CustomResource):
|
|
|
112
110
|
__props__ = TenantConfigurationArgs.__new__(TenantConfigurationArgs)
|
|
113
111
|
|
|
114
112
|
__props__.__dict__["configuration_name"] = configuration_name
|
|
115
|
-
__props__.__dict__["
|
|
113
|
+
__props__.__dict__["enforce_private_markdown_storage"] = enforce_private_markdown_storage
|
|
116
114
|
__props__.__dict__["name"] = None
|
|
117
|
-
__props__.__dict__["system_data"] = None
|
|
118
115
|
__props__.__dict__["type"] = None
|
|
119
116
|
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:portal/v20190101preview:TenantConfiguration"), pulumi.Alias(type_="azure-native:portal/v20200901preview:TenantConfiguration")])
|
|
120
117
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
@@ -140,35 +137,26 @@ class TenantConfiguration(pulumi.CustomResource):
|
|
|
140
137
|
|
|
141
138
|
__props__ = TenantConfigurationArgs.__new__(TenantConfigurationArgs)
|
|
142
139
|
|
|
140
|
+
__props__.__dict__["enforce_private_markdown_storage"] = None
|
|
143
141
|
__props__.__dict__["name"] = None
|
|
144
|
-
__props__.__dict__["properties"] = None
|
|
145
|
-
__props__.__dict__["system_data"] = None
|
|
146
142
|
__props__.__dict__["type"] = None
|
|
147
143
|
return TenantConfiguration(resource_name, opts=opts, __props__=__props__)
|
|
148
144
|
|
|
149
145
|
@property
|
|
150
|
-
@pulumi.getter
|
|
151
|
-
def
|
|
146
|
+
@pulumi.getter(name="enforcePrivateMarkdownStorage")
|
|
147
|
+
def enforce_private_markdown_storage(self) -> pulumi.Output[Optional[bool]]:
|
|
152
148
|
"""
|
|
153
|
-
The
|
|
149
|
+
When flag is set to true Markdown tile will require external storage configuration (URI). The inline content configuration will be prohibited.
|
|
154
150
|
"""
|
|
155
|
-
return pulumi.get(self, "
|
|
151
|
+
return pulumi.get(self, "enforce_private_markdown_storage")
|
|
156
152
|
|
|
157
153
|
@property
|
|
158
154
|
@pulumi.getter
|
|
159
|
-
def
|
|
160
|
-
"""
|
|
161
|
-
The resource-specific properties for this resource.
|
|
162
|
-
"""
|
|
163
|
-
return pulumi.get(self, "properties")
|
|
164
|
-
|
|
165
|
-
@property
|
|
166
|
-
@pulumi.getter(name="systemData")
|
|
167
|
-
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
155
|
+
def name(self) -> pulumi.Output[str]:
|
|
168
156
|
"""
|
|
169
|
-
|
|
157
|
+
The name of the resource
|
|
170
158
|
"""
|
|
171
|
-
return pulumi.get(self, "
|
|
159
|
+
return pulumi.get(self, "name")
|
|
172
160
|
|
|
173
161
|
@property
|
|
174
162
|
@pulumi.getter
|
|
@@ -13,23 +13,18 @@ if sys.version_info >= (3, 11):
|
|
|
13
13
|
else:
|
|
14
14
|
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
15
|
from ... import _utilities
|
|
16
|
-
from ._enums import *
|
|
17
16
|
|
|
18
17
|
__all__ = [
|
|
19
|
-
'ConfigurationPropertiesArgs',
|
|
20
|
-
'ConfigurationPropertiesArgsDict',
|
|
21
18
|
'DashboardLensArgs',
|
|
22
19
|
'DashboardLensArgsDict',
|
|
23
20
|
'DashboardPartsPositionArgs',
|
|
24
21
|
'DashboardPartsPositionArgsDict',
|
|
25
22
|
'DashboardPartsArgs',
|
|
26
23
|
'DashboardPartsArgsDict',
|
|
27
|
-
'
|
|
28
|
-
'
|
|
29
|
-
'
|
|
30
|
-
'
|
|
31
|
-
'MarkdownPartMetadataSettingsContentArgs',
|
|
32
|
-
'MarkdownPartMetadataSettingsContentArgsDict',
|
|
24
|
+
'MarkdownPartMetadataContentArgs',
|
|
25
|
+
'MarkdownPartMetadataContentArgsDict',
|
|
26
|
+
'MarkdownPartMetadataSettingsSettingsArgs',
|
|
27
|
+
'MarkdownPartMetadataSettingsSettingsArgsDict',
|
|
33
28
|
'MarkdownPartMetadataSettingsArgs',
|
|
34
29
|
'MarkdownPartMetadataSettingsArgsDict',
|
|
35
30
|
'MarkdownPartMetadataArgs',
|
|
@@ -38,42 +33,6 @@ __all__ = [
|
|
|
38
33
|
|
|
39
34
|
MYPY = False
|
|
40
35
|
|
|
41
|
-
if not MYPY:
|
|
42
|
-
class ConfigurationPropertiesArgsDict(TypedDict):
|
|
43
|
-
"""
|
|
44
|
-
Tenant Configuration Properties with Provisioning state
|
|
45
|
-
"""
|
|
46
|
-
enforce_private_markdown_storage: NotRequired[pulumi.Input[bool]]
|
|
47
|
-
"""
|
|
48
|
-
When flag is set to true Markdown tile will require external storage configuration (URI). The inline content configuration will be prohibited.
|
|
49
|
-
"""
|
|
50
|
-
elif False:
|
|
51
|
-
ConfigurationPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
52
|
-
|
|
53
|
-
@pulumi.input_type
|
|
54
|
-
class ConfigurationPropertiesArgs:
|
|
55
|
-
def __init__(__self__, *,
|
|
56
|
-
enforce_private_markdown_storage: Optional[pulumi.Input[bool]] = None):
|
|
57
|
-
"""
|
|
58
|
-
Tenant Configuration Properties with Provisioning state
|
|
59
|
-
:param pulumi.Input[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.
|
|
60
|
-
"""
|
|
61
|
-
if enforce_private_markdown_storage is not None:
|
|
62
|
-
pulumi.set(__self__, "enforce_private_markdown_storage", enforce_private_markdown_storage)
|
|
63
|
-
|
|
64
|
-
@property
|
|
65
|
-
@pulumi.getter(name="enforcePrivateMarkdownStorage")
|
|
66
|
-
def enforce_private_markdown_storage(self) -> Optional[pulumi.Input[bool]]:
|
|
67
|
-
"""
|
|
68
|
-
When flag is set to true Markdown tile will require external storage configuration (URI). The inline content configuration will be prohibited.
|
|
69
|
-
"""
|
|
70
|
-
return pulumi.get(self, "enforce_private_markdown_storage")
|
|
71
|
-
|
|
72
|
-
@enforce_private_markdown_storage.setter
|
|
73
|
-
def enforce_private_markdown_storage(self, value: Optional[pulumi.Input[bool]]):
|
|
74
|
-
pulumi.set(self, "enforce_private_markdown_storage", value)
|
|
75
|
-
|
|
76
|
-
|
|
77
36
|
if not MYPY:
|
|
78
37
|
class DashboardLensArgsDict(TypedDict):
|
|
79
38
|
"""
|
|
@@ -87,7 +46,7 @@ if not MYPY:
|
|
|
87
46
|
"""
|
|
88
47
|
The dashboard parts.
|
|
89
48
|
"""
|
|
90
|
-
metadata: NotRequired[Any]
|
|
49
|
+
metadata: NotRequired[pulumi.Input[Mapping[str, Any]]]
|
|
91
50
|
"""
|
|
92
51
|
The dashboard len's metadata.
|
|
93
52
|
"""
|
|
@@ -99,12 +58,12 @@ class DashboardLensArgs:
|
|
|
99
58
|
def __init__(__self__, *,
|
|
100
59
|
order: pulumi.Input[int],
|
|
101
60
|
parts: pulumi.Input[Sequence[pulumi.Input['DashboardPartsArgs']]],
|
|
102
|
-
metadata: Optional[Any] = None):
|
|
61
|
+
metadata: Optional[pulumi.Input[Mapping[str, Any]]] = None):
|
|
103
62
|
"""
|
|
104
63
|
A dashboard lens.
|
|
105
64
|
:param pulumi.Input[int] order: The lens order.
|
|
106
65
|
:param pulumi.Input[Sequence[pulumi.Input['DashboardPartsArgs']]] parts: The dashboard parts.
|
|
107
|
-
:param Any metadata: The dashboard len's metadata.
|
|
66
|
+
:param pulumi.Input[Mapping[str, Any]] metadata: The dashboard len's metadata.
|
|
108
67
|
"""
|
|
109
68
|
pulumi.set(__self__, "order", order)
|
|
110
69
|
pulumi.set(__self__, "parts", parts)
|
|
@@ -137,14 +96,14 @@ class DashboardLensArgs:
|
|
|
137
96
|
|
|
138
97
|
@property
|
|
139
98
|
@pulumi.getter
|
|
140
|
-
def metadata(self) -> Optional[Any]:
|
|
99
|
+
def metadata(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
|
141
100
|
"""
|
|
142
101
|
The dashboard len's metadata.
|
|
143
102
|
"""
|
|
144
103
|
return pulumi.get(self, "metadata")
|
|
145
104
|
|
|
146
105
|
@metadata.setter
|
|
147
|
-
def metadata(self, value: Optional[Any]):
|
|
106
|
+
def metadata(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
|
|
148
107
|
pulumi.set(self, "metadata", value)
|
|
149
108
|
|
|
150
109
|
|
|
@@ -169,7 +128,7 @@ if not MYPY:
|
|
|
169
128
|
"""
|
|
170
129
|
The dashboard's part y coordinate.
|
|
171
130
|
"""
|
|
172
|
-
metadata: NotRequired[Any]
|
|
131
|
+
metadata: NotRequired[pulumi.Input[Mapping[str, Any]]]
|
|
173
132
|
"""
|
|
174
133
|
The dashboard part's metadata.
|
|
175
134
|
"""
|
|
@@ -183,14 +142,14 @@ class DashboardPartsPositionArgs:
|
|
|
183
142
|
row_span: pulumi.Input[int],
|
|
184
143
|
x: pulumi.Input[int],
|
|
185
144
|
y: pulumi.Input[int],
|
|
186
|
-
metadata: Optional[Any] = None):
|
|
145
|
+
metadata: Optional[pulumi.Input[Mapping[str, Any]]] = None):
|
|
187
146
|
"""
|
|
188
147
|
The dashboard's part position.
|
|
189
148
|
:param pulumi.Input[int] col_span: The dashboard's part column span.
|
|
190
149
|
:param pulumi.Input[int] row_span: The dashboard's part row span.
|
|
191
150
|
:param pulumi.Input[int] x: The dashboard's part x coordinate.
|
|
192
151
|
:param pulumi.Input[int] y: The dashboard's part y coordinate.
|
|
193
|
-
:param Any metadata: The dashboard part's metadata.
|
|
152
|
+
:param pulumi.Input[Mapping[str, Any]] metadata: The dashboard part's metadata.
|
|
194
153
|
"""
|
|
195
154
|
pulumi.set(__self__, "col_span", col_span)
|
|
196
155
|
pulumi.set(__self__, "row_span", row_span)
|
|
@@ -249,14 +208,14 @@ class DashboardPartsPositionArgs:
|
|
|
249
208
|
|
|
250
209
|
@property
|
|
251
210
|
@pulumi.getter
|
|
252
|
-
def metadata(self) -> Optional[Any]:
|
|
211
|
+
def metadata(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
|
253
212
|
"""
|
|
254
213
|
The dashboard part's metadata.
|
|
255
214
|
"""
|
|
256
215
|
return pulumi.get(self, "metadata")
|
|
257
216
|
|
|
258
217
|
@metadata.setter
|
|
259
|
-
def metadata(self, value: Optional[Any]):
|
|
218
|
+
def metadata(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
|
|
260
219
|
pulumi.set(self, "metadata", value)
|
|
261
220
|
|
|
262
221
|
|
|
@@ -316,63 +275,43 @@ class DashboardPartsArgs:
|
|
|
316
275
|
|
|
317
276
|
|
|
318
277
|
if not MYPY:
|
|
319
|
-
class
|
|
320
|
-
"""
|
|
321
|
-
Dashboard Properties with Provisioning state
|
|
322
|
-
"""
|
|
323
|
-
lenses: NotRequired[pulumi.Input[Sequence[pulumi.Input['DashboardLensArgsDict']]]]
|
|
278
|
+
class MarkdownPartMetadataContentArgsDict(TypedDict):
|
|
324
279
|
"""
|
|
325
|
-
The
|
|
280
|
+
The content of markdown part.
|
|
326
281
|
"""
|
|
327
|
-
|
|
282
|
+
settings: NotRequired[pulumi.Input['MarkdownPartMetadataSettingsSettingsArgsDict']]
|
|
328
283
|
"""
|
|
329
|
-
The
|
|
284
|
+
The setting of the content of markdown part.
|
|
330
285
|
"""
|
|
331
286
|
elif False:
|
|
332
|
-
|
|
287
|
+
MarkdownPartMetadataContentArgsDict: TypeAlias = Mapping[str, Any]
|
|
333
288
|
|
|
334
289
|
@pulumi.input_type
|
|
335
|
-
class
|
|
290
|
+
class MarkdownPartMetadataContentArgs:
|
|
336
291
|
def __init__(__self__, *,
|
|
337
|
-
|
|
338
|
-
metadata: Optional[Any] = None):
|
|
292
|
+
settings: Optional[pulumi.Input['MarkdownPartMetadataSettingsSettingsArgs']] = None):
|
|
339
293
|
"""
|
|
340
|
-
|
|
341
|
-
:param pulumi.Input[
|
|
342
|
-
:param Any metadata: The dashboard metadata.
|
|
343
|
-
"""
|
|
344
|
-
if lenses is not None:
|
|
345
|
-
pulumi.set(__self__, "lenses", lenses)
|
|
346
|
-
if metadata is not None:
|
|
347
|
-
pulumi.set(__self__, "metadata", metadata)
|
|
348
|
-
|
|
349
|
-
@property
|
|
350
|
-
@pulumi.getter
|
|
351
|
-
def lenses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DashboardLensArgs']]]]:
|
|
352
|
-
"""
|
|
353
|
-
The dashboard lenses.
|
|
294
|
+
The content of markdown part.
|
|
295
|
+
:param pulumi.Input['MarkdownPartMetadataSettingsSettingsArgs'] settings: The setting of the content of markdown part.
|
|
354
296
|
"""
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
@lenses.setter
|
|
358
|
-
def lenses(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DashboardLensArgs']]]]):
|
|
359
|
-
pulumi.set(self, "lenses", value)
|
|
297
|
+
if settings is not None:
|
|
298
|
+
pulumi.set(__self__, "settings", settings)
|
|
360
299
|
|
|
361
300
|
@property
|
|
362
301
|
@pulumi.getter
|
|
363
|
-
def
|
|
302
|
+
def settings(self) -> Optional[pulumi.Input['MarkdownPartMetadataSettingsSettingsArgs']]:
|
|
364
303
|
"""
|
|
365
|
-
The
|
|
304
|
+
The setting of the content of markdown part.
|
|
366
305
|
"""
|
|
367
|
-
return pulumi.get(self, "
|
|
306
|
+
return pulumi.get(self, "settings")
|
|
368
307
|
|
|
369
|
-
@
|
|
370
|
-
def
|
|
371
|
-
pulumi.set(self, "
|
|
308
|
+
@settings.setter
|
|
309
|
+
def settings(self, value: Optional[pulumi.Input['MarkdownPartMetadataSettingsSettingsArgs']]):
|
|
310
|
+
pulumi.set(self, "settings", value)
|
|
372
311
|
|
|
373
312
|
|
|
374
313
|
if not MYPY:
|
|
375
|
-
class
|
|
314
|
+
class MarkdownPartMetadataSettingsSettingsArgsDict(TypedDict):
|
|
376
315
|
"""
|
|
377
316
|
The setting of the content of markdown part.
|
|
378
317
|
"""
|
|
@@ -397,10 +336,10 @@ if not MYPY:
|
|
|
397
336
|
The title of the markdown part.
|
|
398
337
|
"""
|
|
399
338
|
elif False:
|
|
400
|
-
|
|
339
|
+
MarkdownPartMetadataSettingsSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
401
340
|
|
|
402
341
|
@pulumi.input_type
|
|
403
|
-
class
|
|
342
|
+
class MarkdownPartMetadataSettingsSettingsArgs:
|
|
404
343
|
def __init__(__self__, *,
|
|
405
344
|
content: Optional[pulumi.Input[str]] = None,
|
|
406
345
|
markdown_source: Optional[pulumi.Input[int]] = None,
|
|
@@ -487,48 +426,12 @@ class MarkdownPartMetadataSettingsContentSettingsArgs:
|
|
|
487
426
|
pulumi.set(self, "title", value)
|
|
488
427
|
|
|
489
428
|
|
|
490
|
-
if not MYPY:
|
|
491
|
-
class MarkdownPartMetadataSettingsContentArgsDict(TypedDict):
|
|
492
|
-
"""
|
|
493
|
-
The content of markdown part.
|
|
494
|
-
"""
|
|
495
|
-
settings: NotRequired[pulumi.Input['MarkdownPartMetadataSettingsContentSettingsArgsDict']]
|
|
496
|
-
"""
|
|
497
|
-
The setting of the content of markdown part.
|
|
498
|
-
"""
|
|
499
|
-
elif False:
|
|
500
|
-
MarkdownPartMetadataSettingsContentArgsDict: TypeAlias = Mapping[str, Any]
|
|
501
|
-
|
|
502
|
-
@pulumi.input_type
|
|
503
|
-
class MarkdownPartMetadataSettingsContentArgs:
|
|
504
|
-
def __init__(__self__, *,
|
|
505
|
-
settings: Optional[pulumi.Input['MarkdownPartMetadataSettingsContentSettingsArgs']] = None):
|
|
506
|
-
"""
|
|
507
|
-
The content of markdown part.
|
|
508
|
-
:param pulumi.Input['MarkdownPartMetadataSettingsContentSettingsArgs'] settings: The setting of the content of markdown part.
|
|
509
|
-
"""
|
|
510
|
-
if settings is not None:
|
|
511
|
-
pulumi.set(__self__, "settings", settings)
|
|
512
|
-
|
|
513
|
-
@property
|
|
514
|
-
@pulumi.getter
|
|
515
|
-
def settings(self) -> Optional[pulumi.Input['MarkdownPartMetadataSettingsContentSettingsArgs']]:
|
|
516
|
-
"""
|
|
517
|
-
The setting of the content of markdown part.
|
|
518
|
-
"""
|
|
519
|
-
return pulumi.get(self, "settings")
|
|
520
|
-
|
|
521
|
-
@settings.setter
|
|
522
|
-
def settings(self, value: Optional[pulumi.Input['MarkdownPartMetadataSettingsContentSettingsArgs']]):
|
|
523
|
-
pulumi.set(self, "settings", value)
|
|
524
|
-
|
|
525
|
-
|
|
526
429
|
if not MYPY:
|
|
527
430
|
class MarkdownPartMetadataSettingsArgsDict(TypedDict):
|
|
528
431
|
"""
|
|
529
432
|
Markdown part settings.
|
|
530
433
|
"""
|
|
531
|
-
content: NotRequired[pulumi.Input['
|
|
434
|
+
content: NotRequired[pulumi.Input['MarkdownPartMetadataContentArgsDict']]
|
|
532
435
|
"""
|
|
533
436
|
The content of markdown part.
|
|
534
437
|
"""
|
|
@@ -538,24 +441,24 @@ elif False:
|
|
|
538
441
|
@pulumi.input_type
|
|
539
442
|
class MarkdownPartMetadataSettingsArgs:
|
|
540
443
|
def __init__(__self__, *,
|
|
541
|
-
content: Optional[pulumi.Input['
|
|
444
|
+
content: Optional[pulumi.Input['MarkdownPartMetadataContentArgs']] = None):
|
|
542
445
|
"""
|
|
543
446
|
Markdown part settings.
|
|
544
|
-
:param pulumi.Input['
|
|
447
|
+
:param pulumi.Input['MarkdownPartMetadataContentArgs'] content: The content of markdown part.
|
|
545
448
|
"""
|
|
546
449
|
if content is not None:
|
|
547
450
|
pulumi.set(__self__, "content", content)
|
|
548
451
|
|
|
549
452
|
@property
|
|
550
453
|
@pulumi.getter
|
|
551
|
-
def content(self) -> Optional[pulumi.Input['
|
|
454
|
+
def content(self) -> Optional[pulumi.Input['MarkdownPartMetadataContentArgs']]:
|
|
552
455
|
"""
|
|
553
456
|
The content of markdown part.
|
|
554
457
|
"""
|
|
555
458
|
return pulumi.get(self, "content")
|
|
556
459
|
|
|
557
460
|
@content.setter
|
|
558
|
-
def content(self, value: Optional[pulumi.Input['
|
|
461
|
+
def content(self, value: Optional[pulumi.Input['MarkdownPartMetadataContentArgs']]):
|
|
559
462
|
pulumi.set(self, "content", value)
|
|
560
463
|
|
|
561
464
|
|
|
@@ -566,7 +469,7 @@ if not MYPY:
|
|
|
566
469
|
"""
|
|
567
470
|
type: pulumi.Input[str]
|
|
568
471
|
"""
|
|
569
|
-
The dashboard part
|
|
472
|
+
The type of dashboard part.
|
|
570
473
|
Expected value is 'Extension/HubsExtension/PartType/MarkdownPart'.
|
|
571
474
|
"""
|
|
572
475
|
inputs: NotRequired[pulumi.Input[Sequence[Any]]]
|
|
@@ -588,7 +491,7 @@ class MarkdownPartMetadataArgs:
|
|
|
588
491
|
settings: Optional[pulumi.Input['MarkdownPartMetadataSettingsArgs']] = None):
|
|
589
492
|
"""
|
|
590
493
|
Markdown part metadata.
|
|
591
|
-
:param pulumi.Input[str] type: The dashboard part
|
|
494
|
+
:param pulumi.Input[str] type: The type of dashboard part.
|
|
592
495
|
Expected value is 'Extension/HubsExtension/PartType/MarkdownPart'.
|
|
593
496
|
:param pulumi.Input[Sequence[Any]] inputs: Input to dashboard part.
|
|
594
497
|
:param pulumi.Input['MarkdownPartMetadataSettingsArgs'] settings: Markdown part settings.
|
|
@@ -603,7 +506,7 @@ class MarkdownPartMetadataArgs:
|
|
|
603
506
|
@pulumi.getter
|
|
604
507
|
def type(self) -> pulumi.Input[str]:
|
|
605
508
|
"""
|
|
606
|
-
The dashboard part
|
|
509
|
+
The type of dashboard part.
|
|
607
510
|
Expected value is 'Extension/HubsExtension/PartType/MarkdownPart'.
|
|
608
511
|
"""
|
|
609
512
|
return pulumi.get(self, "type")
|