Skip to content

Releases: Azure/Well-Architected-Reliability-Assessment

v0.0.19

19 Feb 00:14
Compare
Choose a tag to compare
v0.0.19 Pre-release
Pre-release

💊 Fixes

  • Added clipboard history check to temporarily resolve issue with Start-WARAReport failing due to legacy code that uses copy() paste() to duplicate tables in the PowerPoint report.
    • If clipboard history is enabled on the machine, the Start-WARAReport cmdlet will throw an error and exit. This is a temporary workaround until the legacy code is updated to use the built-in duplicate() method for the slide in powerpoint.

📝 What's Changed

Full Changelog: v0.0.18...v0.0.19

v0.0.18

15 Feb 10:33
Compare
Choose a tag to compare
v0.0.18 Pre-release
Pre-release

💊 Fixes

  • Fixes issue with Start-WARAAnalyzer creating an excel file that cannot be loaded into Start-WARAReport.

📝 What's Changed

Full Changelog: v0.0.17...v0.0.18

v0.0.17

15 Feb 10:25
Compare
Choose a tag to compare
v0.0.17 Pre-release
Pre-release

💊 Fixes

  • Fixes issue with worksheets 3. and 4. not populating from the correct data source in the Collector output.

Full Changelog: v0.0.16...v0.0.17

v0.0.16

15 Feb 10:25
Compare
Choose a tag to compare
v0.0.16 Pre-release
Pre-release

🎉 New

  • Applies data validation rules to 4.ImpactedResourcesAnalysis worksheet for 'REQUIRED ACTIONS / REVIEW STATUS' column.
    • Data validation rule is set to error if cell contents are not equal to Reviewed or Pending. This ensures that there are no entry issues with the excel column.

💊 Fixes

  • Fixes issue with Start-WARAReport not running due to empty rows in an excel file.

📝 What's Changed

Full Changelog: v0.0.15...v0.0.16

v0.0.15

15 Feb 10:24
Compare
Choose a tag to compare
v0.0.15 Pre-release
Pre-release

💊 Fixes

  • Fixed a bug that caused the Start-WARAAnalyzer cmdlet to fail when Azure retirements was empty in the JSON file.

📝 What's Changed

Full Changelog: v0.0.14...v0.0.15

v0.0.14

15 Feb 10:23
Compare
Choose a tag to compare
v0.0.14 Pre-release
Pre-release

Initial release of the Well-Architected Reliability Assessment module.

🎉 New

  • Added the Start-WARACollector cmdlet.
  • Added the Start-WARAAnalyzer cmdlet.
    • Added the new Excel Analysis template.
  • Added the Start-WARAReport cmdlet.
    • Added the new Excel Report template.
  • Added the WARA module.
  • Added the Advisor module.
  • Added the Collector module.
  • Added the Outage module.
  • Added the Retirement module.
  • Added the Scope module.
  • Added the ServiceHealth module.
  • Added the Support module.
  • Added the Utils module.

📝 What's Changed

👍 New Contributors

Full Changelog: https://github.com/Azure/Well-Architected-Reliability-Assessment/commits/v0.0.14