From 2a5865890f5c50b471a8acf48c8252c15420e10b Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Fri, 1 Mar 2019 13:01:38 -0800 Subject: [PATCH] Generated from e24fe07222b97077ca0f54ffc66b312be4aaeff7 (#2980) new application insignts api version for unified schema in action --- .../com/microsoft/azure/management/monitor/AlertingAction.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-mgmt-monitor/src/main/java/com/microsoft/azure/management/monitor/AlertingAction.java b/azure-mgmt-monitor/src/main/java/com/microsoft/azure/management/monitor/AlertingAction.java index 2d3b222b61350..52bc18502bd63 100644 --- a/azure-mgmt-monitor/src/main/java/com/microsoft/azure/management/monitor/AlertingAction.java +++ b/azure-mgmt-monitor/src/main/java/com/microsoft/azure/management/monitor/AlertingAction.java @@ -27,7 +27,7 @@ public class AlertingAction extends Action { /** * Azure action group reference. */ - @JsonProperty(value = "aznsAction", required = true) + @JsonProperty(value = "aznsAction") private AzNsActionGroup aznsAction; /**