PowerZure icon indicating copy to clipboard operation
PowerZure copied to clipboard

Add-AzureSPSecret fails

Open biy1 opened this issue 3 years ago • 1 comments

Microsoft renamed .objectId to .id. So the code at line 1611 would have to be adjusted to $Uri = 'https://graph.microsoft.com/beta/applications/' + $App.id + '/addPassword'. There might be other places where this breaks functionality..

biy1 avatar Jun 29 '22 13:06 biy1

Oh, and apparently .ApplicationId got renamed to .AppId. Thus line 1618 would have to be adjusted as well..

biy1 avatar Jun 29 '22 14:06 biy1

Fixed, thank you!

hausec avatar Aug 10 '22 17:08 hausec