Skip to content

Commit

Permalink
Format changelog of cosmos DB from last release (Azure#13471)
Browse files Browse the repository at this point in the history
Just make the doc easier to read.
  • Loading branch information
isra-fel authored and greenms committed Nov 13, 2020
1 parent 1dc33c6 commit 67660f5
Showing 1 changed file with 11 additions and 10 deletions.
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

0 comments on commit 67660f5

Please sign in to comment.