PowerZure
PowerZure copied to clipboard
Add-AzureSPSecret fails
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..
Oh, and apparently .ApplicationId got renamed to .AppId. Thus line 1618 would have to be adjusted as well..
Fixed, thank you!