Skip to content

Commit 38d45cd

Browse files
authored
Merge pull request Azure#5130 from maddieclayton/missingLC
Add missing LocationCompleter attribute
2 parents 8dab625 + 7ddcc2b commit 38d45cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ResourceManager/HDInsight/Commands.HDInsight/ManagementCommands/NewAzureHDInsightClusterCommand.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ public class NewAzureHDInsightClusterCommand : HDInsightCmdletBase
5757
Position = 0,
5858
Mandatory = true,
5959
HelpMessage = "Gets or sets the datacenter location for the cluster.")]
60+
[LocationCompleter("Microsoft.HDInsight/clusters")]
6061
public string Location
6162
{
6263
get { return parameters.Location; }

0 commit comments

Comments
 (0)