Skip to content

Commit

Permalink
Revert "Lowercasing AAD roles names after AAD update"
Browse files Browse the repository at this point in the history
This reverts commit 847fefe.
  • Loading branch information
Arnaud Lheureux committed Apr 28, 2021
1 parent 847fefe commit 3ef1c3c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions caf_launchpad/scenario/200/iam_azuread.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -146,38 +146,38 @@ azuread_roles = {
azuread_apps = {
caf_launchpad_level0 = {
roles = [
"Application administrator",
"Application developer",
"User administrator"
"Application Administrator",
"Application Developer",
"User Administrator"
]
}
}
managed_identities = {
level0 = {
roles = [
"Directory readers",
"Application developer",
"User administrator"
"Directory Readers",
"Application Developer",
"User Administrator"
]
}
level1 = {
roles = [
"Directory readers"
"Directory Readers"
]
}
level2 = {
roles = [
"Directory readers"
"Directory Readers"
]
}
level3 = {
roles = [
"Directory readers"
"Directory Readers"
]
}
level4 = {
roles = [
"Directory readers"
"Directory Readers"
]
}
}
Expand Down

0 comments on commit 3ef1c3c

Please sign in to comment.