-
Notifications
You must be signed in to change notification settings - Fork 4.1k
changing principalid and objectid from GUID to string for ADFS scenarios #6830
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Public API surface cannot be changed in this way - you could add a new method, but not change the signature of an existing one
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure.. I will do that.. thought abt doing it, wanted to get your opinion before doing the extra work :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same - this is a disallowed breaking change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same. We could add a new property which was a string, but we cannot change the siagnature of an existing property
markcowl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Additionally, once this is fixed, can we add a recorded test from AzureStack, to prevent regressions in the future.
|
@bganapa You will need to move the changes to src/Common here: https://github.com/Azure/azure-powershell-common. Once you create a PR there, run this job with your fork and branch: https://azuresdkci.westus2.cloudapp.azure.com/view/PowerShell/job/ps-common-sign/. Take the relevant packages, copy them into local feed, and from there you can test the common changes. Let me know if you have any questions about this process. |
|
closing this PR infavor of Azure/azure-powershell-common#30 |
Description
Checklist
CONTRIBUTING.mdplatyPSmodule