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 f327756 commit cb9a777Copy full SHA for cb9a777
src/ResourceManager/SiteRecovery/Commands.SiteRecovery/Vault/NewAzureSiteRecoveryVault.cs
@@ -45,6 +45,7 @@ public class CreateAzureSiteRecoveryVault : SiteRecoveryCmdletBase
45
/// Gets or sets the location of the vault
46
/// </summary>
47
[Parameter(Mandatory = true)]
48
+ [LocationCompleter("Microsoft.SiteRecovery/SiteRecoveryVault")]
49
[ValidateNotNullOrEmpty]
50
public string Location { get; set; }
51
0 commit comments