|
3 | 3 | #
|
4 | 4 | # Generated by: Microsoft Corporation
|
5 | 5 | #
|
6 |
| -# Generated on: 1/14/2021 |
| 6 | +# Generated on: 2/22/2021 |
7 | 7 | #
|
8 | 8 |
|
9 | 9 | @{
|
|
12 | 12 | # RootModule = ''
|
13 | 13 |
|
14 | 14 | # Version number of this module.
|
15 |
| -ModuleVersion = '2.0.0' |
| 15 | +ModuleVersion = '2.0.1' |
16 | 16 |
|
17 | 17 | # Supported PSEditions
|
18 | 18 | CompatiblePSEditions = 'Core', 'Desktop'
|
@@ -65,7 +65,7 @@ RequiredAssemblies = 'Microsoft.Azure.Management.CosmosDB.dll'
|
65 | 65 | # TypesToProcess = @()
|
66 | 66 |
|
67 | 67 | # Format files (.ps1xml) to be loaded when importing this module
|
68 |
| -FormatsToProcess = @('Az.CosmosDB.format.ps1xml') |
| 68 | +FormatsToProcess = 'Az.CosmosDB.format.ps1xml' |
69 | 69 |
|
70 | 70 | # Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
|
71 | 71 | NestedModules = @('Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.dll')
|
@@ -141,26 +141,28 @@ CmdletsToExport = 'Get-AzCosmosDBSqlContainer',
|
141 | 141 | 'Update-AzCosmosDBMongoDBDatabaseThroughput',
|
142 | 142 | 'Update-AzCosmosDBGremlinGraphThroughput',
|
143 | 143 | 'Update-AzCosmosDBGremlinDatabaseThroughput',
|
144 |
| - 'Update-AzCosmosDBCassandraTableThroughput', |
| 144 | + 'Update-AzCosmosDBCassandraTableThroughput', |
145 | 145 | 'Update-AzCosmosDBCassandraKeyspaceThroughput',
|
146 |
| - 'Update-AzCosmosDBTableThroughput', |
| 146 | + 'Update-AzCosmosDBTableThroughput', |
147 | 147 | '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' |
164 | 166 |
|
165 | 167 | # Variables to export from this module
|
166 | 168 | # VariablesToExport = @()
|
@@ -195,27 +197,7 @@ PrivateData = @{
|
195 | 197 | # IconUri = ''
|
196 | 198 |
|
197 | 199 | # 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.' |
219 | 201 |
|
220 | 202 | # Prerelease string of this module
|
221 | 203 | Prerelease = 'preview'
|
|
0 commit comments