Skip to content

Commit 5cbd03a

Browse files
committed
fix the CI
1 parent 859e551 commit 5cbd03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/azure-cli/azure/cli/command_modules/monitor/tests/latest/test_monitor_private_link_scope.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ class TestMonitorPrivateLinkScope(ScenarioTest):
1111
def __init__(self, method_name, config_file=None, recording_dir=None, recording_name=None, recording_processors=None,
1212
replay_processors=None, recording_patches=None, replay_patches=None):
1313
super().__init__(method_name)
14-
self.cmd('extension add -n application-insights')
1514

1615
# @record_only() # record_only as the private-link-scope scoped-resource cannot find the components of application insights
1716
@unittest.skip('If it cannot run, how to record_only, how yaml file is created')
1817
@ResourceGroupPreparer(location='westus2')
1918
def test_monitor_private_link_scope_scenario(self, resource_group, resource_group_location):
19+
self.cmd('extension add -n application-insights')
2020
self.kwargs.update({
2121
'rg': resource_group,
2222
'scope': 'clitestscopename',

0 commit comments

Comments
 (0)