Skip to content

Commit

Permalink
Update operation ID (#25333)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissmiller authored Aug 30, 2023
1 parent d99cad1 commit e1faef4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1194,7 +1194,7 @@
"$ref": "#/parameters/DevBoxNameParameter"
}
],
"operationId": "DevBoxOperations_List",
"operationId": "DevBoxes_ListOperations",
"responses": {
"200": {
"description": "OK. The request has succeeded.",
Expand Down Expand Up @@ -1249,7 +1249,7 @@
"$ref": "#/parameters/DevBoxOperationIdParameter"
}
],
"operationId": "DevBoxOperations_Get",
"operationId": "DevBoxes_GetOperation",
"responses": {
"200": {
"description": "OK. The request has succeeded.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@
"$ref": "#/parameters/EnvironmentNameParameter"
}
],
"operationId": "EnvironmentOperations_ListByEnvironment",
"operationId": "Environments_ListOperations",
"responses": {
"200": {
"description": "OK. The request has succeeded.",
Expand Down Expand Up @@ -392,7 +392,7 @@
"$ref": "#/parameters/EnvironmentOperationIdParameter"
}
],
"operationId": "EnvironmentOperations_GetByEnvironment",
"operationId": "Environments_GetOperation",
"responses": {
"200": {
"description": "OK. The request has succeeded.",
Expand Down Expand Up @@ -447,7 +447,7 @@
"$ref": "#/parameters/EnvironmentOperationIdParameter"
}
],
"operationId": "EnvironmentOperations_GetLogs",
"operationId": "Environments_GetLogsByOperation",
"responses": {
"200": {
"description": "OK. The request has succeeded.",
Expand Down

0 comments on commit e1faef4

Please sign in to comment.