|
3 | 3 | #
|
4 | 4 | # Generated by: Microsoft Corporation
|
5 | 5 | #
|
6 |
| -# Generated on: 4/28/2023 |
| 6 | +# Generated on: 3/11/2024 |
7 | 7 | #
|
8 | 8 |
|
9 | 9 | @{
|
|
12 | 12 | # RootModule = ''
|
13 | 13 |
|
14 | 14 | # Version number of this module.
|
15 |
| -ModuleVersion = '2.0.5' |
| 15 | +ModuleVersion = '2.0.6' |
16 | 16 |
|
17 | 17 | # Supported PSEditions
|
18 | 18 | CompatiblePSEditions = 'Core', 'Desktop'
|
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
|
53 | 53 | # ProcessorArchitecture = ''
|
54 | 54 |
|
55 | 55 | # Modules that must be imported into the global environment prior to importing this module
|
56 |
| -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.1'; }) |
| 56 | +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.16.0'; }) |
57 | 57 |
|
58 | 58 | # Assemblies that must be loaded prior to importing this module
|
59 | 59 | RequiredAssemblies = 'Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk.dll',
|
@@ -219,9 +219,9 @@ CmdletsToExport = 'Get-AzCosmosDBSqlContainer',
|
219 | 219 | 'Get-AzCosmosDBSqlDatabasePerPartitionThroughput',
|
220 | 220 | 'Update-AzCosmosDBSqlDatabasePerPartitionThroughput',
|
221 | 221 | 'Get-AzCosmosDBMongoDBDatabasePerPartitionThroughput',
|
222 |
| - 'Update-AzCosmosDBMongoDBDatabasePerPartitionThroughput', |
223 |
| - 'New-AzCosmosDBPhysicalPartitionThroughputObject', |
224 |
| - 'Invoke-AzCosmosDbMongoDbDatabaseMerge', |
| 222 | + 'Update-AzCosmosDBMongoDBDatabasePerPartitionThroughput', |
| 223 | + 'New-AzCosmosDBPhysicalPartitionThroughputObject', |
| 224 | + 'Invoke-AzCosmosDbMongoDbDatabaseMerge', |
225 | 225 | 'Invoke-AzCosmosDbSqlDatabaseMerge'
|
226 | 226 |
|
227 | 227 | # Variables to export from this module
|
@@ -257,7 +257,15 @@ PrivateData = @{
|
257 | 257 | # IconUri = ''
|
258 | 258 |
|
259 | 259 | # ReleaseNotes of this module
|
260 |
| - ReleaseNotes = '* Added PublicNetworkAccess parameter to ''Restore-AzCosmosDBAccount''.' |
| 260 | + ReleaseNotes = '* Added capability to provide Min/Max Throughput RU Consumption |
| 261 | +* Added SecuredByPerimeter value to PublicNetworkAccess enum |
| 262 | +* Added Default Priority Level and Priority Based Execution enablement features |
| 263 | +* Locations show response now includes status, isSubscriptionRegionAccessAllowedForRegular and isSubscriptionRegionAccessAllowedForAz properties |
| 264 | +* Added new paramater ''MinimalTlsVersion'' to ''Update-AzCosmosDBAccount'' and ''New-AzCosmosDBAccount''. |
| 265 | +* Added new property ''CustomerManagedKeyStatus'' to ''Get-AzCosmosDBAccount''. |
| 266 | +* Added new parameter ''EnablePartitionMerge'' to ''Update-AzCosmosDBAccount'' and ''New-AzCosmosDBAccount''. |
| 267 | +* Added new parameter ''EnablePerRegionPerPartitionAutoscale'' to ''Update-AzCosmosDBAccount'' and ''New-AzCosmosDBAccount''. |
| 268 | +* Added new parameter ''DisableTtl'' to ''Restore-AzCosmosDBAccount''.' |
261 | 269 |
|
262 | 270 | # Prerelease string of this module
|
263 | 271 | Prerelease = 'preview'
|
|
0 commit comments