Skip to content

Commit

Permalink
example changed
Browse files Browse the repository at this point in the history
  • Loading branch information
srozemuller committed Aug 7, 2023
1 parent 076afb7 commit 3ea5ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Az.Avd/Public/Publish-AvdScalingPlan.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function Publish-AvdScalingPlan {
.PARAMETER AssignToHostPool
Enter the AVD Hostpool names and resource groups (eg. @{"Hostpool-1" = "RG-AVD-01"; "Hostpool-2" = "RG-AVD-02" }
.EXAMPLE
Publish-AvdPersonalScalingPlan -Name 'ScalingPlan' -ResourceGroupName 'rg-avd-01' -AssignToHostpool @{"Hostpool-1" = "RG-AVD-01"}
Publish-AvdScalingPlan -Name 'ScalingPlan' -ResourceGroupName 'rg-avd-01' -AssignToHostpool @{"Hostpool-1" = "RG-AVD-01"}
#>
[CmdletBinding()]
param
Expand Down

0 comments on commit 3ea5ef4

Please sign in to comment.