Skip to content

Commit ac5e1a1

Browse files
committed
New release
2 parents 7f63182 + 4fd9f46 commit ac5e1a1

File tree

2 files changed

+21
-9
lines changed

2 files changed

+21
-9
lines changed

CHANGELOG.md

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased (yyyy-MM-dd)
44

5+
## 5.59.0 (2025-08-18)
6+
57
### Removed
68

79
- Removed support for SQL Server 2008 and 2008 R2.
@@ -15,20 +17,30 @@
1517

1618
- Support Oracle Linux 7 and 8. Oracle Linux 9 does not yet work (#1722).
1719
- The `Az.Compute` cmdlet `Get-AzVMSize` got replaced by `Get-AzComputeResourceSku`. Making the necessary changes.
18-
- Update Az module versions for public Azure
19-
- Update `Get-LabMachineRoleDefinition` to have a `List` parameter (#1733)
20-
- Skip init of initialized VMs
21-
- Grab OSX/macOS (???) CPU info using sysctl
22-
- Make lab paths user-writeable by default, remove unused code to retrieve ProductKeys which are packaged with module (#1741)
20+
- Update Az module versions for public Azure.
21+
- Update `Get-LabMachineRoleDefinition` to have a `List` parameter (#1733).
22+
- Skip init of initialized VMs.
23+
- Grab OSX/macOS (???) CPU info using sysctl.
24+
- Make lab paths user-writeable by default, remove unused code to retrieve ProductKeys which are packaged with module (#1741).
2325
- Add URI tests to all configuration items beginning with http (#1746)
24-
- Added Parameter `Encrypt` and $ServerInstance used in/for the Invoke-Sqlcmd cmdlet.
26+
- Added Parameter `Encrypt` and $ServerInstance used in/for the `Invoke-Sqlcmd` cmdlet.
2527
- Updated DSC Pull Server setup scripts.
2628
- Added `Credential` parameter to `Copy-LabFileItem`.
2729

2830
### Bugs
2931

30-
- Fix issue with BinarySerializer in Lab Snippets (Get-TopologicalSort #1732)
31-
- Update ADK download links, thank you @TKiller609 (#1740)
32+
- Fix issue with BinarySerializer in Lab Snippets (Get-TopologicalSort #1732).
33+
- Update ADK download links, thank you @TKiller609 (#1740).
34+
35+
## 5.58.0 (2025-06-23)
36+
37+
### Enhancements
38+
39+
- The `Az.Compute` cmdlet `Get-AzVMSize` got replaced by `Get-AzComputeResourceSku`. Making the necessary changes.
40+
41+
### Bugs
42+
43+
- Fix issue with Get-AzStorageAccount returning nullable booleans as NULL now.
3244

3345
## 5.57.0 (2025-06-09)
3446

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 5.58.{build}
1+
version: 5.59.{build}
22
image:
33
- Visual Studio 2022
44
- Ubuntu2004

0 commit comments

Comments
 (0)