1.0.0b4 (2021-06-07)
New Features
- Added
AzureLogAnalyticsDataFeedSource
andAzureEventHubsDataFeedSource
- 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
andupdate_api_key
are merged into one methodupdate_key
-
Removed
DataFeedOptions
and moved all its properties to theDataFeed
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 from0.6.12
to0.6.21