Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wyunchi-ms committed May 20, 2022
1 parent fdecb11 commit 25377c6
Show file tree
Hide file tree
Showing 4 changed files with 16,625 additions and 12,557 deletions.
25 changes: 14 additions & 11 deletions src/CosmosDB/CosmosDB/Az.CosmosDB.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 3/31/2022
# Generated on: 2022-05-20
#

@{
Expand All @@ -12,7 +12,7 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '1.7.0'
ModuleVersion = '2.0.2'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -184,13 +184,13 @@ CmdletsToExport = 'Get-AzCosmosDBSqlContainer',
'Update-AzManagedCassandraDataCenter',
'Get-AzCosmosDbClientEncryptionKey',
'New-AzCosmosDbClientEncryptionKey',
'Update-AzCosmosDbClientEncryptionKey',
'Invoke-AzCosmosDbSqlContainerMerge',
'Invoke-AzCosmosDbMongoDbCollectionMerge',
'Get-AzCosmosDBSqlContainerPerPartitionThroughput',
'Update-AzCosmosDBSqlContainerPerPartitionThroughput',
'Get-AzCosmosDBMongoDBCollectionPerPartitionThroughput',
'Update-AzCosmosDBMongoDBCollectionPerPartitionThroughput',
'Update-AzCosmosDbClientEncryptionKey',
'Invoke-AzCosmosDbSqlContainerMerge',
'Invoke-AzCosmosDbMongoDbCollectionMerge',
'Get-AzCosmosDBSqlContainerPerPartitionThroughput',
'Update-AzCosmosDBSqlContainerPerPartitionThroughput',
'Get-AzCosmosDBMongoDBCollectionPerPartitionThroughput',
'Update-AzCosmosDBMongoDBCollectionPerPartitionThroughput',
'New-AzCosmosDBPhysicalPartitionThroughputObject'

# Variables to export from this module
Expand Down Expand Up @@ -226,10 +226,13 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Introduced support for client encryption key resource management required for CosmosDB Client-Side Encryption by adding support for creating, updating and retrieving client encryption keys with following cmdlets: ''Get-AzCosmosDbClientEncryptionKey'', ''New-AzCosmosDbClientEncryptionKey'' and ''Update-AzCosmosDbClientEncryptionKey'''
ReleaseNotes = '* Introduced support for CosmosDB partition Merge and ThroughputRedistribution APIs by adding the following cmdlets:
''Get-AzCosmosDBSqlContainerPerPartitionThroughput'', ''Update-AzCosmosDBSqlContainerPerPartitionThroughput'', ''Invoke-AzCosmosDBSqlContainerMerge''
''Get-AzCosmosDBMongoDBCollectionPerPartitionThroughput'', ''Update-AzCosmosDBMongoDBCollectionPerPartitionThroughput'', ''Invoke-AzCosmosDBMongoDBCollectionMerge''
* Introduced support for creating containers with Client Encryption Policy. The current supported version of Client Encryption Policy is 1.'

# Prerelease string of this module
# Prerelease = ''
Prerelease = 'preview'

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false
Expand Down
2 changes: 2 additions & 0 deletions src/CosmosDB/CosmosDB/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
-->

## Upcoming Release

## Version 2.0.2
* Introduced support for CosmosDB partition Merge and ThroughputRedistribution APIs by adding the following cmdlets:
`Get-AzCosmosDBSqlContainerPerPartitionThroughput`, `Update-AzCosmosDBSqlContainerPerPartitionThroughput`, `Invoke-AzCosmosDBSqlContainerMerge`
`Get-AzCosmosDBMongoDBCollectionPerPartitionThroughput`, `Update-AzCosmosDBMongoDBCollectionPerPartitionThroughput`, `Invoke-AzCosmosDBMongoDBCollectionMerge`
Expand Down
4 changes: 2 additions & 2 deletions src/CosmosDB/CosmosDB/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("d90791a2-8102-47fc-8150-de25ae796eb1")]
[assembly: AssemblyVersion("1.7.0")]
[assembly: AssemblyFileVersion("1.7.0")]
[assembly: AssemblyVersion("2.0.2")]
[assembly: AssemblyFileVersion("2.0.2")]
Loading

0 comments on commit 25377c6

Please sign in to comment.