Skip to content

Commit e00709f

Browse files
committed
Change the method name.
1 parent f4c9564 commit e00709f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ResourceManager/Compute/Commands.Compute/VirtualMachine/Operation/NewAzureVMCommand.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ protected override void ProcessRecord()
5454

5555
if (this.VM.DiagnosticsProfile == null)
5656
{
57-
var storageUri = GetStorageAccountForBootDiagnostics();
57+
var storageUri = GetOrCreateStorageAccountForBootDiagnostics();
5858

5959
if (storageUri != null)
6060
{
@@ -91,7 +91,7 @@ protected override void ProcessRecord()
9191
});
9292
}
9393

94-
private Uri GetStorageAccountForBootDiagnostics()
94+
private Uri GetOrCreateStorageAccountForBootDiagnostics()
9595
{
9696
var storageAccountName = GetStorageAccountNameFromStorageProfile();
9797
var storageClient =

0 commit comments

Comments
 (0)