microsoftgraph / microsoftgraph/entra-powershell
🪲 Remove-EntraServicePrincipalKeyCredential does not support passing a Proof property
Open
@KenitoInc is already working on this.
Since Oct 3, 2025.
bug
P0
Triaged
- Dominant language
- PowerShell
- Stars
- 213
- Forks
- 46
- PR merge metrics
- No merged PRs in 30d
Description
Remove-EntraServicePrincipalKeyCredential calls the removeKey method which requires a Proof...
https://learn.microsoft.com/en-us/graph/api/serviceprincipal-removekey?view=graph-rest-1.0&tabs=http
However this cmdlet does not allow to pass Proof which results in a 403
Remove-EntraServicePrincipalKeyCredential needs to support passing Proof property
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.