|
147 | 147 | IconUri = 'https://github.com/microsoft/Microsoft365DSC/blob/Dev/Modules/Microsoft365DSC/Dependencies/Images/Logo.png?raw=true'
|
148 | 148 |
|
149 | 149 | # ReleaseNotes of this module
|
150 |
| - ReleaseNotes = '' |
| 150 | + ReleaseNotes = '* AAD |
| 151 | + * Added ApplicationSecret auth method to multiple resources |
| 152 | +* AADFilteringPolicyRule |
| 153 | + * Fixed an issue with the export of the Destinations property where |
| 154 | + the CIMInstance array object was malformed. |
| 155 | +* EXOEOPProtectionPolicyRule |
| 156 | + * Added support for AccessTokens. |
| 157 | +* EXOExternalInOutlook |
| 158 | + * Added support for AccessTokens. |
| 159 | +* EXOMailContact |
| 160 | + * Changed how empty arrays are returned. |
| 161 | +* EXOPlace |
| 162 | + * Changed how empty arrays are returned. |
| 163 | +* EXORecipientPermission |
| 164 | + * Added logic to update an existing recipients permissions. |
| 165 | +* EXOTransportRule |
| 166 | + * Changed how empty arrays are returned. |
| 167 | +* INTUNE |
| 168 | + * Add parameter `-All` to Graph requests to fetch all policies on Get. |
| 169 | +* IntuneAndroidManagedStoreAppConfiguration |
| 170 | + * Initial release. |
| 171 | +* IntuneAppConfigurationPolicy |
| 172 | + * Fixes an issue where assignment was not properly set if the |
| 173 | + groupId was null. |
| 174 | + FIXES [#5430](https://github.com/microsoft/Microsoft365DSC/issues/5430) |
| 175 | +* IntuneMobileAppConfigurationPolicyIOS |
| 176 | + * Removing resource. Already possible with IntuneAppConfigurationDevicePolicy |
| 177 | +* IntuneMobileThreatDefenseConnector |
| 178 | + * Fixes a NotFound error when the resource does not exist and remove |
| 179 | + `LastHeartbeatDateTime` from comparison. |
| 180 | +* IntuneRoleAssignment |
| 181 | + * Improve verbose output and fix copy-pasted variables. |
| 182 | +* IntuneRoleScopeTag |
| 183 | + * Initial release. |
| 184 | +* TeamsUserPolicyAssignment |
| 185 | + * Added support for the Global policies. |
| 186 | +* TeamsUpgradePolicy |
| 187 | + * DEPRECATED: Users properties. Use the TeamsUserPolicyAssignment resource |
| 188 | + instead. |
| 189 | +* M365DSCUtil |
| 190 | + * Add default Ensure value `Present` if not specified. |
| 191 | + FIXES [#5085](https://github.com/microsoft/Microsoft365DSC/issues/5085) |
| 192 | + * When exporting generate the instance names of resources with their mandatory |
| 193 | + keys instead of random GUIDs , this makes exports idempotent again |
| 194 | + FIXES [#5469](https://github.com/microsoft/Microsoft365DSC/issues/5469) |
| 195 | +* MISC |
| 196 | + * Removed hardcoded Graph urls and replaced by MSCloudLoginAssistant values. |
| 197 | + * Add separate module handling for PowerShell Core. |
| 198 | +* DEPENDENCIES |
| 199 | + * Updated DSCParser to version 2.0.0.14. |
| 200 | + * Updated Microsoft.Graph to version 2.25.0. |
| 201 | + * Updated Microsoft.PowerApps.Administration.PowerShell to version 2.0.200. |
| 202 | + * Updated MicrosoftTeams to version 6.7.0.' |
151 | 203 |
|
152 | 204 | # Flag to indicate whether the module requires explicit user acceptance for install/update
|
153 | 205 | # RequireLicenseAcceptance = $false
|
|
0 commit comments