Mark Dordoy
Mark Dordoy
I came across this issue when using this call: `Get-MgAuditLogDirectoryAudit -Filter "targetResources/any(t: t/id eq '$($user.Id)') and activityDisplayName eq 'Enable account' and activityDateTime gt $gracePeriodStr" -Top 1` Ifs fine for a...
Error that is caught: ```powershell Get-MgAuditLogDirectoryAudit_List: Line | 25 | … toryAudit -Filter "targetResources/any(t: t/id eq '$($user.Id)') and … | ~~~~~~~~ | Code: tooManyRetries Message: More than 3 retries encountered...
I noticed `New-MgGroupMember` has the `-whatif` flag and it works if you handle it directly, however it did not pick up the script `$whatifpreference = $true` value which is bad....
@manicminer would it be possible for me to call the graph API based on the current setup of this provider? Ive successfully got this working using a powershell script to...
@nickadams675 Thanks for the post, I did consider using the local-exec but you dont get state stored with these calls. @manicminer Do you have any timeline as to when we...
The script i used to get me around this issue while this provider gets updated to the AzureAD Graph was the following (I cannot post all the solution but happy...
Thanks for opening this Issue @LukeCarrier. I'm fairly new to packer but got it working with server 2016. I'm now looking at the core version and run into the same...
Any idea when this bug will be fixed?
Any idea when this will be done?