Skip to content

Commit

Permalink
move ADH GA type to preview (#19904)
Browse files Browse the repository at this point in the history
* move ADH GA type to preview

* fix prettier check issue
  • Loading branch information
zjpjack authored Jul 26, 2022
1 parent 3d9784b commit 62c5eab
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3380,6 +3380,14 @@
},
"hostGroupID": {
"type": "string",
"format": "arm-id",
"x-ms-arm-id-details": {
"allowedResources": [
{
"type": "Microsoft.Compute/hostGroups"
}
]
},
"title": "The fully qualified resource ID of the Dedicated Host Group to provision virtual machines from, used only in creation scenario and not allowed to changed once set.",
"description": "This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}. For more information see [Azure dedicated hosts](https://docs.microsoft.com/azure/virtual-machines/dedicated-hosts)."
}
Expand Down

0 comments on commit 62c5eab

Please sign in to comment.