provider/azurerm: Removing the diagnostics part of the test from the azurerm virtual machine unattended acceptance test

This commit is contained in:
stack72 2016-09-12 17:52:54 +01:00
parent 971b08f320
commit 0fe822e822
No known key found for this signature in database
GPG Key ID: 8619A619B085CB16
1 changed files with 0 additions and 6 deletions

View File

@ -1174,12 +1174,6 @@ resource "azurerm_virtual_machine" "test" {
}
}
diagnostics_profile {
boot_diagnostics {
enabled = true
storage_uri = "${azurerm_storage_account.test.primary_blob_endpoint}"
}
}
}
`