Added help text for data controller (#20057)

Co-authored-by: Candice Ye <canye@microsoft.com>
This commit is contained in:
Candice Ye
2022-07-18 12:03:58 -07:00
committed by GitHub
parent 884da2e577
commit 97288c421e
2 changed files with 14 additions and 0 deletions

View File

@@ -665,6 +665,18 @@
],
"when": true
}
],
"helpTexts": [
{
"template": "%arc.data.controller.help.text%",
"links": [
{
"text": "%arc.data.controller.help.text.documentation.page%",
"url": "https://docs.microsoft.com/cli/azure/connectedk8s?view=azure-cli-latest#az-connectedk8s-connect"
}
],
"when": true
}
]
},
{

View File

@@ -234,6 +234,8 @@
"arc.agreement.sql.help.text.learn.more": "Learn more",
"arc.agreement.sql.help.text.learn.more.ariaLabel": "Learn more about Azure Arc enabled Managed Instance",
"arc.sql.pitr.retention.description": "Configure retention for point-in-time backups. {0}",
"arc.data.controller.help.text": "The Kubernetes cluster must already be arc-enabled with the az connectedk8s connect command. Please use our {0} to learn more.",
"arc.data.controller.help.text.documentation.page": "documentation page"
"arc.agreement.sql.help.text.terms.of.use": "Terms of use",
"arc.agreement.sql.help.text.privacy.policy": "Privacy policy",
"arc.agreement.sql.help.text.azure.marketplace.terms": "Azure Marketplace Terms"