cyberark / epv-api-scripts

These API scripts enable CyberArk users to automate privileged account management task like account creation, user management, and more.
https://www.cyberark.com/best
Apache License 2.0
197 stars 176 forks source link

Function does not exist #312

Closed Ethlas closed 1 year ago

Ethlas commented 1 year ago

https://github.com/cyberark/epv-api-scripts/blob/3df9d6ef9cd9f656d368b14aa6a5dd75b928860b/Identity%20Authentication/IdentityAuth.psm1#L142

We should not add functions from another module without importing it first. And I do not think we should import htis function. I wonder if we need to remove this section from our code.

Ethlas commented 1 year ago

I might have got the wrong thought. Closing