Skip to content

Commit cb9a777

Browse files
committed
Add LocationCompleter to SiteRecovery cmdlets
1 parent f327756 commit cb9a777

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ResourceManager/SiteRecovery/Commands.SiteRecovery/Vault/NewAzureSiteRecoveryVault.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ public class CreateAzureSiteRecoveryVault : SiteRecoveryCmdletBase
4545
/// Gets or sets the location of the vault
4646
/// </summary>
4747
[Parameter(Mandatory = true)]
48+
[LocationCompleter("Microsoft.SiteRecovery/SiteRecoveryVault")]
4849
[ValidateNotNullOrEmpty]
4950
public string Location { get; set; }
5051

0 commit comments

Comments
 (0)