bolt-io
bolt-io
#ATCP Fix for: #124
ClaimTypes referencing an extension attribute start with `extension_` but the reader is never informed to why that is. Now they will be.
This scope (AAD graph User.Read) is not required. It was also using AAD Graph (depreciated) and not Microsoft Graph.
### Describe the bug When running `Update-MgBetaApplicationByAppId` the SDK thinks that `UniqueName` is a required parameter yet in the docs it is optional. [Microsoft Learn - Update-MgApplicationByAppId -UniqueName](https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.applications/update-mgapplicationbyappid?view=graph-powershell-1.0#-uniquename)  ...