Skip to content

Commit 5789aa3

Browse files
Arsheen Khatibarsheen
authored andcommitted
Adding schema to examples and 202
1 parent a92eb62 commit 5789aa3

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,17 @@
99
"200": {
1010
"headers": {
1111
"location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/nfvOperations/00000000-0000-0000-0000-000000000000?api-version=2023-11-01"
12+
},
13+
"body": {
14+
"instanceIds": []
1215
}
1316
},
1417
"202": {
1518
"headers": {
1619
"location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/nfvOperations/00000000-0000-0000-0000-000000000000?api-version=2023-11-01"
20+
},
21+
"body": {
22+
"instanceIds": []
1723
}
1824
}
1925
}

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,23 @@
1313
"200": {
1414
"headers": {
1515
"location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/nfvOperations/00000000-0000-0000-0000-000000000000?api-version=2023-11-01"
16+
},
17+
"body": {
18+
"instanceIds": [
19+
"0",
20+
"1"
21+
]
1622
}
1723
},
1824
"202": {
1925
"headers": {
2026
"location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/nfvOperations/00000000-0000-0000-0000-000000000000?api-version=2023-11-01"
27+
},
28+
"body": {
29+
"instanceIds": [
30+
"0",
31+
"1"
32+
]
2133
}
2234
}
2335
}

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,9 @@
337337
"description": "The URL of the resource used to check the status of the asynchronous operation.",
338338
"type": "string"
339339
}
340+
},
341+
"schema": {
342+
"$ref": "#/definitions/NetworkVirtualApplianceInstanceIds"
340343
}
341344
},
342345
"default": {

0 commit comments

Comments
 (0)