-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 cyberark-pas-account-add (cyberark) #30294
Conversation
@@ -361,7 +379,7 @@ def add_account(self, | |||
safe_name: str, | |||
password: str, | |||
secret_type: str, | |||
properties: str, | |||
properties: dict, |
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.
properties: dict, | |
properties: dict | str, |
right?
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.
It must be a dict, and the order_properties_to_dict
function forces it to be a dict
(But following the comment I changed the typing for the add_account_command
function)
* commit * add UT and RN * corrections * Fix DS108 and update Docker * correction comments
Status
Related Issues
fixes: https://jira-hq.paloaltonetworks.local/browse/XSUP-28945
Description
A few sentences describing the overall goals of the pull request's commits.
Must have