mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-23 19:01:26 -07:00
fix lint errors
This commit is contained in:
parent
1fecb6f923
commit
f0198cc39a
5 changed files with 26 additions and 25 deletions
|
@ -937,7 +937,8 @@ class AzureRMVirtualMachine(AzureRMModuleBase):
|
|||
|
||||
plan = None
|
||||
if self.plan:
|
||||
plan = self.network_models.Plan(name=self.plan.get('name'), product=self.plan.get('product'), publisher=self.plan.get('publisher'),
|
||||
plan = self.network_models.Plan(name=self.plan.get('name'), product=self.plan.get('product'),
|
||||
publisher=self.plan.get('publisher'),
|
||||
promotion_code=self.plan.get('promotion_code'))
|
||||
|
||||
vm_resource = self.network_models.VirtualMachine(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue