Skip to content

Commit 25377c6

Browse files
committed
bump version
1 parent fdecb11 commit 25377c6

File tree

4 files changed

+16625
-12557
lines changed

4 files changed

+16625
-12557
lines changed

src/CosmosDB/CosmosDB/Az.CosmosDB.psd1

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 3/31/2022
6+
# Generated on: 2022-05-20
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.7.0'
15+
ModuleVersion = '2.0.2'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -184,13 +184,13 @@ CmdletsToExport = 'Get-AzCosmosDBSqlContainer',
184184
'Update-AzManagedCassandraDataCenter',
185185
'Get-AzCosmosDbClientEncryptionKey',
186186
'New-AzCosmosDbClientEncryptionKey',
187-
'Update-AzCosmosDbClientEncryptionKey',
188-
'Invoke-AzCosmosDbSqlContainerMerge',
189-
'Invoke-AzCosmosDbMongoDbCollectionMerge',
190-
'Get-AzCosmosDBSqlContainerPerPartitionThroughput',
191-
'Update-AzCosmosDBSqlContainerPerPartitionThroughput',
192-
'Get-AzCosmosDBMongoDBCollectionPerPartitionThroughput',
193-
'Update-AzCosmosDBMongoDBCollectionPerPartitionThroughput',
187+
'Update-AzCosmosDbClientEncryptionKey',
188+
'Invoke-AzCosmosDbSqlContainerMerge',
189+
'Invoke-AzCosmosDbMongoDbCollectionMerge',
190+
'Get-AzCosmosDBSqlContainerPerPartitionThroughput',
191+
'Update-AzCosmosDBSqlContainerPerPartitionThroughput',
192+
'Get-AzCosmosDBMongoDBCollectionPerPartitionThroughput',
193+
'Update-AzCosmosDBMongoDBCollectionPerPartitionThroughput',
194194
'New-AzCosmosDBPhysicalPartitionThroughputObject'
195195

196196
# Variables to export from this module
@@ -226,10 +226,13 @@ PrivateData = @{
226226
# IconUri = ''
227227

228228
# ReleaseNotes of this module
229-
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'''
229+
ReleaseNotes = '* Introduced support for CosmosDB partition Merge and ThroughputRedistribution APIs by adding the following cmdlets:
230+
''Get-AzCosmosDBSqlContainerPerPartitionThroughput'', ''Update-AzCosmosDBSqlContainerPerPartitionThroughput'', ''Invoke-AzCosmosDBSqlContainerMerge''
231+
''Get-AzCosmosDBMongoDBCollectionPerPartitionThroughput'', ''Update-AzCosmosDBMongoDBCollectionPerPartitionThroughput'', ''Invoke-AzCosmosDBMongoDBCollectionMerge''
232+
* Introduced support for creating containers with Client Encryption Policy. The current supported version of Client Encryption Policy is 1.'
230233

231234
# Prerelease string of this module
232-
# Prerelease = ''
235+
Prerelease = 'preview'
233236

234237
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
235238
# RequireLicenseAcceptance = $false

src/CosmosDB/CosmosDB/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
-->
2020

2121
## Upcoming Release
22+
23+
## Version 2.0.2
2224
* Introduced support for CosmosDB partition Merge and ThroughputRedistribution APIs by adding the following cmdlets:
2325
`Get-AzCosmosDBSqlContainerPerPartitionThroughput`, `Update-AzCosmosDBSqlContainerPerPartitionThroughput`, `Invoke-AzCosmosDBSqlContainerMerge`
2426
`Get-AzCosmosDBMongoDBCollectionPerPartitionThroughput`, `Update-AzCosmosDBMongoDBCollectionPerPartitionThroughput`, `Invoke-AzCosmosDBMongoDBCollectionMerge`

src/CosmosDB/CosmosDB/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
[assembly: ComVisible(false)]
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("d90791a2-8102-47fc-8150-de25ae796eb1")]
28-
[assembly: AssemblyVersion("1.7.0")]
29-
[assembly: AssemblyFileVersion("1.7.0")]
28+
[assembly: AssemblyVersion("2.0.2")]
29+
[assembly: AssemblyFileVersion("2.0.2")]

0 commit comments

Comments
 (0)