Skip to content

Commit

Permalink
adding TimeCreated property to PSVirtualMachineScaleSetVMProfile obje…
Browse files Browse the repository at this point in the history
…ct (#25657)

* Update PSVirtualMachineScaleSetVMProfile.cs

* Update ChangeLog.md

* Update ChangeLog.md

* Update ChangeLog.md
  • Loading branch information
grizzlytheodore authored Aug 6, 2024
1 parent 37f6a59 commit d51c868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Compute/Compute/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

## Version 8.2.0
* Renamed parameter `-VmId` to `-SourceId` and added `-VmId` as an alias to `New-AzRestorePointCollection` cmdlet.
* Added `TimeCreated` read-only field to `PSVirtualMachineScaleSetVMProfile` object.

## 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 @@ -39,5 +39,6 @@ public class PSVirtualMachineScaleSetVMProfile
public CapacityReservationProfile CapacityReservation { get; set; }
public string UserData { get; set; }
public PSApplicationProfile ApplicationProfile { get; set; }
public System.DateTime? TimeCreated { get; private set; }
}
}

0 comments on commit d51c868

Please sign in to comment.