From 2d75c3a4fb9ea71d8a2086e3052b26102848ba48 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Thu, 8 Aug 2019 19:21:01 -0400 Subject: [PATCH] chore: jsonfmt frontdoor --- .../stable/2019-05-01/frontdoor.json | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-05-01/frontdoor.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-05-01/frontdoor.json index 8d020b6497e4..f41aad8fd5bc 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-05-01/frontdoor.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-05-01/frontdoor.json @@ -2125,12 +2125,12 @@ "description": "Whether to enable health probes to be made against backends defined under backendPools. Health probes can only be disabled if there is a single enabled backend in single enabled backend pool.", "type": "string", "enum": [ - "Enabled", - "Disabled" - ], + "Enabled", + "Disabled" + ], "x-ms-enum": { - "name": "HealthProbeEnabled", - "modelAsString": true + "name": "HealthProbeEnabled", + "modelAsString": true } } } @@ -2285,7 +2285,11 @@ "CustomHttpsConfiguration": { "description": "Https settings for a domain", "type": "object", - "required": ["minimumTlsVersion", "certificateSource", "protocolType"], + "required": [ + "minimumTlsVersion", + "certificateSource", + "protocolType" + ], "properties": { "certificateSource": { "description": "Defines the source of the SSL certificate",