Very minor change needed to realign with the updated Azure SDK
This commit is contained in:
parent
cef8259923
commit
08dd7dece9
|
@ -204,7 +204,7 @@ func resourceAzureDataDiskUpdate(d *schema.ResourceData, meta interface{}) error
|
|||
|
||||
if d.HasChange("size") {
|
||||
p := virtualmachinedisk.UpdateDiskParameters{
|
||||
DiskName: d.Id(),
|
||||
Name: d.Id(),
|
||||
Label: d.Get("label").(string),
|
||||
ResizedSizeInGB: d.Get("size").(int),
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue