Skip to content

Commit 93490f5

Browse files
authored
{Containerapp} Update code owner (#30964)
1 parent 4263219 commit 93490f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@
6565
/src/azure-cli/azure/cli/command_modules/synapse/ @jsntcy @idear1203 @zesluo @evelyn-ys
6666
/src/azure-cli/azure/cli/command_modules/util/ @jiasli @zhoxing-ms @evelyn-ys
6767
/src/azure-cli/azure/cli/command_modules/vm/ @zhoxing-ms @jsntcy @wangzelin007 @yanzhudd @Drewm3 @TravisCragg-MSFT @nikhilpatel909 @sandeepraichura @hilaryw29 @GabstaMSFT @ramankumarlive @ushnaarshadkhan
68-
/src/azure-cli/azure/cli/command_modules/containerapp/ @ruslany @sanchitmehta @ebencarek @JennyLawrance @howang-ms @vinisoto @chinadragon0515 @vturecek @torosent @pagariyaalok @Juliehzl @jijohn14 @Greedygre
68+
/src/azure-cli/azure/cli/command_modules/containerapp/ @ruslany @sanchitmehta @ebencarek @JennyLawrance @howang-ms @vinisoto @chinadragon0515 @vturecek @torosent @pagariyaalok @Juliehzl @jijohn14 @Greedygre @zhoxing-ms @yanzhudd @ShichaoQiu

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

Lines changed: 1 addition & 1 deletion
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)