Hi @kebedes ,
to get the latest version of Az.Accounts
(2.11.2) you should update to the latest version of Az
module (9.4.0).
This can be done via update-Module Az
.
After the Az
module is updated you have to import the Az module again with Import-Module Az -Force
.
You can verify the version of the Az module
and Az.Account
with Get-InstalledModule -Name Az*
.
The result should look like this:
(If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)
Regards
Andreas Baumgarten