Skip to content

Commit

Permalink
Update IpAllocationDelete.json to fix the Linter Error (#25201)
Browse files Browse the repository at this point in the history
Update IpAllocationDelete.json to fix the Linter Error
  • Loading branch information
ZhangYi19941217 authored Aug 22, 2023
1 parent 64ffad1 commit 150f517
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
},
"responses": {
"200": {},
"202": {},
"202": {
"headers": {
"Location": "https://management.azure.com/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/IpAllocations/test-ipallocation?api-version=2023-04-01"
}
},
"204": {}
}
}

0 comments on commit 150f517

Please sign in to comment.