mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 08:37:48 -02:30
support AZURE_CLOUD_ENVIRONMENT
Relates #7737 of ansible-tower. Signed-off-by: Aaron Tan <jangsutsr@gmail.com>
This commit is contained in:
@@ -977,6 +977,12 @@ def azure_rm(cls):
|
||||
'id': 'tenant',
|
||||
'label': 'Tenant ID',
|
||||
'type': 'string'
|
||||
}, {
|
||||
'id': 'cloud_environment',
|
||||
'label': 'Azure Cloud Environment',
|
||||
'type': 'string',
|
||||
'help_text': ('Environment variable AZURE_CLOUD_ENVIRONMENT when'
|
||||
' using Azure GovCloud or Azure stack.')
|
||||
}],
|
||||
'required': ['subscription'],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user