Skip to content

Commit d6b1dfc

Browse files
Update IpAllocationDelete.json to fix the Linter Error (#24073)
Update IpAllocationDelete.json to fix the Linter Error
1 parent 7f11551 commit d6b1dfc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

specification/network/resource-manager/Microsoft.Network/stable/2022-11-01/examples/IpAllocationDelete.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
},
88
"responses": {
99
"200": {},
10-
"202": {},
10+
"202": {
11+
"headers": {
12+
"Location": "https://management.azure.com/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/IpAllocations/test-ipallocation?api-version=2022-11-01"
13+
}
14+
},
1115
"204": {}
1216
}
1317
}

0 commit comments

Comments
 (0)