Skip to content

Commit

Permalink
Update account endpoint parameter (#15613)
Browse files Browse the repository at this point in the history
* Update account endpoint parameter

* remove trailing comma on parameters
  • Loading branch information
annoakes authored Aug 10, 2021
1 parent fbb7ba7 commit 1d5f00d
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 1d5f00d

Please sign in to comment.