From d489feb630c5f2ab05a71d097e6c4c728c204104 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Thu, 28 Feb 2019 02:48:44 +0000 Subject: [PATCH] Generated from e24fe07222b97077ca0f54ffc66b312be4aaeff7 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; /**