Skip to content

Commit

Permalink
[macOS] Pin version for Az powershell module (#11006)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarathrajsrinivasan authored Nov 19, 2024
1 parent c0b1588 commit b205509
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
7 changes: 6 additions & 1 deletion images/macos/toolsets/toolset-13.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,12 @@
}
},
"powershellModules": [
{ "name": "Az" },
{
"name": "Az",
"versions": [
"12.4.0"
]
},
{ "name": "Pester" },
{ "name": "PSScriptAnalyzer" }
],
Expand Down
7 changes: 6 additions & 1 deletion images/macos/toolsets/toolset-14.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,12 @@
}
},
"powershellModules": [
{ "name": "Az" },
{
"name": "Az",
"versions": [
"12.4.0"
]
},
{ "name": "Pester" },
{ "name": "PSScriptAnalyzer" }
],
Expand Down
7 changes: 6 additions & 1 deletion images/macos/toolsets/toolset-15.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,12 @@
}
},
"powershellModules": [
{ "name": "Az" },
{
"name": "Az",
"versions": [
"12.4.0"
]
},
{ "name": "Pester" },
{ "name": "PSScriptAnalyzer" }
],
Expand Down

0 comments on commit b205509

Please sign in to comment.