Skip to content

Commit

Permalink
amended changelog and removed in config 'r'n in android app policy
Browse files Browse the repository at this point in the history
  • Loading branch information
menswearUK committed Mar 21, 2023
1 parent f64655d commit fbf53f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
FIXES [#3050](https://github.com/microsoft/Microsoft365DSC/issues/3050)
* MISC
* Added QA test that checks for existence of an example for each resource.
* Amended output for Convert-M365DscHashtableToString to show each value on a new line
Fixes[#2980](https://github.com/microsoft/Microsoft365DSC/issues/2980)
* DRG
* Various fixes:
Remove invalid character from description in schema.mof
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1008,8 +1008,8 @@ function Test-TargetResource
# remove thre ID from the values to check as it may not match
$targetvalues.remove('ID') | Out-Null

Write-Verbose -Message "Current Values: $((Convert-M365DscHashtableToString -Hashtable $CurrentValues) -replace ';', "`r`n")"
Write-Verbose -Message "Target Values: $((Convert-M365DscHashtableToString -Hashtable $targetvalues) -replace ';', "`r`n")"
Write-Verbose -Message "Current Values: $(Convert-M365DscHashtableToString -Hashtable $CurrentValues)"
Write-Verbose -Message "Target Values: $(Convert-M365DscHashtableToString -Hashtable $targetvalues)"

$TestResult = Test-M365DSCParameterState -CurrentValues $CurrentValues `
-Source $($MyInvocation.MyCommand.Source) `
Expand Down

0 comments on commit fbf53f8

Please sign in to comment.