mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 14:05:59 -03:30
Remove 'Controller' from name (#7077)
This commit is contained in:
committed by
thedoubl3j
parent
d8737435fa
commit
d96727c3bd
@@ -46,7 +46,7 @@ class AzureADMigrator(BaseAuthenticatorMigrator):
|
||||
category = 'AzureAD'
|
||||
|
||||
# Generate authenticator name and slug
|
||||
authenticator_name = "Controller Azure AD"
|
||||
authenticator_name = "Azure AD"
|
||||
authenticator_slug = self._generate_authenticator_slug("azure_ad", category)
|
||||
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user