Skip to content

Update version for GuestConfiguration release #9579

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 11, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#
# Module manifest for module 'PSGet_Az.GuestConfiguration'
# Module manifest for module 'Az.GuestConfiguration'
#
# Generated by: Microsoft Corporation
#
# Generated on: 3/18/2019
# Generated on: 7/9/2019
#

@{
Expand All @@ -12,7 +12,7 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '0.10.5'
ModuleVersion = '0.10.6'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -107,12 +107,13 @@ PrivateData = @{
# IconUri = ''

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

# Prerelease string of this module
# Prerelease = ''

# Flag to indicate whether the module requires explicit user acceptance for install/update
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false

# External dependent modules of this module
Expand Down
6 changes: 4 additions & 2 deletions src/GuestConfiguration/GuestConfiguration/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@
- Additional information about change #1
-->
## Upcoming Release
* Fixed the inconsistency of compliance status reporting when Policy is non-compliant due to parameter updates scenario.
* Quering data from PolicyInsights RP to get the updated compliance status.

## Version 0.10.6
* Fixed the inconsistency of compliance status reporting when Policy is non-compliant due to parameter updates scenario.
* Quering data from PolicyInsights RP to get the updated compliance status.

## Version 0.10.5
- Fixed cmdlets failure when a subscription has an incorrect format initiative definition for GuestConfiguration category.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
[assembly: CLSCompliant(false)]
[assembly: Guid("d28548d3-2673-4508-a28b-a69e0470faf7")]

[assembly: AssemblyVersion("0.10.5")]
[assembly: AssemblyFileVersion("0.10.5")]
[assembly: AssemblyVersion("0.10.6")]
[assembly: AssemblyFileVersion("0.10.6")]