Skip to content

Commit a92eb62

Browse files
Arsheen Khatibarsheen
authored andcommitted
Add schema to the 200 response
1 parent bf73dee commit a92eb62

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

specification/network/resource-manager/Microsoft.Network/stable/2023-11-01/networkVirtualAppliance.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,10 @@
325325
],
326326
"responses": {
327327
"200": {
328-
"description": "Request successful. The operation restarts one or more Network Virtual Appliance VM resources."
328+
"description": "Request successful. The operation restarts one or more Network Virtual Appliance VM resources.",
329+
"schema": {
330+
"$ref": "#/definitions/NetworkVirtualApplianceInstanceIds"
331+
}
329332
},
330333
"202": {
331334
"description": "Request successful. The operation restarts one or more Network Virtual Appliance VM resources.",

0 commit comments

Comments
 (0)