Skip to content

Commit a2fbfaa

Browse files
authored
Merge pull request #3929 from cormacpayne/fix-psd1
Remove aliases that do not belong in Azure.psd1
2 parents a8dd1e3 + a17b2f7 commit a2fbfaa

File tree

1 file changed

+1
-2
lines changed
  • src/ServiceManagement/Services/Commands.Utilities

1 file changed

+1
-2
lines changed

src/ServiceManagement/Services/Commands.Utilities/Azure.psd1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -503,8 +503,7 @@ AliasesToExport = 'Add-WAPackEnvironment',
503503
'Revoke-AzureHDInsightHttpServicesAccess',
504504
'Set-AzureHDInsightDefaultStorage', 'Start-AzureHDInsightJob',
505505
'Stop-AzureHDInsightJob', 'Use-AzureHDInsightCluster',
506-
'Wait-AzureHDInsightJob', 'Get-AzureStorageContainerAcl',
507-
'Start-CopyAzureStorageBlob', 'Stop-CopyAzureStorageBlob',
506+
'Wait-AzureHDInsightJob',
508507
'Get-SSAccessControlRecord', 'Get-SSDevice', 'Get-SSDeviceBackup',
509508
'Get-SSDeviceBackupPolicy', 'Get-SSDeviceConnectedInitiator',
510509
'Get-SSDeviceVolume', 'Get-SSDeviceVolumeContainer',

0 commit comments

Comments
 (0)