Azure / WALinuxAgent

Microsoft Azure Linux Guest Agent
http://azure.microsoft.com/
Apache License 2.0
541 stars 372 forks source link

fixing attribute error _is_image_from_gallery #3202

Closed nagworld9 closed 2 months ago

nagworld9 commented 2 months ago

Description

if not self._is_urn(self.runbook.image) and not self._is_vhd(self.runbook.image) and not self._is_image_from_gallery(self.runbook.image):

AttributeError: 'AgentTestSuitesCombinator' object has no attribute '_is_image_from_gallery' Issue #


PR information

Quality of Code and Contribution Guidelines