From 96520b3dc04f1c46d426bea911f5becb2b619333 Mon Sep 17 00:00:00 2001 From: Dvir Naim Date: Mon, 10 Jun 2024 09:37:17 +0300 Subject: [PATCH] update suffix to port --- .../2024-04-01-preview/BusinessApplicationAgents.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2024-04-01-preview/BusinessApplicationAgents.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2024-04-01-preview/BusinessApplicationAgents.json index 366d23d909d6..e95a8178d773 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2024-04-01-preview/BusinessApplicationAgents.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2024-04-01-preview/BusinessApplicationAgents.json @@ -1434,7 +1434,7 @@ "type": "string" }, "instance": { - "description": "The instance name. Only 2 digits are allowed.", + "description": "The instance number. Only 2 digits are allowed.", "minLength": 1, "pattern": "^\\d{2}$", "type": "string" @@ -1445,10 +1445,9 @@ "pattern": "^GMT[+-]\\d+$", "type": "string" }, - "suffix": { - "description": "The suffix of the port. 2 digits only.", - "default": "13", - "pattern": "^\\d{2}$", + "port": { + "description": "The port of the SOAP connection to SAP Control.", + "pattern": "^\\d{1,5}$", "type": "string" }, "httpsConfiguration": {