Skip to content

Commit 9e182c8

Browse files
authored
Merge pull request #9386 from Azure/fix-alias
Fix alias for Set-AzureRmVMBootDiagnostics #9374
2 parents f949907 + 4b75b87 commit 9e182c8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-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-AzureRmVMBootDiagnostics",
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",

src/Accounts/Accounts/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
## Upcoming Release
2121
* Fix bug with incorrect URL being used in some cases for Functions calls
2222
- More information here: https://github.com/Azure/azure-powershell/issues/8983
23+
* Fix Issue with aliases from AzureRM to Az cmdlets
24+
- Set-AzureRmVMBootDiagnostics -> Set-AzVMBootDiagnostic
25+
- Export-AzureRMLogAnalyticThrottledRequests -> Export-AzLogAnalyticThrottledRequest
2326

2427
## Version 1.5.2
2528
* Update Authentication Library to fix ADFS issues with username/password auth

0 commit comments

Comments
 (0)