Skip to content

Commit ce7ede1

Browse files
authored
fix: use resource disk as placement type (#7931)
1 parent 5ec7346 commit ce7ede1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

e2e/vmss.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,8 @@ func getBaseVMSSModel(s *Scenario, customData, cseCmd string) armcompute.Virtual
864864
OSType: to.Ptr(armcompute.OperatingSystemTypesLinux),
865865
Caching: to.Ptr(armcompute.CachingTypesReadOnly),
866866
DiffDiskSettings: &armcompute.DiffDiskSettings{
867-
Option: to.Ptr(armcompute.DiffDiskOptionsLocal),
867+
Option: to.Ptr(armcompute.DiffDiskOptionsLocal),
868+
Placement: to.Ptr(armcompute.DiffDiskPlacementResourceDisk),
868869
},
869870
},
870871
},

0 commit comments

Comments
 (0)