Closed init5-SF closed 10 months ago
Hey @init5-SF sorry about that. This is a known issue to https://github.com/Azure/azure-powershell/issues/23788
Currently the work-arounds are:
Connect-AzAccount
to sign in before Import-Module Az
, orImport-Module Az
at all. (Only works if your script doesn't depend on Az.Functions module)Hi @isra-fel thanks for the info. Is there any planned fix?
Currently the plan is to fix in Az 11.4.0. Please track in #23788
Description
I have installed the latest version of the Az PowerShell module from the PowerShell Gallery.
` When I run
import-module Az` I get the bellow errorIssue script & Debug output
Environment data
Module versions
Error output