Skip to content

Commit

Permalink
Update IpAllocationDelete.json to fix the Linter Error (Azure#23257)
Browse files Browse the repository at this point in the history
Update IpAllocationDelete.json to fix the Linter Error ( LRO_RESPONSE_HEADER ) for Microsoft.Network:
https://portal.azure-devex-tools.com/amekpis/linting/detail?errorId=EC9B7719-B296-4C59-A8E7-1F5C49E1E916
  • Loading branch information
ZhangYi19941217 authored and JoshLove-msft committed Apr 25, 2023
1 parent 7b6bce1 commit 52f0a09
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=2022-09-01"
}
},
"204": {}
}
}

0 comments on commit 52f0a09

Please sign in to comment.