Skip to content

Commit 4bf21f2

Browse files
authored
Merge pull request Azure#11372 from Azure/yeming/cosmosdb
CosmosDB preview
2 parents cc0065b + 0049684 commit 4bf21f2

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

src/CosmosDB/CosmosDB/Az.CosmosDB.psd1

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.1.1'
15+
ModuleVersion = '0.1.2'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -163,11 +163,8 @@ PrivateData = @{
163163
# IconUri = ''
164164

165165
# ReleaseNotes of this module
166-
ReleaseNotes = '* Added cmdlets for Gremlin, MongoDB, Cassandra and Table APIs.
167-
* Updated .NET SDK Version to 1.0.1
168-
- .NET SDK Version used in the CosmosDB-Account and SQL cmdlets is updated to 1.0.1
169-
* Added parameters ConflictResolutionPolicyMode, ConflictResolutionPolicyPath and ConflictResolutionPolicyPath in Set-AzCosmosDBSqlContainer.
170-
* Added new cmdlets for Sql API : New-CosmosDBSqlSpatialSpec, New-CosmosDBSqlCompositePath, New-CosmosDBSqlIncludedPathIndex, New-CosmosDBSqlIncludedPath'
166+
ReleaseNotes = '* Updated the Azure.Management.CosmosDB Sdk Version to 1.0.2
167+
- Fix bugs related to https://github.com/Azure/azure-sdk-for-net/issues/10639'
171168

172169
# Prerelease string of this module
173170
# Prerelease = ''

src/CosmosDB/CosmosDB/ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@
1919
-->
2020

2121
## Upcoming Release
22+
23+
## Version 0.1.2
2224
* Updated the Azure.Management.CosmosDB Sdk Version to 1.0.2
23-
-Fix bugs related to https://github.com/Azure/azure-sdk-for-net/issues/10639
25+
- Fix bugs related to https://github.com/Azure/azure-sdk-for-net/issues/10639
2426

2527
## Version 0.1.1
2628
* Added cmdlets for Gremlin, MongoDB, Cassandra and Table APIs.

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

0 commit comments

Comments
 (0)