From 8617e7ee3c92f1f7a3de8414fbc320acf4860cd0 Mon Sep 17 00:00:00 2001 From: Jeremy Frosti Date: Wed, 23 Aug 2023 11:29:40 -0700 Subject: [PATCH] Adding arm-id details to NetworkIsolationSettings to resolve Powershell SDK issue --- .../Microsoft.Sql/preview/2023-02-01-preview/Servers.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2023-02-01-preview/Servers.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2023-02-01-preview/Servers.json index 73f2469acdf2..ab003cb19500 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2023-02-01-preview/Servers.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2023-02-01-preview/Servers.json @@ -711,6 +711,11 @@ "description": "The resource id for the SQL server which is the target of this request. If set, private endpoint connection will be created for the SQL server. Must match server which is target of the operation.", "type": "string", "format": "arm-id", + "x-ms-arm-id-details": { + "allowedResources": [ + {} + ] + }, "x-ms-mutability": [ "create" ]