Skip to content

Commit bc792d0

Browse files
authored
Merge pull request #106752 from MicrosoftDocs/master
Merge Master to Live, 4 AM
2 parents 05b36f7 + 544907c commit bc792d0

File tree

227 files changed

+2941
-1982
lines changed

Some content is hidden

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

227 files changed

+2941
-1982
lines changed

.openpublishing.redirection.json

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14988,6 +14988,11 @@
1498814988
"redirect_url": "/azure/machine-learning/how-to-designer-sample-text-classification",
1498914989
"redirect_document_id": true
1499014990
},
14991+
{
14992+
"source_path": "articles/machine-learning/designer-sample-datasets.md",
14993+
"redirect_url": "/azure/machine-learning/sample-designer-datasets",
14994+
"redirect_document_id": false
14995+
},
1499114996
{
1499214997
"source_path": "articles/machine-learning/service/how-to-enable-app-insights.md",
1499314998
"redirect_url": "/azure/machine-learning/how-to-enable-app-insights",
@@ -15293,6 +15298,16 @@
1529315298
"redirect_url": "/azure/machine-learning/tutorial-train-models-with-aml",
1529415299
"redirect_document_id": true
1529515300
},
15301+
{
15302+
"source_path": "articles/machine-learning/algorithm-module-reference/pca-based-anomaly-detection.md",
15303+
"redirect_url": "/azure/machine-learning/algorithm-module-reference/module-reference",
15304+
"redirect_document_id": false
15305+
},
15306+
{
15307+
"source_path": "articles/machine-learning/algorithm-module-reference/train-anomaly-detection-model.md",
15308+
"redirect_url": "/azure/machine-learning/algorithm-module-reference/module-reference",
15309+
"redirect_document_id": false
15310+
},
1529615311
{
1529715312
"source_path": "articles/machine-learning/how-to-ui-sample-regression-predict-automobile-price-basic.md",
1529815313
"redirect_url": "/azure/machine-learning/how-to-designer-sample-regression-automobile-price-basic",
@@ -18628,6 +18643,11 @@
1862818643
"redirect_url": "/azure/backup/backup-azure-backup-faq",
1862918644
"redirect_document_id": false
1863018645
},
18646+
{
18647+
"source_path": "articles/backup/backup-configure-vault.md",
18648+
"redirect_url": "/azure/backup/backup-windows-with-mars-agent",
18649+
"redirect_document_id": false
18650+
},
1863118651
{
1863218652
"source_path": "articles/backup/backup-upgrade-backup-vault.md",
1863318653
"redirect_url": "/azure/backup/backup-azure-backup-faq",
@@ -31120,7 +31140,7 @@
3112031140
},
3112131141
{
3112231142
"source_path": "articles/backup/backup-configure-vault-classic.md",
31123-
"redirect_url": "/azure/backup/backup-configure-vault",
31143+
"redirect_url": "/azure/backup/backup-windows-with-mars-agent",
3112431144
"redirect_document_id": false
3112531145
},
3112631146
{
@@ -31130,7 +31150,7 @@
3113031150
},
3113131151
{
3113231152
"source_path": "articles/backup/backup-try-azure-backup-in-10-mins.md",
31133-
"redirect_url": "/azure/backup/backup-configure-vault",
31153+
"redirect_url": "/azure/backup/backup-windows-with-mars-agent",
3113431154
"redirect_document_id": false
3113531155
},
3113631156
{
@@ -49223,6 +49243,11 @@
4922349243
"source_path": "articles/jenkins/install-jenkins-solution-template.md",
4922449244
"redirect_url": "/azure/jenkins/install-solution-template-tutorial",
4922549245
"redirect_document_id": true
49246+
},
49247+
{
49248+
"source_path": "articles/cognitive-services/Speech-Service/sapi-phoneset-usage.md",
49249+
"redirect_url": "/azure/cognitive-services/speech-service/speech-ssml-phonetic-sets",
49250+
"redirect_document_id": false
4922649251
}
4922749252
]
4922849253
}

articles/active-directory-b2c/custom-email.md

Lines changed: 7 additions & 5 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: 02/05/2020
12+
ms.date: 03/05/2020
1313
ms.author: mimart
1414
ms.subservice: B2C
1515
---
@@ -295,10 +295,6 @@ Add the following technical profiles to the `<ClaimsProviders>` element.
295295
<Protocol Name="Proprietary" Handler="Web.TPEngine.Providers.OneTimePasswordProtocolProvider, Web.TPEngine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
296296
<Metadata>
297297
<Item Key="Operation">VerifyCode</Item>
298-
<Item Key="UserMessage.VerificationHasExpired">You have exceed the maximum time allowed.</Item>
299-
<Item Key="UserMessage.MaxRetryAttemped">You have exceed the number of retries allowed.</Item>
300-
<Item Key="UserMessage.InvalidCode">You have entered the wrong code.</Item>
301-
<Item Key="UserMessage.ServerError">Cannot verify the code, please try again later.</Item>
302298
</Metadata>
303299
<InputClaims>
304300
<InputClaim ClaimTypeReferenceId="email" PartnerClaimType="identifier" />
@@ -359,6 +355,12 @@ For more information, see [Self-asserted technical profile](restful-technical-pr
359355
<Item Key="IpAddressClaimReferenceId">IpAddress</Item>
360356
<Item Key="ContentDefinitionReferenceId">api.localaccountsignup</Item>
361357
<Item Key="language.button_continue">Create</Item>
358+
359+
<!--OTP validation error messages-->
360+
<Item Key="UserMessageIfSessionDoesNotExist">You have exceed the maximum time allowed.</Item>
361+
<Item Key="UserMessageIfMaxRetryAttempted">You have exceed the number of retries allowed.</Item>
362+
<Item Key="UserMessageIfInvalidCode">You have entered the wrong code.</Item>
363+
<Item Key="UserMessageIfSessionConflict">Cannot verify the code, please try again later.</Item>
362364
</Metadata>
363365
<InputClaims>
364366
<InputClaim ClaimTypeReferenceId="email" />

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

Lines changed: 2 additions & 1 deletion
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: 10/30/2018
12+
ms.date: 03/06/2020
1313
ms.author: mimart
1414
ms.subservice: B2C
1515
---
@@ -52,6 +52,7 @@ The **InputClaims**, **OutputClaims**, and **PersistClaims** elements are empty
5252
| allow_infinite_rolling_refresh_token | No | If set to `true`, the refresh token sliding window lifetime never expires. |
5353
| IssuanceClaimPattern | No | Controls the Issuer (iss) claim. One of the values:<ul><li>AuthorityAndTenantGuid - The iss claim includes your domain name, such as `login.microsoftonline` or `tenant-name.b2clogin.com`, and your tenant identifier https:\//login.microsoftonline.com/00000000-0000-0000-0000-000000000000/v2.0/</li><li>AuthorityWithTfp - The iss claim includes your domain name, such as `login.microsoftonline` or `tenant-name.b2clogin.com`, your tenant identifier and your relying party policy name. https:\//login.microsoftonline.com/tfp/00000000-0000-0000-0000-000000000000/b2c_1a_tp_sign-up-or-sign-in/v2.0/</li></ul> Default value: AuthorityAndTenantGuid |
5454
| AuthenticationContextReferenceClaimPattern | No | Controls the `acr` claim value.<ul><li>None - Azure AD B2C doesn't issue the acr claim</li><li>PolicyId - the `acr` claim contains the policy name</li></ul>The options for setting this value are TFP (trust framework policy) and ACR (authentication context reference). It is recommended setting this value to TFP, to set the value, ensure the `<Item>` with the `Key="AuthenticationContextReferenceClaimPattern"` exists and the value is `None`. In your relying party policy, add `<OutputClaims>` item, add this element `<OutputClaim ClaimTypeReferenceId="trustFrameworkPolicy" Required="true" DefaultValue="{policy}" />`. Also make sure your policy contains the claim type `<ClaimType Id="trustFrameworkPolicy"> <DisplayName>trustFrameworkPolicy</DisplayName> <DataType>string</DataType> </ClaimType>` |
55+
|RefreshTokenUserJourneyId| No | The identifier of a user journey that should be executed during the [refresh an access token](authorization-code-flow.md#4-refresh-the-token) POST request to the `/token` endpoint. |
5556

5657
## Cryptographic keys
5758

articles/active-directory/authentication/TOC.yml

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -110,20 +110,18 @@
110110
href: howto-registration-mfa-sspr-combined-troubleshoot.md
111111
- name: Azure AD password protection
112112
items:
113-
- name: On-premises integration
114-
items:
115-
- name: Deploy Azure AD password protection
116-
href: howto-password-ban-bad-on-premises-deploy.md
117-
- name: Configure Azure AD password protection
118-
href: howto-password-ban-bad-on-premises-operations.md
119-
- name: Monitor Azure AD password protection
120-
href: howto-password-ban-bad-on-premises-monitor.md
121-
- name: Troubleshoot Azure AD password protection
122-
href: howto-password-ban-bad-on-premises-troubleshoot.md
123-
- name: Frequently asked questions
124-
href: howto-password-ban-bad-on-premises-faq.md
125-
- name: On-premises agent version history
126-
href: howto-password-ban-bad-on-premises-agent-versions.md
113+
- name: Plan and deploy on-premises
114+
href: howto-password-ban-bad-on-premises-deploy.md
115+
- name: Enable and configure on-premises
116+
href: howto-password-ban-bad-on-premises-operations.md
117+
- name: Monitor on-premises deployments
118+
href: howto-password-ban-bad-on-premises-monitor.md
119+
- name: Troubleshoot on-premises deployments
120+
href: howto-password-ban-bad-on-premises-troubleshoot.md
121+
- name: On-premises FAQs
122+
href: howto-password-ban-bad-on-premises-faq.md
123+
- name: On-premises agent version history
124+
href: howto-password-ban-bad-on-premises-agent-versions.md
127125
- name: Azure AD smart lockout
128126
href: howto-password-smart-lockout.md
129127
- name: Passwordless

0 commit comments

Comments
 (0)