Skip to content

Commit 3879354

Browse files
kimberlyyipcKimberly Yip Chang
and
Kimberly Yip Chang
authored
Adding timeCreated for VMSS VM Profile (#26067)
* vm profile create time changes * vm profile create time changes * adding example for timecreated in virtual machine profile * update description * prettier --------- Co-authored-by: Kimberly Yip Chang <[email protected]>
1 parent 64561ba commit 3879354

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2023-09-01/examples/virtualMachineScaleSetExamples/VirtualMachineScaleSet_Get.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@
9191
}
9292
}
9393
]
94-
}
94+
},
95+
"timeCreated": "2023-09-27T01:03:40.3138469+00:00"
9596
},
9697
"provisioningState": "succeeded",
9798
"overprovision": false,

specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2023-09-01/virtualMachineScaleSet.json

+6
Original file line numberDiff line numberDiff line change
@@ -5048,6 +5048,12 @@
50485048
"securityPostureReference": {
50495049
"$ref": "#/definitions/SecurityPostureReference",
50505050
"description": "Specifies the security posture to be used for all virtual machines in the scale set. Minimum api-version: 2023-03-01"
5051+
},
5052+
"timeCreated": {
5053+
"readOnly": true,
5054+
"type": "string",
5055+
"format": "date-time",
5056+
"description": "Specifies the time in which this VM profile for the Virtual Machine Scale Set was created. Minimum API version for this property is 2023-09-01. This value will be added to VMSS Flex VM tags when creating/updating the VMSS VM Profile with minimum api-version 2023-09-01."
50515057
}
50525058
},
50535059
"description": "Describes a virtual machine scale set virtual machine profile."

0 commit comments

Comments
 (0)