git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/AzureHelpers/Public
diff options
context:
space:
mode:
Diffstat (limited to 'AzureHelpers/Public')
-rw-r--r--AzureHelpers/Public/Start-AzureVm.ps1 (renamed from AzureHelpers/Public/Start-AzVm.ps1)2
-rw-r--r--AzureHelpers/Public/Stop-AzureVm.ps1 (renamed from AzureHelpers/Public/Stop-AzVm.ps1)2
2 files changed, 2 insertions, 2 deletions
diff --git a/AzureHelpers/Public/Start-AzVm.ps1 b/AzureHelpers/Public/Start-AzureVm.ps1
index 49dd55a..258eb06 100644
--- a/AzureHelpers/Public/Start-AzVm.ps1
+++ b/AzureHelpers/Public/Start-AzureVm.ps1
@@ -1,4 +1,4 @@
-function Start-AzVm {
+function Start-AzureVm {
# Supply a VM name (or an unambiguous part of it) and start the machine.
<#
.SYNOPSIS
diff --git a/AzureHelpers/Public/Stop-AzVm.ps1 b/AzureHelpers/Public/Stop-AzureVm.ps1
index f284ec8..2c1ce0f 100644
--- a/AzureHelpers/Public/Stop-AzVm.ps1
+++ b/AzureHelpers/Public/Stop-AzureVm.ps1
@@ -1,4 +1,4 @@
-function Stop-AzVm {
+function Stop-AzureVm {
# Supply a VM name (or an unambiguous part of it), stop, and deallocate the machine.
<#
.SYNOPSIS