Skip to content
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

Fixed bugs caused by indent #1730

Merged

Conversation

Fred-sun
Copy link
Collaborator

SUMMARY

The default identity return value is dict, try to fixes #1726

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

azure_rm_aks.py

ADDITIONAL INFORMATION

p3ck
p3ck previously approved these changes Sep 26, 2024
@p3ck
Copy link
Collaborator

p3ck commented Sep 26, 2024

Although I don't think this will fix #1726 since it's not a None object that is being acted on. I am unable to reproduce their problem so far.

@Fred-sun
Copy link
Collaborator Author

@p3ck Yeah, I never had that problem again. However, the return value is required to be a dictionary, which is convenient for later calls to update_identity. I am still dealing with this problem, thank you!

@Fred-sun Fred-sun added the hold The problem holds for a particular reason label Sep 26, 2024
@Fred-sun Fred-sun added work in In trying to solve, or in working with contributors and removed hold The problem holds for a particular reason labels Sep 27, 2024
@Fred-sun Fred-sun changed the title The default identity return value is dict Fixed bugs caused by indent Sep 27, 2024
@Fred-sun Fred-sun added ready_for_review The PR has been modified and can be reviewed and merged medium_priority Medium priority and removed work in In trying to solve, or in working with contributors labels Sep 27, 2024
Copy link
Collaborator

@p3ck p3ck left a comment

Choose a reason for hiding this comment

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

Thanks!

@xuzhang3 xuzhang3 merged commit cb76691 into ansible-collections:dev Sep 29, 2024
Justwmz pushed a commit to Justwmz/azure that referenced this pull request Nov 4, 2024
* The default identity return value is dict

* Fix indent legacy bugs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
medium_priority Medium priority ready_for_review The PR has been modified and can be reviewed and merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

azure_rm_aks Error: ManagedClusterIdentity object has no attribute get
3 participants