You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave comments along the lines of "+1", "me too" or "any updates", they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment and review the contribution guide to help.
Description
Add ability to managed project pools in Dev Centers for Dev Boxes.
New or Affected Resource(s)/Data Source(s)
azurerm_dev_center_project_pool_definition
Potential Terraform Configuration
Example, azapi config:-resource"azapi_resource""devbox-vscode-pools" {
for_each=azurerm_dev_center_project.projectstype="Microsoft.DevCenter/projects/pools@2023-04-01"## Friendly name that is location specific#display_name = "Visual Studio Code"name="Win11_Visual-Studio-Code"location=each.value.location## ID for resource of type: projectsparent_id=each.value.idtags=each.value.tagsbody=jsonencode({
properties = {
devBoxDefinitionName = azapi_resource.devbox-defintion-vscode[var.default_region].name
licenseType ="Windows_Client"
localAdministrator ="Enabled"
networkConnectionName = azapi_resource.devbox-networkattach[var.default_region].name
stopOnDisconnect = {
gracePeriodMinutes =60
status ="Enabled"
}
}
})
}
### References
_No response_
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Is there an existing issue for this?
Community Note
Description
Add ability to managed project pools in Dev Centers for Dev Boxes.
New or Affected Resource(s)/Data Source(s)
azurerm_dev_center_project_pool_definition
Potential Terraform Configuration
The text was updated successfully, but these errors were encountered: