Skip to content

Commit b384b8e

Browse files
authored
Merge branch 'main' into revert-236178-aml-rollback
2 parents 4af6324 + 300afe6 commit b384b8e

File tree

3,581 files changed

+65106
-45849
lines changed

Some content is hidden

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

3,581 files changed

+65106
-45849
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
*.c text
77
*.h text
88

9+
# Include Markdown in the GitHub language breakdown statistics
10+
*.md linguist-detectable
11+
912
# Denote all files that are truly binary and should not be modified.
1013
*.gif binary
1114
*.ico binary

.openpublishing.redirection.active-directory.json

Lines changed: 1228 additions & 3 deletions
Large diffs are not rendered by default.

.openpublishing.redirection.app-service.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
{
22
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/app-service/scenario-secure-app-authentication-app-service-as-user.md",
5+
"redirect_url": "/azure/app-service/scenario-secure-app-authentication-app-service",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path_from_root": "/articles/app-service/deploy-resource-manager-template.md",
10+
"redirect_url": "/azure/app-service/quickstart-arm-template",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path_from_root": "/articles/app-service/deploy-complex-application-predictably.md",
15+
"redirect_url": "/azure/app-service/quickstart-arm-template",
16+
"redirect_document_id": false
17+
},
18+
{
19+
"source_path_from_root": "/articles/app-service/quickstart-html.md",
20+
"redirect_url": "/azure/static-web-apps/get-started-portal",
21+
"redirect_document_id": false
22+
},
23+
{
24+
"source_path_from_root": "/articles/app-service/quickstart-html-uiex.md",
25+
"redirect_url": "/azure/static-web-apps/get-started-portal",
26+
"redirect_document_id": false
27+
},
328
{
429
"source_path_from_root": "/articles/app-service-web/web-sites-restore.md",
530
"redirect_url": "/azure/app-service/manage-backup",

.openpublishing.redirection.azure-monitor.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6026,11 +6026,6 @@
60266026
"redirect_url": "/previous-versions/azure/azure-monitor/alerts/monitoring-classic-retirement",
60276027
"redirect_document_id": false
60286028
},
6029-
{
6030-
"source_path_from_root": "/articles/azure-monitor/alerts/alerts-log-api-switch.md",
6031-
"redirect_url": "/previous-versions/azure/azure-monitor/alerts/alerts-log-api-switch",
6032-
"redirect_document_id": false
6033-
},
60346029
{
60356030
"source_path_from_root": "/articles/azure-monitor/visualize/view-designer.md",
60366031
"redirect_url": "/previous-versions/azure/azure-monitor/visualize/view-designer",

.openpublishing.redirection.azure-vmware.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"source_path_from_root": "/articles/azure-vmware/send-logs-to-log-analytics.md",
55
"redirect_url": "/azure/azure-vmware/configure-vmware-syslogs",
66
"redirect_document_id": false
7+
},
8+
{
9+
"source_path_from_root": "/articles/azure-vmware/attach-disk-pools-to-azure-vmware-solution-hosts.md",
10+
"redirect_url": "/azure/storage/elastic-san/elastic-san-introduction",
11+
"redirect_document_id": false
712
}
813
]
914
}

.openpublishing.redirection.json

Lines changed: 22734 additions & 22572 deletions
Large diffs are not rendered by default.

CODEOWNERS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ articles/service-health @rboucher
6666
/articles/security-center/ @memildin
6767
/includes/*security-controls*.md @memildin
6868

69+
# Defender for Cloud
70+
71+
/articles/defender-for-cloud @dcurwin @ElazarK
72+
6973
# DDOS Protection
7074
/articles/ddos-protection @aletheatoh @anupamvi
7175

articles/active-directory-b2c/configure-a-sample-node-web-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ git clone https://github.com/Azure-Samples/active-directory-b2c-msal-node-sign-i
7373

7474
Extract the sample file to a folder. You'll get a web app with the following directory structure:
7575

76-
```text
76+
```output
7777
active-directory-b2c-msal-node-sign-in-sign-out-webapp/
7878
├── index.js
7979
└── package.json

articles/active-directory-b2c/custom-policies-series-sign-up-or-sign-in.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ In the `ContosoCustomPolicy.XML` file, locate the `SignInUser` technical profile
177177
<Item Key="SignUpTarget">AccountTypeInputCollectorClaimsExchange</Item>
178178
</Metadata>
179179
<DisplayClaims>
180-
<OutputClaim ClaimTypeReferenceId="email" Required="true" />
181-
<OutputClaim ClaimTypeReferenceId="password" Required="true" />
180+
<DisplayClaim ClaimTypeReferenceId="email" Required="true" />
181+
<DisplayClaim ClaimTypeReferenceId="password" Required="true" />
182182
</DisplayClaims>
183183
<OutputClaims>
184184
<OutputClaim ClaimTypeReferenceId="email" />
@@ -327,4 +327,4 @@ You can sign in by entering the **Email Address** and **Password** of an existin
327327

328328
- Learn how to [Remove the sign-up link](add-sign-in-policy.md), so users can just sign in.
329329

330-
- Learn more about [OpenID Connect technical profile](openid-connect-technical-profile.md).
330+
- Learn more about [OpenID Connect technical profile](openid-connect-technical-profile.md).

articles/active-directory-b2c/custom-policies-series-validate-user-input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ While the *Predicates* define the validation to check against a claim type, the
195195
</Parameters>
196196
</Predicate>
197197

198-
<Predicate Id="AllowedAADCharacters" Method="MatchesRegex" HelpText="An invalid character was provided.">
198+
<Predicate Id="AllowedCharacters" Method="MatchesRegex" HelpText="An invalid character was provided.">
199199
<Parameters>
200200
<Parameter Id="RegularExpression">(^([0-9A-Za-z\d@#$%^&amp;*\-_+=[\]{}|\\:',?/`~"();! ]|(\.(?!@)))+$)|(^$)</Parameter>
201201
</Parameters>

0 commit comments

Comments
 (0)