Releases: almenscorner/IntuneCD
Releases · almenscorner/IntuneCD
v2.0.7
Fixes
- A bug where Intune was not updated if
--entraupdate
was not included as an argument
Full Changelog: v2.0.6...v2.0.7
v2.0.6
Fixes
- Entra update could not run on Windows due to incorrect path separator.
Full Changelog: v2.0.5...v2.0.6
v2.0.5
New features
- Entra backup capabilities
- App Registrations
- Authentication Flows Policy
- Authentication Methods
- Authorization Policy
- B2B Policy
- Device Registration Policy
- Domains
- External Identities Policy
- Group Settings
- Roaming Settings
- Security Defaults
- SSPR
- Entra update capabilities
- Authentication Flows Policy
- Authentication Methods
- Authorization Policy
- B2B Policy
- Device Registration Policy
- Domains
- External Identities Policy
- Group Settings
- Roaming Settings
- Security Defaults
- SSPR
- New backup argument,
--ignore-omasettings
allows you to skip encrypted OMA settings during backup. This allows you to run a backup with only read permissions. #141 - New backup and update arguments,
--entrabackup
,--entraupdate
lets you backup and update Entra configurations TENANT_ID
andKEY
can be used when using local auth to authenticate to Azure APIs and store the refresh token in an encrypted cache file. If local auth is not used they need to be set as ENV vars.
Other updates
- In the generated documentation, Intune and Entra will be split up by headers.
v2.0.5-beta.2
Fixes
- Removed additional keys in the Entra backup that cannot be updated moving from tenant to tenant
- Fixed None response during an Entra update causing the update to fail
v2.0.5-beta.1
New features
- Entra backup capabilities
- App Registrations
- Authentication Flows Policy
- Authentication Methods
- Authorization Policy
- B2B Policy
- Device Registration Policy
- Domains
- External Identities Policy
- Group Settings
- Roaming Settings
- Security Defaults
- SSPR
- Entra update capabilities
- Authentication Flows Policy
- Authentication Methods
- Authorization Policy
- B2B Policy
- Device Registration Policy
- Domains
- External Identities Policy
- Group Settings
- Roaming Settings
- Security Defaults
- SSPR
- New backup argument,
--ignore-omasettings
allows you to skip encrypted OMA settings during backup. This allows you to run a backup with only read permissions. #141 - New backup and update arguments,
--entrabackup
,--entraupdate
lets you backup and update Entra configurations TENANT_ID
andKEY
can be used when using local auth to authenticate to Azure APIs and store the refresh token in an encrypted cache file. If local auth is not used they need to be set as ENV vars.
Other updates
- In the generated documentation, Intune and Entra will be split up by headers.
v2.0.4
Enhancements
- Prefix matching is now using regex search to make it more versatile
- Assignment report now includes more details about the assigned object including type and intent
- Added flake8, pylint and pre-commit
- Re-factorings to make code easier to maintain
Full Changelog: v2.0.3...v2.0.4
v2.0.4-beta.3
Enhancements
- Prefix matching is now using regex search to make it more versatile
- Assignment report now includes more details about the assigned object including type and intent
- Added flake8, pylint and pre-commit
- Re-factorings to make code easier to maintain
Fixes
- Module imports
v2.0.4-beta.2
Enhancements
- Prefix matching is now using regex search to make it more versatile
- Assignment report now includes more details about the assigned object including type and intent
- Added flake8, pylint and pre-commit
- Re-factorings to make code easier to maintain
v2.0.4-beta.1
Enhancements
- Prefix matching is now using regex search to make it more versatile
- Assignment report now includes more details about the assigned object including type and intent
v2.0.3
New features:
Enhancements:
- Additional retries on 502,503 and 504 response
- ID appended to additional files,
- Shell script data
- Powershell script data
- Custom attribute data
- ID delimiter changed to "__" as Graph is using "_" in some IDs
Bug Fixes:
- Win32 apps always added an extra "_" in the name even if a version was not configured
Full Changelog: v2.0.1...v2.0.3