Skip to content

Commit 42c1cac

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into heidist-bugfix
2 parents 689b769 + 23f542b commit 42c1cac

File tree

17,355 files changed

+350772
-163145
lines changed

Some content is hidden

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

17,355 files changed

+350772
-163145
lines changed

.openpublishing.publish.config.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,11 @@
403403
"url": "https://github.com/Azure-Samples/azure-spring-data-cosmos-java-sql-api-getting-started/",
404404
"branch": "main"
405405
},
406+
{
407+
"path_to_root": "azure-cosmos-spark",
408+
"url": "https://github.com/Azure/azure-cosmosdb-spark",
409+
"branch": "2.4"
410+
},
406411
{
407412
"path_to_root": "cosmos-dotnet-getting-started",
408413
"url": "https://github.com/Azure-Samples/cosmos-dotnet-getting-started",
@@ -554,6 +559,11 @@
554559
"path_to_root": "azure-storage-snippets",
555560
"url": "https://github.com/azure-samples/AzureStorageSnippets",
556561
"branch": "master"
562+
},
563+
{
564+
"path_to_root": "azure-sdk-for-net",
565+
"url": "https://github.com/Azure/azure-sdk-for-net/",
566+
"branch": "master"
557567
}
558568
],
559569
"branch_target_mapping": {

.openpublishing.redirection.json

Lines changed: 2322 additions & 220 deletions
Large diffs are not rendered by default.

.whatsnew/.cognitive-services.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,17 @@
88
},
99
"inclusionCriteria": {
1010
"excludePullRequestTitles": true,
11+
"minAdditionsToFile" : 10,
12+
"maxFilesChanged": 200,
1113
"labels": [
1214
"label:cognitive-services/svc"
1315
]
1416
},
1517
"areas": [
18+
{
19+
"name": ".",
20+
"heading": "Miscellaneous"
21+
},
1622
{
1723
"name": "Anomaly-Detector",
1824
"heading": "Anomaly Detector"
@@ -71,19 +77,19 @@
7177
},
7278
{
7379
"name": "Ink-Recognizer",
74-
"heading": "Ink-Recognizer"
80+
"heading": "Ink Recognizer"
7581
},
7682
{
7783
"name": "LUIS",
7884
"heading": "LUIS"
7985
},
8086
{
81-
"name": "QnAMaker",
82-
"heading": "QnA Maker"
87+
"name": "metrics-advisor",
88+
"heading": "Metrics Advisor"
8389
},
8490
{
85-
"name": "Speaker-recognition",
86-
"heading": "Speaker Recognition"
91+
"name": "QnAMaker",
92+
"heading": "QnA Maker"
8793
},
8894
{
8995
"name": "Speech-Service",
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"$schema": "https://whatsnewapi.azurewebsites.net/schema",
3+
"docSetProductName": "Microsoft identity platform",
4+
"rootDirectory": "articles/active-directory/develop/",
5+
"docLinkSettings": {
6+
"linkFormat": "relative",
7+
"relativeLinkPrefix": "/azure/active-directory/develop"
8+
},
9+
"inclusionCriteria": {
10+
"excludePullRequestTitles": true,
11+
"minAdditionsToFile" : 20,
12+
"maxFilesChanged": 50,
13+
"labels": [
14+
"label:active-directory/svc",
15+
"label:develop/subsvc"
16+
]
17+
},
18+
"areas": [
19+
{
20+
"name": ".",
21+
"heading": "Microsoft identity platform"
22+
}
23+
]
24+
}

CODEOWNERS

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@
33
# Horizontals
44

55
## Azure Policy: Samples and Compliance Controls
6-
articles/**/policy-samples.md @DCtheGeek
6+
articles/**/policy-reference.md @DCtheGeek
77
articles/**/security-controls-policy.md @DCtheGeek
88
includes/policy/ @DCtheGeek
99

1010
# Azure Active Directory
1111

1212
articles/active-directory-b2c/ @msmimart @yoelhor
1313
articles/active-directory/app-provisioning/ @CelesteDG
14+
articles/active-directory/develop/ @mmacy
1415
articles/active-directory/manage-apps/ @CelesteDG
1516

1617
# Cognitive Services
17-
articles/cognitive-services/ @diberry @erhopf @aahill @trevorbye @patrickfarley @nitinme
18+
articles/cognitive-services/ @erhopf @aahill @trevorbye @patrickfarley @nitinme @mrbullwinkle
1819

1920
# DevOps
2021
articles/ansible/ @TomArcherMsft
@@ -23,9 +24,9 @@ articles/jenkins/ @TomArcherMsft
2324
articles/terraform/ @TomArcherMsft
2425

2526
# compute
26-
articles/virtual-machines/ @cynthn @mimckitt
27-
articles/virtual-machine-scale-sets/ @ju-shim @mimckitt
28-
articles/cloud-services/ @mimckitt
27+
articles/virtual-machines/ @cynthn @mimckitt
28+
articles/virtual-machine-scale-sets/ @ju-shim @mimckitt
29+
articles/cloud-services/ @mimckitt
2930

3031
# Requires Internal Review
3132
articles/best-practices-availability-paired-regions.md @martinekuan @syntaxc4 @snoviking

articles/active-directory-b2c/TOC.yml

Lines changed: 43 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,18 @@
5151
href: code-samples.md
5252
- name: Concepts
5353
items:
54+
- name: Compare solutions for External Identities
55+
href: https://docs.microsoft.com/azure/active-directory/b2b/compare-with-b2c?toc=/azure/active-directory-b2c/TOC.json&bc=/azure/active-directory-b2c/bread/toc.json
56+
- name: Learn the basics
57+
items:
58+
- name: Authentication and authorization
59+
href: https://docs.microsoft.com/azure/active-directory/develop/authentication-vs-authorization?toc=/azure/active-directory-b2c/TOC.json&bc=/azure/active-directory-b2c/bread/toc.json
60+
- name: Tokens
61+
href: https://docs.microsoft.com/azure/active-directory/develop/security-tokens?toc=/azure/active-directory-b2c/TOC.json&bc=/azure/active-directory-b2c/bread/toc.json
62+
- name: Protocols
63+
href: https://docs.microsoft.com/azure/active-directory/develop/v2-app-types?toc=/azure/active-directory-b2c/TOC.json&bc=/azure/active-directory-b2c/bread/toc.json
64+
- name: Authentication library
65+
href: https://docs.microsoft.com/azure/active-directory/develop/msal-overview?toc=/azure/active-directory-b2c/TOC.json&bc=/azure/active-directory-b2c/bread/toc.json
5466
- name: Azure AD B2C best practices
5567
href: best-practices.md
5668
- name: Application types
@@ -69,6 +81,8 @@
6981
href: tokens-overview.md
7082
- name: Request access token
7183
href: access-tokens.md
84+
- name: Policy keys
85+
href: policy-keys-overview.md
7286
- name: User flow and policy
7387
items:
7488
- name: User flows
@@ -81,12 +95,16 @@
8195
href: user-profile-attributes.md
8296
- name: SSO sessions
8397
href: session-overview.md
98+
- name: Identity Protection and Conditional Access
99+
href: conditional-access-identity-protection-overview.md
84100
- name: How-to guides
85101
items:
86102
- name: App integration
87103
items:
88-
- name: Register an application
104+
- name: Register a web application
89105
href: tutorial-register-applications.md
106+
- name: Register a single-page application (SPA)
107+
href: tutorial-register-spa.md
90108
- name: Register a SAML service provider
91109
href: connect-with-saml-service-providers.md
92110
displayName: SP, RP, service provider, connect
@@ -111,6 +129,8 @@
111129
href: configure-ropc.md
112130
- name: Set up self-serve password reset
113131
href: user-flow-self-service-password-reset.md
132+
- name: Add Conditional Access
133+
href: conditional-access-user-flow.md
114134
- name: UX customization
115135
items:
116136
- name: Customize the UI
@@ -162,8 +182,16 @@
162182
href: basic-age-gating.md
163183
- name: Define custom attributes
164184
href: user-flow-custom-attributes.md
185+
- name: API connectors (preview)
186+
items:
187+
- name: Overview
188+
href: api-connectors-overview.md
189+
- name: Add an API connector
190+
href: add-api-connector.md
165191
- name: Pass through external IdP token
166192
href: idp-pass-through-user-flow.md
193+
- name: Identity Protection and Conditional Access
194+
href: conditional-access-identity-protection-setup.md
167195
- name: Custom policy
168196
items:
169197
- name: Create a policy
@@ -333,6 +361,11 @@
333361
href: aad-sspr-technical-profile.md
334362
- name: Claims transformation
335363
href: claims-transformation-technical-profile.md
364+
- name: Conditional Access
365+
href: conditional-access-technical-profile.md
366+
displayName: ca
367+
- name: ID token hint
368+
href: id-token-hint.md
336369
- name: JWT token issuer
337370
href: jwt-issuer-technical-profile.md
338371
- name: OAuth1
@@ -359,6 +392,8 @@
359392
displayName: single sign-on
360393
- name: UserJourneys
361394
href: userjourneys.md
395+
- name: SubJourneys
396+
href: subjourneys.md
362397
- name: RelyingParty
363398
href: relyingparty.md
364399
- name: Claim resolvers
@@ -371,16 +406,20 @@
371406
href: partner-arkose-labs.md
372407
- name: Experian
373408
href: partner-experian.md
409+
- name: HYPR
410+
href: partner-hypr.md
374411
- name: IDology
375412
href: partner-idology.md
376413
- name: itsme
377414
href: partner-itsme.md
378-
- name: LexisNexis
379-
href: partner-lexisnexis.md
380415
- name: Jumio
381416
href: partner-jumio.md
417+
- name: LexisNexis
418+
href: partner-lexisnexis.md
382419
- name: Onfido
383420
href: partner-onfido.md
421+
- name: Saviynt
422+
href: partner-saviynt.md
384423
- name: Trusona
385424
href: partner-trusona.md
386425
- name: Twilio
@@ -445,7 +484,7 @@
445484
href: error-codes.md
446485
- name: Extensions app
447486
href: extensions-app.md
448-
- name: IEF release notes
487+
- name: Custom policy (IEF) release notes
449488
href: custom-policy-developer-notes.md
450489
- name: Microsoft Graph API operations
451490
href: microsoft-graph-operations.md

0 commit comments

Comments
 (0)