Skip to content

Commit e1ff6a4

Browse files
authored
Add roles descriptions to roles.sh (#1583)
In order to clarify what the roles are.
1 parent d1c3696 commit e1ff6a4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/roles.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ done <<< "$output"
99
echo "Environment variables set."
1010

1111
roles=(
12-
"5e0bd9bd-7b93-4f28-af87-19fc36ad61bd"
13-
"2a2b9908-6ea1-4ae2-8e65-a410df84e7d1"
14-
"ba92f5b4-2d11-453d-a403-e96b0029c9fe"
15-
"1407120a-92aa-4202-b7e9-c0e197c71c8f"
16-
"8ebe5a00-799e-43f5-93ac-243d3dce84a7"
12+
"5e0bd9bd-7b93-4f28-af87-19fc36ad61bd" # Cognitive Services OpenAI User
13+
"2a2b9908-6ea1-4ae2-8e65-a410df84e7d1" # Storage Blob Data Reader
14+
"ba92f5b4-2d11-453d-a403-e96b0029c9fe" # Storage Blob Data Contributor
15+
"1407120a-92aa-4202-b7e9-c0e197c71c8f" # Search Index Data Reader
16+
"8ebe5a00-799e-43f5-93ac-243d3dce84a7" # Search Index Data Contributor
1717
)
1818

1919
if [ -z "$AZURE_RESOURCE_GROUP" ]; then

0 commit comments

Comments
 (0)