Edgar Kalkowski
Results
3
comments of
Edgar Kalkowski
On CircleCI `Get-Module -ListAvailable -Refresh` does not show `Az.Accounts` as being installed at all. Is it a dependency of the `SqlServer` module?
I tried anyway to install version 3.0.1 of Az.Accounts but I still get the same error.
We did some more investigation of this and it turns out that we were missing an explicit `Import-Module SqlServer` in our code. Before version 22.3.0 it seems everything worked even...