Skip to content

Commit 0802972

Browse files
authored
Merge pull request #206487 from MicrosoftDocs/main
Merge main to live, 4 AM
2 parents 9ad9fb0 + a8a78dc commit 0802972

File tree

123 files changed

+1197
-1388
lines changed

Some content is hidden

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

123 files changed

+1197
-1388
lines changed

.openpublishing.redirection.azure-monitor.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,51 @@
431431
"redirect_url": "/azure/key-vault/key-vault-insights-overview",
432432
"redirect_document_id": false
433433
},
434+
{
435+
"source_path_from_root": "/articles/azure-monitor/app/proactive-diagnostics.md" ,
436+
"redirect_url": "/azure/azure-monitor/alerts/proactive-diagnostics",
437+
"redirect_document_id": false
438+
},
439+
{
440+
"source_path_from_root": "/articles/azure-monitor/app/proactive-failure-diagnostics.md" ,
441+
"redirect_url": "/azure/azure-monitor/alerts/proactive-failure-diagnostics",
442+
"redirect_document_id": false
443+
},
444+
{
445+
"source_path_from_root": "/articles/azure-monitor/app/proactive-performance-diagnostics.md" ,
446+
"redirect_url": "/azure/azure-monitor/alerts/proactive-performance-diagnostics",
447+
"redirect_document_id": false
448+
},
449+
{
450+
"source_path_from_root": "/articles/azure-monitor/app/proactive-trace-severity.md" ,
451+
"redirect_url": "/azure/azure-monitor/alerts/proactive-trace-severity",
452+
"redirect_document_id": false
453+
},
454+
{
455+
"source_path_from_root": "/articles/azure-monitor/app/proactive-exception-volume.md" ,
456+
"redirect_url": "/azure/azure-monitor/alerts/proactive-exception-volume",
457+
"redirect_document_id": false
458+
},
459+
{
460+
"source_path_from_root": "/articles/azure-monitor/app/proactive-potential-memory-leak.md" ,
461+
"redirect_url": "/azure/azure-monitor/alerts/proactive-potential-memory-leak",
462+
"redirect_document_id": false
463+
},
464+
{
465+
"source_path_from_root": "/articles/azure-monitor/app/proactive-application-security-detection-pack.md" ,
466+
"redirect_url": "/azure/azure-monitor/alerts/proactive-application-security-detection-pack",
467+
"redirect_document_id": false
468+
},
469+
{
470+
"source_path_from_root": "/articles/azure-monitor/app/proactive-arm-config.md" ,
471+
"redirect_url": "/azure/azure-monitor/alerts/proactive-arm-config",
472+
"redirect_document_id": false
473+
},
474+
{
475+
"source_path_from_root": "/articles/azure-monitor/app/proactive-email-notification.md" ,
476+
"redirect_url": "/azure/azure-monitor/alerts/proactive-email-notification",
477+
"redirect_document_id": false
478+
},
434479
{
435480
"source_path_from_root": "/articles/azure-monitor/app/cloudservices.md" ,
436481
"redirect_url": "/azure/azure-monitor/app/azure-web-apps-net-core",

.openpublishing.redirection.virtual-desktop.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@
44
"source_path_from_root": "/articles/virtual-desktop/connect-windows-7-and-10.md",
55
"redirect_url": "/azure/virtual-desktop/connect-windows-7-10",
66
"redirect_document_id": true
7+
},
8+
{
9+
"source_path_from_root": "/articles/virtual-desktop/create-file-share.md",
10+
"redirect_url": "/azure/virtual-desktop/fslogix-profile-container-configure-azure-files-active-directory",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path_from_root": "/articles/virtual-desktop/azure-files-authorization.md",
15+
"redirect_url": "/azure/virtual-desktop/fslogix-profile-container-configure-azure-files-active-directory",
16+
"redirect_document_id": false
17+
},
18+
{
19+
"source_path_from_root": "/articles/virtual-desktop/create-profile-container-adds.md",
20+
"redirect_url": "/azure/virtual-desktop/fslogix-profile-container-configure-azure-files-active-directory",
21+
"redirect_document_id": true
722
}
823
]
924
}

articles/active-directory/enterprise-users/groups-settings-cmdlets.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -114,22 +114,23 @@ To update the value for UsageGuideLinesUrl in the setting template, read the cur
114114

115115
Output:
116116
```powershell
117-
Name Value
118-
---- -----
119-
EnableMIPLabels True
117+
Name Value
118+
---- -----
119+
EnableMIPLabels True
120120
CustomBlockedWordsList
121-
EnableMSStandardBlockedWords False
121+
EnableMSStandardBlockedWords False
122122
ClassificationDescriptions
123123
DefaultClassification
124124
PrefixSuffixNamingRequirement
125-
AllowGuestsToBeGroupOwner False
126-
AllowGuestsToAccessGroups True
125+
AllowGuestsToBeGroupOwner False
126+
AllowGuestsToAccessGroups True
127127
GuestUsageGuidelinesUrl
128128
GroupCreationAllowedGroupId
129-
AllowToAddGuests True
130-
UsageGuidelinesUrl https://guideline.example.com
129+
AllowToAddGuests True
130+
UsageGuidelinesUrl https://guideline.example.com
131131
ClassificationList
132-
EnableGroupCreation True
132+
EnableGroupCreation True
133+
NewUnifiedGroupWritebackDefault True
133134
```
134135
3. To remove the value of UsageGuideLinesUrl, edit the URL to be an empty string:
135136
@@ -161,6 +162,7 @@ Here are the settings defined in the Group.Unified SettingsTemplate. Unless othe
161162
| <ul><li>AllowToAddGuests<li>Type: Boolean<li>Default: True | A boolean indicating whether or not is allowed to add guests to this directory. <br>This setting may be overridden and become read-only if *EnableMIPLabels* is set to *True* and a guest policy is associated with the sensitivity label assigned to the group.<br>If the AllowToAddGuests setting is set to False at the organization level, any AllowToAddGuests setting at the group level is ignored. If you want to enable guest access for only a few groups, you must set AllowToAddGuests to be true at the organization level, and then selectively disable it for specific groups. |
162163
| <ul><li>ClassificationList<li>Type: String<li>Default: "" | A comma-delimited list of valid classification values that can be applied to Microsoft 365 groups. <br>This setting does not apply when EnableMIPLabels == True.|
163164
| <ul><li>EnableMIPLabels<li>Type: Boolean<li>Default: "False" |The flag indicating whether sensitivity labels published in Microsoft Purview compliance portal can be applied to Microsoft 365 groups. For more information, see [Assign Sensitivity Labels for Microsoft 365 groups](groups-assign-sensitivity-labels.md). |
165+
| <ul><li>NewUnifiedGroupWritebackDefault<li>Type: Boolean<li>Default: "True" |The flag that allows an admin to create new Microsoft 365 groups without setting the groupWritebackConfiguration resource type in the request payload. This setting is applicable when group writeback is configured in Azure AD Connect. "NewUnifiedGroupWritebackDefault" is a global Microfot 365 group setting. Default value is true. Updating the setting value to false will change the default writeback behavior for newly created Microsoft 365 groups, and will not change isEnabled property value for existing Microsoft 365 groups. Group admin will need to explicitly update the group isEnabled property value to change the writeback state for existing Microsoft 365 groups. |
164166

165167
## Example: Configure Guest policy for groups at the directory level
166168
1. Get all the setting templates:

articles/active-directory/governance/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
items:
1919
- name: Azure portal tutorials
2020
items:
21-
- name: Manage access to resources - Azure portal
21+
- name: Manage access to resources
2222
href: entitlement-management-access-package-first.md
2323
- name: Manage the lifecycle of your group-based licenses in Azure AD
2424
href: entitlement-management-group-licenses.md

0 commit comments

Comments
 (0)