Skip to content

Commit

Permalink
fixing casing
Browse files Browse the repository at this point in the history
  • Loading branch information
Harika Vedati committed Nov 27, 2023
1 parent b2d7137 commit 10ba873
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ function Update-AzStackHCIVMVirtualMachine {
$null = $PSBoundParameters.Remove("ResourceGroupName")
$null = $PSBoundParameters.Remove("ResourceId")
$null = $PSBoundParameters.Remove("Name")
return Az.StackHCIVM.internal\Update-AzStackHCIVmVirtualMachine @PSBoundParameters
return Az.StackHCIVM.internal\Update-AzStackHCIVMVirtualMachine @PSBoundParameters
} else {
Write-Error "One or more input parameters are invalid. Resource ID is: $ResourceId, name is $name, resource group name is $resourcegroupname, subscription id is $subscriptionid"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function Confirm-IpConfigrations{
[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVm.DoNotExportAttribute()]
[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.DoNotExportAttribute()]
param(
[Parameter()]
[System.Collections.Hashtable[]]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function Confirm-IpPools{
[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVm.DoNotExportAttribute()]
[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.DoNotExportAttribute()]
param(
[Parameter()]
[System.Collections.Hashtable[]]
Expand Down Expand Up @@ -30,7 +30,7 @@ param(
}

function Confirm-Routes{
[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVm.DoNotExportAttribute()]
[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.DoNotExportAttribute()]
param(
[Parameter()]
[System.Collections.Hashtable[]]
Expand Down Expand Up @@ -61,7 +61,7 @@ param(
}

function Confirm-Subnets{
[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVm.DoNotExportAttribute()]
[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.DoNotExportAttribute()]
param(
[Parameter()]
[System.Collections.Hashtable[]]
Expand Down

0 comments on commit 10ba873

Please sign in to comment.