Misc typo in azure_rm_virtualmachine (#25376)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
65bd5c4d56
commit
5cf66ceda0
1 changed files with 1 additions and 1 deletions
|
@ -1090,7 +1090,7 @@ class AzureRMVirtualMachine(AzureRMModuleBase):
|
||||||
self.image['offer'],
|
self.image['offer'],
|
||||||
self.image['sku'])
|
self.image['sku'])
|
||||||
except Exception as exc:
|
except Exception as exc:
|
||||||
self.fail("Error fetching image {0} {1} {2} - {4}".format(self.image['publisher'],
|
self.fail("Error fetching image {0} {1} {2} - {3}".format(self.image['publisher'],
|
||||||
self.image['offer'],
|
self.image['offer'],
|
||||||
self.image['sku'],
|
self.image['sku'],
|
||||||
str(exc)))
|
str(exc)))
|
||||||
|
|
Loading…
Reference in a new issue