Skip to content

v1.0.0 - Auth changes πŸ”‘

Compare
Choose a tag to compare
@svrooij svrooij released this 29 Aug 15:47
· 19 commits to main since this release
0ebfb2f

Version 1 πŸŽ‰βœ…

This adventure started roughly a year ago. I was faced with an empty Company Portal after playing with Azure Dev Box. I asked myself this:

How hard can it be to package apps for Intune?

Let me tell you, it's hard! Follow along my journey

This update WILL BREAK previous scripts, with the introduction of the Connect-WtWinTuner command.

What's Changed

  • feat: Move all authentication to single command by @svrooij in #100
  • SwitchParameters are much better then bool by @svrooij in #101
  • Generating docs in a dotnet fashion by @svrooij in #103

BREAKING CHANGE

As of version v1.0.0 all the authentication parameters have been removed from the commands. And you'll have to call Connect-WtWinTuner before you can talk to Intune. More info at the authentication page.

Install

Check it out in the PowerShell gallery

Install:

Install-module WinTuner -RequiredVersion 1.0.0

Update:

Update-module WinTuner -RequiredVersion 1.0.0

Full Changelog: v0.9.1...v1.0.0