mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
Correct functional typos
This commit is contained in:
parent
4dc09e19ea
commit
bca8bbe7c2
7 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue