Adding help text for resourceTypes (#14166)

* Adding help text to arc resource deployment.

* Fixing null help text and agreement logic

* Made some types optional
Fixed a language specific link
This commit is contained in:
Aasim Khan
2021-02-04 23:45:29 -08:00
committed by GitHub
parent 71d9c91551
commit 1944813c4a
7 changed files with 81 additions and 14 deletions

View File

@@ -587,6 +587,18 @@
],
"when": "mi-type=azure-sql-mi"
}
],
"helpTexts": [
{
"template": "%azure-sql-mi-help-text%",
"links": [
{
"text": "%azure-sql-mi-help-text-learn-more%",
"url": "https://docs.microsoft.com/azure/azure-sql/managed-instance/sql-managed-instance-paas-overview"
}
],
"when": "mi-type=azure-sql-mi"
}
]
}
]