Skip to content

Commit 37f0944

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into sql-db
2 parents 4c1f240 + 7b01b2b commit 37f0944

File tree

4,002 files changed

+58961
-41215
lines changed

Some content is hidden

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

4,002 files changed

+58961
-41215
lines changed

.openpublishing.publish.config.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
"url": "https://github.com/Azure-Samples/functions-python-pytorch-tutorial",
158158
"branch": "master",
159159
"branch_mapping": {}
160-
},
160+
},
161161
{
162162
"path_to_root": "functions-quickstart-templates",
163163
"url": "https://github.com/Azure/azure-functions-templates",
@@ -187,7 +187,8 @@
187187
"path_to_root": "functions-docs-powershell",
188188
"url": "https://github.com/Azure-Samples/functions-docs-powershell",
189189
"branch": "master"
190-
}, {
190+
},
191+
{
191192
"path_to_root": "samples-personalizer",
192193
"url": "https://github.com/Azure-Samples/cognitive-services-personalizer-samples",
193194
"branch": "master"
@@ -366,7 +367,7 @@
366367
"path_to_root": "azure-sdk-for-java-script-event-hubs",
367368
"url": "https://github.com/Azure/azure-sdk-for-js/",
368369
"branch": "master"
369-
},
370+
},
370371
{
371372
"path_to_root": "azure-sdk-for-net-event-hubs",
372373
"url": "https://github.com/Azure/azure-sdk-for-net/",
@@ -376,7 +377,7 @@
376377
"path_to_root": "azure-sdk-for-python-event-hubs",
377378
"url": "https://github.com/Azure/azure-sdk-for-python/",
378379
"branch": "master"
379-
},
380+
},
380381
{
381382
"path_to_root": "cosmos-dotnet-getting-started",
382383
"url": "https://github.com/Azure-Samples/cosmos-dotnet-getting-started",
@@ -510,5 +511,8 @@
510511
"Pdf": {
511512
"template_folder": "_themes.pdf"
512513
}
514+
},
515+
"docs_build_engine": {
516+
"name": "docfx_v3"
513517
}
514518
}

.openpublishing.redirection.json

Lines changed: 1062 additions & 54 deletions
Large diffs are not rendered by default.

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"markdown.docsetName": "azure",
3+
"markdown.docsetRootFolderName": "articles",
4+
"markdown.omitDefaultJsonProperties": true,
25
"markdown.docsetLanguages": [
36
".NET Core CLI",
47
"Apache",

CODEOWNERS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ articles/jenkins/ @TomArcherMsft
99
articles/terraform/ @TomArcherMsft
1010

1111
# Requires Internal Review
12-
articles/best-practices-availability-paired-regions.md @jpconnock @arob98 @syntaxc4 @tysonn @snoviking
12+
articles/best-practices-availability-paired-regions.md @jpconnock @martinekuan @syntaxc4 @tysonn @snoviking
1313

1414
# Governance
1515
articles/governance/ @DCtheGeek
1616

1717
# Configuration
18-
*.json @SyntaxC4 @snoviking @arob98
19-
.acrolinx-config.edn @MonicaRush @arob98
20-
articles/zone-pivot-groups.yml @SyntaxC4 @snoviking @arob98
18+
*.json @SyntaxC4 @snoviking @martinekuan
19+
.acrolinx-config.edn @MonicaRush @martinekuan
20+
articles/zone-pivot-groups.yml @SyntaxC4 @snoviking @martinekuan

articles/active-directory-b2c/TOC.yml

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -233,18 +233,16 @@
233233
href: direct-signin.md
234234
- name: Add your own business logic
235235
items:
236+
- name: Integrate REST API
237+
href: custom-policy-rest-api-intro.md
236238
- name: Validate user input
237239
href: custom-policy-rest-api-claims-validation.md
238240
displayName: rest claims validation, validate
239241
- name: Obtain additional claims
240242
href: custom-policy-rest-api-claims-exchange.md
241243
displayName: rest claims exchange
242-
- name: Add your own RESTful API
243-
href: rest-api-claims-exchange-dotnet.md
244-
- name: Secure RESTful APIs with basic auth
245-
href: secure-rest-api-dotnet-basic-auth.md
246-
- name: Secure RESTful APIs with certificate auth
247-
href: secure-rest-api-dotnet-certificate-auth.md
244+
- name: Secure REST API
245+
href: secure-rest-api.md
248246
- name: Define custom attributes
249247
href: custom-policy-custom-attributes.md
250248
- name: Troubleshooting
@@ -311,13 +309,15 @@
311309
items:
312310
- name: About technical profiles
313311
href: technical-profiles-overview.md
312+
- name: About validation technical profiles
313+
href: validation-technical-profile.md
314+
- name: Application Insights
315+
href: application-insights-technical-profile.md
316+
- name: Azure Active Directory
317+
href: active-directory-technical-profile.md
314318
- name: Azure Multi-Factor Authentication
315319
href: multi-factor-auth-technical-profile.md
316320
displayName: mfa
317-
- name: Claim resolvers
318-
href: claim-resolver-overview.md
319-
- name: Azure Active Directory
320-
href: active-directory-technical-profile.md
321321
- name: Claims transformation
322322
href: claims-transformation-technical-profile.md
323323
- name: JWT token issuer
@@ -331,6 +331,8 @@
331331
displayName: otp
332332
- name: OpenID Connect
333333
href: openid-connect-technical-profile.md
334+
- name: Phone factor
335+
href: phone-factor-technical-profile.md
334336
- name: REST
335337
href: restful-technical-profile.md
336338
- name: SAML
@@ -342,12 +344,12 @@
342344
- name: SSO session
343345
href: custom-policy-reference-sso.md
344346
displayName: single sign-on
345-
- name: Validation
346-
href: validation-technical-profile.md
347347
- name: UserJourneys
348348
href: userjourneys.md
349349
- name: RelyingParty
350350
href: relyingparty.md
351+
- name: Claim resolvers
352+
href: claim-resolver-overview.md
351353
- name: Use b2clogin.com
352354
items:
353355
- name: b2clogin.com overview
@@ -391,28 +393,28 @@
391393
href: user-migration.md
392394
- name: Reference
393395
items:
394-
- name: Identity Experience Framework release notes
395-
href: custom-policy-developer-notes.md
396+
- name: Billing model
397+
href: billing.md
396398
- name: Code samples
397399
href: https://azure.microsoft.com/resources/samples/?service=active-directory-b2c
398-
- name: Page layout versions
399-
href: page-layout.md
400400
- name: Cookie definitions
401401
href: cookie-definitions.md
402402
displayName: cookies, SameSite
403403
- name: Error codes
404404
href: error-codes.md
405+
- name: Extensions app
406+
href: extensions-app.md
407+
- name: Identity Experience Framework release notes
408+
href: custom-policy-developer-notes.md
405409
- name: Microsoft Graph API operations
406410
href: microsoft-graph-operations.md
411+
- name: Page layout versions
412+
href: page-layout.md
407413
- name: Region availability & data residency
408414
href: data-residency.md
409-
- name: Billing model
410-
href: billing.md
411415
- name: Threat management
412416
href: threat-management.md
413417
displayName: security
414-
- name: Extensions app
415-
href: extensions-app.md
416418
- name: User flow versions
417419
href: user-flow-versions.md
418420
- name: Resources

articles/active-directory-b2c/active-directory-technical-profile.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: celestedg
99
ms.service: active-directory
1010
ms.workload: identity
1111
ms.topic: reference
12-
ms.date: 03/16/2020
12+
ms.date: 03/26/2020
1313
ms.author: mimart
1414
ms.subservice: B2C
1515
---
@@ -251,7 +251,7 @@ The following technical profile deletes a social user account using **alternativ
251251
| ClientId | No | The client identifier for accessing the tenant as a third party. For more information, see [Use custom attributes in a custom profile edit policy](custom-policy-custom-attributes.md) |
252252
| IncludeClaimResolvingInClaimsHandling  | No | For input and output claims, specifies whether [claims resolution](claim-resolver-overview.md) is included in the technical profile. Possible values: `true`, or `false` (default). If you want to use a claims resolver in the technical profile, set this to `true`. |
253253

254-
## Error messages
254+
### UI elements
255255

256256
The following settings can be used to configure the error message displayed upon failure. The metadata should be configured in the [self-asserted](self-asserted-technical-profile.md) technical profile. The error messages can be [localized](localization.md).
257257

0 commit comments

Comments
 (0)