Skip to content

Commit

Permalink
remove powershell:7.4 polyglotpkg runtime option
Browse files Browse the repository at this point in the history
  • Loading branch information
deyan-r committed Jan 15, 2025
1 parent de6badf commit 6c5ec4d
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 61 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ The `polyglot.json` file is used to define the package. It is a JSON file with t
- `powercli:12-powershell-7.1`
- `powercli:12-powershell-7.4`
- `powercli:13-powershell-7.4`
- `powershell:7.4`
- `python:3.7`
- `python:3.10`

Expand Down
4 changes: 1 addition & 3 deletions typescript/polyglotpkg/src/lib/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export enum ActionRuntime {
VRO_POWERCLI_12_PS_71 = 'powercli:12-powershell-7.1',
VRO_POWERCLI_12_PS_74 = 'powercli:12-powershell-7.4',
VRO_POWERCLI_13_PS_74 = 'powercli:13-powershell-7.4',
VRO_POWERSHELL_74 = 'powershell:7.4',

VRO_PYTHON_37 = 'python:3.7',
VRO_PYTHON_310 = 'python:3.10',
Expand All @@ -57,8 +56,7 @@ export const VroPowershellActionRuntimes = [
ActionRuntime.VRO_POWERCLI_11_PS_62,
ActionRuntime.VRO_POWERCLI_12_PS_71,
ActionRuntime.VRO_POWERCLI_12_PS_74,
ActionRuntime.VRO_POWERCLI_13_PS_74,
ActionRuntime.VRO_POWERSHELL_74
ActionRuntime.VRO_POWERCLI_13_PS_74
];

export const VroPythonActionRuntimes = [
Expand Down
1 change: 0 additions & 1 deletion typescript/polyglotpkg/test/e2e/e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ describe('E2E Tests', () => {
'powershell',
"node:12",
"node:14",
"powershell:7.4",
"powercli:13-powershell-7.4",
"powercli:12-powershell-7.4",
"powercli:12-powershell-7.1",
Expand Down

This file was deleted.

43 changes: 0 additions & 43 deletions typescript/polyglotpkg/test/e2e/powershell_7_4/package.json

This file was deleted.

This file was deleted.

0 comments on commit 6c5ec4d

Please sign in to comment.