-
-
Notifications
You must be signed in to change notification settings - Fork 7
Remove DefaultValueKeys
Apostolis Bekiaris edited this page Feb 4, 2020
·
5 revisions
Removes hastable keys with default values.
Remove-DefaultValueKeys [-hastable] <Hashtable> [<CommonParameters>]
Removes hastable keys with default values.
PS C:\> $body = @{
definition = @{id = $_ }
parameters = $Parameters | ConvertTo-Json
keepForEver = $KeepForEver.IsPresent
sourceBranch = $Branch
} | Remove-DefaultValueKeys
{{ Add example description here }}
{{ Fill hastable Description }}
Type: Hashtable
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.