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:
parent
90b5d98e5c
commit
5ba76f28ce
@ -994,7 +994,8 @@ def azure_rm(cls):
|
|||||||
'id': 'tenant',
|
'id': 'tenant',
|
||||||
'label': 'Tenant ID',
|
'label': 'Tenant ID',
|
||||||
'type': 'string'
|
'type': 'string'
|
||||||
}]
|
}],
|
||||||
|
'required': ['subscription'],
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user