From 1dc22f48146e352cef901559cd3a62605fb4602c Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Fri, 3 May 2019 00:39:35 +0000 Subject: [PATCH 1/2] Generated from 8326ddec6af678c0ceab9c6145f05d9bdef974c6 task: improve documentation for purge --- .../v2015_05_01/ComponentPurgeBodyFilters.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ComponentPurgeBodyFilters.java b/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ComponentPurgeBodyFilters.java index e84676243cd9..2c0fd48b8dbf 100644 --- a/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ComponentPurgeBodyFilters.java +++ b/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ComponentPurgeBodyFilters.java @@ -22,6 +22,8 @@ public class ComponentPurgeBodyFilters { /** * A query operator to evaluate over the provided column and value(s). + * Supported operators are ==, =~, in, in~, >, >=, <, <=, + * between, and have the same behaviour as they would in a KQL query. */ @JsonProperty(value = "operator") private String operator; @@ -61,7 +63,7 @@ public ComponentPurgeBodyFilters withColumn(String column) { } /** - * Get a query operator to evaluate over the provided column and value(s). + * Get a query operator to evaluate over the provided column and value(s). Supported operators are ==, =~, in, in~, >, >=, <, <=, between, and have the same behaviour as they would in a KQL query. * * @return the operator value */ @@ -70,7 +72,7 @@ public String operator() { } /** - * Set a query operator to evaluate over the provided column and value(s). + * Set a query operator to evaluate over the provided column and value(s). Supported operators are ==, =~, in, in~, >, >=, <, <=, between, and have the same behaviour as they would in a KQL query. * * @param operator the operator value to set * @return the ComponentPurgeBodyFilters object itself. From 74ebb48835f92a295112a874250578fe98c425f9 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Fri, 3 May 2019 05:32:45 +0000 Subject: [PATCH 2/2] Generated from 03fe2bf0385ffbd9b4681743ab2e6f33279c418a Update specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/components_API.json Co-Authored-By: alexeldeib --- .../v2015_05_01/ComponentPurgeBodyFilters.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ComponentPurgeBodyFilters.java b/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ComponentPurgeBodyFilters.java index 2c0fd48b8dbf..fabce304e501 100644 --- a/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ComponentPurgeBodyFilters.java +++ b/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ComponentPurgeBodyFilters.java @@ -23,7 +23,7 @@ public class ComponentPurgeBodyFilters { /** * A query operator to evaluate over the provided column and value(s). * Supported operators are ==, =~, in, in~, >, >=, <, <=, - * between, and have the same behaviour as they would in a KQL query. + * between, and have the same behavior as they would in a KQL query. */ @JsonProperty(value = "operator") private String operator; @@ -63,7 +63,7 @@ public ComponentPurgeBodyFilters withColumn(String column) { } /** - * Get a query operator to evaluate over the provided column and value(s). Supported operators are ==, =~, in, in~, >, >=, <, <=, between, and have the same behaviour as they would in a KQL query. + * Get a query operator to evaluate over the provided column and value(s). Supported operators are ==, =~, in, in~, >, >=, <, <=, between, and have the same behavior as they would in a KQL query. * * @return the operator value */ @@ -72,7 +72,7 @@ public String operator() { } /** - * Set a query operator to evaluate over the provided column and value(s). Supported operators are ==, =~, in, in~, >, >=, <, <=, between, and have the same behaviour as they would in a KQL query. + * Set a query operator to evaluate over the provided column and value(s). Supported operators are ==, =~, in, in~, >, >=, <, <=, between, and have the same behavior as they would in a KQL query. * * @param operator the operator value to set * @return the ComponentPurgeBodyFilters object itself.