Skip to content

Commit 367012a

Browse files
authored
[MetricsAdvisor] Update api view (Azure#15820)
1 parent bbffb95 commit 367012a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/metricsadvisor/Azure.AI.MetricsAdvisor/api/Azure.AI.MetricsAdvisor.netstandard2.0.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ public partial class GetMetricFeedbacksOptions
752752
public GetMetricFeedbacksOptions() { }
753753
public System.DateTimeOffset? EndTime { get { throw null; } set { } }
754754
public Azure.AI.MetricsAdvisor.Models.FeedbackType? FeedbackType { get { throw null; } set { } }
755-
public Azure.AI.MetricsAdvisor.Models.DimensionKey Filter { get { throw null; } set { } }
755+
public Azure.AI.MetricsAdvisor.Models.DimensionKey Filter { get { throw null; } }
756756
public int? SkipCount { get { throw null; } set { } }
757757
public System.DateTimeOffset? StartTime { get { throw null; } set { } }
758758
public Azure.AI.MetricsAdvisor.Models.FeedbackQueryTimeMode? TimeMode { get { throw null; } set { } }

0 commit comments

Comments
 (0)