Skip to content

Commit 6e9627e

Browse files
committed
add redis mi for aca
1 parent e1a34cc commit 6e9627e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/azure-cli/azure/cli/command_modules/serviceconnector/_resource_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ class CLIENT_TYPE(Enum):
906906
RESOURCE.Mysql: [AUTH_TYPE.Secret],
907907
RESOURCE.MysqlFlexible: [AUTH_TYPE.Secret, AUTH_TYPE.SystemIdentity, AUTH_TYPE.UserIdentity, AUTH_TYPE.ServicePrincipalSecret],
908908
RESOURCE.Sql: [AUTH_TYPE.Secret, AUTH_TYPE.SystemIdentity, AUTH_TYPE.UserIdentity, AUTH_TYPE.ServicePrincipalSecret],
909-
RESOURCE.Redis: [AUTH_TYPE.SecretAuto],
909+
RESOURCE.Redis: [AUTH_TYPE.SystemIdentity, AUTH_TYPE.UserIdentity, AUTH_TYPE.SecretAuto, AUTH_TYPE.ServicePrincipalSecret],
910910
RESOURCE.RedisEnterprise: [AUTH_TYPE.SecretAuto],
911911

912912
RESOURCE.CosmosCassandra: [AUTH_TYPE.SystemIdentity, AUTH_TYPE.SecretAuto, AUTH_TYPE.UserIdentity, AUTH_TYPE.ServicePrincipalSecret],

0 commit comments

Comments
 (0)