From 98d4cd1bbf1f7c0052218a0c839f86702c801eda Mon Sep 17 00:00:00 2001 From: Xiaoyong Zhu Date: Fri, 9 Dec 2022 08:20:50 -0800 Subject: [PATCH 1/2] Update azure_resource_provision.json --- docs/how-to-guides/azure_resource_provision.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/how-to-guides/azure_resource_provision.json b/docs/how-to-guides/azure_resource_provision.json index 2363fa483..a5b3ac726 100644 --- a/docs/how-to-guides/azure_resource_provision.json +++ b/docs/how-to-guides/azure_resource_provision.json @@ -41,8 +41,7 @@ "sqlAdminPassword": { "type": "SecureString", "metadata": { - "description": "Specify the password for SQL Database admin. Please note that the password can't contain semicolon (;) - as it conflicts with connection string delimiter" + "description": "Specify the password for SQL Database admin. Please note that the password can't contain semicolon (;) as it conflicts with connection string delimiter" } }, "registryBackend": { From c4976fa3398ae5100a8d0fe7b919f1a9d6db2785 Mon Sep 17 00:00:00 2001 From: Xiaoyong Zhu Date: Fri, 9 Dec 2022 08:25:32 -0800 Subject: [PATCH 2/2] Update azure_resource_provision.json --- docs/how-to-guides/azure_resource_provision.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to-guides/azure_resource_provision.json b/docs/how-to-guides/azure_resource_provision.json index a5b3ac726..67ab0822b 100644 --- a/docs/how-to-guides/azure_resource_provision.json +++ b/docs/how-to-guides/azure_resource_provision.json @@ -41,7 +41,7 @@ "sqlAdminPassword": { "type": "SecureString", "metadata": { - "description": "Specify the password for SQL Database admin. Please note that the password can't contain semicolon (;) as it conflicts with connection string delimiter" + "description": "Specify the password for SQL Database admin. Please note that the password can not contain semicolon (;) as it conflicts with connection string delimiter" } }, "registryBackend": {