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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+40Lines changed: 40 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,46 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
6
7
+
## 1.0.0 (2026-04-04)
8
+
9
+
10
+
### Features
11
+
12
+
* add -AssociateNsg switch to orchestrated script, add associate_nsg flag to standalone script ([c77ba47](https://github.com/AzureLocal/azurelocal-toolkit/commit/c77ba47f3070da57b55178df3ba91e1d31113198))
13
+
* add Azure Local automation foundation ([009f026](https://github.com/AzureLocal/azurelocal-toolkit/commit/009f0263f9fbbadfda5b7dbe85ea1c250fe6e53c))
* add NSG script folder, renumber task folders, populate variables with NSG and logical network config ([7dce96d](https://github.com/AzureLocal/azurelocal-toolkit/commit/7dce96ddb9289e06be651bc1219a82c4edd9188d))
16
+
* add primary scripts, azurecli/bash scaffolding, and issue template ([343cd2b](https://github.com/AzureLocal/azurelocal-toolkit/commit/343cd2b24033a8f0682b0d4904d1633bc431d995))
17
+
* add reusable QA and authoring tools (closes [#19](https://github.com/AzureLocal/azurelocal-toolkit/issues/19)) ([1280ae2](https://github.com/AzureLocal/azurelocal-toolkit/commit/1280ae2b6889dcf19fd41369bd7e992234968e8f))
18
+
* add sync-issues-to-project script for full project coverage ([570e167](https://github.com/AzureLocal/azurelocal-toolkit/commit/570e1671a2148a7891ebdff9742d619e4df4f6a9))
19
+
* add unique project ID field automation (TKT-N prefix) ([c6cc365](https://github.com/AzureLocal/azurelocal-toolkit/commit/c6cc36524921940b66f7ae3b016c0996b133ae3f))
* extract scripts from implementation docs for 17 tasks ([8ed4f9c](https://github.com/AzureLocal/azurelocal-toolkit/commit/8ed4f9cc01b59420f05559585a26c2e3231e4aa6))
22
+
* initial toolkit migration from prodtech-docs-azl-toolkit ([29645e3](https://github.com/AzureLocal/azurelocal-toolkit/commit/29645e318772ced78903a85b090952b59785963c)), closes [#12](https://github.com/AzureLocal/azurelocal-toolkit/issues/12)
* make set-fields resilient to add-to-project failures ([6b02773](https://github.com/AzureLocal/azurelocal-toolkit/commit/6b027736b1556c0cf00718ed51abcad8bd3c0ee6))
29
+
* remove all hallucinated content from master-registry ([f6a5573](https://github.com/AzureLocal/azurelocal-toolkit/commit/f6a5573a4767c75ee80799262eb94ab2def6eedf))
* remove solutions directory and all solution references ([5e7dda7](https://github.com/AzureLocal/azurelocal-toolkit/commit/5e7dda7bd2d9f8181b5b1a362c6d01f93567af74))
33
+
* repair registry and schema validation paths ([6bbd7dc](https://github.com/AzureLocal/azurelocal-toolkit/commit/6bbd7dc7924aadbbcaf7fe2030b8eba568ccb877))
34
+
* replace hardcoded local path in check-alias-expiry.ps1 with PSScriptRoot-relative path ([4e11713](https://github.com/AzureLocal/azurelocal-toolkit/commit/4e11713b38f93993ba83ed5f045072f8d71128a4))
35
+
***tests:** correct function name mismatches and scope bugs in unit tests ([f3cea31](https://github.com/AzureLocal/azurelocal-toolkit/commit/f3cea314d3012834e8ff74512e837d902724f611))
36
+
***tests:** load logging.ps1 as module-only to fix persistent file-logging test failures ([d8b1746](https://github.com/AzureLocal/azurelocal-toolkit/commit/d8b1746372f74cb05bc5e7c58e1855c86152b30d))
37
+
***tests:** resolve remaining 4 CI failures in unit tests ([aff66d1](https://github.com/AzureLocal/azurelocal-toolkit/commit/aff66d15faeff84998a5c8d7620618be695255fe))
38
+
***tests:** use Get-Content -Raw for multi-line pattern matching in Pester 5 ([46aeb5c](https://github.com/AzureLocal/azurelocal-toolkit/commit/46aeb5c4a43f8c295d0756f8c5ec21357b8cdd13))
39
+
* update Solution field option IDs and set toolkit option ID ([dc38e7b](https://github.com/AzureLocal/azurelocal-toolkit/commit/dc38e7bcfdf0596b123377f96db5c6c90d2a6bec))
40
+
* use action output for item ID, fix stale solution field option IDs ([8b240a2](https://github.com/AzureLocal/azurelocal-toolkit/commit/8b240a28cc9164ded9eaf8f5df4d9323c261598d))
0 commit comments