Skip to content

Commit e40ae59

Browse files
MA credential entity feature (Azure#14947) (Azure#15528)
1 parent 3b9422e commit e40ae59

File tree

438 files changed

+11881
-5516
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

438 files changed

+11881
-5516
lines changed

sdk/metricsadvisor/ai-metrics-advisor/CHANGELOG.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,32 @@
22

33
## 1.0.0-beta.4 (Unreleased)
44

5+
### New Features
6+
7+
- Added support for `Azure Log Analytics` DataFeed source and `Azure EventHubs` DataFeed source
8+
- Added datasource credential API support to client
9+
- Added authentication type support for data feed
10+
- Added property `splitAlertByDimensions` to `AnomalyAlertConfiguration` model
11+
- Added properties`value` and `expectedValue` to `DataPointAnomaly` and `valueOfRootNode` and `expectedValueOfRootNode` to `AnomalyIncident`
12+
13+
### Breaking Changes
14+
15+
- Updated Patch types for all update methods
16+
- Replaced `updateSubscriptionKey` and `updateApiKey` into one method `updateKey`
17+
- Removed support for `HttpRequestDataFeed` and `ElasticsearchDataFeed` source type
18+
- Removed `DataSourceParameter` property and serialized `DataSourceParameter` properties for all datafeed sources into `DataFeedSource` types
19+
- Renamed `AlertSnoozeCondition` to `MetricAnomalyAlertSnoozeCondition` and `MetricAlertConditions` to `MetricAnomalyAlertConditions`
520

621
## 1.0.0-beta.3 (2021-02-09)
722

823
- Added AAD authentication support
924
- Added support for API key and Subscription key rotation
1025
- Added a map property in DataFeed object for mapping of metric name to metric id
1126
- [Breaking] All update methods now return just RestResponse instead of entire objects:
12-
- `updateAlertConfig()` now returns `RestResponse` instead of `GetAnomalyAlertConfigurationResponse`
13-
- `updateDatafeed` now returns `RestResponse` instead of `GetDatafeedResponse`
14-
- `updateHook` now returns `RestResponse` instead of `GetHookResponse`
15-
- `updateDetectionConfig` now returns `RestResponse` instead of `GetAnomalyDetectionConfigurationResponse`
27+
- `updateAlertConfig()` now returns `RestResponse` instead of `GetAnomalyAlertConfigurationResponse`
28+
- `updateDatafeed` now returns `RestResponse` instead of `GetDatafeedResponse`
29+
- `updateHook` now returns `RestResponse` instead of `GetHookResponse`
30+
- `updateDetectionConfig` now returns `RestResponse` instead of `GetAnomalyDetectionConfigurationResponse`
1631
- [Breaking] Rename function `listDimensionValuesForDetectionConfig()` to `listAnomalyDimensionValues()`
1732

1833
## 1.0.0-beta.2 (2020-11-10)

sdk/metricsadvisor/ai-metrics-advisor/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,8 @@ async function createDataFeed(adminClient, sqlServerConnectionString, sqlServerQ
191191
dataSourceParameter: {
192192
connectionString: sqlServerConnectionString,
193193
query: sqlServerQuery
194-
}
194+
},
195+
authenticationType: "Basic"
195196
},
196197
granularity: {
197198
granularityType: "Daily"

sdk/metricsadvisor/ai-metrics-advisor/recordings/browsers/aad_metricsadvisoradministrationclient_datafeed_datafeed/recording_creates_an_azure_application_insights_feed.json

Lines changed: 19 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)