Skip to content

azure-ai-metricsadvisor_1.0.0b4

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 07 Jun 17:42
12dc44e

1.0.0b4 (2021-06-07)

New Features

  • Added AzureLogAnalyticsDataFeedSource and AzureEventHubsDataFeedSource
  • Update method now returns the updated object
  • Added DatasourceCredentials and DatasourceCredential operations
  • Added authentication type support for data feed

Breaking Changes

  • Delete methods now take positional only argument as id

  • update_subscription_key and update_api_key are merged into one method update_key

  • Removed DataFeedOptions and moved all its properties to the DataFeed model

  • Deprecated:

    • HttpRequestDataFeed
    • ElasticsearchDataFeed
  • Renamed

    • AzureApplicationInsightsDataFeed -> AzureApplicationInsightsDataFeedSource
    • AzureBlobDataFeed -> AzureBlobDataFeedSource
    • AzureCosmosDBDataFeed -> AzureCosmosDbDataFeedSource
    • AzureDataExplorerDataFeed -> AzureDataExplorerDataFeedSource
    • AzureTableDataFeed -> AzureTableDataFeedSource
    • InfluxDBDataFeed -> InfluxDbDataFeedSource
    • MySqlDataFeed -> MySqlDataFeedSource
    • PostgreSqlDataFeed -> PostgreSqlDataFeedSource
    • SQLServerDataFeed -> SqlServerDataFeedSource
    • MongoDBDataFeed -> MongoDbDataFeedSource
    • AzureDataLakeStorageGen2DataFeed -> AzureDataLakeStorageGen2DataFeedSource

Dependency Updates

  • Bump msrest requirement from 0.6.12 to 0.6.21