Skip to content

Commit

Permalink
TestAccResourceProviderRegistration_feature: updating to use an avail…
Browse files Browse the repository at this point in the history
…able RP/features
  • Loading branch information
tombuildsstuff committed Nov 17, 2021
1 parent 9da5d1c commit 9acbd2c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,13 @@ provider "azurerm" {
}
resource "azurerm_resource_provider_registration" "test" {
name = "Microsoft.IoTCentral"
name = "Microsoft.HybridCompute"
feature {
name = "metering"
name = "UpdateCenter"
registered = %t
}
feature {
name = "scootaloo"
name = "ArcServerPrivateLinkPreview"
registered = %t
}
}
Expand Down

0 comments on commit 9acbd2c

Please sign in to comment.