-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Labels
ARMService AttentionThis issue is responsible by Azure service team.This 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 thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Description
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
Assignees
Labels
ARMService AttentionThis issue is responsible by Azure service team.This 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 thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that