New Resource: azurerm_system_center_virtual_machine_manager_virtual_machine_instance#27622
Conversation
…machinemanagervirtualmachineinstance
|
@catriona-m , thanks for the comments. I updated PR. Please take another look. Below is the latest test result that I just now triggered. |
…machinemanagervirtualmachineinstance
catriona-m
left a comment
There was a problem hiding this comment.
Thanks @neil-yechenwei - I just noticed one more item in the tests but if you could fix that up and re-run them, I can take another look. Thanks!
| operating_system { | ||
| computer_name = "testComputer" | ||
| } | ||
|
|
||
| hardware { | ||
| cpu_count = 1 | ||
| memory_in_mb = 1024 | ||
| } | ||
|
|
||
| network_interface { | ||
| name = "testNIC" | ||
| ipv4_address_type = "Dynamic" | ||
| ipv6_address_type = "Dynamic" | ||
| mac_address_type = "Dynamic" | ||
| } |
There was a problem hiding this comment.
these blocks are optional so we should omit them from the basic test
…machinemanagervirtualmachineinstance
| ), | ||
| }, | ||
| data.ImportStep(), | ||
| data.ImportStep("operating_system", "hardware", "network_interface"), |
There was a problem hiding this comment.
we shouldn't need to ignore these fields?
There was a problem hiding this comment.
Yes. I removed them.
|
@catriona-m , thanks for the comments. I updated PR. Please take another look. Below is the test result that I just now triggered. |
...ualmachinemanager/system_center_virtual_machine_manager_virtual_machine_instance_resource.go
Show resolved
Hide resolved
|
@catriona-m , thanks for the comments. Please take another look for this PR. Thanks. |
catriona-m
left a comment
There was a problem hiding this comment.
Thanks @neil-yechenwei LGTM!
* Update CHANGELOG.md #28843 * Update CHANGELOG.md for #28748 * Update CHANGELOG.md for #28881 * Update CHANGELOG.md for #28909 * Update CHANGELOG.md fold in patch release and expand starred entry correctly * Update CHANGELOG.md remove duplicate entry for 28843 * Update CHANGELOG.md #28066 * Update CHANGELOG.md for #28902 and fix ordering * Update CHANGELOG.md for #28848 * Update CHANGELOG.md #27622 * Update CHANGELOG.md for #28271 * Update CHANGELOG.md update format * Update CHANGELOG.md #28934 * Update for #28619 #28598 * Update CHANGELOG.md #28940 * Update CHANGELOG.md for #28880 * Update CHANGELOG.md for #28617 * Update CHANGELOG.md #28721 * Update CHANGELOG.md #28949 * Update previous entry for 4.16.0 * Update CHANGELOG.md for #28834 * prep for release --------- Co-authored-by: Matthew Frahry <mbfrahry@gmail.com> Co-authored-by: jackofallops <11830746+jackofallops@users.noreply.github.com> Co-authored-by: catriona-m <86247157+catriona-m@users.noreply.github.com> Co-authored-by: stephybun <steph@hashicorp.com> Co-authored-by: Wodans Son <20408400+WodansSon@users.noreply.github.com> Co-authored-by: jackofallops <ste@hashicorp.com>
|
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 System Center Virtual Machine Manager Virtual Machine Instance. It is a virtual machine instance management tool primarily used for managing virtual resources in private and hybrid cloud environments.
Note: SCVMM is part of Microsoft System Center and is specifically designed to centrally manage data center virtualization infrastructure.
API reference: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/scvmm/resource-manager/Microsoft.ScVmm/stable/2023-10-07/scvmm.json
Overview: https://learn.microsoft.com/en-us/azure/azure-arc/system-center-virtual-machine-manager/overview
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_system_center_virtual_machine_manager_virtual_machine_instanceThis is a (please select all that apply):
Note
If this PR changes meaningfully during the course of review please update the title and description as required.