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?

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...