Skip to content

Commit

Permalink
Change definition name
Browse files Browse the repository at this point in the history
  • Loading branch information
Yue Fei committed Dec 17, 2020
1 parent 31cfd56 commit a2df6ef
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@
"200": {
"description": "The request was successful; the request was well-formed and received properly.",
"schema": {
"$ref": "#/definitions/PrivateEndpointConnection"
"$ref": "#/definitions/PrivateEndpointConnectionDescription"
}
},
"default": {
Expand Down Expand Up @@ -569,7 +569,7 @@
"200": {
"description": "The request was successful; the request was well-formed and received properly.",
"schema": {
"$ref": "#/definitions/PrivateEndpointConnection"
"$ref": "#/definitions/PrivateEndpointConnectionDescription"
}
},
"default": {
Expand Down Expand Up @@ -708,7 +708,7 @@
"200": {
"description": "The request was successful; the request was well-formed and received properly.",
"schema": {
"$ref": "#/definitions/PrivateLinkResource"
"$ref": "#/definitions/PrivateLinkResourceDescription"
}
},
"default": {
Expand Down Expand Up @@ -1276,7 +1276,7 @@
}
}
},
"PrivateEndpointConnection": {
"PrivateEndpointConnectionDescription": {
"properties": {
"systemData": {
"description": "System metadata for this resource.",
Expand All @@ -1290,7 +1290,7 @@
],
"description": "The Private Endpoint Connection resource."
},
"PrivateLinkResource": {
"PrivateLinkResourceDescription": {
"properties": {
"systemData": {
"description": "System metadata for this resource.",
Expand Down

0 comments on commit a2df6ef

Please sign in to comment.