-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duplicate operation Ids between PATCH and PUT when both are supported #600
Comments
PowerShell uses these two operation ids but distinguishes them by changing the |
As far as I know, PowerShell is the only surface we have that depends on OperationIds. Copilots with Microsoft plugins manifest also use them, but when the manifest is generated from the description, the operation id gets copied and normalized. So any update should flow through. |
This won't affect PowerShell, because as I mentioned before, we ultimately transform @timayabi2020 to confirm that this assertion is true, and that the proposed change will not affect PowerShell. |
@irvinesunday yes it is true, with that transformation all PUT operations will translate to cmdlets with the verb Using the latest Graph PowerShell installed in your machine, you can confirm the assertion by running the either of these commands. |
Great! Thanks everyone for triple checking before we make some changes. @irvinesunday good to proceed. |
follow up to #596 and #594
Happens in beta, but will eventually roll out to v1
Both have the same
servicePrincipals.UpdateClaimsPolicy
operation id and they should not.The text was updated successfully, but these errors were encountered: