diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/components_API.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/components_API.json index 1b601da930ce..4c9a9e78c522 100644 --- a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/components_API.json +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/components_API.json @@ -611,14 +611,16 @@ "required": true, "schema": { "$ref": "#/definitions/ComponentPurgeBody" - } + }, + "x-ms-parameter-location": "method" }, "ComponentPurgeIdParameter": { "name": "purgeId", "in": "path", "required": true, "type": "string", - "description": "In a purge status request, this is the Id of the operation the status of which is returned." + "description": "In a purge status request, this is the Id of the operation the status of which is returned.", + "x-ms-parameter-location": "method" } } } \ No newline at end of file