Download Latest Version 0.56.0 source code.tar.gz (881.1 kB)
Email in envelope

Get an email when there's a new version of Azure Cost CLI

Home / 0.53.0
Name Modified Size InfoDownloads / Week
Parent folder
azure-cost-cli.0.53.0.nupkg 2026-04-11 6.2 MB
0.53.0 source code.tar.gz 2026-04-11 865.1 kB
0.53.0 source code.zip 2026-04-11 922.3 kB
README.md 2026-04-11 2.9 kB
Totals: 4 Items   8.0 MB 1

What's New in 0.53.0

๐Ÿš€ Framework Updates

  • Dropped .NET 9, added .NET 10 โ€” now targets net8.0 and net10.0
  • Updated CI workflows for .NET 10 SDK

๐Ÿ› Bug Fixes

  • Fixed regions command 403 error โ€” added User-Agent header to RegionsApi HttpClient (datacenters.microsoft.com now requires it)
  • Fixed subscription validation โ€” commands now validate and auto-resolve subscription ID from Azure CLI when not specified
  • Fixed NotImplementedException in Text and Markdown formatters for WriteRegions, WriteCostByTag, and WritePricesPerRegion
  • Fixed --from/--to parameter handling โ€” automatically sets timeframe to Custom when date parameters are provided

โœจ Improvements

  • Rewrote DevTest what-if command โ€” now uses usage details API with proper meter-level price comparison instead of broken cost-based comparison. Enabled as what-if devtest subcommand.
  • Added dedicated DevTest comparison output โ€” all 5 formatters (Console, JSON, Text, Markdown, CSV) show resource-level savings with totals
  • Extracted shared infrastructure โ€” new CommandHelpers and OutputFormatterFactory reduce ~267 lines of duplication across 11 commands

๐Ÿ“ฆ Dependency Updates

  • Spectre.Console.Cli โ†’ 0.55.0 (with breaking change adaptations)
  • Azure.Identity โ†’ 1.17.1
  • Polly โ†’ 8.6.5
  • Azure.Monitor.Query โ†’ 1.6.1
  • Humanizer.Core โ†’ 2.14.1
  • System.Linq.Async โ†’ 6.0.1
  • actions/checkout โ†’ v6
  • actions/upload-artifact โ†’ v6

๐Ÿ“ Documentation

  • Updated AGENTS.md with build/test/run instructions for net10.0
  • Updated README.md with prerequisites section and DevTest what-if documentation
  • Added disclaimer about subscription compatibility

๐Ÿงช Testing

  • Added 25+ new tests for shared infrastructure, formatter implementations, and command validation
  • Enabled CI coverage threshold enforcement (75% minimum)

What's Changed

Full Changelog: https://github.com/mivano/azure-cost-cli/compare/0.52.0...0.53.0

Source: README.md, updated 2026-04-11