From 765c5a6807e3a093868bff793ec3e8ea0cdabe75 Mon Sep 17 00:00:00 2001 From: Laurent Mazuel Date: Thu, 12 Oct 2017 15:00:15 -0700 Subject: [PATCH] Fix wrong scope for parameter in DTL after #1829 (#1854) --- .../resource-manager/Microsoft.DevTestLab/2016-05-15/DTL.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specification/devtestlabs/resource-manager/Microsoft.DevTestLab/2016-05-15/DTL.json b/specification/devtestlabs/resource-manager/Microsoft.DevTestLab/2016-05-15/DTL.json index 3cb1358d30c9..755b3558f10f 100644 --- a/specification/devtestlabs/resource-manager/Microsoft.DevTestLab/2016-05-15/DTL.json +++ b/specification/devtestlabs/resource-manager/Microsoft.DevTestLab/2016-05-15/DTL.json @@ -8642,7 +8642,8 @@ "in": "path", "description": "The name of the location.", "required": true, - "type": "string" + "type": "string", + "x-ms-parameter-location": "method" } }, "securityDefinitions": {