Skip to content

Commit

Permalink
CodeGen from PR 11692 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
top level name can be 64 char long (#11692)
  • Loading branch information
SDKAuto committed Nov 25, 2020
1 parent 3b31cef commit 4b84c79
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -577,4 +577,4 @@
"description": "Schema for Workspace properties."
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -582,4 +582,4 @@
"description": "Schema for Workspace properties."
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -582,4 +582,4 @@
"description": "Schema for Workspace properties."
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -850,4 +850,4 @@
"description": "Schema for Workspace properties."
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -879,4 +879,4 @@
"description": "Schema for Workspace properties."
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"name": {
"type": "string",
"minLength": 3,
"maxLength": 24,
"maxLength": 64,
"description": "The name of the application group"
},
"properties": {
Expand Down Expand Up @@ -132,7 +132,7 @@
"name": {
"type": "string",
"minLength": 3,
"maxLength": 24,
"maxLength": 64,
"description": "The name of the host pool within the specified resource group"
},
"properties": {
Expand Down Expand Up @@ -244,7 +244,7 @@
"name": {
"type": "string",
"minLength": 3,
"maxLength": 24,
"maxLength": 64,
"description": "The name of the workspace"
},
"properties": {
Expand Down Expand Up @@ -890,4 +890,4 @@
"description": "Schema for Workspace properties."
}
}
}
}

0 comments on commit 4b84c79

Please sign in to comment.