You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove solutions directory and all solution references
Solutions belong in their own repos (avd, sofs, etc.), not in the toolkit.
Removed: solutions/ directory, configs/solutions.yaml, docs/solutions/,
docs/configuration/solutions.md, and all Future Solutions sections from
README, docs, roadmap, and mkdocs nav.
Copy file name to clipboardExpand all lines: README.md
+2-15Lines changed: 2 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
!!! warning "Under Active Development"
4
4
This repository is a work in progress. Scripts, templates, and automation are **not guaranteed to work** at this time. Use at your own risk and expect breaking changes.
5
5
6
-
Platform automation toolkit for **Azure Local** — deployment scripts, validation suites, config management, and solution packages covering the full deployment lifecycle.
6
+
Platform automation toolkit for **Azure Local** — deployment scripts, validation suites, and config management covering the full deployment lifecycle.
|**[scripts/](https://github.com/AzureLocal/azurelocal-toolkit/tree/main/scripts)**| 200+ PowerShell scripts organized by deployment stage (02–08), plus common modules, validation, handover, lifecycle, and tools |
15
-
|**[configs/](https://github.com/AzureLocal/azurelocal-toolkit/tree/main/configs)**| Master infrastructure config template, solution definitions, ARM templates, and variable registry |
16
-
|**[solutions/](https://github.com/AzureLocal/azurelocal-toolkit/tree/main/solutions)**| Per-solution deployment packages (placeholders for future solutions) |
15
+
|**[configs/](https://github.com/AzureLocal/azurelocal-toolkit/tree/main/configs)**| Master infrastructure config template, ARM templates, and variable registry |
Copy file name to clipboardExpand all lines: docs/configuration/variables.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,3 @@ This file serves as a **metadata and schema registry**. Copy `variables.template
21
21
## variables.template.yml
22
22
23
23
Azure Local-specific variables extracted from the master config. Copy this file to `variables.yml` (gitignored) and fill in your environment values.
24
-
25
-
## solutions.yaml
26
-
27
-
Maps which variables each solution needs, with validation rules and artifact paths. Used by `Generate-AzureLocal-Parameters.ps1` to produce per-solution parameter files.
0 commit comments