Skip to content

Commit ed7cd95

Browse files
committed
Add LocationCompleter to Storage cmdlets
1 parent 8e121b6 commit ed7cd95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ResourceManager/Storage/Commands.Management.Storage/StorageAccount/NewAzureStorageAccount.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ public class NewAzureStorageAccountCommand : StorageAccountBaseCmdlet
6363
Mandatory = true,
6464
ValueFromPipelineByPropertyName = true,
6565
HelpMessage = "Storage Account Location.")]
66+
[LocationCompleter("Microsoft.Storage/storageAccounts")]
6667
[ValidateNotNullOrEmpty]
6768
public string Location { get; set; }
6869

0 commit comments

Comments
 (0)