Skip to content

Commit

Permalink
Fix swagger issue: add missing etag (#14434)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacheng-L authored Jun 2, 2021
1 parent ac2b99b commit 8ecb455
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1783,6 +1783,10 @@
"type": "string",
"description": "Id of private endpoint connection."
},
"etag": {
"type": "string",
"description": "Modified whenever there is a change in the state of private endpoint connection."
},
"properties": {
"$ref": "#/definitions/PrivateEndpointConnectionProperties",
"x-ms-client-flatten": true,
Expand Down

0 comments on commit 8ecb455

Please sign in to comment.