mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 15:21:13 +03:00
add required fields for azure classic credentials
https://github.com/ansible/ansible-tower/issues/7464
This commit is contained in:
parent
5ba76f28ce
commit
fc73bdcc18
@ -954,7 +954,8 @@ def azure(cls):
|
||||
'help_text': ('Paste the contents of the PEM file that corresponds '
|
||||
'to the certificate you uploaded in the Microsoft '
|
||||
'Azure console.')
|
||||
}]
|
||||
}],
|
||||
'required': ['username', 'ssh_key_data'],
|
||||
}
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user