v1.1.0
版本发布时间: 2022-04-09 21:41:10
Azure/review-checklists最新发布版本:v1.5.2(2024-07-24 13:01:06)
New features:
- Multitenancy checklist.
- Added legend for status values to the checklist.
- Added 'Not required' to the list of status, to document recommendations might be applicable, but not desired/needed.
- Graph query format simplified: only a single query is required instead of two.
- JSON schema added
Checklists supported:
Checklist | Status | Description |
---|---|---|
LZ | GA | Landing Zone design review |
AKS | GA | Azure Kubernetes Service design review |
AVD | GA | Azure Virtual Desktop design review |
Multitenancy | GA | Multitenancy design review |
Security | Preview | Security review |
AVS | Preview | Azure VMware Solution design review |
Fixed issues:
- Checklist load time optimized, now it takes under 10 seconds
- Simplified mechanism to onboard checklists to the spreadsheet (adding them to the Values worksheet is enough, no coding required)
- Translation action does not break the JSON structure any more
New Work In Progress:
- Web UI for self-consumption: https://aka.ms/ftaaas. See our sister repo https://github.com/Azure/fta-aas for more information and the source code.
- Python scripts (in
scripts
folder) using xlwings/openpyxl to create/update Excel spreadsheets with either Graph query results or the latest checklist. This would enable the following:- Macro-free Excel spreadsheets
- Support for Mac OS X (through macro-free spreadsheets)
1、 review_checklist.xlsm 208.87KB