diff --git a/specification/purview/data-plane/Azure.Analytics.Purview.Account/preview/2019-11-01-preview/account.json b/specification/purview/data-plane/Azure.Analytics.Purview.Account/preview/2019-11-01-preview/account.json index a07c2d4c6508..3b5e07378c7b 100644 --- a/specification/purview/data-plane/Azure.Analytics.Purview.Account/preview/2019-11-01-preview/account.json +++ b/specification/purview/data-plane/Azure.Analytics.Purview.Account/preview/2019-11-01-preview/account.json @@ -5,6 +5,16 @@ "title": "DataPlaneAccountClient", "description": "Creates a Microsoft.Purview data plane account client." }, + "x-ms-parameterized-host": { + "hostTemplate": "{endpoint}", + "useSchemePrefix": false, + "parameters": [ + { + "$ref": "#/parameters/endpoint" + } + ] + }, + "basePath": "/", "schemes": [ "https" ], @@ -1592,6 +1602,15 @@ "description": "The api version to use.", "required": true, "type": "string" + }, + "endpoint": { + "name": "endpoint", + "description": "The account endpoint of your Purview account. Example: https://{accountName}.purview.azure.com", + "x-ms-parameter-location": "client", + "required": true, + "type": "string", + "in": "path", + "x-ms-skip-url-encoding": true } }, "securityDefinitions": {