From 6e6e7b997c09f2eac5b7a7f8af66ab70ea92fcd6 Mon Sep 17 00:00:00 2001 From: Ningting Pan Date: Mon, 21 Aug 2023 14:39:30 +0800 Subject: [PATCH] Add expand parameter for list deployment --- .../preview/2023-09-01-preview/appplatform.json | 7 +++++++ .../examples/Deployments_ListForCluster.json | 3 +-- 2 files changed, 8 insertions(+), 2 deletions(-) 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 a976869bd7d0..1a475efdddbe 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 @@ -5878,6 +5878,13 @@ }, "collectionFormat": "multi", "uniqueItems": false + }, + { + "name": "$expand", + "in": "query", + "description": "The expand expression to apply on the operation.", + "required": false, + "type": "string" } ], "responses": { diff --git a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2023-09-01-preview/examples/Deployments_ListForCluster.json b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2023-09-01-preview/examples/Deployments_ListForCluster.json index ef28c125a53e..4227b9421d81 100644 --- a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2023-09-01-preview/examples/Deployments_ListForCluster.json +++ b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2023-09-01-preview/examples/Deployments_ListForCluster.json @@ -3,8 +3,7 @@ "api-version": "2023-09-01-preview", "subscriptionId": "00000000-0000-0000-0000-000000000000", "resourceGroupName": "myResourceGroup", - "serviceName": "myservice", - "appName": "myapp" + "serviceName": "myservice" }, "responses": { "200": {