Skip to content

Commit f1786f5

Browse files
committed
fix for get update run
1 parent 500f99f commit f1786f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Infrastructure/AzureStack.Infra.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Function Get-AzsUpdate {
183183
$resourceType = "Microsoft.Update.Admin/updatelocations/updates"
184184

185185
$updates = Get-AzsInfrastructureResource -Location $Location -resourceType $resourceType
186-
$updates | Select-Object UpdateName, Version, IsApplicable, Description, State, IsDownloaded, PackageSizeInMb, KbLink
186+
$updates
187187
}
188188

189189
Export-ModuleMember -Function Get-AzsUpdate

0 commit comments

Comments
 (0)