From 4317e0b41f2d8825aee94e1490cb4233b156974f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=BF=BC?= Date: Mon, 7 Aug 2023 19:05:09 +0800 Subject: [PATCH] Update IpAllocationDelete.json to fix the Linter Error Update IpAllocationDelete.json to fix the Linter Error --- .../stable/2023-04-01/examples/IpAllocationDelete.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2023-04-01/examples/IpAllocationDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2023-04-01/examples/IpAllocationDelete.json index c5b339cc3ff4..9afdcb27cd24 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2023-04-01/examples/IpAllocationDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2023-04-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=2023-04-01" + } + }, "204": {} } }