mirror of
https://github.com/actions/runner-images.git
synced 2026-01-06 18:19:54 +08:00
add AWSPowershell module (#5091)
* add AWSPowershell module * remove readme changes because they are auto genera Co-authored-by: Joshua Miner <josh.miner@teleopti.com>
This commit is contained in:
@@ -85,7 +85,8 @@
|
||||
{"name": "PSWindowsUpdate"},
|
||||
{"name": "SqlServer"},
|
||||
{"name": "VSSetup"},
|
||||
{"name": "Microsoft.Graph"}
|
||||
{"name": "Microsoft.Graph"},
|
||||
{"name": "AWSPowershell"}
|
||||
],
|
||||
"azureModules": [
|
||||
{
|
||||
|
||||
@@ -86,7 +86,8 @@
|
||||
{"name": "PSWindowsUpdate"},
|
||||
{"name": "SqlServer"},
|
||||
{"name": "VSSetup"},
|
||||
{"name": "Microsoft.Graph"}
|
||||
{"name": "Microsoft.Graph"},
|
||||
{"name": "AWSPowershell"}
|
||||
],
|
||||
"azureModules": [
|
||||
{
|
||||
|
||||
@@ -78,7 +78,8 @@
|
||||
{ "name": "PSWindowsUpdate" },
|
||||
{ "name": "SqlServer" },
|
||||
{ "name": "VSSetup" },
|
||||
{ "name": "Microsoft.Graph" }
|
||||
{ "name": "Microsoft.Graph" },
|
||||
{"name": "AWSPowershell"}
|
||||
],
|
||||
"azureModules": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user