JAz.PIM
JAz.PIM copied to clipboard
Is there any way to get the PIM Groups roles and be able to activate? 
With version 0.0.8 of the module, i am trying to activate a role using this syntax: Enable-JAzRole -RoleName 'Contributor -> Scope (Guid)' But that fails with the following error message:...
The confirmation for activated roles displays the `StartDateTime` and `EndDateTime` properties as UTC instead of local time. This makes it unclear what the actual start/end time is. ```PowerShell PS >...
Is it possible to enable the module to work with module auto-loading? For example by adding this to the manifest: `FunctionsToExport = @('Get-JAzRole','Get-JAzADRole','Disable-JAzRole','Disable-JAzADRole','Enable-JAzRole','Enable-JAzADRole')` Not a big deal, but might be...
When using the `-Wait` parameter with `Enable-ADRole`, you get an error. This error does not occur when piping `Enable-ADRole` to `Wait-ADRole`. ```PowerShell PS > Enable-ADRole 'Global Reader (LJnv8vs6uUa3z6Em7nTEUZY-Uygeo0pJj_wBT3Lkhj8-1-e)' -Justification 'foo'...
Would it make sense to add a `-Wait` parameter to the _Enable-*Role_ commands in order for the commands to check for the status going from PendingProvisioning to Provisioned (similar to...