-
Notifications
You must be signed in to change notification settings - Fork 328
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
Allows case-insensitive column name 'Id' on spo listitem batch remove. #6427
Conversation
Thank you, we'll try to have a look at it ASAP! |
@Saurabh7019 I added the |
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.
Nice enhancement @Saurabh7019, I think we should make use of some existing validators for this.
Also, could you add an additional test where we explicitly test for an ID column with different casing?
a4d712c
to
182ba62
Compare
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.
Apart from one tiny enhancement, it looks good to me.
182ba62
to
0c5360d
Compare
Merged manually, thanks for the convenient enhancement! |
Closes #6419