Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making secrets non-required, adding ref-docs #16087

Merged
merged 11 commits into from
Jul 1, 2021
22 changes: 21 additions & 1 deletion sdk/metricsadvisor/ai-metrics-advisor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,27 @@
# Release History

## 1.0.0 (Unreleased)
## 1.0.0 (2021-07-06)

The Metrics Advisor library is now in GA with this release.

### Breaking Changes
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's probably worth a note that the library is also now GA 😄


- `listIncidents()` overloads split into `listInclidentsForAlert()` and `listIncidentsForDetectionConfiguration()`
- `listAnomalies()` overloads split into `listAnomaliesForAlert()` and `listAnomaliesForDetectionConfiguration()`
- Removed support for granularity type `PerSecond`
- Renamed "createFeedback" to "addFeedback"
- `seriesToFilter` parameter renamed to `seriesKey` in methods `getmetricenrichedseriesdata` and `getmetricseriesdata` and ordering updated
- Renamed type `DetectionConditionsOperator` to `DetectionConditionOperator`
- Renamed property `splitAlertByDimension` to `dimensionsToSplitAlert` in `AnomalyAlertConfiguration`
- Renamed `datasource` to `DataSource`
- Renamed `DatasourceCredential` to `DataSourceCredentialEntity`, `SqlServerConnectionStringDataSourceCredential` to `DataSourceSqlConnectionString`,
`DataLakeGen2SharedKeyDataSourceCredential` to `DataSourceDataLakeGen2SharedKey`,
`ServicePrincipalDataSourceCredential` to `DataSourceServicePrincipal`,
`ServicePrincipalInKeyVaultDataSourceCredential` to `DataSourceServicePrincipalInKeyVault`

### Other Changes

- Update methods now return the updated object

## 1.0.0-beta.4 (2021-06-07)

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading