From 5e4b09af24251d550e17b4df216acb9ffe7551f5 Mon Sep 17 00:00:00 2001 From: David Tran Date: Mon, 16 Nov 2020 11:37:42 -0800 Subject: [PATCH] top level name can be 64 char long --- .../preview/2020-11-02-preview/desktopvirtualization.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/desktopvirtualization/resource-manager/Microsoft.DesktopVirtualization/preview/2020-11-02-preview/desktopvirtualization.json b/specification/desktopvirtualization/resource-manager/Microsoft.DesktopVirtualization/preview/2020-11-02-preview/desktopvirtualization.json index d6ac5160e575..d9ea37635a86 100644 --- a/specification/desktopvirtualization/resource-manager/Microsoft.DesktopVirtualization/preview/2020-11-02-preview/desktopvirtualization.json +++ b/specification/desktopvirtualization/resource-manager/Microsoft.DesktopVirtualization/preview/2020-11-02-preview/desktopvirtualization.json @@ -3700,7 +3700,7 @@ "required": true, "type": "string", "description": "The name of the host pool within the specified resource group", - "maxLength": 24, + "maxLength": 64, "minLength": 3, "x-ms-parameter-location": "method" }, @@ -3720,7 +3720,7 @@ "required": true, "type": "string", "description": "The name of the application group", - "maxLength": 24, + "maxLength": 64, "minLength": 3, "x-ms-parameter-location": "method" }, @@ -3750,7 +3750,7 @@ "required": true, "type": "string", "description": "The name of the workspace", - "maxLength": 24, + "maxLength": 64, "minLength": 3, "x-ms-parameter-location": "method" },