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 1141d20 commit 6cadec8Copy full SHA for 6cadec8
src/ServiceManagement/RecoveryServices/Commands.RecoveryServices/Service/GetAzureSiteRecoveryVaults.cs
@@ -23,7 +23,7 @@ namespace Microsoft.Azure.Commands.RecoveryServices
23
/// <summary>
24
/// Retrieves Azure Site Recovery Server.
25
/// </summary>
26
- [Cmdlet(VerbsCommon.Get, "AzureSiteRecoveryVaults")]
+ [Cmdlet(VerbsCommon.Get, "AzureSiteRecoveryVault")]
27
[OutputType(typeof(List<ASRVault>))]
28
public class GetAzureSiteRecoveryVaults : RecoveryServicesCmdletBase
29
{
0 commit comments