Skip to content

Commit f069704

Browse files
Make case insensitivity explicit.
1 parent de3319b commit f069704

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

v2/samples/authorization/v1api20200801preview/v1api20200801preview_roleassignment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ spec:
1414
name: identity-settings
1515
key: principalId
1616
roleDefinitionReference:
17-
# ASO allows you to specify global roles by name instead of the published GUID
18-
wellKnownName: contributor
17+
# ASO allows you to specify global roles by name instead of the published GUID. Lookup is case insensitive.
18+
wellKnownName: Contributor
1919

v2/samples/authorization/v1api20220401/v1api20220401_roleassignment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ spec:
1414
name: identity-settings
1515
key: principalId
1616
roleDefinitionReference:
17-
# ASO allows you to specify global roles by name instead of the published GUID
18-
wellKnownName: contributor
17+
# ASO allows you to specify global roles by name instead of the published GUID. Lookup is case insensitive.
18+
wellKnownName: Contributor

v2/samples/insights/v1api20240101preview/refs/v1api20220401_roleassignment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ spec:
1212
name: admin-settings
1313
key: principalId
1414
roleDefinitionReference:
15-
# ASO allows you to specify global roles by name instead of the published GUID
15+
# ASO allows you to specify global roles by name instead of the published GUID. Lookup is case insensitive.
1616
wellKnownName: contributor

v2/samples/redhatopenshift/v1api/refs/v1api20220401_roleassignment_from_rp_to_vnet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ spec:
1313
# This can be fetched by using `az ad sp list --display-name "Azure Red Hat OpenShift RP" --query "[0].id" -o tsv` command
1414
principalId: 00000000-0000-0000-0000-000000000000
1515
roleDefinitionReference:
16-
# ASO allows you to specify global roles by name instead of the published GUID
16+
# ASO allows you to specify global roles by name instead of the published GUID. Lookup is case insensitive.
1717
wellKnownName: contributor

v2/samples/redhatopenshift/v1api/refs/v1api20220401_roleassignment_from_sp_to_vnet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ spec:
1212
# This is the Principal ID of the AAD identity to which the role will be assigned
1313
principalId: 00000000-0000-0000-0000-000000000000
1414
roleDefinitionReference:
15-
# ASO allows you to specify global roles by name instead of the published GUID
15+
# ASO allows you to specify global roles by name instead of the published GUID. Lookup is case insensitive.
1616
wellKnownName: contributor

0 commit comments

Comments
 (0)