Skip to content

Commit c534de6

Browse files
authored
Merge branch 'AzureRM.Compute.4.3.1' into cmp-managed
2 parents f4007db + f870464 commit c534de6

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

src/ResourceManager/Compute/AzureRM.Compute.psd1

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '4.3.0'
15+
ModuleVersion = '4.3.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -210,12 +210,7 @@ PrivateData = @{
210210
# IconUri = ''
211211

212212
# ReleaseNotes of this module
213-
ReleaseNotes = '* Added ''AvailabilitySetName'' parameter to the simplified parameterset of ''New-AzureRmVm''.
214-
* Corrected usage of ''Login-AzureRmAccount'' to use ''Connect-AzureRmAccount''
215-
* User assigned identity support for VM and VM scale set
216-
- IdentityType and IdentityId parameters are added to New-AzureRmVMConfig, New-AzureRmVmssConfig, Update-AzureRmVM and Update-AzureRmVmss
217-
* Added EnableIPForwarding parameter to Add-AzureRmVmssNetworkInterfaceConfig
218-
* Added Priority parameter to New-AzureRmVmssConfig'
213+
ReleaseNotes = '* Query image details for OS Version for New-AzureRmVm, New-AzureRmVMSS'
219214

220215
# Prerelease string of this module
221216
# Prerelease = ''

src/ResourceManager/Compute/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
22+
## Version 4.3.1
2123
* `New-AzureRmVm` and `New-AzureRmVmss` get information about an image from Azure.
2224

2325
## Version 4.3.0

src/ResourceManager/Compute/Commands.Compute/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
[assembly: ComVisible(false)]
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("91792853-487B-4DC2-BE6C-DD09A0A1BC10")]
28-
[assembly: AssemblyVersion("4.3.0")]
29-
[assembly: AssemblyFileVersion("4.3.0")]
28+
[assembly: AssemblyVersion("4.3.1")]
29+
[assembly: AssemblyFileVersion("4.3.1")]
3030
#if SIGN
3131
[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.Compute.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
3232
#else

0 commit comments

Comments
 (0)