We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22447f1 commit 442579aCopy full SHA for 442579a
content/develop/clients/redis-py/amr.md
@@ -106,8 +106,7 @@ from redis import Redis
106
from redis_entraid.cred_provider import *
107
108
credential_provider = create_from_managed_identity(
109
- identity_type=ManagedIdentityType.USER_ASSIGNED,
110
- ...
+ identity_type=ManagedIdentityType.SYSTEM_ASSIGNED,
111
)
112
```
113
@@ -116,7 +115,7 @@ configuration using the `token_manager_config` parameter:
116
115
117
```python
118
119
120
...
121
122
token_manager_config=TokenManagerConfig(
0 commit comments