Skip to content
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

Normalize location #123

Merged
merged 1 commit into from
Jun 23, 2017
Merged

Conversation

thiagocaiubi
Copy link
Contributor

Call azureRMNormalizeLocation before set to state. There were few
resources missing this.

Based on:

Call `azureRMNormalizeLocation` before set to state. There were few
resources missing this.
Copy link
Contributor

@tombuildsstuff tombuildsstuff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @thiagocaiubi

Thanks for this contribution - I've taken a look and this LGTM - the tests pass:

$ TF_ACC=1 envchain azurerm go test ./azurerm -v -timeout 300m -parallel 5 -run TestAccAzureRMAvailabilitySet
=== RUN   TestAccAzureRMAvailabilitySet_importBasic
--- PASS: TestAccAzureRMAvailabilitySet_importBasic (77.36s)
=== RUN   TestAccAzureRMAvailabilitySet_basic
--- PASS: TestAccAzureRMAvailabilitySet_basic (66.41s)
=== RUN   TestAccAzureRMAvailabilitySet_disappears
--- PASS: TestAccAzureRMAvailabilitySet_disappears (67.41s)
=== RUN   TestAccAzureRMAvailabilitySet_withTags
--- PASS: TestAccAzureRMAvailabilitySet_withTags (77.26s)
=== RUN   TestAccAzureRMAvailabilitySet_withDomainCounts
--- PASS: TestAccAzureRMAvailabilitySet_withDomainCounts (80.33s)
=== RUN   TestAccAzureRMAvailabilitySet_managed
--- PASS: TestAccAzureRMAvailabilitySet_managed (79.10s)
PASS
ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	447.902s
$ TF_ACC=1 envchain azurerm go test ./azurerm -v -timeout 300m -parallel 5 -run TestAccAzureRMExpressRou
=== RUN   TestAccAzureRMExpressRouteCircuit_importBasic
--- PASS: TestAccAzureRMExpressRouteCircuit_importBasic (115.62s)
=== RUN   TestAccAzureRMExpressRouteCircuit_basic
--- PASS: TestAccAzureRMExpressRouteCircuit_basic (115.44s)
PASS
ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	231.093s
$ TF_ACC=1 envchain azurerm go test ./azurerm -v -timeout 300m -parallel 5 -run TestAccAzureRMLoadBalancer
=== RUN   TestAccAzureRMLoadBalancerBackEndAddressPool_importBasic
--- PASS: TestAccAzureRMLoadBalancerBackEndAddressPool_importBasic (104.31s)
=== RUN   TestAccAzureRMLoadBalancerNatPool_importBasic
--- PASS: TestAccAzureRMLoadBalancerNatPool_importBasic (100.75s)
=== RUN   TestAccAzureRMLoadBalancerNatRule_importBasic
--- PASS: TestAccAzureRMLoadBalancerNatRule_importBasic (98.18s)
=== RUN   TestAccAzureRMLoadBalancerProbe_importBasic
--- PASS: TestAccAzureRMLoadBalancerProbe_importBasic (117.08s)
=== RUN   TestAccAzureRMLoadBalancerRule_importBasic
--- PASS: TestAccAzureRMLoadBalancerRule_importBasic (108.13s)
=== RUN   TestAccAzureRMLoadBalancer_importBasic
--- PASS: TestAccAzureRMLoadBalancer_importBasic (78.87s)
=== RUN   TestAccAzureRMLoadBalancerBackEndAddressPool_basic
--- PASS: TestAccAzureRMLoadBalancerBackEndAddressPool_basic (100.20s)
=== RUN   TestAccAzureRMLoadBalancerBackEndAddressPool_removal
--- PASS: TestAccAzureRMLoadBalancerBackEndAddressPool_removal (107.52s)
=== RUN   TestAccAzureRMLoadBalancerBackEndAddressPool_reapply
--- PASS: TestAccAzureRMLoadBalancerBackEndAddressPool_reapply (129.63s)
=== RUN   TestAccAzureRMLoadBalancerBackEndAddressPool_disappears
--- PASS: TestAccAzureRMLoadBalancerBackEndAddressPool_disappears (103.36s)
=== RUN   TestAccAzureRMLoadBalancerNatPool_basic
--- PASS: TestAccAzureRMLoadBalancerNatPool_basic (100.56s)
=== RUN   TestAccAzureRMLoadBalancerNatPool_removal
--- PASS: TestAccAzureRMLoadBalancerNatPool_removal (122.96s)
=== RUN   TestAccAzureRMLoadBalancerNatPool_update
--- PASS: TestAccAzureRMLoadBalancerNatPool_update (121.06s)
=== RUN   TestAccAzureRMLoadBalancerNatPool_reapply
--- PASS: TestAccAzureRMLoadBalancerNatPool_reapply (113.95s)
=== RUN   TestAccAzureRMLoadBalancerNatPool_disappears
--- PASS: TestAccAzureRMLoadBalancerNatPool_disappears (116.43s)
=== RUN   TestAccAzureRMLoadBalancerNatRule_basic
--- PASS: TestAccAzureRMLoadBalancerNatRule_basic (106.06s)
=== RUN   TestAccAzureRMLoadBalancerNatRule_removal
--- PASS: TestAccAzureRMLoadBalancerNatRule_removal (113.90s)
=== RUN   TestAccAzureRMLoadBalancerNatRule_update
--- PASS: TestAccAzureRMLoadBalancerNatRule_update (127.19s)
=== RUN   TestAccAzureRMLoadBalancerNatRule_reapply
--- PASS: TestAccAzureRMLoadBalancerNatRule_reapply (117.87s)
=== RUN   TestAccAzureRMLoadBalancerNatRule_disappears
--- PASS: TestAccAzureRMLoadBalancerNatRule_disappears (114.99s)
=== RUN   TestAccAzureRMLoadBalancerProbe_basic
--- PASS: TestAccAzureRMLoadBalancerProbe_basic (128.41s)
=== RUN   TestAccAzureRMLoadBalancerProbe_removal
--- PASS: TestAccAzureRMLoadBalancerProbe_removal (122.57s)
=== RUN   TestAccAzureRMLoadBalancerProbe_update
--- PASS: TestAccAzureRMLoadBalancerProbe_update (102.99s)
=== RUN   TestAccAzureRMLoadBalancerProbe_updateProtocol
--- PASS: TestAccAzureRMLoadBalancerProbe_updateProtocol (114.47s)
=== RUN   TestAccAzureRMLoadBalancerProbe_reapply
--- PASS: TestAccAzureRMLoadBalancerProbe_reapply (112.48s)
=== RUN   TestAccAzureRMLoadBalancerProbe_disappears
--- PASS: TestAccAzureRMLoadBalancerProbe_disappears (87.24s)
=== RUN   TestAccAzureRMLoadBalancerRule_basic
--- PASS: TestAccAzureRMLoadBalancerRule_basic (101.72s)
=== RUN   TestAccAzureRMLoadBalancerRule_removal
--- PASS: TestAccAzureRMLoadBalancerRule_removal (98.91s)
=== RUN   TestAccAzureRMLoadBalancerRule_inconsistentReads
--- PASS: TestAccAzureRMLoadBalancerRule_inconsistentReads (108.83s)
=== RUN   TestAccAzureRMLoadBalancerRule_update
--- PASS: TestAccAzureRMLoadBalancerRule_update (124.32s)
=== RUN   TestAccAzureRMLoadBalancerRule_reapply
--- PASS: TestAccAzureRMLoadBalancerRule_reapply (114.08s)
=== RUN   TestAccAzureRMLoadBalancerRule_disappears
--- PASS: TestAccAzureRMLoadBalancerRule_disappears (105.45s)
=== RUN   TestAccAzureRMLoadBalancer_basic
--- PASS: TestAccAzureRMLoadBalancer_basic (80.01s)
=== RUN   TestAccAzureRMLoadBalancer_frontEndConfig
--- PASS: TestAccAzureRMLoadBalancer_frontEndConfig (136.30s)
=== RUN   TestAccAzureRMLoadBalancer_tags
--- PASS: TestAccAzureRMLoadBalancer_tags (91.95s)
PASS
ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	3832.763s
$ TF_ACC=1 envchain azurerm go test ./azurerm -v -timeout 300m -parallel 5 -run TestAccAzureRMLocalNet
=== RUN   TestAccAzureRMLocalNetworkGateway_importBasic
--- PASS: TestAccAzureRMLocalNetworkGateway_importBasic (91.71s)
=== RUN   TestAccAzureRMLocalNetworkGateway_basic
--- PASS: TestAccAzureRMLocalNetworkGateway_basic (89.44s)
=== RUN   TestAccAzureRMLocalNetworkGateway_disappears
--- PASS: TestAccAzureRMLocalNetworkGateway_disappears (86.74s)
PASS
ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	267.932s
$ TF_ACC=1 envchain azurerm go test ./azurerm -v -timeout 300m -parallel 5 -run TestAccAzureRMManagedDisk
=== RUN   TestAccAzureRMManagedDisk_importEmpty
--- PASS: TestAccAzureRMManagedDisk_importEmpty (187.56s)
=== RUN   TestAccAzureRMManagedDisk_empty
--- PASS: TestAccAzureRMManagedDisk_empty (200.26s)
=== RUN   TestAccAzureRMManagedDisk_import
--- PASS: TestAccAzureRMManagedDisk_import (491.24s)
=== RUN   TestAccAzureRMManagedDisk_copy
--- PASS: TestAccAzureRMManagedDisk_copy (317.95s)
=== RUN   TestAccAzureRMManagedDisk_update
--- PASS: TestAccAzureRMManagedDisk_update (251.29s)
=== RUN   TestAccAzureRMManagedDisk_NonStandardCasing
--- PASS: TestAccAzureRMManagedDisk_NonStandardCasing (192.92s)
PASS
ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	1641.259s
$ TF_ACC=1 envchain azurerm go test ./azurerm -v -timeout 300m -parallel 5 -run TestAccAzureRMNetworkSecurity
=== RUN   TestAccAzureRMNetworkSecurityGroup_importBasic
--- PASS: TestAccAzureRMNetworkSecurityGroup_importBasic (91.63s)
=== RUN   TestAccAzureRMNetworkSecurityRule_importBasic
--- PASS: TestAccAzureRMNetworkSecurityRule_importBasic (99.20s)
=== RUN   TestAccAzureRMNetworkSecurityGroup_basic
--- PASS: TestAccAzureRMNetworkSecurityGroup_basic (86.71s)
=== RUN   TestAccAzureRMNetworkSecurityGroup_disappears
--- PASS: TestAccAzureRMNetworkSecurityGroup_disappears (89.26s)
=== RUN   TestAccAzureRMNetworkSecurityGroup_withTags
--- PASS: TestAccAzureRMNetworkSecurityGroup_withTags (99.59s)
=== RUN   TestAccAzureRMNetworkSecurityGroup_addingExtraRules
--- PASS: TestAccAzureRMNetworkSecurityGroup_addingExtraRules (107.77s)
=== RUN   TestAccAzureRMNetworkSecurityRule_basic
--- PASS: TestAccAzureRMNetworkSecurityRule_basic (112.19s)
=== RUN   TestAccAzureRMNetworkSecurityRule_disappears
--- PASS: TestAccAzureRMNetworkSecurityRule_disappears (114.74s)
=== RUN   TestAccAzureRMNetworkSecurityRule_addingRules
--- PASS: TestAccAzureRMNetworkSecurityRule_addingRules (167.66s)
PASS
ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	968.769s
$ TF_ACC=1 envchain azurerm go test ./azurerm -v -timeout 300m -parallel 5 -run TestAccAzureRMPublicIp
=== RUN   TestAccAzureRMPublicIpStatic_importBasic
--- PASS: TestAccAzureRMPublicIpStatic_importBasic (83.31s)
=== RUN   TestAccAzureRMPublicIpStatic_basic
--- PASS: TestAccAzureRMPublicIpStatic_basic (81.28s)
=== RUN   TestAccAzureRMPublicIpStatic_disappears
--- PASS: TestAccAzureRMPublicIpStatic_disappears (80.44s)
=== RUN   TestAccAzureRMPublicIpStatic_idleTimeout
--- PASS: TestAccAzureRMPublicIpStatic_idleTimeout (89.09s)
=== RUN   TestAccAzureRMPublicIpStatic_withTags
--- PASS: TestAccAzureRMPublicIpStatic_withTags (100.76s)
=== RUN   TestAccAzureRMPublicIpStatic_update
--- PASS: TestAccAzureRMPublicIpStatic_update (104.79s)
=== RUN   TestAccAzureRMPublicIpDynamic_basic
--- PASS: TestAccAzureRMPublicIpDynamic_basic (86.16s)
PASS
ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	625.852s
$ TF_ACC=1 envchain azurerm go test ./azurerm -v -timeout 300m -parallel 5 -run TestAccAzureRMResourceGroup
=== RUN   TestAccAzureRMResourceGroup_importBasic
--- PASS: TestAccAzureRMResourceGroup_importBasic (64.53s)
=== RUN   TestAccAzureRMResourceGroup_basic
--- PASS: TestAccAzureRMResourceGroup_basic (62.21s)
=== RUN   TestAccAzureRMResourceGroup_disappears
--- PASS: TestAccAzureRMResourceGroup_disappears (64.61s)
=== RUN   TestAccAzureRMResourceGroup_withTags
--- PASS: TestAccAzureRMResourceGroup_withTags (70.78s)
PASS
ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	262.148s
$ TF_ACC=1 envchain azurerm go test ./azurerm -v -timeout 300m -parallel 5 -run TestAccAzureRMRouteTable
=== RUN   TestAccAzureRMRouteTable_importBasic
--- PASS: TestAccAzureRMRouteTable_importBasic (80.85s)
=== RUN   TestAccAzureRMRouteTable_basic
--- PASS: TestAccAzureRMRouteTable_basic (83.89s)
=== RUN   TestAccAzureRMRouteTable_disappears
--- PASS: TestAccAzureRMRouteTable_disappears (86.45s)
=== RUN   TestAccAzureRMRouteTable_withTags
--- PASS: TestAccAzureRMRouteTable_withTags (100.58s)
=== RUN   TestAccAzureRMRouteTable_multipleRoutes
--- PASS: TestAccAzureRMRouteTable_multipleRoutes (107.89s)
PASS
ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	459.696s
$ TF_ACC=1 envchain azurerm go test ./azurerm -v -timeout 300m -parallel 5 -run TestAccAzureRMStorageAccou
=== RUN   TestAccAzureRMStorageAccount_importBasic
--- PASS: TestAccAzureRMStorageAccount_importBasic (89.98s)
=== RUN   TestAccAzureRMStorageAccount_basic
--- PASS: TestAccAzureRMStorageAccount_basic (97.27s)
=== RUN   TestAccAzureRMStorageAccount_disappears
--- PASS: TestAccAzureRMStorageAccount_disappears (85.40s)
=== RUN   TestAccAzureRMStorageAccount_blobEncryption
--- PASS: TestAccAzureRMStorageAccount_blobEncryption (96.51s)
=== RUN   TestAccAzureRMStorageAccount_blobStorageWithUpdate
--- PASS: TestAccAzureRMStorageAccount_blobStorageWithUpdate (126.03s)
=== RUN   TestAccAzureRMStorageAccount_NonStandardCasing
--- PASS: TestAccAzureRMStorageAccount_NonStandardCasing (114.09s)
PASS
ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	609.300s
$ TF_ACC=1 envchain azurerm go test ./azurerm -v -timeout 300m -parallel 5 -run TestAccAzureRMVirtualMachine
=== RUN   TestAccAzureRMVirtualMachineExtension_importBasic
--- PASS: TestAccAzureRMVirtualMachineExtension_importBasic (637.71s)
=== RUN   TestAccAzureRMVirtualMachineScaleSet_importBasic
--- PASS: TestAccAzureRMVirtualMachineScaleSet_importBasic (443.10s)
=== RUN   TestAccAzureRMVirtualMachineScaleSet_importBasic_managedDisk
--- PASS: TestAccAzureRMVirtualMachineScaleSet_importBasic_managedDisk (338.61s)
=== RUN   TestAccAzureRMVirtualMachineScaleSet_importLinux
--- PASS: TestAccAzureRMVirtualMachineScaleSet_importLinux (469.79s)
=== RUN   TestAccAzureRMVirtualMachineScaleSet_importLoadBalancer
--- PASS: TestAccAzureRMVirtualMachineScaleSet_importLoadBalancer (379.10s)
=== RUN   TestAccAzureRMVirtualMachineScaleSet_importOverProvision
--- PASS: TestAccAzureRMVirtualMachineScaleSet_importOverProvision (372.48s)
=== RUN   TestAccAzureRMVirtualMachineScaleSet_importExtension
--- PASS: TestAccAzureRMVirtualMachineScaleSet_importExtension (365.58s)
=== RUN   TestAccAzureRMVirtualMachineScaleSet_importMultipleExtensions
--- PASS: TestAccAzureRMVirtualMachineScaleSet_importMultipleExtensions (366.11s)
=== RUN   TestAccAzureRMVirtualMachine_importBasic
--- PASS: TestAccAzureRMVirtualMachine_importBasic (486.49s)
=== RUN   TestAccAzureRMVirtualMachine_importBasic_managedDisk
--- PASS: TestAccAzureRMVirtualMachine_importBasic_managedDisk (542.27s)
=== RUN   TestAccAzureRMVirtualMachineExtension_basic
--- PASS: TestAccAzureRMVirtualMachineExtension_basic (818.59s)
=== RUN   TestAccAzureRMVirtualMachineExtension_concurrent
--- PASS: TestAccAzureRMVirtualMachineExtension_concurrent (616.20s)
=== RUN   TestAccAzureRMVirtualMachineExtension_linuxDiagnostics
--- PASS: TestAccAzureRMVirtualMachineExtension_linuxDiagnostics (632.63s)
=== RUN   TestAccAzureRMVirtualMachineScaleSet_basic
--- PASS: TestAccAzureRMVirtualMachineScaleSet_basic (416.56s)
=== RUN   TestAccAzureRMVirtualMachineScaleSet_singlePlacementGroupFalse
--- PASS: TestAccAzureRMVirtualMachineScaleSet_singlePlacementGroupFalse (482.01s)
=== RUN   TestAccAzureRMVirtualMachineScaleSet_linuxUpdated
--- PASS: TestAccAzureRMVirtualMachineScaleSet_linuxUpdated (604.06s)
=== RUN   TestAccAzureRMVirtualMachineScaleSet_basicLinux_managedDisk
--- PASS: TestAccAzureRMVirtualMachineScaleSet_basicLinux_managedDisk (476.30s)
=== RUN   TestAccAzureRMVirtualMachineScaleSet_basicLinux_disappears
--- PASS: TestAccAzureRMVirtualMachineScaleSet_basicLinux_disappears (380.46s)
=== RUN   TestAccAzureRMVirtualMachineScaleSet_loadBalancer
--- PASS: TestAccAzureRMVirtualMachineScaleSet_loadBalancer (443.05s)
=== RUN   TestAccAzureRMVirtualMachineScaleSet_loadBalancerManagedDataDisks
--- PASS: TestAccAzureRMVirtualMachineScaleSet_loadBalancerManagedDataDisks (555.55s)
=== RUN   TestAccAzureRMVirtualMachineScaleSet_overprovision
--- PASS: TestAccAzureRMVirtualMachineScaleSet_overprovision (352.65s)
=== RUN   TestAccAzureRMVirtualMachineScaleSet_extension
--- PASS: TestAccAzureRMVirtualMachineScaleSet_extension (364.66s)
=== RUN   TestAccAzureRMVirtualMachineScaleSet_multipleExtensions
--- PASS: TestAccAzureRMVirtualMachineScaleSet_multipleExtensions (352.14s)
=== RUN   TestAccAzureRMVirtualMachineScaleSet_osDiskTypeConflict
--- PASS: TestAccAzureRMVirtualMachineScaleSet_osDiskTypeConflict (98.48s)
=== RUN   TestAccAzureRMVirtualMachineScaleSet_NonStandardCasing
--- PASS: TestAccAzureRMVirtualMachineScaleSet_NonStandardCasing (445.20s)
=== RUN   TestAccAzureRMVirtualMachine_basicLinuxMachine
--- PASS: TestAccAzureRMVirtualMachine_basicLinuxMachine (444.86s)
=== RUN   TestAccAzureRMVirtualMachine_basicLinuxMachine_managedDisk_explicit
--- PASS: TestAccAzureRMVirtualMachine_basicLinuxMachine_managedDisk_explicit (420.13s)
=== RUN   TestAccAzureRMVirtualMachine_basicLinuxMachine_managedDisk_implicit
--- PASS: TestAccAzureRMVirtualMachine_basicLinuxMachine_managedDisk_implicit (538.19s)
=== RUN   TestAccAzureRMVirtualMachine_basicLinuxMachine_managedDisk_attach
--- PASS: TestAccAzureRMVirtualMachine_basicLinuxMachine_managedDisk_attach (555.30s)
=== RUN   TestAccAzureRMVirtualMachine_basicLinuxMachine_disappears
--- PASS: TestAccAzureRMVirtualMachine_basicLinuxMachine_disappears (467.77s)
=== RUN   TestAccAzureRMVirtualMachine_withDataDisk
--- PASS: TestAccAzureRMVirtualMachine_withDataDisk (425.84s)
=== RUN   TestAccAzureRMVirtualMachine_withDataDisk_managedDisk_explicit
--- PASS: TestAccAzureRMVirtualMachine_withDataDisk_managedDisk_explicit (475.97s)
=== RUN   TestAccAzureRMVirtualMachine_withDataDisk_managedDisk_implicit
--- PASS: TestAccAzureRMVirtualMachine_withDataDisk_managedDisk_implicit (416.32s)
=== RUN   TestAccAzureRMVirtualMachine_tags
--- PASS: TestAccAzureRMVirtualMachine_tags (448.37s)
=== RUN   TestAccAzureRMVirtualMachine_updateMachineSize
--- PASS: TestAccAzureRMVirtualMachine_updateMachineSize (588.66s)
=== RUN   TestAccAzureRMVirtualMachine_basicWindowsMachine
--- PASS: TestAccAzureRMVirtualMachine_basicWindowsMachine (562.73s)
=== RUN   TestAccAzureRMVirtualMachine_windowsUnattendedConfig
--- PASS: TestAccAzureRMVirtualMachine_windowsUnattendedConfig (501.98s)
=== RUN   TestAccAzureRMVirtualMachine_diagnosticsProfile
--- PASS: TestAccAzureRMVirtualMachine_diagnosticsProfile (563.41s)
=== RUN   TestAccAzureRMVirtualMachine_winRMConfig
--- PASS: TestAccAzureRMVirtualMachine_winRMConfig (498.88s)
=== RUN   TestAccAzureRMVirtualMachine_deleteVHDOptOut
--- PASS: TestAccAzureRMVirtualMachine_deleteVHDOptOut (452.57s)
=== RUN   TestAccAzureRMVirtualMachine_deleteManagedDiskOptOut
--- PASS: TestAccAzureRMVirtualMachine_deleteManagedDiskOptOut (489.08s)
=== RUN   TestAccAzureRMVirtualMachine_deleteVHDOptIn
--- PASS: TestAccAzureRMVirtualMachine_deleteVHDOptIn (513.93s)
=== RUN   TestAccAzureRMVirtualMachine_deleteManagedDiskOptIn
--- PASS: TestAccAzureRMVirtualMachine_deleteManagedDiskOptIn (988.78s)
=== RUN   TestAccAzureRMVirtualMachine_ChangeComputerName
--- PASS: TestAccAzureRMVirtualMachine_ChangeComputerName (765.13s)
=== RUN   TestAccAzureRMVirtualMachine_ChangeAvailabilitySet
--- PASS: TestAccAzureRMVirtualMachine_ChangeAvailabilitySet (765.59s)
=== RUN   TestAccAzureRMVirtualMachine_changeStorageImageReference
--- PASS: TestAccAzureRMVirtualMachine_changeStorageImageReference (685.80s)
=== RUN   TestAccAzureRMVirtualMachine_changeOSDiskVhdUri
--- PASS: TestAccAzureRMVirtualMachine_changeOSDiskVhdUri (694.65s)
=== RUN   TestAccAzureRMVirtualMachine_plan
--- PASS: TestAccAzureRMVirtualMachine_plan (433.50s)
=== RUN   TestAccAzureRMVirtualMachine_changeSSHKey
--- PASS: TestAccAzureRMVirtualMachine_changeSSHKey (428.42s)
=== RUN   TestAccAzureRMVirtualMachine_osDiskTypeConflict
--- PASS: TestAccAzureRMVirtualMachine_osDiskTypeConflict (92.61s)
=== RUN   TestAccAzureRMVirtualMachine_dataDiskTypeConflict
--- PASS: TestAccAzureRMVirtualMachine_dataDiskTypeConflict (106.41s)
=== RUN   TestAccAzureRMVirtualMachineExtension_basic
--- PASS: TestAccAzureRMVirtualMachineExtension_basic (633.64s)
=== RUN   TestAccAzureRMVirtualMachineExtension_concurrent
--- PASS: TestAccAzureRMVirtualMachineExtension_concurrent (642.21s)
=== RUN   TestAccAzureRMVirtualMachineExtension_linuxDiagnostics
--- PASS: TestAccAzureRMVirtualMachineExtension_linuxDiagnostics (617.69s)
PASS
$ TF_ACC=1 envchain azurerm go test ./azurerm -v -timeout 300m -parallel 5 -run TestAccAzureRMVirtualNetwork
=== RUN   TestAccAzureRMVirtualNetworkPeering_importBasic
--- PASS: TestAccAzureRMVirtualNetworkPeering_importBasic (129.25s)
=== RUN   TestAccAzureRMVirtualNetwork_importBasic
--- PASS: TestAccAzureRMVirtualNetwork_importBasic (95.62s)
=== RUN   TestAccAzureRMVirtualNetworkPeering_basic
--- PASS: TestAccAzureRMVirtualNetworkPeering_basic (148.82s)
=== RUN   TestAccAzureRMVirtualNetworkPeering_disappears
--- PASS: TestAccAzureRMVirtualNetworkPeering_disappears (129.74s)
=== RUN   TestAccAzureRMVirtualNetworkPeering_update
--- PASS: TestAccAzureRMVirtualNetworkPeering_update (183.46s)
=== RUN   TestAccAzureRMVirtualNetwork_basic
--- PASS: TestAccAzureRMVirtualNetwork_basic (101.55s)
=== RUN   TestAccAzureRMVirtualNetwork_disappears
--- PASS: TestAccAzureRMVirtualNetwork_disappears (81.30s)
=== RUN   TestAccAzureRMVirtualNetwork_withTags
--- PASS: TestAccAzureRMVirtualNetwork_withTags (94.68s)
PASS
ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	964.442s

Thanks!

@tombuildsstuff tombuildsstuff merged commit d2f369a into hashicorp:master Jun 23, 2017
tombuildsstuff added a commit that referenced this pull request Jun 23, 2017
tombuildsstuff added a commit that referenced this pull request Jul 4, 2017
tombuildsstuff added a commit that referenced this pull request Jul 4, 2017
@ghost
Copy link

ghost commented Apr 1, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!

@ghost ghost locked and limited conversation to collaborators Apr 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants