Skip to content

Commit c0f9e4a

Browse files
Merge pull request #6390 from FabienTschanz/fix/win32-app-property
Fix property name
2 parents b37430f + bce1ff5 commit c0f9e4a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
* Fixed an issue where not all properties were exported.
77
* AADUser
88
* Added support for Mail attribute.
9+
* IntuneMobileAppsWin32AppWindows10
10+
* Updated the property name of `autoUpdateSupersededApps` to `autoUpdateSupersededAppsState`.
911
* DEPENDENCIES
1012
* Updated ReverseDSC to version 2.0.0.29.
1113

Modules/Microsoft365DSC/DSCResources/MSFT_IntuneMobileAppsWin32AppWindows10/MSFT_IntuneMobileAppsWin32AppWindows10.schema.mof

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class MSFT_DeviceManagementWin32MobileAppAssignmentSettingsRestartSettings
2121
[ClassVersion("1.0.0.0")]
2222
class MSFT_DeviceManagementWin32MobileAppAssignmentSettingsAutoUpdateSettings
2323
{
24-
[Write, Description("The auto-update superseded apps setting for the app assignment. Possible values are notConfigured and enabled. Default value is notConfigured."), ValueMap{"enabled", "notConfigured"}, Values{"enabled", "notConfigured"}] String autoUpdateSupersededApps;
24+
[Write, Description("The auto-update superseded apps setting for the app assignment. Possible values are notConfigured and enabled. Default value is notConfigured."), ValueMap{"enabled", "notConfigured"}, Values{"enabled", "notConfigured"}] String autoUpdateSupersededAppsState;
2525
};
2626

2727
[ClassVersion("1.0.0.0")]

0 commit comments

Comments
 (0)