Skip to content

Commit

Permalink
Update to powershell 7.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
craddm committed Mar 5, 2024
1 parent f4da5aa commit 06e9b23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \

# Set package versions
ARG AZURE_CLI_VERSION="2.53.1"
ARG PWSH_VERSION="7.3.9"
ARG PWSH_VERSION="7.4.1"

# Install Azure-CLI
# Get Microsoft signing key
Expand Down
2 changes: 1 addition & 1 deletion deployment/CheckRequirements.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ param (
Import-Module $PSScriptRoot/common/Logging -Force -ErrorAction Stop

# Requirements
$PowershellSupportedVersion = "7.3.6"
$PowershellSupportedVersion = "7.4.1"
$ModuleVersionRequired = @{
"Az.Accounts" = @("ge", "2.11.1")
"Az.Automation" = @("ge", "1.9.0")
Expand Down
2 changes: 1 addition & 1 deletion docs/source/deployment/deploy_shm.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Alternatively, you may run multiple SHMs concurrently, for example you may have
```

- `PowerShell`
- We recommend [installing](https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell) the [latest stable release](https://learn.microsoft.com/en-us/powershell/scripting/install/powershell-support-lifecycle?view=powershell-7.3) of Powershell. We have most recently tested deployment using version `7.3.2`.
- We recommend [installing](https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell) the [latest stable release](https://learn.microsoft.com/en-us/powershell/scripting/install/powershell-support-lifecycle?view=powershell-7.4) of Powershell. We have most recently tested deployment using version `7.4.1`.
- `Powershell` cross-platform modules

````{tip}
Expand Down

0 comments on commit 06e9b23

Please sign in to comment.