We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e121b6 commit ed7cd95Copy full SHA for ed7cd95
src/ResourceManager/Storage/Commands.Management.Storage/StorageAccount/NewAzureStorageAccount.cs
@@ -63,6 +63,7 @@ public class NewAzureStorageAccountCommand : StorageAccountBaseCmdlet
63
Mandatory = true,
64
ValueFromPipelineByPropertyName = true,
65
HelpMessage = "Storage Account Location.")]
66
+ [LocationCompleter("Microsoft.Storage/storageAccounts")]
67
[ValidateNotNullOrEmpty]
68
public string Location { get; set; }
69
0 commit comments