Releases: Azure/Well-Architected-Reliability-Assessment
Releases · Azure/Well-Architected-Reliability-Assessment
v0.0.19
💊 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
v0.0.17
💊 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
🎉 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
💊 Fixes
- Fixed a bug that caused the Start-WARAAnalyzer cmdlet to fail when Azure retirements was empty in the JSON file.
📝 What's Changed
- Initial tests for wara module by @kpoineal and @tksh164 in #83
- Fix: Null Objects Support by @Claudio-Merola in #84
- Recommendations.json by @Claudio-Merola in #85
- Feat/update analyzer report by @kpoineal in #86
Full Changelog: v0.0.14...v0.0.15
v0.0.14
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
- Adding Microsoft SECURITY.MD by @microsoft-github-policy-service in #1
- GitHub Configurations by @kpoineal in #3
- FEAT: Testing PR by @kpoineal and @caseywatson in #5
- Claudio merola main by @Claudio-Merola in #6
- feat: Scope tests and pipelines by @kpoineal in #7
- Advisor Module by @Claudio-Merola in #9
- feat: Add retirement.psm1 by @tksh164 in #10
- Test/prcheck by @kpoineal in #13
- Add: Comment based help for outage.psm1 by @kpoineal in #18
- feat: Add outage.psm1 by @tksh164 in #19
- feat: Update tests for retirement.psm1 by @tksh164 in #20
- feat: Add step for install PowerShell module dependencies by @tksh164 in #21
- Fix: Fix subscription ID in test data by @tksh164 in #22
- feat: Add Az.ResourceGraph to PowerShell module installation step by @tksh164 in #23
- feat: Add support.psm1 by @tksh164 in #24
- feat: Update command-based help by @tksh164 in #25
- Test/wara module by @kpoineal in #26
- refactor: Tune ARG query in Support module by @tksh164 in #27
- feat:Change REST API to ARG query in Outage module by @tksh164 in #28
- feat:Change REST API to ARG query in Retirement module by @tksh164 in #29
- feat:Add module manifest for Outage, Retirement, Support by @tksh164 in #30
- Feat/module manifests by @kpoineal in #31
- fix: Start-WARACollector cmdlet parameter attributes by @tksh164 in #32
- fix: Fix tests for outage and retirement by @tksh164 in #33
- refactor: Outage module by @tksh164 in #34
- fix: Fix typo in comment by @tksh164 in #35
- refactor: Retirement module by @tksh164 in #36
- fix: Comment-based help by @tksh164 in #37
- refactor: Support module by @tksh164 in #38
- fix: Util module by @tksh164 in #39
- fix: add dependent modules version + add required powershell version by @nekdima in #40
- feat: Change module dependencies to clean by @tksh164 in #41
- feat: Change parameter name for recommendation data URI by @tksh164 in #42
- fix: Connect to Azure tenant issue when the current tenant is different with specified by @tksh164 in #43
- style: Change code formatting based on common style by @tksh164 in #44
- style: Change code formatting based on common style by @tksh164 in #45
- fix: Fix return value to always as array by @tksh164 in #46
- revert: Revert PR #46 change by @tksh164 in #47
- fix: Fix return value of Invoke-WAFQuery by @tksh164 in #48
- fix: Add explicit data type to parameters by @tksh164 in #49
- fix: Suppress output of Connect-AzAccount by @tksh164 in #50
- fix: Parameter validation by @kpoineal in #53
- fix: Fix to use wrong variable by @tksh164 in #55
- fix: Fix issue #52 by @tksh164 in #56
- fix: Fix variable name typo by @tksh164 in #58
- Feat/wara module parity by @kpoineal in #59
- add: specialized workloads by @kpoineal in #60
- feat: scriptdetails object by @kpoineal in #61
- remove: old doc pipeline by @kpoineal in #62
- fix: Fix data type of return value to always an array by @tksh164 in #63
- style: Code formatting by @tksh164 in #64
- fix: Fix issue 65 by @tksh164 in #66
- style: Parameter name capitalization by @tksh164 in #67
- docs: updated advisor comment based help. by @kpoineal in #68
- Updated utils documentation by @kpoineal in #69
- Update service health docs by @kpoineal in #70
- Fix/outages schema by @kpoineal in #71
- Docs/update all docs by @kpoineal in #72
- update pester pipeline by @kpoineal in #73
- style: Small changes by @tksh164 in #74
- style: Change code formatting by @tksh164 in #75
- update: specialized workloads by @kpoineal in #76
- fix: Fix return data type as an array even if only a single element by @tksh164 in #77
- feat: Add link to PowerShell document by @tksh164 in #78
- feat: Update manifest metadata by @tksh164 in #79
- chore: Change .editorconfig by @tksh164 in #80
- feat: Add required modules to wara's manifest by @tksh164 in #81
- fest: Specify CompatiblePSEditions to Core by @tksh164 in #82
👍 New Contributors
- @kpoineal made their first contribution in #3
- @caseywatson made their first contribution in #5
- @Claudio-Merola made their first contribution in #6
- @tksh164 made their first contribution in #10
- @nekdima made their first contribution in #40
Full Changelog: https://github.com/Azure/Well-Architected-Reliability-Assessment/commits/v0.0.14