1
0
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:
Ryan Petrello 2017-08-18 15:51:07 -04:00
parent 5ba76f28ce
commit fc73bdcc18
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

View File

@ -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'],
}
)