Skip to content

Commit 03216cf

Browse files
Merge pull request #6607 from microsoft/Dev
Release 1.25.1015.1
2 parents 9bcd6bd + 398f231 commit 03216cf

File tree

543 files changed

+31213
-38028
lines changed

Some content is hidden

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

543 files changed

+31213
-38028
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# the repo. Unless a later match takes precedence,
33
# @global-owner1 and @global-owner2 will be requested for
44
# review when someone opens a pull request.
5-
* @nikcharlebois @ykuijs @m365dscapprover @m365dscapproval
5+
* @nikcharlebois @ykuijs @m365dscapprover @m365dscapproval @fabientschanz

.github/workflows/website-deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
submodules: true
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: "16"
17+
node-version: "22"
1818
- name: Generate workloads and resources
1919
shell: pwsh
2020
run: pwsh -command ".\$GITHUB_WORKSPACE\generator\scripts\Build-Workloads.ps1 -Force"

CHANGELOG.md

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,89 @@
11
# Change log for Microsoft365DSC
22

3+
# 1.25.1015.1
4+
5+
* AADConditionalAccessPolicy
6+
* Fixed a typo in variable initialization.
7+
* AADUser
8+
* Added the property `AccountEnabled` to the export.
9+
FIXES [#6595](https://github.com/microsoft/Microsoft365DSC/issues/6595)
10+
* Fixed an issue where the phone and fax number was not exported.
11+
* EXOOrganizationConfig
12+
* Added support for the DelayedDelicensingEnabled,
13+
EndUserMailNotificationForDelayedDelicensingEnabled and
14+
TenantAdminNotificationForDelayedDelicensingEnabled parameters.
15+
* IntuneAntivirusPolicyWindows10SettingCatalog
16+
* Fixed `DisableCoreServiceECSIntegration` and `DisableCoreServiceTelemetry` to allow multiple values.
17+
FIXES [#6583](https://github.com/microsoft/Microsoft365DSC/issues/6583)
18+
* IntuneAzureNetworkConnectionWindows365
19+
* Initial release.
20+
* IntuneCloudProvisioningPolicyWindows365
21+
* Initial release.
22+
* O365OrgSettings
23+
* Fix unicode issue in schema, that caused the website to contain
24+
incorrect characters.
25+
* SentinelAlertRule
26+
* Fixed the schema and export of the property `groupByAlertDetails`.
27+
FIXES [#6591](https://github.com/microsoft/Microsoft365DSC/issues/6591)
28+
* SPOTenantSettings
29+
* Deprecated property `OneDriveSharingCapability` in favor of `MySiteSharingCapability` in SPOSharingSettings.
30+
FIXES [#6588](https://github.com/microsoft/Microsoft365DSC/issues/6588)
31+
FIXES [#5933](https://github.com/microsoft/Microsoft365DSC/issues/5933)
32+
* TeamsAppSetupPolicy
33+
* Added property `PinnedCallingBarApps`.
34+
* TeamsCallingPolicy
35+
* Added property `ExplicitRecordingConsent`.
36+
* TeamsClientConfiguration
37+
* Added property `AllowRoleBasedChatPermissions`.
38+
* TeamsComplianceRecordingPolicy
39+
* Added property `RecordReroutedCalls`.
40+
* TeamsDialInConferencingTenantSettings
41+
* Added properties `EnableNameRecording`, `MigrateServiceNumbersOnCrossForestMove` and `UseUniqueConferenceIds`.
42+
* TeamsEmergencyCallingPolicy
43+
* Added property `ExtendedNotifications`.
44+
* TeamsFederationConfiguration
45+
* Added property `DomainBlockingForMDOAdminsInTeams`.
46+
* TeamsFilesPolicy
47+
* Added properties `FileSharingInChatswithExternalUsers` and `DefaultFileUploadAppId`.
48+
* TeamsGuestMessagingConfiguration
49+
* Added property `UsersCanDeleteBotMessages`.
50+
* TeamsMeetingConfiguration
51+
* Added properties `DisableAppInteractionForAnonymousUsers`, `FeedbackSurveyForAnonymousUsers` and `LimitPresenterRolePermissions`.
52+
* TeamsMessagingConfiguration
53+
* Initial release.
54+
FIXES [#6536](https://github.com/microsoft/Microsoft365DSC/issues/6536)
55+
* TeamsMessagingPolicy
56+
* Added properties `AllowExtendedWorkInfoInSearch`, `AutoShareFilesInExternalChats` and `UseB2BInvitesToAddExternalUsers`.
57+
* TeamsOnlineVoicemailPolicy
58+
* Added properties `PostambleAudioFile`, `PreambleAudioFile` and `PreamblePostambleMandatory`.
59+
* TeamsTeam
60+
* Added property `AllowCreatePrivateChannels`.
61+
* TeamsUpdateManagementPolicy
62+
* Added properties `BlockLegacyAuthorization` and `DisabledInProductMessages`.
63+
* TeamsVoiceRoute
64+
* Added property `BridgeSourcePhoneNumber`.
65+
* M365DSCAgent
66+
* Added requirement to regenerate the DSC agent certificate with `-ForceRenew` when
67+
creating and exporting a PFX certificate using `Set-M365DSCAgentCertificateConfiguration`.
68+
* M365DSCReverse
69+
* Fixed an issue where the export output path was not correct.
70+
FIXES [#6580](https://github.com/microsoft/Microsoft365DSC/issues/6580)
71+
* M365DSCUtil
72+
* Fixed an issue where `Uninstall-M365DSCOutdatedDependencies` removes the wrong version.
73+
FIXES [#6573](https://github.com/microsoft/Microsoft365DSC/issues/6573)
74+
* Fixed parameter mapping of the telemetry connection parameters.
75+
* MISC
76+
* Removed documentation for `IntuneDeviceEnrollmentConfigurationWindows10`.
77+
FIXES [#6589](https://github.com/microsoft/Microsoft365DSC/issues/6589)
78+
* Improved function and cmdlet count for module import.
79+
FIXES [#6544](https://github.com/microsoft/Microsoft365DSC/issues/6544)
80+
* Removed unnecessary CIM instance conversion checks across all resources.
81+
382
# 1.25.1001.1
483

584
* AADAccessReviewDefinition
685
* [BREAKING CHANGE] Removed ID as the key and made DisplayName the new key.
86+
787
* AADAdministrativeUnit
888
* Reduced export time by 20%.
989
* AADAgreement

Modules/Microsoft365DSC/DSCResources/MSFT_AADAccessReviewDefinition/settings.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,16 @@
3737
"Global",
3838
"USGov"
3939
],
40-
"mode": "Configuration"
41-
}
40+
"mode": "Configuration",
41+
"commands": [
42+
{
43+
"module": "Microsoft.Graph.Beta.Identity.Governance",
44+
"cmdlets": [
45+
"Get-MgBetaIdentityGovernanceAccessReviewDefinition",
46+
"New-MgBetaIdentityGovernanceAccessReviewDefinition",
47+
"Remove-MgBetaIdentityGovernanceAccessReviewDefinition",
48+
"Set-MgBetaIdentityGovernanceAccessReviewDefinition"
49+
]
50+
}
51+
]
52+
}

Modules/Microsoft365DSC/DSCResources/MSFT_AADAccessReviewPolicy/settings.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,14 @@
4141
"Global",
4242
"USGov"
4343
],
44-
"mode": "Configuration"
45-
}
44+
"mode": "Configuration",
45+
"commands": [
46+
{
47+
"module": "Microsoft.Graph.Beta.Identity.SignIns",
48+
"cmdlets": [
49+
"Get-MgBetaPolicyAccessReviewPolicy",
50+
"Update-MgBetaPolicyAccessReviewPolicy"
51+
]
52+
}
53+
]
54+
}

Modules/Microsoft365DSC/DSCResources/MSFT_AADActivityBasedTimeoutPolicy/settings.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,16 @@
3737
"Global",
3838
"USGov"
3939
],
40-
"mode": "Configuration"
41-
}
40+
"mode": "Configuration",
41+
"commands": [
42+
{
43+
"module": "Microsoft.Graph.Beta.Identity.SignIns",
44+
"cmdlets": [
45+
"Get-MgBetaPolicyActivityBasedTimeoutPolicy",
46+
"New-MgBetaPolicyActivityBasedTimeoutPolicy",
47+
"Remove-MgBetaPolicyActivityBasedTimeoutPolicy",
48+
"Update-MgBetaPolicyActivityBasedTimeoutPolicy"
49+
]
50+
}
51+
]
52+
}

Modules/Microsoft365DSC/DSCResources/MSFT_AADAdminConsentRequestPolicy/settings.json

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,37 @@
4545
"Global",
4646
"USGov"
4747
],
48-
"mode": "Configuration"
49-
}
48+
"mode": "Configuration",
49+
"commands": [
50+
{
51+
"module": "Microsoft.Graph.Authentication",
52+
"cmdlets": [
53+
"Invoke-MgGraphRequest"
54+
]
55+
},
56+
{
57+
"module": "Microsoft.Graph.Beta.Identity.Governance",
58+
"cmdlets": [
59+
"Get-MgBetaRoleManagementDirectoryRoleDefinition"
60+
]
61+
},
62+
{
63+
"module": "Microsoft.Graph.Beta.Identity.SignIns",
64+
"cmdlets": [
65+
"Get-MgBetaPolicyAdminConsentRequestPolicy"
66+
]
67+
},
68+
{
69+
"module": "Microsoft.Graph.Groups",
70+
"cmdlets": [
71+
"Get-MgGroup"
72+
]
73+
},
74+
{
75+
"module": "Microsoft.Graph.Users",
76+
"cmdlets": [
77+
"Get-MgUser"
78+
]
79+
}
80+
]
81+
}

Modules/Microsoft365DSC/DSCResources/MSFT_AADAdministrativeUnit/settings.json

Lines changed: 41 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,44 @@
8585
"Global",
8686
"USGov"
8787
],
88-
"mode": "Configuration"
89-
}
88+
"mode": "Configuration",
89+
"commands": [
90+
{
91+
"module": "Microsoft.Graph.Applications",
92+
"cmdlets": [
93+
"Get-MgServicePrincipal"
94+
]
95+
},
96+
{
97+
"module": "Microsoft.Graph.Groups",
98+
"cmdlets": [
99+
"Get-MgGroup"
100+
]
101+
},
102+
{
103+
"module": "Microsoft.Graph.Identity.DirectoryManagement",
104+
"cmdlets": [
105+
"Get-MgDevice",
106+
"Get-MgDirectoryAdministrativeUnit",
107+
"Get-MgDirectoryAdministrativeUnitMember",
108+
"Get-MgDirectoryAdministrativeUnitScopedRoleMember",
109+
"Get-MgDirectoryRole",
110+
"Get-MgDirectoryRoleTemplate",
111+
"New-MgDirectoryAdministrativeUnit",
112+
"New-MgDirectoryAdministrativeUnitMemberByRef",
113+
"New-MgDirectoryAdministrativeUnitScopedRoleMember",
114+
"New-MgDirectoryRole",
115+
"Remove-MgDirectoryAdministrativeUnit",
116+
"Remove-MgDirectoryAdministrativeUnitMemberDirectoryObjectByRef",
117+
"Remove-MgDirectoryAdministrativeUnitScopedRoleMember",
118+
"Update-MgDirectoryAdministrativeUnit"
119+
]
120+
},
121+
{
122+
"module": "Microsoft.Graph.Users",
123+
"cmdlets": [
124+
"Get-MgUser"
125+
]
126+
}
127+
]
128+
}

Modules/Microsoft365DSC/DSCResources/MSFT_AADAgreement/settings.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,16 @@
3333
"Global",
3434
"USGov"
3535
],
36-
"mode": "Configuration"
37-
}
36+
"mode": "Configuration",
37+
"commands": [
38+
{
39+
"module": "Microsoft.Graph.Beta.Identity.Governance",
40+
"cmdlets": [
41+
"Get-MgBetaAgreement",
42+
"New-MgBetaAgreement",
43+
"Remove-MgBetaAgreement",
44+
"Update-MgBetaAgreement"
45+
]
46+
}
47+
]
48+
}

Modules/Microsoft365DSC/DSCResources/MSFT_AADAppManagementPolicy/settings.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,16 @@
4545
"Global",
4646
"USGov"
4747
],
48-
"mode": "Configuration"
49-
}
48+
"mode": "Configuration",
49+
"commands": [
50+
{
51+
"module": "Microsoft.Graph.Beta.Identity.SignIns",
52+
"cmdlets": [
53+
"Get-MgBetaPolicyAppManagementPolicy",
54+
"New-MgBetaPolicyAppManagementPolicy",
55+
"Remove-MgBetaPolicyAppManagementPolicy",
56+
"Update-MgBetaPolicyAppManagementPolicy"
57+
]
58+
}
59+
]
60+
}

0 commit comments

Comments
 (0)