-
Notifications
You must be signed in to change notification settings - Fork 42
fix(IAM Identity): add delete link with parameter api #299
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
5b3a4b0 to
9f61823
Compare
pyrooka
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.
A few little things to change, otherwise it looks good.
| preference is not None | ||
| assert preference is not None |
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.
Wow, nice catch! I'm surprised the linter didn't flags this as a problem.
| CreateProfileLinkRequestLink['component_name'] = 'test_componenet_name' | ||
| CreateProfileLinkRequestLink['component_type'] = 'test_componenet_type' |
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.
I think this is s typo. :)
| CreateProfileLinkRequestLink['component_name'] = 'test_componenet_name' | |
| CreateProfileLinkRequestLink['component_type'] = 'test_componenet_type' | |
| CreateProfileLinkRequestLink['component_name'] = 'test_component_name' | |
| CreateProfileLinkRequestLink['component_type'] = 'test_component_type' |
| CreateProfileLinkRequestLink['component_name'] = 'component_name' | ||
| CreateProfileLinkRequestLink['component_type'] = 'test_componenet_type' |
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.
Just to be consistent. :)
| CreateProfileLinkRequestLink['component_name'] = 'component_name' | |
| CreateProfileLinkRequestLink['component_type'] = 'test_componenet_type' | |
| CreateProfileLinkRequestLink['component_name'] = 'test_component_name' | |
| CreateProfileLinkRequestLink['component_type'] = 'test_component_type' |
Signed-off-by: Somanath Chavan <[email protected]>
1ff0119 to
08b53a6
Compare
pyrooka
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.
LGTM!
## [0.68.2](v0.68.1...v0.68.2) (2025-08-22) ### Bug Fixes * **IAM Identity:** add delete link with parameter api ([#299](#299)) ([f330d3c](f330d3c))
|
🎉 This PR is included in version 0.68.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
PR summary
delete trusted profile link with parameters api
PR Checklist
Please make sure that your PR fulfills the following requirements:
Current vs new behavior
Does this PR introduce a breaking change?
Other information