You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The contained module version checker doesn't work for some modules. This could be observed for Az and ExchangeOnlineManagement module.
Maybe relating to installation scope of already installed modules?
To Reproduce
Steps to reproduce the behavior:
Have older version of ExchangeOnlineManagement or Az installed
Check e.g. with using Get-Module Az -ListAvailable and Find-Module Az to compare version numbers.
Run Connect-MS365 -Service Az
No notification on available module update is shown
Expected behavior
On connection it should be printed that a new version is available and an inline update is proposed.
Screenshots
Desktop (please complete the following information):
OS: Windows
PowerShell: 7
The text was updated successfully, but these errors were encountered:
Describe the bug
The contained module version checker doesn't work for some modules. This could be observed for
Az
andExchangeOnlineManagement
module.Maybe relating to installation scope of already installed modules?
To Reproduce
Steps to reproduce the behavior:
ExchangeOnlineManagement
orAz
installedCheck e.g. with using
Get-Module Az -ListAvailable
andFind-Module Az
to compare version numbers.Connect-MS365 -Service Az
Expected behavior
On connection it should be printed that a new version is available and an inline update is proposed.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: