Skip to content

Commit

Permalink
update: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kpoineal committed Feb 5, 2025
1 parent 5e6b616 commit 774d380
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ The main goal of the Well-Architected Reliability Assessment is to provide an in

This repository holds scripts and automation built for the Well-Architected Reliability Assessment and is currently under development.
## Table of Contents
- [Patch Notes](#patch-notes)
- [Getting Started](#getting-started)
- [Quick Workflow Example](#quick-workflow-example)
- [Requirements](#requirements)
Expand All @@ -22,6 +23,27 @@ This repository holds scripts and automation built for the Well-Architected Reli

## Getting Started

### Patch Notes
- **Version 0.0.15**
- Fixed a bug that caused the Start-WARAAnalyzer cmdlet to fail when Azure retirements was empty in the JSON file.

- **Version 0.0.14**
- Initial release of the Well-Architected Reliability Assessment module.
- 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.

### Quick Workflow Example
```PowerShell
# Assume we running from a C:\WARA directory
Expand Down

0 comments on commit 774d380

Please sign in to comment.