Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinsID committed Apr 9, 2022
1 parent 1ee63b5 commit d47d0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containerapp/azext_containerapp/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def update_containerapp_yaml(cmd,
# Remove tags before converting from snake case to camel case, then re-add tags. We don't want to change the case of the tags. Need this since we're not using SDK
yaml_tags = None
if yaml_containerapp.get('tags'):
yaml_ = yaml_containerapp.get('tags')
yaml_tags = yaml_containerapp.get('tags')
del yaml_containerapp['tags']

containerapp_def = _convert_object_from_snake_to_camel_case(_object_to_dict(containerapp_def))
Expand Down

0 comments on commit d47d0d3

Please sign in to comment.