Skip to content

Commit

Permalink
Update features.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SRIKKANTH committed Nov 23, 2024
1 parent 7ac69ad commit 9374321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisa/sut_orchestrator/azure/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -1918,7 +1918,7 @@ def get_resource_disk_type(self) -> schema.ResourceDiskType:
if not resource_disks:
raise LisaException("No Resource disks are available on VM")
return schema.ResourceDiskType(
self._node.features[Disk].get_disc_type(disk=resource_disks[0])
self._node.features[Disk].get_disk_type(disk=resource_disks[0])
)

def get_resource_disks(self) -> List[str]:
Expand Down

0 comments on commit 9374321

Please sign in to comment.