From 8e98492ee754ecb1ceaae8717f592f6f77f17510 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=BF=BC?= Date: Fri, 19 May 2023 17:56:02 +0800 Subject: [PATCH] Update IpAllocationDelete.json to fix the Linter Error Update IpAllocationDelete.json to fix the Linter Error --- .../stable/2022-11-01/examples/IpAllocationDelete.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2022-11-01/examples/IpAllocationDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2022-11-01/examples/IpAllocationDelete.json index fdbbaad01100..bc298666a8c7 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2022-11-01/examples/IpAllocationDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2022-11-01/examples/IpAllocationDelete.json @@ -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-11-01" + } + }, "204": {} } }