Skip to content

Commit a9d9b90

Browse files
committed
OOB release for CosmosDB
1 parent d40078c commit a9d9b90

File tree

5 files changed

+651
-650
lines changed

5 files changed

+651
-650
lines changed

src/CosmosDB/CosmosDB/Az.CosmosDB.psd1

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 5/19/2022
6+
# Generated on: 6/17/2022
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '1.8.0'
15+
ModuleVersion = '1.8.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -219,7 +219,8 @@ PrivateData = @{
219219
# IconUri = ''
220220

221221
# ReleaseNotes of this module
222-
ReleaseNotes = '* Introduced support for creating containers with Client Encryption Policy. The current supported version of Client Encryption Policy is 1.'
222+
ReleaseNotes = '* Fixed bug related to Update-AzCosmosDBSqlContainer command on containers with Client Encryption Policy.
223+
* Fixed the optional Location paramater of New-AzCosmosDBAccount cmdlet.'
223224

224225
# Prerelease string of this module
225226
# Prerelease = ''

src/CosmosDB/CosmosDB/ChangeLog.md

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

2121
## Upcoming Release
22-
* Fixed bug related to Update-AzCosmosDBSqlContainer command on containers with Client Encryption Policy.
2322

24-
## Version 1.9.0
23+
## Version 1.8.1
24+
* Fixed bug related to Update-AzCosmosDBSqlContainer command on containers with Client Encryption Policy.
2525
* Fixed the optional Location paramater of New-AzCosmosDBAccount cmdlet.
2626

2727
## Version 1.8.0

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.8.0")]
29-
[assembly: AssemblyFileVersion("1.8.0")]
28+
[assembly: AssemblyVersion("1.8.1")]
29+
[assembly: AssemblyFileVersion("1.8.1")]

tools/Az/Az.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.8.0'; },
6969
@{ModuleName = 'Az.Compute'; RequiredVersion = '4.27.0'; },
7070
@{ModuleName = 'Az.ContainerInstance'; RequiredVersion = '3.1.0'; },
7171
@{ModuleName = 'Az.ContainerRegistry'; RequiredVersion = '3.0.0'; },
72-
@{ModuleName = 'Az.CosmosDB'; RequiredVersion = '1.8.0'; },
72+
@{ModuleName = 'Az.CosmosDB'; RequiredVersion = '1.8.1'; },
7373
@{ModuleName = 'Az.DataBoxEdge'; RequiredVersion = '1.1.0'; },
7474
@{ModuleName = 'Az.Databricks'; RequiredVersion = '1.2.0'; },
7575
@{ModuleName = 'Az.DataFactory'; RequiredVersion = '1.16.7'; },

0 commit comments

Comments
 (0)