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

fix the issue #158 #193

Closed
wants to merge 10 commits into from
Closed

fix the issue #158 #193

wants to merge 10 commits into from

Conversation

GuopengLin
Copy link
Contributor

SUMMARY

since the field "description" is not in the field "properties", but just in old_definition, I edit the code "old_definition['properties']['description']" to old_definition['description'], and it works fine!

Fixes #158

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

azure_rm_roledefinition

ADDITIONAL INFORMATION

** after change **

TASK [azure.azcollection.azure_rm_roledefinition] **************************************************************************************************************************
[WARNING]: Azure API profile latest does not define an entry for AuthorizationManagementClient
changed: [localhost]

PLAY RECAP *****************************************************************************************************************************************************************
localhost                  : ok=2    changed=1    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0   

@GuopengLin GuopengLin closed this Aug 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

azure_rm_roledefinition fails when description is set (except for initial creation)
2 participants