Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Name validation for compute avset resource was missing. added it.
TF_ACC=1 go test -v ./azurerm/internal/services/compute/tests/ -run=TestAccAzureRMAvailabilitySet -timeout 120m -ldflags="-X=github.com/terraform-providers/terraform-provider-azurerm/version.ProviderVersion=acc"
=== RUN TestAccAzureRMAvailabilitySet_basic
=== PAUSE TestAccAzureRMAvailabilitySet_basic
=== RUN TestAccAzureRMAvailabilitySet_requiresImport
=== PAUSE TestAccAzureRMAvailabilitySet_requiresImport
=== RUN TestAccAzureRMAvailabilitySet_disappears
=== PAUSE TestAccAzureRMAvailabilitySet_disappears
=== RUN TestAccAzureRMAvailabilitySet_withTags
=== PAUSE TestAccAzureRMAvailabilitySet_withTags
=== RUN TestAccAzureRMAvailabilitySet_withPPG
=== PAUSE TestAccAzureRMAvailabilitySet_withPPG
=== RUN TestAccAzureRMAvailabilitySet_withDomainCounts
=== PAUSE TestAccAzureRMAvailabilitySet_withDomainCounts
=== RUN TestAccAzureRMAvailabilitySet_unmanaged
=== PAUSE TestAccAzureRMAvailabilitySet_unmanaged
=== CONT TestAccAzureRMAvailabilitySet_basic
=== CONT TestAccAzureRMAvailabilitySet_withPPG
=== CONT TestAccAzureRMAvailabilitySet_withDomainCounts
=== CONT TestAccAzureRMAvailabilitySet_requiresImport
=== CONT TestAccAzureRMAvailabilitySet_disappears
=== CONT TestAccAzureRMAvailabilitySet_withTags
=== CONT TestAccAzureRMAvailabilitySet_unmanaged
--- PASS: TestAccAzureRMAvailabilitySet_disappears (84.74s)
--- PASS: TestAccAzureRMAvailabilitySet_withDomainCounts (88.39s)
--- PASS: TestAccAzureRMAvailabilitySet_basic (89.28s)
--- PASS: TestAccAzureRMAvailabilitySet_unmanaged (90.43s)
--- PASS: TestAccAzureRMAvailabilitySet_withPPG (95.31s)
--- PASS: TestAccAzureRMAvailabilitySet_requiresImport (96.65s)
--- PASS: TestAccAzureRMAvailabilitySet_withTags (114.65s)
PASS
ok github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/services/compute/tests 114.717s