Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Add TimeCreated property to Vmss VM model #22774

Closed
bmuller4 opened this issue Sep 12, 2023 · 8 comments
Closed

[Feature]: Add TimeCreated property to Vmss VM model #22774

bmuller4 opened this issue Sep 12, 2023 · 8 comments
Assignees
Labels
Compute - VMSS customer-reported feature-request This issue requires a new behavior in the product in order be resolved. Service Attention This issue is responsible by Azure service team.

Comments

@bmuller4
Copy link

bmuller4 commented Sep 12, 2023

Description of the new feature

The feature request #19478 was submitted to add the timeCreated property for VMs and VM scale sets. This feature request is to also add it to VM scale set VMs, specifically the PSVirtualMachineScaleSetVM Class so that the property can be retrieved via Get-AzVmssVM.

Without this property it's not possible to determine when a scale set VM was created using the Azure PowerShell module.

Proposed implementation details (optional)

No response

@bmuller4 bmuller4 added feature-request This issue requires a new behavior in the product in order be resolved. needs-triage This is a new issue that needs to be triaged to the appropriate team. labels Sep 12, 2023
@microsoft-github-policy-service microsoft-github-policy-service bot added customer-reported and removed needs-triage This is a new issue that needs to be triaged to the appropriate team. labels Sep 12, 2023
@isra-fel isra-fel added Compute - VMSS Service Attention This issue is responsible by Azure service team. labels Sep 13, 2023
@microsoft-github-policy-service
Copy link
Contributor

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @TravisCragg-MSFT, @sandeepraichura.

1 similar comment
@microsoft-github-policy-service
Copy link
Contributor

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @TravisCragg-MSFT, @sandeepraichura.

@TravisCragg-MSFT
Copy link
Member

@bmuller4 Thank you for your feedback! we are looking into this request now.

@Drewm3
Copy link
Member

Drewm3 commented Sep 14, 2023

@bmuller4, the TimeCreated property exists for all VMs, VM Scale Sets and VM instances in VMSS starting with API version 2021-11-01. Below is an example of this for a VMSS instance shown in the portal. Could you let us know if you are looking for something different or did you maybe not know the time created property already existed?

image

@bmuller4
Copy link
Author

@Drewm3 You're absolutely correct that is exists foundationally as an object property for VMs, VMSS and VMSS instances but because it is missing from the PSVirtualMachineScaleSetVM Class this property is not accessible via the Get-AzVmssVM cmdlet which is what this FR is about.

@hilaryw29
Copy link
Member

Thanks for the clarification @bmuller4, @Drewm3. Engaging with PowerShell SDK team on this issue.

@hilaryw29
Copy link
Member

@bmuller4 we have added this item to our backlog. Will update once this feature is picked up, thanks!

@grizzlytheodore
Copy link
Member

fix has been merged. closing this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compute - VMSS customer-reported feature-request This issue requires a new behavior in the product in order be resolved. Service Attention This issue is responsible by Azure service team.
Projects
None yet
Development

No branches or pull requests

6 participants