From 382aa00d692d31057034feda341b10a1545a1cdd Mon Sep 17 00:00:00 2001 From: tamilmani1989 Date: Wed, 9 Jun 2021 22:54:14 -0700 Subject: [PATCH] force delete parameter for orchestrator resource (#14718) --- .../stable/2021-03-15/orchestrators.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/specification/dnc/resource-manager/Microsoft.DelegatedNetwork/stable/2021-03-15/orchestrators.json b/specification/dnc/resource-manager/Microsoft.DelegatedNetwork/stable/2021-03-15/orchestrators.json index a73359d5a957..d31facdd327c 100644 --- a/specification/dnc/resource-manager/Microsoft.DelegatedNetwork/stable/2021-03-15/orchestrators.json +++ b/specification/dnc/resource-manager/Microsoft.DelegatedNetwork/stable/2021-03-15/orchestrators.json @@ -154,6 +154,9 @@ }, { "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "#/parameters/ForceDeleteParameter" } ], "responses": { @@ -498,6 +501,14 @@ "maxLength": 63, "x-ms-parameter-location": "method", "description": "The name of the resource. It must be a minimum of 3 characters, and a maximum of 63." + }, + "ForceDeleteParameter": { + "name": "forceDelete", + "in": "query", + "required": false, + "type": "boolean", + "description": "Force delete resource", + "x-ms-parameter-location": "method" } } }