Skip to content

Commit

Permalink
update tenant and subscription list resource hooks to follow the same…
Browse files Browse the repository at this point in the history
… pattern (#21568)
  • Loading branch information
m-nash authored Jun 3, 2021
1 parent 289bb6b commit 9c2ac40
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 15 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/resourcemanager/Proto.Client/src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ static void Main(string[] args)
Scenario scenario = null;
try
{
scenario = ScenarioFactory.GetScenario(Scenarios.VmImageTests);
scenario = ScenarioFactory.GetScenario(Scenarios.ShutdownVmsByLINQ);
scenario.Execute();
}
finally
Expand Down

0 comments on commit 9c2ac40

Please sign in to comment.