Skip to content

Commit 5e97abf

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into ultraPortal
2 parents 1c8241e + de58969 commit 5e97abf

File tree

117 files changed

+1988
-2247
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+1988
-2247
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4776,6 +4776,11 @@
47764776
"redirect_url": "/azure/app-service-mobile",
47774777
"redirect_document_id": false
47784778
},
4779+
{
4780+
"source_path": "articles/application-gateway/application-gateway-ssl-cli.md",
4781+
"redirect_url": "/azure/application-gateway/tutorial-ssl-cli",
4782+
"redirect_document_id": false
4783+
},
47794784
{
47804785
"source_path": "articles/application-gateway/application-gateway-ssl-arm.md",
47814786
"redirect_url": "/azure/application-gateway/tutorial-ssl-powershell",

articles/active-directory-b2c/active-directory-b2c-devquickstarts-graph-dotnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,11 +273,11 @@ Inspect the `B2CGraphClient.SendGraphPatchRequest()` method for details on how t
273273

274274
### Search users
275275

276-
You can search for users in your B2C tenant in following ways:
276+
You can search for users in your B2C tenant in the following ways:
277277

278278
* Reference the user's **object ID**.
279279
* Reference their sign-in identifer, the `signInNames` property.
280-
* Reference any of the valid OData parameters, e.g. givenName, surname, displayName etc.
280+
* Reference any of the valid OData parameters. For example, 'givenName', 'surname', 'displayName' etc.
281281

282282
Run one of the following commands to search for a user:
283283

0 commit comments

Comments
 (0)