Skip to content

Commit ba17070

Browse files
authored
Merge pull request #249 from troettinger/vnext
fix for get update run
2 parents 34549cd + f1786f5 commit ba17070

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)