I want to get the actual cost based on the date range in Powershell.
$OneMcost = Get-AzConsumptionUsageDetail -StartDate 2020-11-01 -EndDate 2020-12-01 $get