Releases: almenscorner/IntuneCD
v1.4.5
Release Notes - 1.4.5
New Features:
- Say goodbye to cluttered configurations! Our new "archive" folder, located in the root of the backup, will now hold all configurations that have been removed from Intune while running
IntuneCD-startbackup
. - Keep your repository in sync with ease! The new
--remove
argument inIntuneCD-startupdate
will automatically remove configurations from Intune that no longer exist in the repository.
Enhancements:
Bug Fixes:
- A bug where Windows update rings was not able to be created has been fixed.
Full Changelog: v1.4.4...v1.4.5
v1.4.5-beta.2
Release Notes - 1.4.5-beta.2
New Features:
- Say goodbye to cluttered configurations! Our new "archive" folder, located in the root of the backup, will now hold all configurations that have been removed from Intune while running
IntuneCD-startbackup
. - Keep your repository in sync with ease! The new
--remove
argument inIntuneCD-startupdate
will automatically remove configurations from Intune that no longer exist in the repository.
Enhancements:
Bug Fixes:
v1.4.4
Release Notes - 1.4.4
New Features:
Enhancements:
Adds a ### Configuration heading before all config_table to fix rendering issues when using some visualisation libraries.
Additionally, a new function has been added to escape special characters from configurations descriptions in the markdown document to prevent a broken rendering.
Bug Fixes:
New Contributors
Full Changelog: v1.4.3...v1.4.4
v1.4.3
Release Notes - 1.4.3
New Features:
Enhancements:
Bug Fixes:
- Backup of App Protections with assignments failed with 'NoneType' object is not subscriptable.
Full Changelog: v1.4.2...v1.4.3
v1.4.2
Release Notes - 1.4.2
New Features:
- Custom Attributes backup and update functionality has been added to the tool.
- Device Management Settings can now be backed up and updated using the tool.
Enhancements:
- A check has been added to the tool to verify if the management intent is EDR. If it is, the application will display a "currently not supported" message.
Bug Fixes:
- No bugs were reported or identified in this release.
Full Changelog: v1.4.1...v1.4.2
v1.4.1
Release Notes - 1.4.1
New Features:
Enhancements:
Bug Fixes:
- When running the update with
-f
, --create-groups arg was not included causing the run to fail withmissing 1 required positional argument
.
Note:
This release includes bug fixes to enhance stability. We hope you enjoy the new features and improvements in this version!
Full Changelog: v1.4.0...v1.4.1
v1.4.0
Release Notes - 1.4.0
New Features:
- New module to create a report of all groups found in the backup: users can now generate a report of all groups present in the backup data.
- Ability to create groups when running the update using -g: users can now create groups while running the update by setting the -g flag. Note that additional API permissions will be needed if this flag is set.
Enhancements:
- Push assignment report to front end: the app now automatically sends assignment reports to the front end, improving visibility for users.
Bug Fixes:
- Bug fix for Shell Script assignments: an issue with Shell Script assignments has been resolved, ensuring that they now backup correctly.
- Bug fix for Powershell Script assignments: an issue with getting Powershell Script assignments has been resolved, ensuring that they now backup correctly.
Note:
This release includes new features and enhancements to improve the functionality of the app, as well as bug fixes to enhance stability. We hope you enjoy the new features and improvements in this version!
Full Changelog: v1.3.5...v1.4.0
v1.3.5
What's Changed
Bug fixes:
- Unable to update assignment on Enrollment Status Page configurations.
- Updating multiple assignments did not remove groups which could not be found from the list causing the update to fail with
keyError
ongroupId
.
Full Changelog: v1.3.4...v1.3.5
v1.3.4
What's Changed
Bug fixes:
- Added missing check if running in report mode when updating administrative templates profiles information.
- When updating multiple Windows enrollment profiles, the ID of the first profile in the list was incorrectly removed causing the script to exit with
KeyError: 'id'
. This is now fixed so it removes the ID from the current Windows enrollment profile.
Full Changelog: v1.3.3...v1.3.4
v1.3.3
What's New
The backup and update modules now feature expanded payloads, including:
- Enrollment Configurations: The backup and update modules now include the ability to backup and update enrollment configurations, including restrictions on enrollment platforms, device limits, and Windows Hello For Business.
- Group Policy Configurations: Group policy configurations, previously available only in backup, are now included in the update module. The update module supports the creation and updating of both built-in and custom ADMX profiles.
Full Changelog: v1.3.2...v1.3.3