Skip to content

Commit 442579a

Browse files
DOC-4815 change example ID type to SYSTEM_ASSIGNED
1 parent 22447f1 commit 442579a

File tree

1 file changed

+2
-3
lines changed
  • content/develop/clients/redis-py

1 file changed

+2
-3
lines changed

content/develop/clients/redis-py/amr.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,7 @@ from redis import Redis
106106
from redis_entraid.cred_provider import *
107107

108108
credential_provider = create_from_managed_identity(
109-
identity_type=ManagedIdentityType.USER_ASSIGNED,
110-
...
109+
identity_type=ManagedIdentityType.SYSTEM_ASSIGNED,
111110
)
112111
```
113112

@@ -116,7 +115,7 @@ configuration using the `token_manager_config` parameter:
116115

117116
```python
118117
credential_provider = create_from_managed_identity(
119-
identity_type=ManagedIdentityType.USER_ASSIGNED,
118+
identity_type=ManagedIdentityType.SYSTEM_ASSIGNED,
120119
...
121120

122121
token_manager_config=TokenManagerConfig(

0 commit comments

Comments
 (0)