Skip to content

Commit f8e5f3b

Browse files
committed
resolving conflicting changes
2 parents d12b050 + cd541a8 commit f8e5f3b

File tree

527 files changed

+4553
-2775
lines changed

Some content is hidden

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

527 files changed

+4553
-2775
lines changed

.openpublishing.redirection.json

+20-5
Original file line numberDiff line numberDiff line change
@@ -258,12 +258,12 @@
258258
},
259259
{
260260
"source_path": "articles/active-directory/develop/active-directory-v2-devquickstarts-wpf.md",
261-
"redirect_url": "https://docs.microsoft.com/en-us/azure/active-directory/develop/guidedsetups/active-directory-windesktop",
261+
"redirect_url": "https://docs.microsoft.com/azure/active-directory/develop/guidedsetups/active-directory-windesktop",
262262
"redirect_document_id": false
263263
},
264264
{
265265
"source_path": "articles/active-directory/develop/active-directory-v2-devquickstarts-dotnet-web.md",
266-
"redirect_url": "https://docs.microsoft.com/en-us/azure/active-directory/develop/guidedsetups/active-directory-aspnetwebapp",
266+
"redirect_url": "https://docs.microsoft.com/azure/active-directory/develop/guidedsetups/active-directory-aspnetwebapp",
267267
"redirect_document_id": false
268268
},
269269
{
@@ -1063,12 +1063,12 @@
10631063
},
10641064
{
10651065
"source_path": "articles/fundamentals-introduction-to-azure.md",
1066-
"redirect_url": "https://azure.microsoft.com/en-us/overview/what-is-azure/",
1066+
"redirect_url": "https://azure.microsoft.com/overview/what-is-azure/",
10671067
"redirect_document_id": false
10681068
},
10691069
{
10701070
"source_path": "articles/azure-portal-overview.md",
1071-
"redirect_url": "https://azure.microsoft.com/en-us/features/azure-portal/",
1071+
"redirect_url": "https://azure.microsoft.com/features/azure-portal/",
10721072
"redirect_document_id": false
10731073
},
10741074
{
@@ -7293,6 +7293,11 @@
72937293
"redirect_url": "/azure/azure-stack/azure-stack-powershell-install",
72947294
"redirect_document_id": false
72957295
},
7296+
{
7297+
"source_path": "articles/azure-stack/azure-stack-powershell-configure-quickstart.md",
7298+
"redirect_url": "/azure/azure-stack/azure-stack-powershell-install",
7299+
"redirect_document_id": false
7300+
},
72967301
{
72977302
"source_path": "articles/azure-stack/azure-stack-create-vpn-connection-one-node-tp2.md",
72987303
"redirect_url": "/azure/azure-stack/azure-stack-create-vpn-connection-one-node",
@@ -27758,7 +27763,7 @@
2775827763
},
2775927764
{
2776027765
"source_path": "articles/active-directory/active-directory-conditional-access-vpn-connectivity-windows10.md",
27761-
"redirect_url": "https://docs.microsoft.com/en-us/windows-server/remote/remote-access/vpn/always-on-vpn/deploy/always-on-vpn-deploy",
27766+
"redirect_url": "https://docs.microsoft.com/windows-server/remote/remote-access/vpn/always-on-vpn/deploy/always-on-vpn-deploy",
2776227767
"redirect_document_id": true
2776327768
},
2776427769
{
@@ -29854,6 +29859,16 @@
2985429859
"source_path": "articles/app-service/web-sites-java-add-app.md",
2985529860
"redirect_url": "/azure/app-service/app-service-web-get-started-java",
2985629861
"redirect_document_id" : false
29862+
},
29863+
{
29864+
"source_path": "articles/azure-stack/user/azure-stack-tutorial-mysql.md",
29865+
"redirect_url": "/azure/azure-stack/azure-stack-tutorial-mysql",
29866+
"redirect_document_id": false
29867+
},
29868+
{
29869+
"source_path": "articles/azure-stack/user/azure-stack-tutorial-sql.md",
29870+
"redirect_url": "/azure/azure-stack/azure-stack-tutorial-sql",
29871+
"redirect_document_id": false
2985729872
}
2985829873
]
2985929874
}

articles/active-directory-b2c/active-directory-b2c-custom-guide-eventlogger-appins.md

+1
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ Immediately *before* the `SendClaims` orchestration step, add a new step that ca
197197
<ClaimsExchanges>
198198
<ClaimsExchange Id="TrackUserSignUp" TechnicalProfileReferenceId="AzureInsights-UserSignup" />
199199
</ClaimsExchanges>
200+
</OrchestrationStep>
200201
```
201202

202203
Immediately after the `SendClaims` orchestration step, call `Azure-Insights-SignInComplete`. This step shows a successfully completed journey.

articles/active-directory/b2b/google-federation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Now you'll set the Google client ID and client secret, either by entering it in
8484
`New-AzureADMSIdentityProvider -Type Google -Name Google -ClientId [Client ID] -ClientSecret [Client secret]`
8585

8686
> [!NOTE]
87-
> Use the client id and client secret from the app you created in "Step 1: Configure a Google developer project." For more information, see the [New-AzureADMSIdentityProvider](https://docs.microsoft.com/en-us/powershell/module/azuread/new-azureadmsidentityprovider?view=azureadps-2.0-preview) article.
87+
> Use the client id and client secret from the app you created in "Step 1: Configure a Google developer project." For more information, see the [New-AzureADMSIdentityProvider](https://docs.microsoft.com/powershell/module/azuread/new-azureadmsidentityprovider?view=azureadps-2.0-preview) article.
8888
8989
## How do I remove Google federation?
9090
You can delete your Google federation setup. If you do so, Google guest users who have already redeemed their invitation will not be able to sign in, but you can give them access to your resources again by deleting them from the directory and re-inviting them.
@@ -108,4 +108,4 @@ You can delete your Google federation setup. If you do so, Google guest users wh
108108
`Remove-AzureADMSIdentityProvider -Id Google-OAUTH`
109109

110110
> [!NOTE]
111-
> For more information, see [Remove-AzureADMSIdentityProvider](https://docs.microsoft.com/en-us/powershell/module/azuread/Remove-AzureADMSIdentityProvider?view=azureadps-2.0-preview).
111+
> For more information, see [Remove-AzureADMSIdentityProvider](https://docs.microsoft.com/powershell/module/azuread/Remove-AzureADMSIdentityProvider?view=azureadps-2.0-preview).

articles/active-directory/conditional-access/controls.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,11 @@ These controls allow the use of certain external or custom services as condition
117117
Providers currently offering a compatible service include:
118118

119119
- [Duo Security](https://duo.com/docs/azure-ca)
120-
121120
- [Entrust Datacard](https://www.entrustdatacard.com/products/authentication/intellitrust)
122-
121+
- [Ping Identity](https://documentation.pingidentity.com/pingid/pingidAdminGuide/index.shtml#pid_c_AzureADIntegration.html)
123122
- RSA
124-
125123
- [Trusona](https://www.trusona.com/docs/azure-ad-integration-guide)
126124

127-
128125
For more information on those services, contact the providers directly.
129126

130127
### Creating custom controls

articles/active-directory/develop/registration-config-how-to.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.author: celested
1818

1919
---
2020

21-
# How to select permissions for a given API
21+
# How to configure endpoints
2222

2323
You can find the authentication endpoints for your application in the [Azure portal](https://portal.azure.com).
2424

articles/active-directory/hybrid/TOC.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,13 @@
128128
href: how-to-connect-sync-feature-prevent-accidental-deletes.md
129129
- name: Enable AD recycle bin
130130
href: how-to-connect-sync-recycle-bin.md
131+
- name: Configure the AD DS Connector account
132+
href: how-to-connect-configure-ad-ds-connector-account.md
131133
- name: Change the Azure ADSync service account password
132134
href: how-to-connect-sync-change-serviceacct-pass.md
133135
- name: Change the Azure AD Connector account
134136
href: how-to-connect-azureadaccount.md
135-
- name: Change the AD DS account password
137+
- name: Change the AD DS Connector account password
136138
href: how-to-connect-sync-change-addsacct-pass.md
137139
- name: Manage Federation Services
138140
items:

0 commit comments

Comments
 (0)