Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2851,7 +2851,6 @@
}
},
"ResourceId": {
"type": "object",
"properties": {
"id": {
"type": "string",
Expand Down Expand Up @@ -4183,6 +4182,7 @@
"description": "The Private Endpoint Connection resource."
},
"PrivateEndpointConnectionProperties": {
"type": "object",
"properties": {
"privateEndpoint": {
"$ref": "#/definitions/PrivateEndpoint",
Expand All @@ -4203,6 +4203,7 @@
"description": "Properties of the PrivateEndpointConnectProperties."
},
"PrivateEndpoint": {
"type": "object",
"properties": {
"id": {
"readOnly": true,
Expand All @@ -4218,6 +4219,7 @@
"description": "The Private Endpoint resource."
},
"PrivateLinkServiceConnectionState": {
"type": "object",
"properties": {
"status": {
"$ref": "#/definitions/PrivateEndpointServiceConnectionStatus",
Expand Down Expand Up @@ -4265,6 +4267,7 @@
}
},
"PrivateLinkResourceListResult": {
"type": "object",
"properties": {
"value": {
"type": "array",
Expand All @@ -4277,6 +4280,7 @@
"description": "A list of private link resources"
},
"PrivateLinkResource": {
"type": "object",
"properties": {
"properties": {
"$ref": "#/definitions/PrivateLinkResourceProperties",
Expand Down Expand Up @@ -4315,6 +4319,7 @@
"description": "A private link resource"
},
"PrivateLinkResourceProperties": {
"type": "object",
"properties": {
"groupId": {
"description": "The private link resource group id.",
Expand All @@ -4340,6 +4345,7 @@
"description": "Properties of a private link resource."
},
"SharedPrivateLinkResource": {
"type": "object",
"properties": {
"name": {
"description": "Unique name of the private link.",
Expand All @@ -4353,6 +4359,7 @@
}
},
"SharedPrivateLinkResourceProperty": {
"type": "object",
"properties": {
"privateLinkResourceId": {
"description": "The resource id that private link links to.",
Expand Down