Skip to content

Commit

Permalink
fixed patch
Browse files Browse the repository at this point in the history
  • Loading branch information
haagha committed Jul 31, 2024
1 parent b60bd25 commit 0f5467b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Compute/Compute/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
-->
## Upcoming Release
* Renamed parameter `-VmId` to `-SourceId` and added `-VmId` as an alias to `New-AzRestorePointCollection` cmdlet.
* Fixed a bug in `Invoke-AzVMPatchAssessment` to show AvailablePatches correctly.

## Version 8.1.0
* Added parameter `-SourceResourceId` to cmdlet `Add-AzVMDataDisk`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class PSVirtualMachinePatchAssessmentResult
public int? CriticalAndSecurityPatchCount { get; set; }
public int? OtherPatchCount { get; set; }
public DateTime? StartDateTime { get; set; }
public IList<VirtualMachineSoftwarePatchProperties> Patches { get; set; }
public IList<VirtualMachineSoftwarePatchProperties> AvailablePatches { get; private set; }
public ApiError Error { get; set; }
}
}

0 comments on commit 0f5467b

Please sign in to comment.