Skip to content

Commit 7868d1c

Browse files
authored
Merge pull request #90622 from MicrosoftDocs/master
Merge Master to Live, 3 AM
2 parents 4f7dce5 + adbc85a commit 7868d1c

File tree

53 files changed

+552
-901
lines changed

Some content is hidden

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

53 files changed

+552
-901
lines changed

.openpublishing.redirection.json

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14420,6 +14420,16 @@
1442014420
"redirect_url": "/azure/sql-data-warehouse/release-notes-10-0-10106-0",
1442114421
"redirect_document_id": false
1442214422
},
14423+
{
14424+
"source_path": "articles/sql-data-warehouse/changing-maintenance-schedule.md",
14425+
"redirect_url": "/azure/sql-data-warehouse/maintenance-scheduling#change-a-maintenance-schedule",
14426+
"redirect_document_id": false
14427+
},
14428+
{
14429+
"source_path": "articles/sql-data-warehouse/viewing-maintenance-schedule.md",
14430+
"redirect_url": "/azure/sql-data-warehouse/maintenance-scheduling#view-a-maintenance-schedule",
14431+
"redirect_document_id": false
14432+
},
1442314433
{
1442414434
"source_path": "articles/sql-data-warehouse/release-notes-april-2018.md",
1442514435
"redirect_url": "/azure/sql-data-warehouse/release-notes-10-0-10106-0",
@@ -20946,7 +20956,7 @@
2094620956
},
2094720957
{
2094820958
"source_path": "articles/virtual-machines/virtual-machines-linux-vertical-scaling-automation.md",
20949-
"redirect_url": "/azure/virtual-machines/linux/vertical-scaling-automation",
20959+
"redirect_url": "/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-vertical-scale-reprovision",
2095020960
"redirect_document_id": false
2095120961
},
2095220962
{
@@ -22376,7 +22386,17 @@
2237622386
},
2237722387
{
2237822388
"source_path": "articles/virtual-machines/virtual-machines-windows-vertical-scaling-automation.md",
22379-
"redirect_url": "/azure/virtual-machines/windows/vertical-scaling-automation",
22389+
"redirect_url": "/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-vertical-scale-reprovision",
22390+
"redirect_document_id": false
22391+
},
22392+
{
22393+
"source_path": "articles/virtual-machines/windows/vertical-scaling-automation.md",
22394+
"redirect_url": "/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-vertical-scale-reprovision",
22395+
"redirect_document_id": false
22396+
},
22397+
{
22398+
"source_path": "articles/virtual-machines/linux/vertical-scaling-automation.md",
22399+
"redirect_url": "/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-vertical-scale-reprovision",
2238022400
"redirect_document_id": false
2238122401
},
2238222402
{

articles/active-directory-domain-services/manage-group-policy.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ To complete this article, you need the following resources and privileges:
3535
* If needed, complete the tutorial to [create a Windows Server VM and join it to a managed domain][create-join-windows-vm].
3636
* A user account that's a member of the *Azure AD DC administrators* group in your Azure AD tenant.
3737

38+
> [!NOTE]
39+
> As there's [no access to domain controllers in Azure AD DS](faqs.md#can-i-connect-to-the-domain-controller-for-my-managed-domain-using-remote-desktop), you can't create and use a Central Store for group policy administrative templates in a managed domain. [Sysvol isn't included in on-premises Azure AD Connect synchronization](synchronization.md#what-isnt-synchronized-to-azure-ad-ds), so you also can't create an on-premises Central Store and synchronize it to Azure AD DS through Azure AD.
40+
3841
## Install Group Policy Management tools
3942

4043
To create and configure Group Policy Object (GPOs), you need to install the Group Policy Management tools. These tools can be installed as a feature in Windows Server. For more information on how to install the administrative tools on a Windows client, see install [Remote Server Administration Tools (RSAT)][install-rsat].

articles/active-directory/develop/TOC.yml

Lines changed: 88 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,94 @@
219219
href: scenario-mobile-call-api.md
220220
- name: Move to production
221221
href: scenario-mobile-production.md
222+
- name: Microsoft Authentication Library (MSAL)
223+
items:
224+
- name: Overview
225+
href: msal-overview.md
226+
- name: Accounts & tenant profiles (Android)
227+
href: accounts-overview.md
228+
- name: Authorization agents (Android)
229+
href: authorization-agents.md
230+
- name: Brokered auth (Android)
231+
href: brokered-auth.md
232+
- name: Migration
233+
items:
234+
- name: Migrate to MSAL.NET
235+
href: msal-net-migration.md
236+
- name: Migrate to MSAL.js
237+
href: msal-compare-msal-js-and-adal-js.md
238+
- name: Migrate to MSAL.Android
239+
href: migrate-android-adal-msal.md
240+
- name: Migrate to MSAL.iOS and MacOS
241+
href: migrate-objc-adal-msal.md
242+
- name: Migrate Xamarin apps using brokers from ADAL.NET to MSAL.NET
243+
href: msal-net-migration-ios-broker.md
244+
- name: Supported authentication flows
245+
href: msal-authentication-flows.md
246+
- name: Single and multi account public client apps (Android)
247+
href: single-multi-account.md
248+
- name: Acquire and cache tokens
249+
items:
250+
- name: Acquire and cache tokens
251+
href: msal-acquire-cache-tokens.md
252+
- name: Scopes for v1.0 apps
253+
href: msal-v1-app-scopes.md
254+
- name: Client applications
255+
items:
256+
- name: Client applications
257+
href: msal-client-applications.md
258+
- name: Application configuration (.NET)
259+
href: msal-client-application-configuration.md
260+
- name: Initialize applications (.NET)
261+
href: msal-net-initializing-client-applications.md
262+
- name: Client assertions (.NET)
263+
href: msal-net-client-assertions.md
264+
- name: Initialize applications (JS)
265+
href: msal-js-initializing-client-applications.md
266+
- name: Handle errors and exceptions
267+
href: msal-handling-exceptions.md
268+
- name: Logging
269+
href: msal-logging.md
270+
- name: Single sign-on
271+
items:
272+
- name: Single sign-on with MSAL.js
273+
href: msal-js-sso.md
274+
- name: Single sign-on with MSAL for iOS and macOS
275+
items:
276+
- name: SSO between MSAL apps
277+
href: single-sign-on-macos-ios.md
278+
- name: SSO between ADAL and MSAL apps
279+
href: sso-between-adal-msal-apps-macos-ios.md
280+
- name: Integrate with ADFS
281+
items:
282+
- name: ADFS support in MSAL.NET
283+
href: msal-net-adfs-support.md
284+
- name: Integrate with Azure AD B2C
285+
items:
286+
- name: Android
287+
href: msal-android-b2c.md
288+
- name: JavaScript
289+
href: msal-b2c-overview.md
290+
- name: .NET
291+
href: msal-net-aad-b2c-considerations.md
292+
- name: iOS and macOS
293+
href: config-authority.md#b2c
294+
- name: Considerations and known issues
295+
items:
296+
- name: MSAL.NET
297+
items:
298+
- name: Web browsers
299+
href: msal-net-web-browsers.md
300+
- name: MSAL.js
301+
items:
302+
- name: Considerations using IE
303+
href: msal-js-use-ie-browser.md
304+
- name: Known issues- IE and Microsoft Edge
305+
href: msal-js-known-issues-ie-edge-browsers.md
306+
- name: Known issues- Safari
307+
href: msal-js-known-issues-safari-browser.md
308+
- name: MSAL for iOS and macOS SSL issues
309+
href: ssl-issues.md
222310
- name: Authentication protocol
223311
items:
224312
- name: Application types and OAuth2.0
@@ -368,98 +456,6 @@
368456
href: vs-active-directory-webapi-what-happened.md
369457
- name: Error during authentication detection
370458
href: vs-active-directory-error.md
371-
- name: Microsoft Authentication Library (MSAL)
372-
items:
373-
- name: Overview
374-
href: msal-overview.md
375-
- name: Accounts & tenant profiles (Android)
376-
href: accounts-overview.md
377-
- name: Authorization agents (Android)
378-
href: authorization-agents.md
379-
- name: Brokered auth (Android)
380-
items:
381-
- name: Brokered auth (Android)
382-
href: brokered-auth.md
383-
- name: Migration
384-
items:
385-
- name: Migrate to MSAL.NET
386-
href: msal-net-migration.md
387-
- name: Migrate to MSAL.js
388-
href: msal-compare-msal-js-and-adal-js.md
389-
- name: Migrate to MSAL.Android
390-
href: migrate-android-adal-msal.md
391-
- name: Migrate to MSAL.iOS and MacOS
392-
href: migrate-objc-adal-msal.md
393-
- name: Migrate Xamarin apps using brokers from ADAL.NET to MSAL.NET
394-
href: msal-net-migration-ios-broker.md
395-
- name: Supported authentication flows
396-
href: msal-authentication-flows.md
397-
- name: Single and multi account public client apps (Android)
398-
href: single-multi-account.md
399-
- name: Acquire and cache tokens
400-
items:
401-
- name: Acquire and cache tokens
402-
href: msal-acquire-cache-tokens.md
403-
- name: Scopes for v1.0 apps
404-
href: msal-v1-app-scopes.md
405-
- name: Client applications
406-
items:
407-
- name: Client applications
408-
href: msal-client-applications.md
409-
- name: Application configuration (.NET)
410-
href: msal-client-application-configuration.md
411-
- name: Initialize applications (.NET)
412-
href: msal-net-initializing-client-applications.md
413-
- name: Client assertions (.NET)
414-
href: msal-net-client-assertions.md
415-
- name: Initialize applications (JS)
416-
href: msal-js-initializing-client-applications.md
417-
- name: Handle errors and exceptions
418-
href: msal-handling-exceptions.md
419-
- name: Logging
420-
href: msal-logging.md
421-
- name: Single sign-on
422-
items:
423-
- name: Single sign-on with MSAL.js
424-
href: msal-js-sso.md
425-
- name: Single sign-on with MSAL for iOS and macOS
426-
items:
427-
- name: SSO between MSAL apps
428-
href: single-sign-on-macos-ios.md
429-
- name: SSO between ADAL and MSAL apps
430-
href: sso-between-adal-msal-apps-macos-ios.md
431-
- name: Integrate with ADFS
432-
items:
433-
- name: ADFS support in MSAL.NET
434-
href: msal-net-adfs-support.md
435-
- name: Integrate with Azure AD B2C
436-
items:
437-
- name: Android
438-
href: msal-android-b2c.md
439-
- name: JavaScript
440-
href: msal-b2c-overview.md
441-
- name: .NET
442-
href: msal-net-aad-b2c-considerations.md
443-
- name: iOS and macOS
444-
href: config-authority.md#b2c
445-
- name: Considerations and known issues
446-
items:
447-
- name: MSAL.NET
448-
items:
449-
- name: Web browsers
450-
href: msal-net-web-browsers.md
451-
- name: MSAL.js
452-
items:
453-
- name: Considerations using IE
454-
href: msal-js-use-ie-browser.md
455-
- name: Known issues- IE and Microsoft Edge
456-
href: msal-js-known-issues-ie-edge-browsers.md
457-
- name: Known issues- Safari
458-
href: msal-js-known-issues-safari-browser.md
459-
- name: MSAL for iOS and macOS
460-
items:
461-
- name: SSL issues
462-
href: ssl-issues.md
463459
- name: References
464460
items:
465461
- name: Authentication libraries

0 commit comments

Comments
 (0)