Skip to content

Commit

Permalink
chore: fixed typos (redhat-developer#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
themr0c authored Oct 8, 2024
1 parent 2601ef4 commit d9db160
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
To authenticate users with Microsoft Azure, after xref:enabling-authentication-with-microsoft-azure[Enabling authentication with Microsoft Azure], provision users from Microsoft Azure to the {product-short} software catalog.

.Prerequisites
* You have xref:proc-adding-azure-as-an-authentication-provider_{context}[enabled authentication with Microsoft Azure].
* You have xref:enabling-authentication-with-microsoft-azure[enabled authentication with Microsoft Azure].

.Procedure
* To enable Microsoft Azure member discovery, edit your custom {product-short} ConfigMap, such as `app-config-rhdh`, and add following lines to the `app-config-rhdh.yaml` content:
Expand Down Expand Up @@ -72,7 +72,7 @@ catalog:
To include the expanded resource or collection referenced by a single relationship (navigation property) in your results.
Only one relationship can be expanded in a single request.
See https://docs.microsoft.com/en-us/graph/query-parameters#expand-parameter[Microsoft Graph query expand parameter].
This parameter can be combined with xref:userGroupMember[] or xref:userFilter[].
This parameter can be combined with xref:userGroupMemberFilter[] or xref:userFilter[].
+
.`app-config.yaml` fragment with optional `user.expand` field
[source,yaml]
Expand Down Expand Up @@ -172,7 +172,7 @@ catalog:
Optional parameter to include the expanded resource or collection referenced by a single relationship (navigation property) in your results.
Only one relationship can be expanded in a single request.
See https://docs.microsoft.com/en-us/graph/query-parameters#expand-parameter
This parameter can be combined with xref:userGroupMember[] instead of xref:userFilter[].
This parameter can be combined with xref:userGroupMemberFilter[] instead of xref:userFilter[].
+
.`app-config.yaml` fragment with optional `group.expand` field
[source,yaml]
Expand Down

0 comments on commit d9db160

Please sign in to comment.