Skip to content

Commit fe13902

Browse files
authored
Adding arm-id details to NetworkIsolationSettings to resolve Powershell SDK issue (#25480)
1 parent 0b6eab5 commit fe13902

File tree

1 file changed

+5
-0
lines changed
  • specification/sql/resource-manager/Microsoft.Sql/preview/2023-02-01-preview

1 file changed

+5
-0
lines changed

specification/sql/resource-manager/Microsoft.Sql/preview/2023-02-01-preview/Servers.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,11 @@
711711
"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.",
712712
"type": "string",
713713
"format": "arm-id",
714+
"x-ms-arm-id-details": {
715+
"allowedResources": [
716+
{}
717+
]
718+
},
714719
"x-ms-mutability": [
715720
"create"
716721
]

0 commit comments

Comments
 (0)