Skip to content

Commit 82c31c3

Browse files
author
Autogenerator Pipeline
committed
Autogenerate schemas
1 parent 35e193f commit 82c31c3

File tree

3 files changed

+1687
-0
lines changed

3 files changed

+1687
-0
lines changed

schemas/2018-06-01/Microsoft.DataFactory.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22510,9 +22510,30 @@
2251022510
],
2251122511
"description": "A copy activity Presto server source."
2251222512
},
22513+
"PrivateEndpoint": {
22514+
"type": "object",
22515+
"properties": {
22516+
"id": {
22517+
"type": "string",
22518+
"description": "The resource Id for private endpoint"
22519+
}
22520+
},
22521+
"description": "Private endpoint which a connection belongs to."
22522+
},
2251322523
"PrivateLinkConnectionApprovalRequest": {
2251422524
"type": "object",
2251522525
"properties": {
22526+
"privateEndpoint": {
22527+
"oneOf": [
22528+
{
22529+
"$ref": "#/definitions/PrivateEndpoint"
22530+
},
22531+
{
22532+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
22533+
}
22534+
],
22535+
"description": "Private endpoint which a connection belongs to."
22536+
},
2251622537
"privateLinkServiceConnectionState": {
2251722538
"oneOf": [
2251822539
{

0 commit comments

Comments
 (0)