Skip to content

Commit 184b23b

Browse files
[AutoSyncApiSpec] 9af119ec9 Merged PR 5582886: fix ut for release s198 (#17401)
Co-authored-by: swagger-automation <[email protected]>
1 parent 1b0a465 commit 184b23b

File tree

1 file changed

+12
-0
lines changed
  • specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview

1 file changed

+12
-0
lines changed

specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/appplatform.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8909,6 +8909,18 @@
89098909
"$ref": "#/definitions/OperationDisplay",
89108910
"description": "Display of the operation"
89118911
},
8912+
"actionType": {
8913+
"description": "Enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.",
8914+
"type": "string",
8915+
"readOnly": true,
8916+
"enum": [
8917+
"Internal"
8918+
],
8919+
"x-ms-enum": {
8920+
"name": "ActionType",
8921+
"modelAsString": true
8922+
}
8923+
},
89128924
"origin": {
89138925
"description": "Origin of the operation",
89148926
"type": "string"

0 commit comments

Comments
 (0)