Skip to content

Commit 607100d

Browse files
committed
Merge branch 'dev' of https://github.com/huangpf/azure-powershell into d0622
2 parents 1eb17b6 + 5b31531 commit 607100d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ServiceManagement/Services/Commands.Utilities/ServiceManagementStartup.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# limitations under the License.
1313
# ----------------------------------------------------------------------------------
1414

15-
$aliases = @{
15+
$script:aliases = @{
1616
# Profile aliases
1717
"Get-WAPackPublishSettingsFile" = "Get-AzurePublishSettingsFile";
1818
"Get-WAPackSubscription" = "Get-AzureSubscription";
@@ -113,4 +113,4 @@ $aliases = @{
113113
"Start-SSLegacyVolumeContainerMigrationPlan" = "Start-AzureStorSimpleLegacyVolumeContainerMigrationPlan";
114114
}
115115

116-
$aliases.GetEnumerator() | Select @{Name='Name'; Expression={$_.Key}}, @{Name='Value'; Expression={$_.Value}} | New-Alias -Description "AzureAlias"
116+
$aliases.GetEnumerator() | Select @{Name='Name'; Expression={$_.Key}}, @{Name='Value'; Expression={$_.Value}} | New-Alias -Description "AzureAlias"

0 commit comments

Comments
 (0)