Open AshbyMike opened 3 years ago
scratch that, this seems to make deletions report abck as failing (even though they dont)
AzPwPush.psm1 instead updated (in the Get-AzPassword function) to delete silently
if($MaxViews -eq 1) { Delete-AzPassword -ID $ID | out-null }
checking this weekend and updating. :)
Have you been able to take a look at this? I am having the same issue.
hey @KelvinTegelaar This is still an issue if its something fixable?
Steps to reproduce
Removing line number 32 in AzPwPush.psm1 resolves the issue