-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Resource: azurerm_dev_center_project_pool
#27706
New Resource: azurerm_dev_center_project_pool
#27706
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @neil-yechenwei,
Thanks for this PR - I've taken a look through and left some minor comments inline. If we can fix those up, this should be good to go 👍
internal/services/devcenter/dev_center_project_pool_resource.go
Outdated
Show resolved
Hide resolved
internal/services/devcenter/dev_center_project_pool_resource.go
Outdated
Show resolved
Hide resolved
@ms-zhenhua , thanks for the comments. I updated PR. Please take another look. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your updates. LGTM~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @neil-yechenwei! This looks good, I just have one suggestion around the naming of one of the properties.
Required: true, | ||
}, | ||
|
||
"network_connection_name": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this would be clearer as
"network_connection_name": { | |
"dev_center_attached_network_name": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
@stephybun , thanks for the comments. I updated PR. Please take another look. Below is the test result I just now triggered. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @neil-yechenwei LGTM 👍
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
Community Note
Description
This PR is to support Dev Center Project Pool.
API Reference:
https://github.com/Azure/azure-rest-api-specs/blob/cfe318beba82c1e5bda6a600f91de32cba814364/specification/devcenter/resource-manager/Microsoft.DevCenter/stable/2023-04-01/vdi.json#L179
Overview:
https://learn.microsoft.com/en-us/azure/dev-box/how-to-manage-dev-center#attach-a-network-connection-to-a-dev-center
https://learn.microsoft.com/en-us/azure/dev-box/how-to-configure-network-connections?tabs=AzureADJoin
PR Checklist
For example: “
resource_name_here
- description of change e.g. adding propertynew_property_name_here
”Changes to existing Resource / Data Source
Testing
Change Log
Below please provide what should go into the changelog (if anything) conforming to the Changelog Format documented here.
azurerm_dev_center_project_pool
This is a (please select all that apply):
Related Issue(s)
Fixes #26704
Note
If this PR changes meaningfully during the course of review please update the title and description as required.