Skip to content

Commit

Permalink
Merge pull request #309 from Azure/dev
Browse files Browse the repository at this point in the history
Merge dev to main for release 1.0.2
  • Loading branch information
davidmrdavid authored Jul 22, 2021
2 parents 76b2433 + e1edc12 commit f3e17e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ def to_json(self) -> Dict[str, Union[str, int]]:
add_attrib(json_dict, self, 'action_type', 'actionType')
add_attrib(json_dict, self, 'function_name', 'functionName')
add_attrib(json_dict, self, '_input', 'input')
add_attrib(json_dict, self, 'instance_id', 'instance_id')
add_attrib(json_dict, self, 'instance_id', 'instanceId')
return json_dict
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ def to_json(self) -> Dict[str, Union[str, int]]:
add_attrib(json_dict, self, 'function_name', 'functionName')
add_attrib(json_dict, self, '_input', 'input')
add_json_attrib(json_dict, self, 'retry_options', 'retryOptions')
add_attrib(json_dict, self, 'instance_id', 'instance_id')
add_attrib(json_dict, self, 'instance_id', 'instanceId')
return json_dict

0 comments on commit f3e17e4

Please sign in to comment.