Skip to content

Commit

Permalink
Merge pull request #32 from Azure/dev
Browse files Browse the repository at this point in the history
.
  • Loading branch information
huangpf committed Jun 26, 2015
2 parents e7d36d8 + a042101 commit 5b31531
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# limitations under the License.
# ----------------------------------------------------------------------------------

$aliases = @{
$script:aliases = @{
# Profile aliases
"Get-WAPackPublishSettingsFile" = "Get-AzurePublishSettingsFile";
"Get-WAPackSubscription" = "Get-AzureSubscription";
Expand Down Expand Up @@ -113,4 +113,4 @@ $aliases = @{
"Start-SSLegacyVolumeContainerMigrationPlan" = "Start-AzureStorSimpleLegacyVolumeContainerMigrationPlan";
}

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

0 comments on commit 5b31531

Please sign in to comment.