From 3fb99249d319cfa13cd5039fb65d27358d62cb64 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Tue, 19 Feb 2019 13:29:19 -0800 Subject: [PATCH] Generated from c393e25502394712468f7f2cb4ab1772303d8530 (#4096) Improving secretVersion description --- .../blueprint/mgmt/2018-11-01-preview/blueprint/models.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/preview/blueprint/mgmt/2018-11-01-preview/blueprint/models.go b/services/preview/blueprint/mgmt/2018-11-01-preview/blueprint/models.go index e5247017ff6b..f1e0409876a4 100644 --- a/services/preview/blueprint/mgmt/2018-11-01-preview/blueprint/models.go +++ b/services/preview/blueprint/mgmt/2018-11-01-preview/blueprint/models.go @@ -2240,7 +2240,7 @@ type SecretValueReference struct { KeyVault *KeyVaultReference `json:"keyVault,omitempty"` // SecretName - Name of the secret. SecretName *string `json:"secretName,omitempty"` - // SecretVersion - If multiple versions, the version of the secret. + // SecretVersion - The version of the secret to use. If left blank, the latest version of the secret is used. SecretVersion *string `json:"secretVersion,omitempty"` }