hashicorp / terraform-provider-azurerm

Terraform provider for Azure Resource Manager
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs
Mozilla Public License 2.0
4.61k stars 4.65k forks source link

`azurerm_arc_machine` - support `identity` and `tags` properties #27987

Closed teowa closed 1 day ago

teowa commented 1 week ago

Community Note

Description

swagger:https://github.com/Azure/azure-rest-api-specs/blob/20f765ef6dfb1b649a69b808bc0053e3e91150f1/specification/hybridcompute/resource-manager/Microsoft.HybridCompute/stable/2024-07-10/HybridCompute.json#L2314

PR Checklist

Changes to existing Resource / Data Source

Testing

-> % make acctests SERVICE="hybridcompute" TESTARGS="-parallel 5 -run TestAccArcMachineResource_" TESTTIMEOUT='2h'
==> Checking that code complies with gofmt requirements...
==> Checking that Custom Timeouts are used...
==> Checking that acceptance test packages are used...
TF_ACC=1 go test -v ./internal/services/hybridcompute -parallel 5 -run TestAccArcMachineResource_ -timeout 2h -ldflags="-X=github.com/hashicorp/terraform-provider-azurerm/version.ProviderVersion=acc"
=== RUN   TestAccArcMachineResource_basic
--- PASS: TestAccArcMachineResource_basic (62.11s)
=== RUN   TestAccArcMachineResource_requiresImport
--- PASS: TestAccArcMachineResource_requiresImport (57.97s)
=== RUN   TestAccArcMachineResource_identity
--- PASS: TestAccArcMachineResource_identity (58.90s)
=== RUN   TestAccArcMachineResource_update
--- PASS: TestAccArcMachineResource_update (99.18s)
PASS
ok      github.com/hashicorp/terraform-provider-azurerm/internal/services/hybridcompute 278.181s

Change Log

Below please provide what should go into the changelog (if anything) conforming to the Changelog Format documented here.

This is a (please select all that apply):

Related Issue(s)

Fixes #0000

[!NOTE] If this PR changes meaningfully during the course of review please update the title and description as required.