Skip to content

Commit 7ddcc2b

Browse files
committed
Add missing LocationCompleter attribute
1 parent 1abd906 commit 7ddcc2b

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)