Skip to content

Commit 7a687f3

Browse files
committed
merge from master
2 parents 37bd7b4 + 20aa4e9 commit 7a687f3

File tree

7,043 files changed

+100784
-129072
lines changed

Some content is hidden

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

7,043 files changed

+100784
-129072
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ AzureMigration.ps1
2525
**/.vscode/settings.json
2626
!/.vscode/settings.json
2727

28-
desktop.ini
28+
desktop.ini

.openpublishing.publish.config.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,12 @@
243243
"branch": "master",
244244
"branch_mapping": {}
245245
},
246+
{
247+
"path_to_root": "azure-search-dotnet-samples",
248+
"url": "https://github.com/Azure-Samples/azure-search-dotnet-samples",
249+
"branch": "master",
250+
"branch_mapping": {}
251+
},
246252
{
247253
"path_to_root": "samples-personalizer",
248254
"url": "https://github.com/Azure-Samples/cognitive-services-personalizer-samples",
@@ -360,7 +366,7 @@
360366
{
361367
"path_to_root": "media-services-v3-node-tutorials",
362368
"url": "https://github.com/Azure-Samples/media-services-v3-node-tutorials",
363-
"branch": "master",
369+
"branch": "main",
364370
"branch_mapping": {}
365371
},
366372
{

.openpublishing.redirection.json

Lines changed: 1122 additions & 137 deletions
Large diffs are not rendered by default.

.openpublishing.redirection.media-services.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,11 @@
605605
"redirect_url": "transform-custom-preset-cli-how-to",
606606
"redirect_document_id": false
607607
},
608+
{
609+
"source_path_from_root": "/articles/media-services/video-indexer/observed-people-tracing.md",
610+
"redirect_url": "azure/media-services/",
611+
"redirect_document_id": false
612+
},
608613
{
609614
"source_path_from_root": "/articles/media-services/latest/encode-custom-preset-rest-how-to.md",
610615
"redirect_url": "transform-custom-preset-rest-how-to",

.openpublishing.redirection.security-benchmark.json

Lines changed: 406 additions & 0 deletions
Large diffs are not rendered by default.

.whatsnew/.application-proxy.json

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": "Azure Active Directory application proxy",
4+
"rootDirectory": "articles/active-directory/app-proxy/",
5+
"docLinkSettings": {
6+
"linkFormat": "relative",
7+
"relativeLinkPrefix": "/azure/active-directory/app-proxy"
8+
},
9+
"inclusionCriteria": {
10+
"excludePullRequestTitles": true,
11+
"minAdditionsToFile" : 2,
12+
"maxFilesChanged": 50,
13+
"labels": [
14+
"label:active-directory/svc",
15+
"label:app-proxy/subsvc"
16+
]
17+
},
18+
"areas": [
19+
{
20+
"name": ".",
21+
"heading": "Azure Active Directory application proxy"
22+
}
23+
]
24+
}

.whatsnew/.microsoft-identity-platform.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"relativeLinkPrefix": "/azure/active-directory/develop"
88
},
99
"inclusionCriteria": {
10-
"excludePullRequestTitles": true,
10+
"omitPullRequestTitles" : true,
1111
"minAdditionsToFile" : 20,
1212
"maxFilesChanged": 50,
1313
"labels": [
@@ -17,7 +17,7 @@
1717
},
1818
"areas": [
1919
{
20-
"name": ".",
20+
"names": [ "."],
2121
"heading": "Microsoft identity platform"
2222
}
2323
]

CODEOWNERS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ articles/terraform/ @TomArcherMsft
5757
articles/virtual-machines/ @cynthn @mimckitt
5858
articles/virtual-machine-scale-sets/ @ju-shim @mimckitt
5959
articles/cloud-services/ @mimckitt
60+
articles/cloud-services-extended-support/ @mimckitt
61+
articles/service-fabric/ @erikadoyle @mimckitt
62+
articles/container-instances/ @macolso @mimckitt
63+
articles/container-registry/ @dlepow @mimckitt
6064

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

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Thank you for taking the time to contribute to the Microsoft Azure documentation.
44

5-
This guide covers some general topics around contribution and refers out to our [contributors guide](https://docs.microsoft.com/contribute) for more detailed explanations where relevant.
5+
This guide covers some general topics related to contribution and refers to the [contributors guide](https://docs.microsoft.com/contribute) for more detailed explanations when required.
66

77
## Code of Conduct
88

articles/active-directory-b2c/TOC.yml

Lines changed: 30 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
href: tutorial-desktop-app-webapi.md
4646
- name: Single page
4747
href: tutorial-single-page-app-webapi.md
48+
- name: 6 - Clean up and delete tenant
49+
href: tutorial-delete-tenant.md
4850
- name: Samples
4951
href: code-samples.md
5052
- name: Concepts
@@ -86,6 +88,9 @@
8688
href: user-flow-overview.md
8789
- name: Custom policy overview
8890
href: custom-policy-overview.md
91+
- name: API Connectors
92+
href: api-connectors-overview.md
93+
displayName: REST API, web API, API connectors
8994
- name: User accounts
9095
href: user-overview.md
9196
- name: User profile attributes
@@ -169,6 +174,8 @@
169174
href: identity-provider-azure-ad-multi-tenant.md
170175
- name: Azure AD B2C
171176
href: identity-provider-azure-ad-b2c.md
177+
- name: eBay
178+
href: identity-provider-ebay.md
172179
- name: Facebook
173180
href: identity-provider-facebook.md
174181
- name: Generic OpenId Connect
@@ -275,26 +282,18 @@
275282
href: conditional-access-user-flow.md
276283
- name: Configure age gating
277284
href: age-gating.md
278-
- name: API connectors (preview)
285+
- name: API connectors
279286
items:
280-
- name: Overview
281-
href: api-connectors-overview.md
282-
- name: Add an API connector
287+
- name: Add an API connector to a sign-up user flow
283288
href: add-api-connector.md
289+
displayName: rest claims validation, validate
290+
- name: Add an API connector to a sign-up or sign-in user flow
291+
href: custom-policy-rest-api-claims-exchange.md
292+
displayName: rest claims exchange
293+
- name: Secure an API connector
294+
href: secure-rest-api.md
284295
- name: Custom policy
285296
items:
286-
- name: Add your own business logic
287-
items:
288-
- name: Integrate REST API
289-
href: custom-policy-rest-api-intro.md
290-
- name: Validate user input
291-
href: custom-policy-rest-api-claims-validation.md
292-
displayName: rest claims validation, validate
293-
- name: Obtain additional claims
294-
href: custom-policy-rest-api-claims-exchange.md
295-
displayName: rest claims exchange
296-
- name: Secure REST API
297-
href: secure-rest-api.md
298297
- name: Troubleshooting
299298
items:
300299
- name: Collect logs using Application Insights
@@ -323,15 +322,18 @@
323322
href: partner-lexisnexis.md
324323
- name: Onfido
325324
href: partner-onfido.md
326-
- name: Fraud protection
325+
- name: Fraud protection partners
327326
items:
328-
- name: Microsoft Dynamics 365 Fraud Protection
329-
href: partner-dynamics-365-fraud-protection.md
330-
displayName: m365 dynamics, dynamics fraud protection, fraud, 365 protection
331327
- name: Arkose Labs
332328
href: partner-arkose-labs.md
333329
displayName: fraud protection, fraud, Azure AD b2c, protection, B2Cprotection
334-
- name: Secure legacy and on-premises apps
330+
- name: BioCatch
331+
href: partner-biocatch.md
332+
displayName: fraud protection, fraud, Azure AD b2c, protection, B2Cprotection, user behavior
333+
- name: Microsoft Dynamics 365 Fraud Protection
334+
href: partner-dynamics-365-fraud-protection.md
335+
displayName: m365 dynamics, dynamics fraud protection, fraud, 365 protection
336+
- name: Secure access to legacy and on-premises apps
335337
items:
336338
- name: Ping Identity
337339
href: partner-ping-identity.md
@@ -347,6 +349,10 @@
347349
href: b2clogin.md
348350
- name: Configure a custom domain
349351
href: custom-domain.md
352+
- name: Web Application Firewall partners
353+
items:
354+
- name: Cloudflare
355+
href: partner-cloudflare.md
350356
- name: Configure web API domains
351357
href: multiple-token-endpoints.md
352358
displayName: migrate, b2clogin, owin
@@ -496,10 +502,12 @@
496502
href: relyingparty.md
497503
- name: Claim resolvers
498504
href: claim-resolver-overview.md
499-
- name: Custom policy release notes
505+
- name: Release notes
500506
href: custom-policy-developer-notes.md
501507
- name: Service limits and restrictions
502508
href: service-limits.md
509+
- name: TLS and cipher suite requirements
510+
href: https-cipher-tls-requirements.md
503511
- name: App registrations
504512
href: app-registrations-training-guide.md
505513
- name: Billing model

0 commit comments

Comments
 (0)