Skip to content

Commit

Permalink
CodeGen from PR 13068 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 2b4dc1c953cfdd582461930292ec24c20d380f83 into 3cf56bc95ad52617ad71aeb318cb6729eafd6b88
  • Loading branch information
SDKAuto committed Feb 22, 2021
1 parent 4011384 commit 8f4b01a
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 12 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 @@ -890,4 +890,4 @@
"description": "Schema for Workspace properties."
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1239,4 +1239,4 @@
"description": "Schema for Workspace properties."
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1243,4 +1243,4 @@
"description": "Schema for Workspace properties."
}
}
}
}
10 changes: 6 additions & 4 deletions schemas/2021-02-01-preview/Microsoft.DesktopVirtualization.json
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,8 @@
"type": "string",
"enum": [
"Personal",
"Pooled"
"Pooled",
"BYODesktop"
]
},
{
Expand Down Expand Up @@ -978,14 +979,15 @@
"type": "string",
"enum": [
"Personal",
"Pooled"
"Pooled",
"BYODesktop"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "HostPool type for scaling plan."
"description": "HostPool type for desktop."
},
"schedules": {
"oneOf": [
Expand Down Expand Up @@ -1243,4 +1245,4 @@
"description": "Schema for Workspace properties."
}
}
}
}

0 comments on commit 8f4b01a

Please sign in to comment.