Skip to content

Commit 218cb32

Browse files
committed
Fixed merge conflict in sys req file
2 parents aeed75f + e7be49b commit 218cb32

File tree

8,366 files changed

+123811
-142721
lines changed

Some content is hidden

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

8,366 files changed

+123811
-142721
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: 12 additions & 0 deletions
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",
@@ -357,6 +363,12 @@
357363
"branch": "master",
358364
"branch_mapping": {}
359365
},
366+
{
367+
"path_to_root": "media-services-v3-node-tutorials",
368+
"url": "https://github.com/Azure-Samples/media-services-v3-node-tutorials",
369+
"branch": "main",
370+
"branch_mapping": {}
371+
},
360372
{
361373
"path_to_root": "remote-monitoring-webui",
362374
"url": "https://github.com/Azure/pcs-remote-monitoring-webui.git",

.openpublishing.redirection.json

Lines changed: 1521 additions & 505 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": "../../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: 34 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
@@ -96,6 +101,8 @@
96101
href: policy-keys-overview.md
97102
- name: How-to guides
98103
items:
104+
- name: Manage your tenant
105+
href: tenant-management.md
99106
- name: App integration
100107
items:
101108
- name: Register a web application
@@ -167,6 +174,8 @@
167174
href: identity-provider-azure-ad-multi-tenant.md
168175
- name: Azure AD B2C
169176
href: identity-provider-azure-ad-b2c.md
177+
- name: eBay
178+
href: identity-provider-ebay.md
170179
- name: Facebook
171180
href: identity-provider-facebook.md
172181
- name: Generic OpenId Connect
@@ -273,26 +282,18 @@
273282
href: conditional-access-user-flow.md
274283
- name: Configure age gating
275284
href: age-gating.md
276-
- name: API connectors (preview)
285+
- name: API connectors
277286
items:
278-
- name: Overview
279-
href: api-connectors-overview.md
280-
- name: Add an API connector
287+
- name: Add an API connector to a sign-up user flow
281288
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
282295
- name: Custom policy
283296
items:
284-
- name: Add your own business logic
285-
items:
286-
- name: Integrate REST API
287-
href: custom-policy-rest-api-intro.md
288-
- name: Validate user input
289-
href: custom-policy-rest-api-claims-validation.md
290-
displayName: rest claims validation, validate
291-
- name: Obtain additional claims
292-
href: custom-policy-rest-api-claims-exchange.md
293-
displayName: rest claims exchange
294-
- name: Secure REST API
295-
href: secure-rest-api.md
296297
- name: Troubleshooting
297298
items:
298299
- name: Collect logs using Application Insights
@@ -321,15 +322,18 @@
321322
href: partner-lexisnexis.md
322323
- name: Onfido
323324
href: partner-onfido.md
324-
- name: Fraud protection
325+
- name: Fraud protection partners
325326
items:
326-
- name: Microsoft Dynamics 365 Fraud Protection
327-
href: partner-dynamics-365-fraud-protection.md
328-
displayName: m365 dynamics, dynamics fraud protection, fraud, 365 protection
329327
- name: Arkose Labs
330328
href: partner-arkose-labs.md
331329
displayName: fraud protection, fraud, Azure AD b2c, protection, B2Cprotection
332-
- 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
333337
items:
334338
- name: Ping Identity
335339
href: partner-ping-identity.md
@@ -345,6 +349,10 @@
345349
href: b2clogin.md
346350
- name: Configure a custom domain
347351
href: custom-domain.md
352+
- name: Web Application Firewall partners
353+
items:
354+
- name: Cloudflare
355+
href: partner-cloudflare.md
348356
- name: Configure web API domains
349357
href: multiple-token-endpoints.md
350358
displayName: migrate, b2clogin, owin
@@ -458,6 +466,8 @@
458466
href: aad-sspr-technical-profile.md
459467
- name: Claims transformation
460468
href: claims-transformation-technical-profile.md
469+
- name: Conditional access
470+
href: conditional-access-technical-profile.md
461471
- name: ID token hint
462472
href: id-token-hint.md
463473
- name: JWT token issuer
@@ -492,10 +502,12 @@
492502
href: relyingparty.md
493503
- name: Claim resolvers
494504
href: claim-resolver-overview.md
495-
- name: Custom policy release notes
505+
- name: Release notes
496506
href: custom-policy-developer-notes.md
497507
- name: Service limits and restrictions
498508
href: service-limits.md
509+
- name: TLS and cipher suite requirements
510+
href: https-cipher-tls-requirements.md
499511
- name: App registrations
500512
href: app-registrations-training-guide.md
501513
- name: Billing model

0 commit comments

Comments
 (0)