Skip to content

Commit 3b23ee9

Browse files
authored
Az.CosmosDB-2.0.1-preview OOB release (#14268)
1 parent c51971c commit 3b23ee9

File tree

2 files changed

+26
-44
lines changed

2 files changed

+26
-44
lines changed

src/CosmosDB/CosmosDB/Az.CosmosDB.psd1

Lines changed: 24 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 1/14/2021
6+
# Generated on: 2/22/2021
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '2.0.0'
15+
ModuleVersion = '2.0.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -65,7 +65,7 @@ RequiredAssemblies = 'Microsoft.Azure.Management.CosmosDB.dll'
6565
# TypesToProcess = @()
6666

6767
# Format files (.ps1xml) to be loaded when importing this module
68-
FormatsToProcess = @('Az.CosmosDB.format.ps1xml')
68+
FormatsToProcess = 'Az.CosmosDB.format.ps1xml'
6969

7070
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
7171
NestedModules = @('Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.dll')
@@ -141,26 +141,28 @@ CmdletsToExport = 'Get-AzCosmosDBSqlContainer',
141141
'Update-AzCosmosDBMongoDBDatabaseThroughput',
142142
'Update-AzCosmosDBGremlinGraphThroughput',
143143
'Update-AzCosmosDBGremlinDatabaseThroughput',
144-
'Update-AzCosmosDBCassandraTableThroughput',
144+
'Update-AzCosmosDBCassandraTableThroughput',
145145
'Update-AzCosmosDBCassandraKeyspaceThroughput',
146-
'Update-AzCosmosDBTableThroughput',
146+
'Update-AzCosmosDBTableThroughput',
147147
'Update-AzCosmosDBMongoDBCollection',
148-
'Update-AzCosmosDBMongoDBDatabase',
149-
'New-AzCosmosDBMongoDBCollection', 'New-AzCosmosDBMongoDBDatabase',
150-
'New-AzCosmosDBDatabaseToRestore',
151-
'Restore-AzCosmosDBAccount',
152-
'Get-AzCosmosDBRestorableDatabaseAccount',
153-
'Get-AzCosmosDBSqlRestorableDatabase',
154-
'Get-AzCosmosDBSqlRestorableContainer',
155-
'Get-AzCosmosDBSqlRestorableResource',
156-
'Get-AzCosmosDBMongoDBRestorableDatabase',
157-
'Get-AzCosmosDBMongoDBRestorableCollection',
158-
'Get-AzCosmosDBMongoDBRestorableResource',
159-
'New-AzCosmosDBSqlRoleDefinition', 'New-AzCosmosDBSqlRoleAssignment',
160-
'Get-AzCosmosDBSqlRoleDefinition', 'Get-AzCosmosDBSqlRoleAssignment',
161-
'Remove-AzCosmosDBSqlRoleDefinition', 'Remove-AzCosmosDBSqlRoleAssignment',
162-
'Update-AzCosmosDBSqlRoleDefinition', 'Update-AzCosmosDBSqlRoleAssignment',
163-
'New-AzCosmosDBPermission'
148+
'Update-AzCosmosDBMongoDBDatabase',
149+
'New-AzCosmosDBMongoDBCollection', 'New-AzCosmosDBMongoDBDatabase',
150+
'New-AzCosmosDBDatabaseToRestore', 'Restore-AzCosmosDBAccount',
151+
'Get-AzCosmosDBRestorableDatabaseAccount',
152+
'Get-AzCosmosDBSqlRestorableDatabase',
153+
'Get-AzCosmosDBSqlRestorableContainer',
154+
'Get-AzCosmosDBSqlRestorableResource',
155+
'Get-AzCosmosDBMongoDBRestorableDatabase',
156+
'Get-AzCosmosDBMongoDBRestorableCollection',
157+
'Get-AzCosmosDBMongoDBRestorableResource',
158+
'New-AzCosmosDBSqlRoleDefinition',
159+
'New-AzCosmosDBSqlRoleAssignment',
160+
'Get-AzCosmosDBSqlRoleDefinition',
161+
'Get-AzCosmosDBSqlRoleAssignment',
162+
'Remove-AzCosmosDBSqlRoleDefinition',
163+
'Remove-AzCosmosDBSqlRoleAssignment',
164+
'Update-AzCosmosDBSqlRoleDefinition',
165+
'Update-AzCosmosDBSqlRoleAssignment', 'New-AzCosmosDBPermission'
164166

165167
# Variables to export from this module
166168
# VariablesToExport = @()
@@ -195,27 +197,7 @@ PrivateData = @{
195197
# IconUri = ''
196198

197199
# ReleaseNotes of this module
198-
ReleaseNotes = '* This release introduces the cmdlets for the preview features of Continuous Backup(Point in time restore):
199-
- Introduced support for creating accounts with continuous mode backup policy.
200-
- Introduced support for Point in time restore for accounts with continuous mode backup policy.
201-
- Introduced support to update the backup interval and backup retention for accounts with periodic mode backup policy.
202-
- Introduced support to list the restorable resources in a live database account.
203-
- New-AzCosmosBAccount cmdlet is updated with new parameters: IsRestoreReqeust, RestoreSource, RestoreTimestampInUtc, DatabasesToRestore, BackupPolicy.
204-
- Update-AzCosmosDBAccount cmdlet is updated with new parameters: BackupPolicy.
205-
- The following cmdlets are added:
206-
- New-AzCosmosDBRestore, New-AzCosmosDBDatabaseToRestore, Get-AzCosmosDBRestorableDatabaseAccount,
207-
- Get-AzCosmosDBSqlRestorableDatabase, Get-AzCosmosDBSqlRestorableContainer, Get-AzCosmosDBSqlRestorableResource,
208-
- Get-AzCosmosDBMongoDBRestorableDatabase, Get-AzCosmosDBMongoDBRestorableCollection, Get-AzCosmosDBMongoDBRestorableResource.
209-
- Removed the support for throughput Migration. (Please use the stable version of Az.CosmosDB Powershell module if you intend to use this feature).
210-
- Removed AnalyticalStorageTTL from SqlContainer datamodel (Please use the stable version of Az.CosmosDB Powershell module if you intend to use this feature).
211-
* Introduced support for Sql data plane RBAC, allowing the creation, updating, removal, and retrieval of Role Definitions and Role Assignments
212-
- The following cmdlets are added:
213-
- Get-AzCosmosDBSqlRoleDefinition, Get-AzCosmosDBSqlRoleAssignment,
214-
- New-AzCosmosDBSqlRoleDefinition, New-AzCosmosDBSqlRoleAssignment,
215-
- Remove-AzCosmosDBSqlRoleDefinition, Remove-AzCosmosDBSqlRoleAssignment,
216-
- Update-AzCosmosDBSqlRoleDefinition, Update-AzCosmosDBSqlRoleAssignment,
217-
- New-AzCosmosDBSqlPermission
218-
* Please note this is a preview version. The cmdlets introduced here may be changed or removed in a future release.'
200+
ReleaseNotes = '* This release fixes the issue with error propagation for failed requests in case of PITR and RBAC cmdlets.'
219201

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

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.0")]
29-
[assembly: AssemblyFileVersion("2.0.0")]
28+
[assembly: AssemblyVersion("2.0.1")]
29+
[assembly: AssemblyFileVersion("2.0.1")]

0 commit comments

Comments
 (0)