From c393e25502394712468f7f2cb4ab1772303d8530 Mon Sep 17 00:00:00 2001 From: David Coulter Date: Mon, 18 Feb 2019 13:37:17 -0800 Subject: [PATCH] Improving secretVersion description --- .../preview/2018-11-01-preview/blueprintAssignment.json | 2 +- .../preview/2018-11-01-preview/blueprintDefinition.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/blueprint/resource-manager/Microsoft.Blueprint/preview/2018-11-01-preview/blueprintAssignment.json b/specification/blueprint/resource-manager/Microsoft.Blueprint/preview/2018-11-01-preview/blueprintAssignment.json index db34be05c81a..f146fdb4b7ec 100644 --- a/specification/blueprint/resource-manager/Microsoft.Blueprint/preview/2018-11-01-preview/blueprintAssignment.json +++ b/specification/blueprint/resource-manager/Microsoft.Blueprint/preview/2018-11-01-preview/blueprintAssignment.json @@ -411,7 +411,7 @@ "type": "string" }, "secretVersion": { - "description": "If multiple versions, the version of the secret.", + "description": "The version of the secret to use. If left blank, the latest version of the secret is used.", "type": "string" } }, diff --git a/specification/blueprint/resource-manager/Microsoft.Blueprint/preview/2018-11-01-preview/blueprintDefinition.json b/specification/blueprint/resource-manager/Microsoft.Blueprint/preview/2018-11-01-preview/blueprintDefinition.json index 38fe28a6dfcb..9e3930acada0 100644 --- a/specification/blueprint/resource-manager/Microsoft.Blueprint/preview/2018-11-01-preview/blueprintDefinition.json +++ b/specification/blueprint/resource-manager/Microsoft.Blueprint/preview/2018-11-01-preview/blueprintDefinition.json @@ -1099,7 +1099,7 @@ "type": "string" }, "secretVersion": { - "description": "If multiple versions, the version of the secret.", + "description": "The version of the secret to use. If left blank, the latest version of the secret is used.", "type": "string" } },