From 5a50a454d961e32465ea49cdae630c655ba0137b Mon Sep 17 00:00:00 2001 From: denverbrittain Date: Mon, 16 Dec 2024 18:05:01 -0600 Subject: [PATCH] adding sshEnabled property --- .../Microsoft.Web/stable/2024-11-01/CommonDefinitions.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/CommonDefinitions.json b/specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/CommonDefinitions.json index f783568f532c..abfb71c9c775 100644 --- a/specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/CommonDefinitions.json +++ b/specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/CommonDefinitions.json @@ -3352,6 +3352,10 @@ "description": "Whether to use end to end encryption between the FrontEnd and the Worker", "type": "boolean" }, + "sshEnabled": { + "description": "Whether to enable ssh access.", + "type": "boolean" + }, "hostNamesDisabled": { "description": "true to disable the public hostnames of the app; otherwise, false.\n If true, the app is only accessible via API management process.", "type": "boolean"