File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
src/ServiceManagement/Services/Commands.Utilities Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,14 @@ AliasesToExport = @(
198
198
' Start-SSDeviceBackupJob' ,
199
199
' Start-SSDeviceBackupRestoreJob' ,
200
200
' Start-SSDeviceFailoverJob' ,
201
- ' Stop-SSJob'
201
+ ' Stop-SSJob' ,
202
+ ' Confirm-SSLegacyVolumeContainerStatus' ,
203
+ ' Get-SSLegacyVolumeContainerConfirmStatus' ,
204
+ ' Get-SSLegacyVolumeContainerMigrationPlan' ,
205
+ ' Get-SSLegacyVolumeContainerStatus' ,
206
+ ' Import-SSLegacyApplianceConfig' ,
207
+ ' Import-SSLegacyVolumeContainer' ,
208
+ ' Start-SSLegacyVolumeContainerMigrationPlan'
202
209
)
203
210
204
211
# List of all modules packaged with this module
Original file line number Diff line number Diff line change @@ -103,7 +103,14 @@ $aliases = @{
103
103
" Start-SSDeviceBackupJob" = " Start-AzureStorSimpleDeviceBackupJob" ;
104
104
" Start-SSDeviceBackupRestoreJob" = " Start-AzureStorSimpleDeviceBackupRestoreJob" ;
105
105
" Start-SSDeviceFailoverJob" = " Start-AzureStorSimpleDeviceFailoverJob" ;
106
- " Stop-SSJob" = " Stop-AzureStorSimpleJob" ;
106
+ " Stop-SSJob" = " Stop-AzureStorSimpleJob" ;
107
+ " Confirm-SSLegacyVolumeContainerStatus" = " Confirm-AzureStorSimpleLegacyVolumeContainerStatus" ;
108
+ " Get-SSLegacyVolumeContainerConfirmStatus" = " Get-AzureStorSimpleLegacyVolumeContainerConfirmStatus" ;
109
+ " Get-SSLegacyVolumeContainerMigrationPlan" = " Get-AzureStorSimpleLegacyVolumeContainerMigrationPlan" ;
110
+ " Get-SSLegacyVolumeContainerStatus" = " Get-AzureStorSimpleLegacyVolumeContainerStatus" ;
111
+ " Import-SSLegacyApplianceConfig" = " Import-AzureStorSimpleLegacyApplianceConfig" ;
112
+ " Import-SSLegacyVolumeContainer" = " Import-AzureStorSimpleLegacyVolumeContainer" ;
113
+ " Start-SSLegacyVolumeContainerMigrationPlan" = " Start-AzureStorSimpleLegacyVolumeContainerMigrationPlan" ;
107
114
}
108
115
109
116
$aliases.GetEnumerator () | Select @ {Name = ' Name' ; Expression = {$_.Key }}, @ {Name = ' Value' ; Expression = {$_.Value }} | New-Alias - Description " AzureAlias"
You can’t perform that action at this time.
0 commit comments