Skip to content

What's the usage of "-ExpandProperties" parameter for Get-AzResource cmdlet? #11248

@imeya

Description

@imeya

I'm using Get-AzResource cmdlet with "-ExpandProperties" parameter, like below:

Get-AzResource -ODataQuery "$filter=resourcetype eq 'Microsoft.Web/sites'" -ExpandProperties`

But the result is same if I removed -ExpandProperties parameter, I wonder what's the usage of -ExpandProperties ? I read this doc, it says "When specified, expands the properties of the resource.". Not sure why the same result with/without this parameter.

Metadata

Metadata

Labels

ARMService AttentionThis issue is responsible by Azure service team.customer-reportedquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions