Skip to content

Commit

Permalink
Merge pull request #17 from RichardZhaoW/newVersion20210701
Browse files Browse the repository at this point in the history
add missing type
  • Loading branch information
RichardZhaoW authored Jul 2, 2021
2 parents 3299042 + bd68723 commit 8ba08de
Showing 1 changed file with 8 additions and 1 deletion.
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

0 comments on commit 8ba08de

Please sign in to comment.