Skip to content

Commit

Permalink
Merge pull request microsoft#3107 from ykuijs/Dev
Browse files Browse the repository at this point in the history
Update of Breaking Change blogpost
  • Loading branch information
ykuijs authored Mar 31, 2023
2 parents 2ef8841 + c0b9fb1 commit bd15ae9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
EnableExternalSenderNotifications and EnableInternalSenderNotifications
* EXOOrganizationConfig
* [BREAKING CHANGE] Remove deprecated parameters AllowPlusAddressInRecipients
* [BREAKING CHANGE] Renamed unused Identity parameter to IsSingleInstance
FIXES [#2969](https://github.com/microsoft/Microsoft365DSC/issues/2969)
* EXOPerimeterConfiguration
* [BREAKING CHANGE] Renamed unused Identity parameter to IsSingleInstance
FIXES [#2969](https://github.com/microsoft/Microsoft365DSC/issues/2969)
Expand Down
10 changes: 8 additions & 2 deletions docs/docs/blog/april-2023-major-release.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Microsoft365DSC – October 2022 Major Release (version 1.22.1005.1)
# Microsoft365DSC – April 2023 Major Release (version 1.23.405.1)

As defined by our [Breaking Changes Policy](https://microsoft365dsc.com/concepts/breaking-changes/), twice a year we allow for breaking changes to be deployed as part of a release. Our next major release, scheduled to go out on April 5th 2023, will include several breaking changes and will be labeled version 1.23.405.1. This article provides details on the breaking changes and other important updates that will be included as part of our April 2023 Major release.

Expand Down Expand Up @@ -36,12 +36,18 @@ We have modified the logic of all the resources below to ensure we have a primar
* IntuneWindowsInformationProtectionPolicyWindows10MdmEnrolled
* IntuneWindowsUpdateForBusinessFeatureUpdateProfileWindows10

## Removed the Identity Parameters from EXOIRMConfiguration, EXOResourceConfiguraton & IntuneDeviceConfigurationDeliveryOptimizationPolicyWindows 10
## Removed the Identity Parameters from EXOIRMConfiguration, EXOPerimeterConfiguration & EXOResourceConfiguraton
The Identity parameter, which was the primary key for the resources listed, has been replaced by the IsSingleInstance parameter. This is because there could only ever be one instance of these resources on the tenants and in order to align with other tenant-wide resources, the IsSingleInstance parameter needs to be present. This parameter only ever accepts a value of 'Yes' and its sole purpose is to ensure there isn't more than one instance of the given resource per configuration file.

## IntuneAttackSurfaceReductionRulesPolicyWindows10ConfigManager ([#3003](https://github.com/microsoft/Microsoft365DSC/pull/3003))
As part of this release, we are changing the DisplayName parameter to be required. Current configurations should make sure to include this parameter to avoid any conflicts when upgrading.

## Corrected typos in resource names ([#3024](https://github.com/microsoft/Microsoft365DSC/pull/3024))
Three resources had typos in their names. With this release these typos are now corrected:
* IntuneWifiConfigurationPolicyAndroidEntrepriseDeviceOwner: Changed Entreprise into Enterprise
* IntuneWifiConfigurationPolicyAndroidEntrepriseWorkProfile: Changed Entreprise into Enterprise
* IntuneWindowUpdateForBusinessRingUpdateProfileWindows10: Changed Window into Windows

## Removal of Deprecated Parameters ([#3040](https://github.com/microsoft/Microsoft365DSC/pull/3040))
We are removing parameters that have been deprecated from various resources as part of this major update. As a reminder, parameters that become deprecated on Microsoft 365 are being marked as deprecated in Microsoft365DSC until the next major release. In the past, using these parameters would have resulted in a warning letting the users know that they are using a deprecated parameter and that it would simply be ignored. Starting with this release, using these deprecated parameters will generate an error. It is recommended to scan existing configurations and remove deprecated parameters. The following resources have deprecated parameters that have been removed as part of this release, along with the parameters that have been removed:

Expand Down

0 comments on commit bd15ae9

Please sign in to comment.