Skip to content

Commit 208555b

Browse files
authored
Merge pull request Azure#9579 from cormacpayne/version-guestconfiguration
Update version for GuestConfiguration release
2 parents 21518fd + f5705e0 commit 208555b

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

src/GuestConfiguration/GuestConfiguration/Az.GuestConfiguration.psd1

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#
2-
# Module manifest for module 'PSGet_Az.GuestConfiguration'
2+
# Module manifest for module 'Az.GuestConfiguration'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 3/18/2019
6+
# Generated on: 7/9/2019
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.10.5'
15+
ModuleVersion = '0.10.6'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -107,12 +107,13 @@ PrivateData = @{
107107
# IconUri = ''
108108

109109
# ReleaseNotes of this module
110-
ReleaseNotes = '- Fixed cmdlets failure when a subscription has an incorrect format initiative definition for GuestConfiguration category.'
110+
ReleaseNotes = '* Fixed the inconsistency of compliance status reporting when Policy is non-compliant due to parameter updates scenario.
111+
* Quering data from PolicyInsights RP to get the updated compliance status. '
111112

112113
# Prerelease string of this module
113114
# Prerelease = ''
114115

115-
# Flag to indicate whether the module requires explicit user acceptance for install/update
116+
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
116117
# RequireLicenseAcceptance = $false
117118

118119
# External dependent modules of this module

src/GuestConfiguration/GuestConfiguration/ChangeLog.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
* Fixed the inconsistency of compliance status reporting when Policy is non-compliant due to parameter updates scenario.
22-
* Quering data from PolicyInsights RP to get the updated compliance status.
21+
22+
## Version 0.10.6
23+
* Fixed the inconsistency of compliance status reporting when Policy is non-compliant due to parameter updates scenario.
24+
* Quering data from PolicyInsights RP to get the updated compliance status.
2325

2426
## Version 0.10.5
2527
- Fixed cmdlets failure when a subscription has an incorrect format initiative definition for GuestConfiguration category.

src/GuestConfiguration/GuestConfiguration/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
[assembly: CLSCompliant(false)]
2626
[assembly: Guid("d28548d3-2673-4508-a28b-a69e0470faf7")]
2727

28-
[assembly: AssemblyVersion("0.10.5")]
29-
[assembly: AssemblyFileVersion("0.10.5")]
28+
[assembly: AssemblyVersion("0.10.6")]
29+
[assembly: AssemblyFileVersion("0.10.6")]

0 commit comments

Comments
 (0)