Skip to content

Commit

Permalink
force delete parameter for orchestrator resource (Azure#14718)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamilmani1989 authored and Andrew Sager committed Jun 24, 2021
1 parent e678ef8 commit 382aa00
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@
},
{
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "#/parameters/ForceDeleteParameter"
}
],
"responses": {
Expand Down Expand Up @@ -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"
}
}
}

0 comments on commit 382aa00

Please sign in to comment.