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

NewName fix in SPT #229

Merged
merged 3 commits into from
Nov 16, 2022
Merged

NewName fix in SPT #229

merged 3 commits into from
Nov 16, 2022

Conversation

alisha-k-kalladassery
Copy link
Collaborator

Description

newName fix in SPT

Issues Resolved

#226

Check List

  • New functionality includes sanity testing.
    • All sanity tests pass. ($ ansible-test sanity).
    • All unit tests pass.
  • New functionality has been documented in the README if applicable.
    • New functionality has been thoroughly documented in the examples (please include helpful comments).

@@ -212,6 +212,8 @@ def __create(self, data):
return True, self.MSG_CREATED, resource.data

def __update(self, data):
if "newName" in self.data:
Copy link
Contributor

Choose a reason for hiding this comment

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

Add update example in documentation section

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

@alisha-k-kalladassery alisha-k-kalladassery merged commit e44a8c9 into master Nov 16, 2022
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.

3 participants