Irwin Strachan

Results 2 issues of Irwin Strachan

I stumbled across a tool [terraform-docs](https://github.com/terraform-docs/terraform-docs) while working with terraform. the tool makes it possible to generate md files, making documenting terraform modules files quite easy! It would great having...

enhancement

#You need the objectId of the application to update the certificateCredentials Invoke-MgGraphRequest -Method PATCH -Uri "https://graph.microsoft.com/v1.0/applications/$applicationObjectId" -Body $body #or you can use the applicationId Invoke-MgGraphRequest -Method PATCH -Uri "https://graph.microsoft.com/v1.0/applications(appId='$applicationId')" -Body...