Skip to content

Format changelog of cosmos DB from last release #13471

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

Merged
merged 1 commit into from
Nov 10, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 11 additions & 10 deletions src/CosmosDB/CosmosDB/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,17 @@
## Upcoming Release

## Version 0.2.0
Introduced support for throughput Migration, allowing custoers to migrate their resources from manually provisioned throughput to autoscaled throughput. Customers can use this feature using the following cmdlets:
'Invoke-AzCosmosDBSqlContainerThroughputMigration',
'Invoke-AzCosmosDBSqlDatabaseThroughputMigration',
'Invoke-AzCosmosDBMongoDBCollectionThroughputMigration',
'Invoke-AzCosmosDBMongoDBDatabaseThroughputMigration',
'Invoke-AzCosmosDBGremlinGraphThroughputMigration',
'Invoke-AzCosmosDBGremlinDatabaseThroughputMigration',
'Invoke-AzCosmosDBCassandraTableThroughputMigration',
'Invoke-AzCosmosDBCassandraKeyspaceThroughputMigration',
'Invoke-AzCosmosDBTableThroughputMigration'
* Introduced support for throughput Migration, allowing custoers to migrate their resources from manually provisioned throughput to autoscaled throughput. Customers can use this feature using the following cmdlets:
- 'Invoke-AzCosmosDBSqlContainerThroughputMigration',
- 'Invoke-AzCosmosDBSqlDatabaseThroughputMigration',
- 'Invoke-AzCosmosDBMongoDBCollectionThroughputMigration',
- 'Invoke-AzCosmosDBMongoDBDatabaseThroughputMigration',
- 'Invoke-AzCosmosDBGremlinGraphThroughputMigration',
- 'Invoke-AzCosmosDBGremlinDatabaseThroughputMigration',
- 'Invoke-AzCosmosDBCassandraTableThroughputMigration',
- 'Invoke-AzCosmosDBCassandraKeyspaceThroughputMigration',
- 'Invoke-AzCosmosDBTableThroughputMigration'

## Version 0.1.6
* Introduced support for Autoscale, as a result of which all cmdlets which create or modify resources with throughput have an additional parameter called AutoscaleMaxThroughput.
* New-AzCosmosDBAccount cmdlet was updated with new paramters: EnableFreeTier, EnableAnalyticalStorage, ServerVersion, IpRule.
Expand Down