mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 07:01:22 -07:00
fix typo in azure_rm_vm plan
This commit is contained in:
parent
1140d6ecd7
commit
1e340b1940
1 changed files with 1 additions and 1 deletions
|
@ -879,7 +879,7 @@ class AzureRMVirtualMachine(AzureRMModuleBase):
|
||||||
plan = None
|
plan = None
|
||||||
if self.plan:
|
if self.plan:
|
||||||
plan = Plan(name=self.plan.get('name'), product=self.plan.get('product'), publisher=self.plan.get('publisher'),
|
plan = Plan(name=self.plan.get('name'), product=self.plan.get('product'), publisher=self.plan.get('publisher'),
|
||||||
promotion_code=self.product.get('promotion_code'))
|
promotion_code=self.plan.get('promotion_code'))
|
||||||
|
|
||||||
vm_resource = VirtualMachine(
|
vm_resource = VirtualMachine(
|
||||||
self.location,
|
self.location,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue