Inheritance: Microsoft.Azure.Commands.ResourceManager.Common.AzureRMCmdlet
 public NewAzureRmAlerRuleWebhookTests()
 {
     commandRuntimeMock = new Mock<ICommandRuntime>();
     Cmdlet = new NewAzureRmAlertRuleWebhookCommand()
     {
         CommandRuntime = commandRuntimeMock.Object
     };
 }
 public NewAzureRmAlerRuleWebhookTests(ITestOutputHelper output)
 {
     XunitTracingInterceptor.AddToContext(new XunitTracingInterceptor(output));
     commandRuntimeMock = new Mock<ICommandRuntime>();
     Cmdlet = new NewAzureRmAlertRuleWebhookCommand()
     {
         CommandRuntime = commandRuntimeMock.Object
     };
 }