Skip to content

Commit

Permalink
add registry arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyululala committed May 23, 2024
1 parent 4a3df62 commit 63845f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/containerapp/azext_containerapp/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -962,6 +962,9 @@ def update_containerappsjob(cmd,
remove_env_vars=None,
replace_env_vars=None,
remove_all_env_vars=False,
registry_server=None,
registry_user=None,
registry_pass=None,
cpu=None,
memory=None,
startup_command=None,
Expand Down

0 comments on commit 63845f2

Please sign in to comment.