|
2 | 2 |
|
3 | 3 | ## Unreleased (yyyy-MM-dd) |
4 | 4 |
|
| 5 | +## 5.59.0 (2025-08-18) |
| 6 | + |
5 | 7 | ### Removed |
6 | 8 |
|
7 | 9 | - Removed support for SQL Server 2008 and 2008 R2. |
|
15 | 17 |
|
16 | 18 | - Support Oracle Linux 7 and 8. Oracle Linux 9 does not yet work (#1722). |
17 | 19 | - 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). |
23 | 25 | - 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. |
25 | 27 | - Updated DSC Pull Server setup scripts. |
26 | 28 | - Added `Credential` parameter to `Copy-LabFileItem`. |
27 | 29 |
|
28 | 30 | ### Bugs |
29 | 31 |
|
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. |
32 | 44 |
|
33 | 45 | ## 5.57.0 (2025-06-09) |
34 | 46 |
|
|
0 commit comments