mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
add required fields for azure credentials
see: https://github.com/ansible/ansible-tower/issues/7465
This commit is contained in:
parent
90b5d98e5c
commit
5ba76f28ce
@ -994,7 +994,8 @@ def azure_rm(cls):
|
||||
'id': 'tenant',
|
||||
'label': 'Tenant ID',
|
||||
'type': 'string'
|
||||
}]
|
||||
}],
|
||||
'required': ['subscription'],
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user