Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jpawlowski committed Jul 26, 2024
1 parent 0b11bba commit 1d45596
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Empty file modified test/pnp.powershell/test.sh
100755 → 100644
Empty file.
Empty file modified test/powershell-extended/install_powershell_profile.sh
100755 → 100644
Empty file.
Empty file modified test/powershell-extended/install_resources_version_range.sh
100755 → 100644
Empty file.
Empty file modified test/powershell-extended/register_repositories.sh
100755 → 100644
Empty file.
14 changes: 7 additions & 7 deletions test/powershell-extended/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,45 +2,45 @@
"install_powershell_fallback_test": {
"image": "mcr.microsoft.com/devcontainers/base:debian",
"features": {
"powershell": {}
"powershell-extended": {}
}
},
"install_powershell_profile": {
"image": "mcr.microsoft.com/devcontainers/base:debian",
"features": {
"powershell": {
"profileURLAllUsersAllHosts": "https://raw.githubusercontent.com/jpawlowski/devcontainer-features/main/test/powershell/Test-Profile.ps1"
"powershell-extended": {
"profileURLAllUsersAllHosts": "https://raw.githubusercontent.com/jpawlowski/devcontainer-features/main/test/powershell-extended/Test-Profile.ps1"
}
}
},
"register_repositories": {
"image": "mcr.microsoft.com/devcontainers/base:debian",
"features": {
"powershell": {
"powershell-extended": {
"repositories": "PSGallery; PoshTestGallery=https://www.poshtestgallery.com/api/v2^60"
}
}
},
"install_resources": {
"image": "mcr.microsoft.com/devcontainers/base:debian",
"features": {
"powershell": {
"powershell-extended": {
"resources": "Az.Accounts; Az.Resources"
}
}
},
"install_resources_version": {
"image": "mcr.microsoft.com/devcontainers/base:debian",
"features": {
"powershell": {
"powershell-extended": {
"resources": "[email protected]; [email protected]"
}
}
},
"install_resources_version_range": {
"image": "mcr.microsoft.com/devcontainers/base:debian",
"features": {
"powershell": {
"powershell-extended": {
"resources": "Az.Accounts@[3.0,3.1); Az.Resources@[6.16,6.17)"
}
}
Expand Down

0 comments on commit 1d45596

Please sign in to comment.