File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/ResourceManager/Profile/Commands.Profile/AzureRmAlias Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -770,7 +770,10 @@ public static Dictionary<string, object> GetCaseInsensitiveMapping()
770
770
'Get-AzWebAppSlot': 'Get-AzureRmWebAppSlot',
771
771
'New-AzWebApp': 'New-AzureRmWebApp',
772
772
'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'
774
777
},
775
778
'Az.Maps': {
776
779
'Get-AzMapsAccountKey': 'Get-AzureRmMapsAccountKey',
You can’t perform that action at this time.
0 commit comments