Skip to content

Commit

Permalink
Update 3.0 to 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
myc2h6o committed Apr 26, 2022
1 parent d454d13 commit d038282
Show file tree
Hide file tree
Showing 7 changed files with 589 additions and 568 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ func TestAccLinuxVirtualMachineScaleSet_otherTerminationNotification(t *testing.
})
}

// TODO remove TestAccLinuxVirtualMachineScaleSet_otherTerminationNotificationMigration in 3.0
// TODO remove TestAccLinuxVirtualMachineScaleSet_otherTerminationNotificationMigration in 4.0
func TestAccLinuxVirtualMachineScaleSet_otherTerminationNotificationMigration(t *testing.T) {
data := acceptance.BuildTestData(t, "azurerm_linux_virtual_machine_scale_set", "test")
r := LinuxVirtualMachineScaleSetResource{}
Expand Down Expand Up @@ -1936,7 +1936,7 @@ resource "azurerm_linux_virtual_machine_scale_set" "test" {
`, r.template(data), data.RandomInteger)
}

// TODO remove otherTerminateNotification in 3.0
// TODO remove otherTerminateNotification in 4.0
func (r LinuxVirtualMachineScaleSetResource) otherTerminateNotification(data acceptance.TestData, enabled bool) string {
return fmt.Sprintf(`
%s
Expand Down
Loading

0 comments on commit d038282

Please sign in to comment.