Skip to content

Conversation

@Somchavan
Copy link
Contributor

PR summary

delete trusted profile link with parameters api

PR Checklist

Please make sure that your PR fulfills the following requirements:

  • The commit message follows the Angular Commit Message Guidelines.
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

Current vs new behavior

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

test\integration\test_iam_identity_v1.py ............................... [ 30%]
........................................................................ [100%]

============================== warnings summary ===============================
test/integration/test_iam_identity_v1.py: 17 warnings
  C:\Users\SomanathChavan\AppData\Roaming\Python\Python313\site-packages\ibm_cloud_sdk_core\api_exception.py:56: DeprecationWarning: Using the `code` attribute on the `ApiException` is deprecated and will be removed in the future. Use `status_code` instead.
    warnings.warn(

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
================ 103 passed, 17 warnings in 817.67s (0:13:37) =================

@Somchavan Somchavan requested a review from pyrooka August 18, 2025 12:36
@Somchavan Somchavan force-pushed the iam-identity-link-del branch 2 times, most recently from 5b3a4b0 to 9f61823 Compare August 18, 2025 13:31
Copy link
Member

@pyrooka pyrooka left a 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.

Comment on lines -2009 to +2040
preference is not None
assert preference is not None
Copy link
Member

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.

Comment on lines 1093 to 1094
CreateProfileLinkRequestLink['component_name'] = 'test_componenet_name'
CreateProfileLinkRequestLink['component_type'] = 'test_componenet_type'
Copy link
Member

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. :)

Suggested change
CreateProfileLinkRequestLink['component_name'] = 'test_componenet_name'
CreateProfileLinkRequestLink['component_type'] = 'test_componenet_type'
CreateProfileLinkRequestLink['component_name'] = 'test_component_name'
CreateProfileLinkRequestLink['component_type'] = 'test_component_type'

Comment on lines 909 to 910
CreateProfileLinkRequestLink['component_name'] = 'component_name'
CreateProfileLinkRequestLink['component_type'] = 'test_componenet_type'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to be consistent. :)

Suggested change
CreateProfileLinkRequestLink['component_name'] = 'component_name'
CreateProfileLinkRequestLink['component_type'] = 'test_componenet_type'
CreateProfileLinkRequestLink['component_name'] = 'test_component_name'
CreateProfileLinkRequestLink['component_type'] = 'test_component_type'

@Somchavan Somchavan force-pushed the iam-identity-link-del branch from 1ff0119 to 08b53a6 Compare August 20, 2025 11:52
Copy link
Member

@pyrooka pyrooka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Somchavan Somchavan merged commit f330d3c into main Aug 22, 2025
16 checks passed
@Somchavan Somchavan deleted the iam-identity-link-del branch August 22, 2025 13:11
ibm-devx-sdk pushed a commit that referenced this pull request Aug 22, 2025
## [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))
@ibm-devx-sdk
Copy link

🎉 This PR is included in version 0.68.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants