From fb3947e39cb894ff94badbbcfe82792dfb82ab1f Mon Sep 17 00:00:00 2001 From: Ningting Pan Date: Wed, 23 Aug 2023 15:18:49 +0800 Subject: [PATCH] Add expand parameter for list deployments API --- .../preview/2023-09-01-preview/appplatform.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2023-09-01-preview/appplatform.json b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2023-09-01-preview/appplatform.json index 48086fa8a47d..bcda9176c7df 100644 --- a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2023-09-01-preview/appplatform.json +++ b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2023-09-01-preview/appplatform.json @@ -5931,6 +5931,13 @@ { "$ref": "#/parameters/ServiceNameParameter" }, + { + "name": "$expand", + "in": "query", + "description": "The expand expression to apply on the operation.", + "required": false, + "type": "string" + }, { "name": "version", "in": "query",