[Feature]: Get-AzResourceGroup
: Include createdTime
and changedTime
, at least optionally
#27865
Labels
ARM
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.
Similar-Issue
Uh oh!
There was an error while loading. Please reload this page.
Description of the new feature
The ARM API supports
$expand=createdTime,changedTime
, both for GET and LIST for resource groups:It'd be useful if
Get-AzResourceGroup
included this info, at least optionally. No possibility of that today:Today one can do this:
Proposed implementation details (optional)
Either:
-Expand someProperty,someOtherProperty
option which translates to$expand=someProperty,someOtherProperty
?"ERROR: "someProperty" is not a property that can be expanded on ResourceGroup
.-IncludeTimeInfo
switch?The text was updated successfully, but these errors were encountered: