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