Skip to content
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