1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 15:21:13 +03:00

add required fields for azure credentials

see: https://github.com/ansible/ansible-tower/issues/7465
This commit is contained in:
Ryan Petrello 2017-08-18 15:50:00 -04:00
parent 90b5d98e5c
commit 5ba76f28ce
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

View File

@ -994,7 +994,8 @@ def azure_rm(cls):
'id': 'tenant', 'id': 'tenant',
'label': 'Tenant ID', 'label': 'Tenant ID',
'type': 'string' 'type': 'string'
}] }],
'required': ['subscription'],
} }
) )