Skip to content

Commit f327756

Browse files
committed
Add LocationCompleter to ServiceFabric cmdlets
1 parent 8680287 commit f327756

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ResourceManager/ServiceFabric/Commands.ServiceFabric/Commands/NewAzureRmServiceFabricCluster.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ public override string KeyVaultResouceGroupLocation
181181

182182
[Parameter(Mandatory = true, ParameterSetName = ByDefaultArmTemplate, ValueFromPipeline = true,
183183
HelpMessage = "The resource group location")]
184+
[LocationCompleter("Microsoft.ServiceFabric/clusters")]
184185
public string Location { get; set; }
185186

186187
[Parameter(Mandatory = false, ParameterSetName = ByDefaultArmTemplate, ValueFromPipeline = true,

0 commit comments

Comments
 (0)