mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Correct functional typos
This commit is contained in:
@@ -573,7 +573,7 @@ class AzureRMVirtualMachine(AzureRMModuleBase):
|
||||
# Verify parameters and resolve any defaults
|
||||
|
||||
if self.vm_size and not self.vm_size_is_valid():
|
||||
self.fail("Parameter error: vm_size {0} is not valid for your subscription and location.".foramt(
|
||||
self.fail("Parameter error: vm_size {0} is not valid for your subscription and location.".format(
|
||||
self.vm_size
|
||||
))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user