1.0.0-beta.2 (2020-11-10)
Breaking changes
- Updated
createdDataFeed
method to take oneDataFeed
object. - Renamed
listValuesOfDimensionWithAnomalies
method tolistDimensionValuesWithAnomalies
. - Renamed model
ListValuesOfDimensionWithAnomaliesOptions
method toListDimensionValuesWithAnomaliesOptions
. - Renamed properties
viewers
,admins
and their accessors toviewerEmails
andadminEmails
respectively on
DataFeedOptions
model. - Renamed model
DataSourceMissingDataPointFillType
toDataFeedMissingDataPointFillType
. - Renamed properties on
MetricEnrichedSeriesData
andMetricSeriesData
model. - Renamed method
setSeverity
tosetSeverityRangeCondition
onMetricAnomalyAlertConditions
model. - Renamed property
confidenceScore
tocontributionScore
and its accessors onIncidentRootCause
model. - Removed model
ListMetricSeriesData
as top and skip parameters are not valid for this API. - Moved
startTime
andendTime
to positional arguments on several methods as they are required. - Renamed Data feed ingestion granularity type to
"PerMinute"
and"PerSecond"
instead of"Minutely"
and"Secondly"
. - Renamed Feedback api's from
createMetricFeedback
,getMetricFeedback
andlistMetricFeedbacks
toaddFeedback
,getFeedback
andlistFeedback
respectively.