Skip to content

Commit 2947dab

Browse files
committed
Bump up version for Az.CosmosDB
1 parent 9101b13 commit 2947dab

File tree

4 files changed

+21
-11
lines changed

4 files changed

+21
-11
lines changed

src/CosmosDB/CosmosDB.Sdk/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("d90791a2-8102-47fc-8150-de25ae796eb1")]
2828

29-
[assembly: AssemblyVersion("2.0.5")]
30-
[assembly: AssemblyFileVersion("2.0.5")]
29+
[assembly: AssemblyVersion("2.0.6")]
30+
[assembly: AssemblyFileVersion("2.0.6")]

src/CosmosDB/CosmosDB/Az.CosmosDB.psd1

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 4/28/2023
6+
# Generated on: 3/11/2024
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '2.0.5'
15+
ModuleVersion = '2.0.6'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.1'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.16.0'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk.dll',
@@ -219,9 +219,9 @@ CmdletsToExport = 'Get-AzCosmosDBSqlContainer',
219219
'Get-AzCosmosDBSqlDatabasePerPartitionThroughput',
220220
'Update-AzCosmosDBSqlDatabasePerPartitionThroughput',
221221
'Get-AzCosmosDBMongoDBDatabasePerPartitionThroughput',
222-
'Update-AzCosmosDBMongoDBDatabasePerPartitionThroughput',
223-
'New-AzCosmosDBPhysicalPartitionThroughputObject',
224-
'Invoke-AzCosmosDbMongoDbDatabaseMerge',
222+
'Update-AzCosmosDBMongoDBDatabasePerPartitionThroughput',
223+
'New-AzCosmosDBPhysicalPartitionThroughputObject',
224+
'Invoke-AzCosmosDbMongoDbDatabaseMerge',
225225
'Invoke-AzCosmosDbSqlDatabaseMerge'
226226

227227
# Variables to export from this module
@@ -257,7 +257,15 @@ PrivateData = @{
257257
# IconUri = ''
258258

259259
# ReleaseNotes of this module
260-
ReleaseNotes = '* Added PublicNetworkAccess parameter to ''Restore-AzCosmosDBAccount''.'
260+
ReleaseNotes = '* Added capability to provide Min/Max Throughput RU Consumption
261+
* Added SecuredByPerimeter value to PublicNetworkAccess enum
262+
* Added Default Priority Level and Priority Based Execution enablement features
263+
* Locations show response now includes status, isSubscriptionRegionAccessAllowedForRegular and isSubscriptionRegionAccessAllowedForAz properties
264+
* Added new paramater ''MinimalTlsVersion'' to ''Update-AzCosmosDBAccount'' and ''New-AzCosmosDBAccount''.
265+
* Added new property ''CustomerManagedKeyStatus'' to ''Get-AzCosmosDBAccount''.
266+
* Added new parameter ''EnablePartitionMerge'' to ''Update-AzCosmosDBAccount'' and ''New-AzCosmosDBAccount''.
267+
* Added new parameter ''EnablePerRegionPerPartitionAutoscale'' to ''Update-AzCosmosDBAccount'' and ''New-AzCosmosDBAccount''.
268+
* Added new parameter ''DisableTtl'' to ''Restore-AzCosmosDBAccount''.'
261269

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

src/CosmosDB/CosmosDB/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
22+
## Version 2.0.6
2123
* Added capability to provide Min/Max Throughput RU Consumption
2224
* Added SecuredByPerimeter value to PublicNetworkAccess enum
2325
* Added Default Priority Level and Priority Based Execution enablement features

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("2.0.5")]
29-
[assembly: AssemblyFileVersion("2.0.5")]
28+
[assembly: AssemblyVersion("2.0.6")]
29+
[assembly: AssemblyFileVersion("2.0.6")]

0 commit comments

Comments
 (0)