Change health workspace service title (#3111)

* Rename health workspace services

* Update template_schema.json

Co-authored-by: Marcus Robinson <marrobi@microsoft.com>
This commit is contained in:
Liza Shakury 2023-01-24 12:26:56 +02:00 коммит произвёл GitHub
Родитель bc7378d503
Коммит 5f561584a2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 16 добавлений и 2 удалений

Просмотреть файл

@ -2,10 +2,24 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://github.com/microsoft/AzureTRE/templates/workspace_services/healthcare_services/template_schema.json",
"type": "object",
"title": "Azure Health Workspace Service",
"description": "Provides Azure Health within the workspace",
"title": "Azure Health Data Services Workspace Service",
"description": "Provides Azure Health Data Services within the workspace",
"required": [],
"properties": {
"display_name": {
"type": "string",
"title": "Name for the workspace service",
"description": "The name of the workspace service to be displayed to users",
"default": "Azure Health Data Services",
"updateable": true
},
"description": {
"type": "string",
"title": "Description of the workspace service",
"description": "Description of the workspace service",
"default": "Unify and manage health data and protected health information (PHI) in the cloud.",
"updateable": true
},
"deploy_dicom": {
"$id": "#/properties/deploy_dicom",
"type": "boolean",