Skip to content

Commit 89c30ae

Browse files
authored
top level name can be 64 char long (#11692)
1 parent bf2b0b5 commit 89c30ae

File tree

1 file changed

+3
-3
lines changed
  • specification/desktopvirtualization/resource-manager/Microsoft.DesktopVirtualization/preview/2020-11-02-preview

1 file changed

+3
-3
lines changed

specification/desktopvirtualization/resource-manager/Microsoft.DesktopVirtualization/preview/2020-11-02-preview/desktopvirtualization.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3700,7 +3700,7 @@
37003700
"required": true,
37013701
"type": "string",
37023702
"description": "The name of the host pool within the specified resource group",
3703-
"maxLength": 24,
3703+
"maxLength": 64,
37043704
"minLength": 3,
37053705
"x-ms-parameter-location": "method"
37063706
},
@@ -3720,7 +3720,7 @@
37203720
"required": true,
37213721
"type": "string",
37223722
"description": "The name of the application group",
3723-
"maxLength": 24,
3723+
"maxLength": 64,
37243724
"minLength": 3,
37253725
"x-ms-parameter-location": "method"
37263726
},
@@ -3750,7 +3750,7 @@
37503750
"required": true,
37513751
"type": "string",
37523752
"description": "The name of the workspace",
3753-
"maxLength": 24,
3753+
"maxLength": 64,
37543754
"minLength": 3,
37553755
"x-ms-parameter-location": "method"
37563756
},

0 commit comments

Comments
 (0)