Skip to content

Commit

Permalink
fixed typo in TestAccAzureRMVirtualMachineScaleSet_upgradeModeUpdate …
Browse files Browse the repository at this point in the history
…test
  • Loading branch information
katbyte committed Jan 6, 2019
1 parent 5bc17f3 commit 1df3da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azurerm/resource_arm_virtual_machine_scale_set_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4790,7 +4790,7 @@ resource "azurerm_virtual_machine_scale_set" "test" {
health_probe_id = "${azurerm_lb_probe.test.id}"
depends_on = ["azurerm_lb_rule.test"]
%[4]s#_#" sku {
%[4]s sku {
name = "Standard_F2"
tier = "Standard"
capacity = 1
Expand Down

0 comments on commit 1df3da5

Please sign in to comment.