mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-08 17:34:01 -07:00
cleanup - required: false (#50648)
This commit is contained in:
parent
7995f69a44
commit
3739dc9684
7 changed files with 23 additions and 63 deletions
|
@ -144,8 +144,7 @@ class AzureRMResource(AzureRMModuleBase):
|
|||
# define user inputs into argument
|
||||
self.module_arg_spec = dict(
|
||||
url=dict(
|
||||
type='str',
|
||||
required=False
|
||||
type='str'
|
||||
),
|
||||
provider=dict(
|
||||
type='str',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue