Skip to content

Commit 03e6e6e

Browse files
committed
update location completer parameter
1 parent 52739a1 commit 03e6e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/AnalysisServices/Commands.AnalysisServices/Commands/NewAzureRmAnalysisServicesServer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class NewAnalysisServicesServer : AnalysisServicesCmdletBase
4141
[Parameter(ValueFromPipelineByPropertyName = true, Position = 2, Mandatory = true,
4242
HelpMessage = "Azure region where the server should be created.")]
4343
[ValidateNotNullOrEmpty]
44-
[LocationCompleter("Microsoft.AnalysisServices")]
44+
[LocationCompleter("Microsoft.AnalysisServices/servers")]
4545
public string Location { get; set; }
4646

4747
[Parameter(ValueFromPipelineByPropertyName = true, Position = 3, Mandatory = true,

0 commit comments

Comments
 (0)