We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f322e9 commit 00dd6e0Copy full SHA for 00dd6e0
CSharp/GettingStarted/01_HelloWorld/Program.cs
@@ -21,7 +21,6 @@ public static void Main(string[] args)
21
try
22
{
23
AccountSettings accountSettings = SampleHelpers.LoadAccountSettings();
24
- VirtualMachineSettings virtualMachineSettings = SampleHelpers.LoadVirtualMachineSettings();
25
Settings helloWorldSettings = new ConfigurationBuilder()
26
.SetBasePath(Directory.GetCurrentDirectory())
27
.AddJsonFile("settings.json")
0 commit comments