From c86ac0880c07a18ef43bec82fba2f29d507cdfa5 Mon Sep 17 00:00:00 2001 From: Yuwei Zhou Date: Wed, 19 Jan 2022 13:30:11 +0800 Subject: [PATCH] [AutoSyncApiSpec] 9af119ec9 Merged PR 5582886: fix ut for release s198 (#17401) Co-authored-by: swagger-automation --- .../preview/2022-01-01-preview/appplatform.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/appplatform.json b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/appplatform.json index e2f28e8d03fc..f49194203362 100644 --- a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/appplatform.json +++ b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/appplatform.json @@ -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"