From 33d8439b6b6d1b39cb0f1b64dcdd9b19810263b4 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot Date: Thu, 10 Oct 2019 10:13:00 +0000 Subject: [PATCH 1/3] Generated from e0592724e37ca934b73fe8b4382b30fb96a5a468 Update components_API.json --- services/appinsights/mgmt/2015-05-01/insights/models.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/appinsights/mgmt/2015-05-01/insights/models.go b/services/appinsights/mgmt/2015-05-01/insights/models.go index 3c63e3253c28..b52cd7786fa8 100644 --- a/services/appinsights/mgmt/2015-05-01/insights/models.go +++ b/services/appinsights/mgmt/2015-05-01/insights/models.go @@ -875,6 +875,8 @@ type ApplicationInsightsComponentProperties struct { ProvisioningState *string `json:"provisioningState,omitempty"` // SamplingPercentage - Percentage of the data produced by the application being monitored that is being sampled for Application Insights telemetry. SamplingPercentage *float64 `json:"SamplingPercentage,omitempty"` + // RetentionInDays - Retention period by number of days. + RetentionInDays *int32 `json:"RetentionInDays,omitempty"` } // ApplicationInsightsComponentQuotaStatus an Application Insights component daily data volume cap status From c298c4c8349d01c96f135ebc91bad1f503971d27 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot Date: Wed, 16 Oct 2019 10:39:52 +0000 Subject: [PATCH 2/3] Generated from e48623cf3e11e5c365d9bd2984f7ad50bad82bc6 Update components_API.json --- services/appinsights/mgmt/2015-05-01/insights/models.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/appinsights/mgmt/2015-05-01/insights/models.go b/services/appinsights/mgmt/2015-05-01/insights/models.go index b52cd7786fa8..83026a9636f4 100644 --- a/services/appinsights/mgmt/2015-05-01/insights/models.go +++ b/services/appinsights/mgmt/2015-05-01/insights/models.go @@ -875,7 +875,7 @@ type ApplicationInsightsComponentProperties struct { ProvisioningState *string `json:"provisioningState,omitempty"` // SamplingPercentage - Percentage of the data produced by the application being monitored that is being sampled for Application Insights telemetry. SamplingPercentage *float64 `json:"SamplingPercentage,omitempty"` - // RetentionInDays - Retention period by number of days. + // RetentionInDays - Retention period in days. RetentionInDays *int32 `json:"RetentionInDays,omitempty"` } From 8150125d3b0f815d837ff0156c168c293c8ceb87 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot Date: Thu, 17 Oct 2019 11:59:57 +0000 Subject: [PATCH 3/3] Generated from c240f7a560003c13955ea9e6abe2baa4f3946952 add new examples --- services/appinsights/mgmt/2015-05-01/insights/models.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/appinsights/mgmt/2015-05-01/insights/models.go b/services/appinsights/mgmt/2015-05-01/insights/models.go index 83026a9636f4..dce827685cca 100644 --- a/services/appinsights/mgmt/2015-05-01/insights/models.go +++ b/services/appinsights/mgmt/2015-05-01/insights/models.go @@ -875,8 +875,8 @@ type ApplicationInsightsComponentProperties struct { ProvisioningState *string `json:"provisioningState,omitempty"` // SamplingPercentage - Percentage of the data produced by the application being monitored that is being sampled for Application Insights telemetry. SamplingPercentage *float64 `json:"SamplingPercentage,omitempty"` - // RetentionInDays - Retention period in days. - RetentionInDays *int32 `json:"RetentionInDays,omitempty"` + // ConnectionString - READ-ONLY; Application Insights component connection string. + ConnectionString *string `json:"ConnectionString,omitempty"` } // ApplicationInsightsComponentQuotaStatus an Application Insights component daily data volume cap status