Skip to content

Commit

Permalink
azurerm_virtual_desktop_application_group - Fix `azurerm_virtual_de…
Browse files Browse the repository at this point in the history
…sktop_application_group` force new on `host_pool_id` change (#19689)

Fix #19687
  • Loading branch information
sinbai committed Jan 3, 2023
1 parent 219b4e0 commit e379fb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ func resourceVirtualDesktopApplicationGroup() *pluginsdk.Resource {
"host_pool_id": {
Type: pluginsdk.TypeString,
Required: true,
ForceNew: true,
ValidateFunc: hostpool.ValidateHostPoolID,
},

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ The following arguments are supported:

* `type` - (Required) Type of Virtual Desktop Application Group. Valid options are `RemoteApp` or `Desktop` application groups. Changing this forces a new resource to be created.

* `host_pool_id` - (Required) Resource ID for a Virtual Desktop Host Pool to associate with the
Virtual Desktop Application Group.
* `host_pool_id` - (Required) Resource ID for a Virtual Desktop Host Pool to associate with the Virtual Desktop Application Group. Changing the name forces a new resource to be created.

* `friendly_name` - (Optional) Option to set a friendly name for the Virtual Desktop Application Group.

Expand Down

0 comments on commit e379fb3

Please sign in to comment.