Skip to content

Releases: almenscorner/IntuneCD

v2.0.7

13 Nov 09:50
2498014
Compare
Choose a tag to compare

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

10 Nov 14:10
4d55fbf
Compare
Choose a tag to compare

Fixes

  • Entra update could not run on Windows due to incorrect path separator.

Full Changelog: v2.0.5...v2.0.6

v2.0.5

10 Nov 10:53
e75c60f
Compare
Choose a tag to compare

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 and KEY 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

03 Nov 12:57
Compare
Choose a tag to compare
v2.0.5-beta.2 Pre-release
Pre-release

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

02 Nov 08:58
1b45d87
Compare
Choose a tag to compare
v2.0.5-beta.1 Pre-release
Pre-release

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 and KEY 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

25 Oct 10:59
10b1332
Compare
Choose a tag to compare

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

24 Oct 15:01
Compare
Choose a tag to compare
v2.0.4-beta.3 Pre-release
Pre-release

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

24 Oct 14:33
Compare
Choose a tag to compare
v2.0.4-beta.2 Pre-release
Pre-release

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

21 Oct 12:12
Compare
Choose a tag to compare
v2.0.4-beta.1 Pre-release
Pre-release

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

19 Oct 11:23
1c53b5b
Compare
Choose a tag to compare

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