Skip to content

Commit

Permalink
databricks: fixing the Swagger Tags to be consistent (Azure#16437)
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff authored and LeiWang3 committed Mar 31, 2022
1 parent 8120a66 commit 236de99
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@
},
"put": {
"tags": [
"PUT"
"PrivateEndpointConnections"
],
"summary": "Update private endpoint connection status",
"description": "Update the status of a private endpoint connection with the specified name",
Expand Down Expand Up @@ -606,7 +606,7 @@
},
"delete": {
"tags": [
"DELETE"
"PrivateEndpointConnections"
],
"summary": "Remove private endpoint connection",
"description": "Remove private endpoint connection with the specified name",
Expand Down

0 comments on commit 236de99

Please sign in to comment.