From 79e3fc46f621fb7fee659ad05df83413e5aed040 Mon Sep 17 00:00:00 2001 From: Jack Lichwa <52512203+jlichwa@users.noreply.github.com> Date: Mon, 17 Aug 2020 18:59:41 -0700 Subject: [PATCH 1/4] Update certificates.json --- .../data-plane/Microsoft.KeyVault/stable/7.1/certificates.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.1/certificates.json b/specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.1/certificates.json index 6760c1d5970b..d4f62a458da8 100644 --- a/specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.1/certificates.json +++ b/specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.1/certificates.json @@ -1842,7 +1842,7 @@ "value": { "x-ms-client-name": "base64EncodedCertificate", "type": "string", - "description": "Base64 encoded representation of the certificate object to import. This certificate needs to contain the private key." + "description": "A PEM file or a Base64 encoded PFX file. PEM files need to contain the private key." }, "pwd": { "x-ms-client-name": "password", From 8ea1fbca944c442be702b96929aec7e673c70a61 Mon Sep 17 00:00:00 2001 From: Jack Lichwa <52512203+jlichwa@users.noreply.github.com> Date: Mon, 17 Aug 2020 19:02:21 -0700 Subject: [PATCH 2/4] Update keyvault.json --- .../data-plane/Microsoft.KeyVault/stable/7.0/keyvault.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.0/keyvault.json b/specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.0/keyvault.json index e7394ee8cb47..b1f0be5b819e 100644 --- a/specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.0/keyvault.json +++ b/specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.0/keyvault.json @@ -5236,7 +5236,7 @@ "value": { "x-ms-client-name": "base64EncodedCertificate", "type": "string", - "description": "Base64 encoded representation of the certificate object to import. This certificate needs to contain the private key." + "description": "A PEM file or a Base64 encoded PFX file. PEM files need to contain the private key." }, "pwd": { "x-ms-client-name": "password", From c29d6b14df2b71c91d65f91122fa82e5c391ab93 Mon Sep 17 00:00:00 2001 From: Jack Lichwa <52512203+jlichwa@users.noreply.github.com> Date: Tue, 18 Aug 2020 11:23:04 -0700 Subject: [PATCH 3/4] Update specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.0/keyvault.json Co-authored-by: Heath Stewart --- .../data-plane/Microsoft.KeyVault/stable/7.0/keyvault.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.0/keyvault.json b/specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.0/keyvault.json index b1f0be5b819e..af96f3dada61 100644 --- a/specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.0/keyvault.json +++ b/specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.0/keyvault.json @@ -5236,7 +5236,7 @@ "value": { "x-ms-client-name": "base64EncodedCertificate", "type": "string", - "description": "A PEM file or a Base64 encoded PFX file. PEM files need to contain the private key." + "description": "A PEM file or a base64-encoded PFX file. PEM files need to contain the private key." }, "pwd": { "x-ms-client-name": "password", From e62409e8c3e38f6ea76daf9e08dc67a671fdf359 Mon Sep 17 00:00:00 2001 From: Jack Lichwa <52512203+jlichwa@users.noreply.github.com> Date: Tue, 18 Aug 2020 11:23:13 -0700 Subject: [PATCH 4/4] Update specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.1/certificates.json Co-authored-by: Heath Stewart --- .../data-plane/Microsoft.KeyVault/stable/7.1/certificates.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.1/certificates.json b/specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.1/certificates.json index d4f62a458da8..b2df715edcae 100644 --- a/specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.1/certificates.json +++ b/specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.1/certificates.json @@ -1842,7 +1842,7 @@ "value": { "x-ms-client-name": "base64EncodedCertificate", "type": "string", - "description": "A PEM file or a Base64 encoded PFX file. PEM files need to contain the private key." + "description": "A PEM file or a base64-encoded PFX file. PEM files need to contain the private key." }, "pwd": { "x-ms-client-name": "password",