Skip to content

Commit 5b31531

Browse files
committed
Merge pull request #32 from Azure/dev
.
2 parents e7d36d8 + a042101 commit 5b31531

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)