|
3 | 3 | #
|
4 | 4 | # Generated by: Microsoft Corporation
|
5 | 5 | #
|
6 |
| -# Generated on: 3/31/2022 |
| 6 | +# Generated on: 2022-05-20 |
7 | 7 | #
|
8 | 8 |
|
9 | 9 | @{
|
|
12 | 12 | # RootModule = ''
|
13 | 13 |
|
14 | 14 | # Version number of this module.
|
15 |
| -ModuleVersion = '1.7.0' |
| 15 | +ModuleVersion = '2.0.2' |
16 | 16 |
|
17 | 17 | # Supported PSEditions
|
18 | 18 | CompatiblePSEditions = 'Core', 'Desktop'
|
@@ -184,13 +184,13 @@ CmdletsToExport = 'Get-AzCosmosDBSqlContainer',
|
184 | 184 | 'Update-AzManagedCassandraDataCenter',
|
185 | 185 | 'Get-AzCosmosDbClientEncryptionKey',
|
186 | 186 | 'New-AzCosmosDbClientEncryptionKey',
|
187 |
| - 'Update-AzCosmosDbClientEncryptionKey', |
188 |
| - 'Invoke-AzCosmosDbSqlContainerMerge', |
189 |
| - 'Invoke-AzCosmosDbMongoDbCollectionMerge', |
190 |
| - 'Get-AzCosmosDBSqlContainerPerPartitionThroughput', |
191 |
| - 'Update-AzCosmosDBSqlContainerPerPartitionThroughput', |
192 |
| - 'Get-AzCosmosDBMongoDBCollectionPerPartitionThroughput', |
193 |
| - 'Update-AzCosmosDBMongoDBCollectionPerPartitionThroughput', |
| 187 | + 'Update-AzCosmosDbClientEncryptionKey', |
| 188 | + 'Invoke-AzCosmosDbSqlContainerMerge', |
| 189 | + 'Invoke-AzCosmosDbMongoDbCollectionMerge', |
| 190 | + 'Get-AzCosmosDBSqlContainerPerPartitionThroughput', |
| 191 | + 'Update-AzCosmosDBSqlContainerPerPartitionThroughput', |
| 192 | + 'Get-AzCosmosDBMongoDBCollectionPerPartitionThroughput', |
| 193 | + 'Update-AzCosmosDBMongoDBCollectionPerPartitionThroughput', |
194 | 194 | 'New-AzCosmosDBPhysicalPartitionThroughputObject'
|
195 | 195 |
|
196 | 196 | # Variables to export from this module
|
@@ -226,10 +226,13 @@ PrivateData = @{
|
226 | 226 | # IconUri = ''
|
227 | 227 |
|
228 | 228 | # ReleaseNotes of this module
|
229 |
| - ReleaseNotes = '* Introduced support for client encryption key resource management required for CosmosDB Client-Side Encryption by adding support for creating, updating and retrieving client encryption keys with following cmdlets: ''Get-AzCosmosDbClientEncryptionKey'', ''New-AzCosmosDbClientEncryptionKey'' and ''Update-AzCosmosDbClientEncryptionKey''' |
| 229 | + ReleaseNotes = '* Introduced support for CosmosDB partition Merge and ThroughputRedistribution APIs by adding the following cmdlets: |
| 230 | +''Get-AzCosmosDBSqlContainerPerPartitionThroughput'', ''Update-AzCosmosDBSqlContainerPerPartitionThroughput'', ''Invoke-AzCosmosDBSqlContainerMerge'' |
| 231 | +''Get-AzCosmosDBMongoDBCollectionPerPartitionThroughput'', ''Update-AzCosmosDBMongoDBCollectionPerPartitionThroughput'', ''Invoke-AzCosmosDBMongoDBCollectionMerge'' |
| 232 | +* Introduced support for creating containers with Client Encryption Policy. The current supported version of Client Encryption Policy is 1.' |
230 | 233 |
|
231 | 234 | # Prerelease string of this module
|
232 |
| - # Prerelease = '' |
| 235 | + Prerelease = 'preview' |
233 | 236 |
|
234 | 237 | # Flag to indicate whether the module requires explicit user acceptance for install/update/save
|
235 | 238 | # RequireLicenseAcceptance = $false
|
|
0 commit comments