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
In a Azure function that pulls the module from the PSGallery. Its possible for $this.CustomerValidation to be $NULL when run against a NCOD instance. Likely because SO level is not 50 on a NCOD environment. And if you do not specify a default SO when connecting it will default to 50.
https://www.powershellgallery.com/packages/PS-NCentral/1.5
In a Azure function that pulls the module from the PSGallery. Its possible for $this.CustomerValidation to be $NULL when run against a NCOD instance. Likely because SO level is not 50 on a NCOD environment. And if you do not specify a default SO when connecting it will default to 50.
PS-NCentral/PS-NCentral.psm1
Line 299 in d86d931
Quick and dirty fix would be to check for null like this, obviously error message could be improved upon:
The text was updated successfully, but these errors were encountered: