Skip to content

Commit fb32676

Browse files
authored
[DataFactory]Added privateEndpoint property Into PrivateLinkConnectionApprovalRequest (#18793)
* [DataFactory]Added privateEndpoint Into PrivateLinkConnectionApprovalRequest * update
1 parent 085a590 commit fb32676

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6982,6 +6982,20 @@
69826982
"properties": {
69836983
"privateLinkServiceConnectionState": {
69846984
"$ref": "#/definitions/PrivateLinkConnectionState"
6985+
},
6986+
"privateEndpoint": {
6987+
"$ref": "#/definitions/PrivateEndpoint",
6988+
"description": "The resource of private endpoint."
6989+
}
6990+
}
6991+
},
6992+
"PrivateEndpoint": {
6993+
"description": "Private endpoint which a connection belongs to.",
6994+
"type": "object",
6995+
"properties": {
6996+
"id": {
6997+
"description": "The resource Id for private endpoint",
6998+
"type": "string"
69856999
}
69867000
}
69877001
},

specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/ApproveRejectPrivateEndpointConnection.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
"status": "Approved",
1313
"description": "Approved by admin.",
1414
"actionsRequired": ""
15+
},
16+
"privateEndpoint": {
17+
"id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/privateEndpoints/myPrivateEndpoint"
1518
}
1619
}
1720
}

0 commit comments

Comments
 (0)