File tree Expand file tree Collapse file tree 2 files changed +40
-6
lines changed Expand file tree Collapse file tree 2 files changed +40
-6
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,22 @@ You can install this module using PowerShellGet.
30
30
Install-Module -Name ALZ
31
31
```
32
32
33
+ ### Update
34
+
35
+ Whenever a new release from the module has been released, you can update it easily. The changelog can be found [ here] ( /docs/CHANGELOG.md ) .
36
+
37
+ ``` powershell
38
+ # find out which version you have installed
39
+ PS C:\Users\you> Get-InstalledModule -Name ALZ
40
+
41
+ Version Name Repository Description
42
+ ------- ---- ---------- -----------
43
+ 0.2.6 ALZ PSGallery Azure Landing Zones Powershell Module
44
+
45
+ # update to the latest version
46
+ Update-Module -Name ALZ
47
+ ```
48
+
33
49
### Quick start
34
50
35
51
Before you start you can utilize the functionality of the module to verify if you have all the prerequisites installed with the built in command:
Original file line number Diff line number Diff line change @@ -5,13 +5,31 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.2.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 0.2.3 ]
9
9
10
- - TBD
10
+ - fix min prefix length from 3 to 2
11
11
12
- ## [ 0.1.0 ]
12
+ ## [ 0.2.2 ]
13
13
14
- ### Added
14
+ - Add fix for resource group name reference for LAW id
15
+ - Change supported ALZ version to v0.14.0
15
16
16
- - Initial release.
17
-
17
+ ## [ 0.2.1]
18
+
19
+ - Fixed the issue by adding in two new computed values to correlate to
20
+ each parameter
21
+ - Changed alz bicep config for the soon to be new release
22
+
23
+ ## [ 0.2.0]
24
+
25
+ - Need to adjust the policy assignment param file as switched to the ALZ
26
+ defaults.
27
+ - Need to switch to orchestration version of management diagnostic
28
+ setting module param file.
29
+ - Switching custom modules directory to match naming convention of
30
+ custom parameters directory.
31
+
32
+ ## [ 0.1.4]
33
+
34
+ - Adding Computed values to Environment
35
+ - Adding file targeted config to ALZ-BICEP-CONFIG
You can’t perform that action at this time.
0 commit comments