Atreidae / BounShell

Its BounSky, but for Office365 PowerShell
MIT License
3 stars 3 forks source link

Need to add Module version checking #5

Closed Atreidae closed 5 years ago

Atreidae commented 5 years ago

We should check for and list known working versions of PS modules and warn if we are using untested versions.

Binary 0.9.1 MicrosoftTeams {Add-TeamUser, Connect-MicrosoftTeams, Disconnect-MicrosoftTeams...

Atreidae commented 5 years ago

I've added a #requires statement for now. Less than ideal but closer to a better solution Now testing on 0.9.6 for the Teams Module

Atreidae commented 5 years ago

Module update checker already does similar to this, As Office365 is a live service it should be expected that users will be keeping their modules upto date. Therefore BounShell should always support the latest modules. No need to create an array of "supported" versions.

Closing issue.