diff --git a/awx/main/models/credential.py b/awx/main/models/credential.py index 799b421aee..9f66965651 100644 --- a/awx/main/models/credential.py +++ b/awx/main/models/credential.py @@ -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'], } )