mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
removed psobject to hashtables that were missed (#32710)
* removed psobject to hashtables that were missed * fix up win_region change
This commit is contained in:
parent
d21f32168f
commit
5e20fd0943
10 changed files with 29 additions and 29 deletions
|
@ -69,7 +69,7 @@ Function Get-PropertyObject($hive, $net_hive, $path, $property) {
|
|||
$raw_value = $value
|
||||
}
|
||||
|
||||
$object = New-Object PSObject @{
|
||||
$object = @{
|
||||
raw_value = $raw_value
|
||||
value = $value
|
||||
type = $type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue