Skip to content

Commit 4336e16

Browse files
author
Vini Soto
committed
Updating "Az" to "AzureRm" mappings for the new cmdlets
1 parent 7729b1b commit 4336e16

File tree

1 file changed

+4
-1
lines changed
  • src/ResourceManager/Profile/Commands.Profile/AzureRmAlias

1 file changed

+4
-1
lines changed

src/ResourceManager/Profile/Commands.Profile/AzureRmAlias/Mappings.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,10 @@ public static Dictionary<string, object> GetCaseInsensitiveMapping()
770770
'Get-AzWebAppSlot': 'Get-AzureRmWebAppSlot',
771771
'New-AzWebApp': 'New-AzureRmWebApp',
772772
'Restore-AzDeletedWebApp': 'Restore-AzureRmDeletedWebApp',
773-
'Get-AzDeletedWebApp': 'Get-AzureRmDeletedWebApp'
773+
'Get-AzDeletedWebApp': 'Get-AzureRmDeletedWebApp',
774+
'Enter-AzWebAppContainerPSSession': 'Enter-AzureRmWebAppContainerPSSession',
775+
'Get-AzWebAppContainerContinuousDeploymentUrl': 'Get-AzureRmWebAppContainerContinuousDeploymentUrl',
776+
'New-AzWebAppContainerPSSession': 'New-AzureRmWebAppContainerPSSession'
774777
},
775778
'Az.Maps': {
776779
'Get-AzMapsAccountKey': 'Get-AzureRmMapsAccountKey',

0 commit comments

Comments
 (0)