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.
2 parents 5c96efc + 6cadec8 commit e7da461Copy full SHA for e7da461
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