Skip to content

Commit f90c8a4

Browse files
Merge pull request #164 from Azure/infrafix
Corrected infrastructure parameter set
2 parents 00b9545 + e6927bd commit f90c8a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Infrastructure/AzureStack.Infra.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ Function Restart-AzSInfraRoleInstance{
724724
[ValidateNotNullorEmpty()]
725725
[System.Management.Automation.PSCredential] $azureStackCredentials,
726726

727-
[Parameter(Mandatory=$true, HelpMessage="The Azure Stack Administrator Environment Name", ParameterSetName='Restart-AzSInfraRoleInstance')]
727+
[Parameter(Mandatory=$true, HelpMessage="The Azure Stack Administrator Environment Name", ParameterSetName='RestartInfraRoleInstance')]
728728
[string] $EnvironmentName,
729729

730730
[Parameter(ParameterSetName='RestartInfraRoleInstance')]

0 commit comments

Comments
 (0)