pspete / psPAS

PowerShell module for CyberArk Privileged Access Security REST API
https://pspas.pspete.dev
MIT License
295 stars 91 forks source link

Request-PASJustInTimeAccess missing from psPAS.psd1 #379

Closed markdias closed 3 years ago

markdias commented 3 years ago

Describe the issue Request-PASJustInTimeAccess isn't listed in FunctionsToExport in the psPAS.psd1

To Reproduce Steps to reproduce the behavior:

  1. Request-PASJustInTimeAccess isn't available

Expected behavior Expect to be able to use Request-PASJustInTimeAccess function

Your Environment Include relevant details about your environment

NathanielMaier commented 3 years ago

See the CHANGELOG:

Breaking Changes Request-PASJustInTimeAccess Command renamed from Request-PASAdHocAccess in line with CyberArk feature

markdias commented 3 years ago

See the CHANGELOG:

Breaking Changes Request-PASJustInTimeAccess Command renamed from Request-PASAdHocAccess in line with CyberArk feature

Yes its been changed to Request-PASJustInTimeAccess however its missing from psPAS.psd1 file. The psPAS.psd1 still contains Request-PASAdHocAccess,

pspete commented 3 years ago

Good spot @markdias - will fix