Skip to content

Commit

Permalink
Modify list result
Browse files Browse the repository at this point in the history
  • Loading branch information
Yue Fei committed Dec 17, 2020
1 parent a2df6ef commit 2f3ea37
Showing 1 changed file with 26 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@
"200": {
"description": "The request was successful; the request was well-formed and received properly.",
"schema": {
"$ref": "../../../../../common-types/resource-management/v1/privatelinks.json#/definitions/PrivateEndpointConnectionListResult"
"$ref": "#/definitions/PrivateEndpointConnectionListResultDescription"
}
},
"default": {
Expand Down Expand Up @@ -659,7 +659,7 @@
"200": {
"description": "The request was successful; the request was well-formed and received properly.",
"schema": {
"$ref": "../../../../../common-types/resource-management/v1/privatelinks.json#/definitions/PrivateLinkResourceListResult"
"$ref": "#/definitions/PrivateLinkResourceListResultDescription"
}
},
"default": {
Expand Down Expand Up @@ -1303,6 +1303,30 @@
}
],
"description": "The Private Endpoint Connection resource."
},
"PrivateEndpointConnectionListResultDescription": {
"properties": {
"value": {
"type": "array",
"description": "Array of private endpoint connections",
"items": {
"$ref": "#/definitions/PrivateEndpointConnectionDescription"
}
}
},
"description": "List of private endpoint connection associated with the specified storage account"
},
"PrivateLinkResourceListResultDescription": {
"properties": {
"value": {
"type": "array",
"description": "Array of private link resources",
"items": {
"$ref": "#/definitions/PrivateLinkResourceDescription"
}
}
},
"description": "A list of private link resources"
}
},
"parameters": {
Expand Down

0 comments on commit 2f3ea37

Please sign in to comment.