Skip to content

Commit

Permalink
update test to validation optional
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte committed Sep 20, 2018
1 parent 99f66d2 commit eef3dba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion azurerm/resource_arm_virtual_machine_scale_set_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2168,7 +2168,6 @@ resource "azurerm_virtual_machine_scale_set" "test" {
os_profile {
computer_name_prefix = "prefix"
admin_username = "ubuntu"
admin_password = "password"
custom_data = "custom data!"
}
Expand Down

0 comments on commit eef3dba

Please sign in to comment.