diff --git a/specification/resources/resource-manager/Microsoft.Authorization/stable/2023-04-01/policyDefinitionVersions.json b/specification/resources/resource-manager/Microsoft.Authorization/stable/2023-04-01/policyDefinitionVersions.json index e67a246707f0..b5ba4e61e8fa 100644 --- a/specification/resources/resource-manager/Microsoft.Authorization/stable/2023-04-01/policyDefinitionVersions.json +++ b/specification/resources/resource-manager/Microsoft.Authorization/stable/2023-04-01/policyDefinitionVersions.json @@ -786,7 +786,8 @@ "required": true, "type": "string", "pattern": "^[^<>*%&:\\?.+/]*[^<>*%&:\\?.+/ ]+$", - "description": "The name of the policy definition." + "description": "The name of the policy definition.", + "x-ms-parameter-location": "method" }, "PolicyDefinitionVersion": { "name": "policyDefinitionVersion", @@ -794,7 +795,8 @@ "required": true, "type": "string", "pattern": "^\\d+\\.\\d+\\.\\d+$", - "description": "The policy definition version. The format is x.y.z where x is the major version number, y is the minor version number, and z is the patch number" + "description": "The policy definition version. The format is x.y.z where x is the major version number, y is the minor version number, and z is the patch number", + "x-ms-parameter-location": "method" }, "PolicyDefinitionsFilterParameter": { "name": "$filter",