Skip to content

Commit b4106db

Browse files
committed
test extension add app-insights
1 parent 7acaf7c commit b4106db

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
class ContainerappFunctionTests(ScenarioTest):
3131
def __init__(self, *arg, **kwargs):
3232
super().__init__(*arg, random_config_dir=True, **kwargs)
33-
cmd = ['azdev', 'extension', 'add', 'applicationinsights']
34-
run(cmd, check=True)
35-
cmd = ['azdev', 'extension', 'add', 'azure-mgmt-applicationinsights']
33+
cmd = ['azdev', 'extension', 'add', 'application-insights']
3634
run(cmd, check=True)
35+
# cmd = ['azdev', 'extension', 'add', 'azure-mgmt-applicationinsights']
36+
# run(cmd, check=True)
3737
sleep(120)
3838

3939

0 commit comments

Comments
 (0)