Skip to content

Commit

Permalink
fix ubuntu profile names (#230)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Sokolov <SokolovMA@gnivc.ru>
  • Loading branch information
msklv and Michael Sokolov authored Jun 17, 2024
1 parent 9f9c38e commit 55d8967
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Use compatible commands
ms.custom: PSSA v1.22.1
ms.date: 06/28/2023
ms.date: 06/17/2024
ms.topic: reference
title: UseCompatibleCommands
---
Expand Down Expand Up @@ -61,7 +61,7 @@ Platforms bundled by default are:
| 7.0 | Windows Server 2016 | `win-8_x64_10.0.14393.0_7.0.0_x64_3.1.2_core` |
| 7.0 | Windows Server 2019 | `win-8_x64_10.0.17763.0_7.0.0_x64_3.1.2_core` |
| 7.0 | Windows 10 1809 (RS5) | `win-4_x64_10.0.17763.0_6.2.4_x64_3.1.2_core` |
| 7.0 | Ubuntu 18.04 LTS | `ubuntu_x64_18.04_6.2.4_x64_3.1.2_core` |
| 7.0 | Ubuntu 18.04 LTS | `ubuntu_x64_18.04_7.0.0_x64_3.1.2_core` |

Other profiles can be found in the
[GitHub repo](https://github.com/PowerShell/PSScriptAnalyzer/tree/development/PSCompatibilityCollector/optional_profiles).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Use compatible types
ms.custom: PSSA v1.22.1
ms.date: 06/28/2023
ms.date: 06/17/2024
ms.topic: reference
title: UseCompatibleTypes
---
Expand Down Expand Up @@ -62,7 +62,7 @@ Platforms bundled by default are:
| 7.0 | Windows Server 2016 | `win-8_x64_10.0.14393.0_7.0.0_x64_3.1.2_core` |
| 7.0 | Windows Server 2019 | `win-8_x64_10.0.17763.0_7.0.0_x64_3.1.2_core` |
| 7.0 | Windows 10 1809 (RS5) | `win-4_x64_10.0.17763.0_6.2.4_x64_3.1.2_core` |
| 7.0 | Ubuntu 18.04 LTS | `ubuntu_x64_18.04_6.2.4_x64_3.1.2_core` |
| 7.0 | Ubuntu 18.04 LTS | `ubuntu_x64_18.04_7.0.0_x64_3.1.2_core` |

Other profiles can be found in the
[GitHub repo](https://github.com/PowerShell/PSScriptAnalyzer/tree/development/PSCompatibilityCollector/optional_profiles).
Expand Down

0 comments on commit 55d8967

Please sign in to comment.