Skip to content

Commit 52f0a09

Browse files
ZhangYi19941217JoshLove-msft
authored andcommitted
Update IpAllocationDelete.json to fix the Linter Error (Azure#23257)
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
1 parent 7b6bce1 commit 52f0a09

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

specification/network/resource-manager/Microsoft.Network/stable/2022-09-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-09-01"
13+
}
14+
},
1115
"204": {}
1216
}
1317
}

0 commit comments

Comments
 (0)