From d0b3b0dc2238ba14b6a41ced8e7ce66e3755f279 Mon Sep 17 00:00:00 2001 From: soingles Date: Mon, 15 Apr 2019 15:06:30 -0700 Subject: [PATCH] VnetInfo CertBlob format changed to string --- .../Microsoft.Web/stable/2018-02-01/CommonDefinitions.json | 1 - 1 file changed, 1 deletion(-) diff --git a/specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/CommonDefinitions.json b/specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/CommonDefinitions.json index ecbefb2a6e4b..82529f996adc 100644 --- a/specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/CommonDefinitions.json +++ b/specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/CommonDefinitions.json @@ -2992,7 +2992,6 @@ "readOnly": true }, "certBlob": { - "format": "byte", "description": "A certificate file (.cer) blob containing the public key of the private key used to authenticate a \nPoint-To-Site VPN connection.", "type": "string" },