Skip to content

Commit

Permalink
Added Private Endpoint configuration for Customer Claimsprovider (Azu…
Browse files Browse the repository at this point in the history
…re#6730)

* Added EnablePrivateEndpointConnection flag for customer extensions in MCVP

* Fix style/prettier

* Added PrivateEndpoint config for Claimsprovider

* Update connectedvehicle.json

* remove newline at the end of file

* rename to privateLinkResource

* fix spelling

* Update connectedvehicle.json

Co-authored-by: Varun Jain <vajain@microsoft.com>
Co-authored-by: varunjain-github <68244433+varunjain-github@users.noreply.github.com>
  • Loading branch information
3 people authored Apr 15, 2022
1 parent 62c90a4 commit 0bb5686
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,25 @@
"baseUrl": {
"type": "string",
"description": "Specifies Claims Provider URL."
},
"enablePrivateEndpointConnection": {
"type": "boolean",
"default": false,
"description": "Specifies whether the platform account should access the claims provider resource through a private endpoint connection. The privateLinkResource property must not be null if this is set to true."
},
"privateLinkResource": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Resource Id of an Azure resource that supports private link."
},
"groupId": {
"type": "string",
"description": "The Id of the group obtained from the remote resource that this private endpoint should connect to."
}
},
"description": "If present, specifies the private link resource to which the platform account creates a private endpoint to call the claims provider."
}
},
"required": [
Expand Down

0 comments on commit 0bb5686

Please sign in to comment.