|
3 | 3 | # |
4 | 4 | # Generated by: Microsoft Corporation |
5 | 5 | # |
6 | | -# Generated on: 10/15/2022 |
| 6 | +# Generated on: 11/17/2022 |
7 | 7 | # |
8 | 8 |
|
9 | 9 | @{ |
|
12 | 12 | # RootModule = '' |
13 | 13 |
|
14 | 14 | # Version number of this module. |
15 | | -ModuleVersion = '4.0.0' |
| 15 | +ModuleVersion = '4.0.1' |
16 | 16 |
|
17 | 17 | # Supported PSEditions |
18 | 18 | CompatiblePSEditions = 'Core', 'Desktop' |
@@ -53,10 +53,11 @@ 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.10.2'; }) |
| 56 | +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.3'; }) |
57 | 57 |
|
58 | 58 | # Assemblies that must be loaded prior to importing this module |
59 | | -RequiredAssemblies = 'AutoMapper.dll', 'Microsoft.Azure.Management.ApiManagement.dll', |
| 59 | +RequiredAssemblies = 'Microsoft.Azure.PowerShell.AutoMapper.dll', |
| 60 | + 'Microsoft.Azure.Management.ApiManagement.dll', |
60 | 61 | 'Microsoft.WindowsAzure.Storage.dll' |
61 | 62 |
|
62 | 63 | # Script files (.ps1) that are run in the caller's environment prior to importing this module. |
@@ -209,7 +210,7 @@ PrivateData = @{ |
209 | 210 | # IconUri = '' |
210 | 211 |
|
211 | 212 | # ReleaseNotes of this module |
212 | | - ReleaseNotes = '* [Breaking Change] Changed the type of parameter ''Sku'' from Enum to String in ''Add-AzApiManagementRegion'', ''New-AzApiManagement'' and ''Update-AzApiManagementRegion''.' |
| 213 | + ReleaseNotes = '* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]' |
213 | 214 |
|
214 | 215 | # Prerelease string of this module |
215 | 216 | # Prerelease = '' |
|
0 commit comments