Skip to content

Commit d3f00a7

Browse files
isra-felwyunchi-ms
andauthored
Address empty lines in output of Invoke-AzCostManagementQuery (#27691)
Co-authored-by: Yunchi Wang <[email protected]>
1 parent 6de8cb7 commit d3f00a7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/CostManagement/CostManagement.Autorest/custom/Invoke-AzCostManagementQuery.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ function Invoke-AzCostManagementUsageQueryInternal {
253253

254254
$ColumnList = New-Object System.Collections.Generic.List[Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.IQueryColumn]
255255
foreach ($Column in $ResponseContent.Properties.Columns) {
256-
Write-Host $Column.ToString()
257256
$QueryColumn = [Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.QueryColumn]::New()
258257
$QueryColumn.Name = $Column.Name
259258
$QueryColumn.Type = $Column.Type

src/CostManagement/CostManagement/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
-->
2020

2121
## Upcoming Release
22+
* Removed extra empty lines in the output of `Invoke-AzCostManagementQuery`. [#27640]
2223

2324
## Version 0.4.0
2425
* Introduced various new features by upgrading code generator. Please see detail [here](https://github.com/Azure/azure-powershell/blob/main/documentation/Autorest-powershell-v4-new-features.md).

0 commit comments

Comments
 (0)