Skip to content

v1.10.1

Latest

Choose a tag to compare

@simonkurtz-MSFT simonkurtz-MSFT released this 12 Dec 21:12
· 2 commits to main since this release
72c4e8e

This is largely a Python refactoring release.

Changed

  • Break up utils.py meaningfully as it has grown entirely too large. New files are azure_resources.py, json_utils.py, and console.py
  • Clean up Python code extensively with Pylint rules
  • Add ~60 new unit tests
  • Parallelize resource cleanup in the same resource group (previously only across resource groups)
  • Create Python and Bicep specific Copilot instruction files
  • Normalize line endings to LF for cross-OS compatibility
  • Include Python 3.14 test coverage in GitHub action

Full Changelog: 1.10.0...1.10.1