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

View File

@@ -954,7 +954,8 @@ def azure(cls):
'help_text': ('Paste the contents of the PEM file that corresponds ' 'help_text': ('Paste the contents of the PEM file that corresponds '
'to the certificate you uploaded in the Microsoft ' 'to the certificate you uploaded in the Microsoft '
'Azure console.') 'Azure console.')
}] }],
'required': ['username', 'ssh_key_data'],
} }
) )