Skip to content

Commit 7c40d6b

Browse files
authored
Fix out of date aliases
Fix the Az target instead of the AzureRM source of affected aliases
1 parent 8c9a1a1 commit 7c40d6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Accounts/Accounts/AzureRmAlias/Mappings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@
478478
"Remove-AzVMSecret": "Remove-AzureRmVMSecret",
479479
"Remove-AzVMNetworkInterface": "Remove-AzureRmVMNetworkInterface",
480480
"Remove-AzVMDataDisk": "Remove-AzureRmVMDataDisk",
481-
"Set-AzVMBootDiagnostics": "Set-AzureRmVMBootDiagnostic",
481+
"Set-AzVMBootDiagnostic": "Set-AzureRmVMBootDiagnostics",
482482
"Set-AzVMDataDisk": "Set-AzureRmVMDataDisk",
483483
"Set-AzVMPlan": "Set-AzureRmVMPlan",
484484
"Set-AzVMSourceImage": "Set-AzureRmVMSourceImage",
@@ -594,7 +594,7 @@
594594
"Get-AzVmssDiskEncryption": "Get-AzureRmVmssDiskEncryption",
595595
"Get-AzVmssVMDiskEncryption": "Get-AzureRmVmssVMDiskEncryption",
596596
"Export-AzLogAnalyticRequestRateByInterval": "Export-AzureRmLogAnalyticRequestRateByInterval",
597-
"Export-AzLogAnalyticThrottledRequests": "Export-AzureRmLogAnalyticThrottledRequests",
597+
"Export-AzLogAnalyticThrottledRequest": "Export-AzureRmLogAnalyticThrottledRequests",
598598
"Repair-AzVmssServiceFabricUpdateDomain": "Repair-AzureRmVmssServiceFabricUpdateDomain",
599599
"New-AzVMDataDisk": "New-AzureRmVMDataDisk",
600600
"Update-AzVmssVM": "Update-AzureRmVmssVM",

0 commit comments

Comments
 (0)