Skip to content

Commit d51c868

Browse files
adding TimeCreated property to PSVirtualMachineScaleSetVMProfile object (#25657)
* Update PSVirtualMachineScaleSetVMProfile.cs * Update ChangeLog.md * Update ChangeLog.md * Update ChangeLog.md
1 parent 37f6a59 commit d51c868

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Compute/Compute/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

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

2728
## Version 8.1.0
2829
* Added parameter `-SourceResourceId` to cmdlet `Add-AzVMDataDisk`.

src/Compute/Compute/Manual/PSVirtualMachineScaleSetVMProfile.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@ public class PSVirtualMachineScaleSetVMProfile
3939
public CapacityReservationProfile CapacityReservation { get; set; }
4040
public string UserData { get; set; }
4141
public PSApplicationProfile ApplicationProfile { get; set; }
42+
public System.DateTime? TimeCreated { get; private set; }
4243
}
4344
}

0 commit comments

Comments
 (0)