-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance AAD provider to handle nested PIM groups and refactor Get-PrivilegedUser to reduce code duplication #1310
Enhance AAD provider to handle nested PIM groups and refactor Get-PrivilegedUser to reduce code duplication #1310
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9612ed8 - Browse repository at this point
Copy the full SHA 9612ed8View commit details -
changed Get-PrivilegedUser to recursive calls and handled nested grou…
…ps assigned to PIM groups
Configuration menu - View commit details
-
Copy full SHA for 2ba91d6 - Browse repository at this point
Copy the full SHA 2ba91d6View commit details -
Added module dependency Microsoft.Graph.Beta.DirectoryObjects for Get…
…-MgBetaDirectoryObject
Configuration menu - View commit details
-
Copy full SHA for 3303715 - Browse repository at this point
Copy the full SHA 3303715View commit details -
Added 404 handling for deleted users and groups. Added try catch deta…
…iled error stacktrace to Get-PrivilegedRole
Configuration menu - View commit details
-
Copy full SHA for fb689e1 - Browse repository at this point
Copy the full SHA fb689e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82af82c - Browse repository at this point
Copy the full SHA 82af82cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 389fcc5 - Browse repository at this point
Copy the full SHA 389fcc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e631bb - Browse repository at this point
Copy the full SHA 1e631bbView commit details -
changed $RoleName parameter to string and wrote first unit test for L…
…oadObjectDataIntoPrivilegedUserHashtable
Configuration menu - View commit details
-
Copy full SHA for 182a0e5 - Browse repository at this point
Copy the full SHA 182a0e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 851c7ee - Browse repository at this point
Copy the full SHA 851c7eeView commit details -
improved most of the comments and changed incorrect variable name for…
… privileged roles from hashtable to array
Configuration menu - View commit details
-
Copy full SHA for 29a6421 - Browse repository at this point
Copy the full SHA 29a6421View commit details
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3a49c49 - Browse repository at this point
Copy the full SHA 3a49c49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3944286 - Browse repository at this point
Copy the full SHA 3944286View commit details -
added empty function definitions for ms graph cmdlets that were mocke…
…d because it was causing errors since powershell doesn't have the graph modules loaded
Configuration menu - View commit details
-
Copy full SHA for 288cc84 - Browse repository at this point
Copy the full SHA 288cc84View commit details