Skip to content

Commit e90b2ed

Browse files
Merge pull request #26 from khushishah513/function-cli
changes due to version update
2 parents baf215b + 996b6f1 commit e90b2ed

6 files changed

+1333
-1511
lines changed

src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_function_invocations_summary_traces.yaml

Lines changed: 273 additions & 275 deletions
Large diffs are not rendered by default.

src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_function_keys.yaml

Lines changed: 566 additions & 624 deletions
Large diffs are not rendered by default.

src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_function_list_show_basic.yaml

Lines changed: 84 additions & 200 deletions
Large diffs are not rendered by default.

src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_function_list_show_error_scenarios.yaml

Lines changed: 219 additions & 161 deletions
Large diffs are not rendered by default.

src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_function_list_show_multirevision_scenarios.yaml

Lines changed: 191 additions & 249 deletions
Large diffs are not rendered by default.

src/containerapp/azext_containerapp/tests/latest/test_containerapp_function.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ def __init__(self, *arg, **kwargs):
3232
super().__init__(*arg, random_config_dir=True, **kwargs)
3333
cmd = ['azdev', 'extension', 'add', 'application-insights']
3434
run(cmd, check=True)
35-
# cmd = ['azdev', 'extension', 'add', 'azure-mgmt-applicationinsights']
36-
# run(cmd, check=True)
3735
sleep(120)
3836

3937

0 commit comments

Comments
 (0)