provider/azurerm: Removing the diagnostics part of the test from the azurerm virtual machine unattended acceptance test
This commit is contained in:
parent
971b08f320
commit
0fe822e822
|
@ -1174,12 +1174,6 @@ resource "azurerm_virtual_machine" "test" {
|
|||
}
|
||||
}
|
||||
|
||||
diagnostics_profile {
|
||||
boot_diagnostics {
|
||||
enabled = true
|
||||
storage_uri = "${azurerm_storage_account.test.primary_blob_endpoint}"
|
||||
}
|
||||
}
|
||||
}
|
||||
`
|
||||
|
||||
|
|
Loading…
Reference in New Issue