Skip to content

Commit

Permalink
[AutoSyncApiSpec] 9af119ec9 Merged PR 5582886: fix ut for release s198 (
Browse files Browse the repository at this point in the history
Azure#17401)

Co-authored-by: swagger-automation <swagger@microsoft.com>
  • Loading branch information
2 people authored and LeiWang3 committed Mar 31, 2022
1 parent b548fb0 commit c86ac08
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8909,6 +8909,18 @@
"$ref": "#/definitions/OperationDisplay",
"description": "Display of the operation"
},
"actionType": {
"description": "Enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.",
"type": "string",
"readOnly": true,
"enum": [
"Internal"
],
"x-ms-enum": {
"name": "ActionType",
"modelAsString": true
}
},
"origin": {
"description": "Origin of the operation",
"type": "string"
Expand Down

0 comments on commit c86ac08

Please sign in to comment.