Skip to content

Commit

Permalink
Remove version url for azure modules in ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
sssharif committed May 7, 2024
1 parent adef5d3 commit cafe600
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions images/ubuntu/scripts/build/Install-PowerShellAzModules.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ foreach ($module in $modules) {
Save-Module -Path $modulePath -Name $moduleName -RequiredVersion $version -Force
}

$assets = Invoke-RestMethod $module.url

}

Invoke-PesterTests -TestFile "PowerShellModules" -TestName "AzureModules"
1 change: 0 additions & 1 deletion images/ubuntu/toolsets/toolset-2004.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@
"azureModules": [
{
"name": "az",
"url" : "https://raw.githubusercontent.com/Azure/az-ps-module-versions/main/versions-manifest.json",
"versions": [
"11.3.1"
]
Expand Down
1 change: 0 additions & 1 deletion images/ubuntu/toolsets/toolset-2204.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@
"azureModules": [
{
"name": "az",
"url" : "https://raw.githubusercontent.com/Azure/az-ps-module-versions/main/versions-manifest.json",
"versions": [
"11.3.1"
]
Expand Down
1 change: 0 additions & 1 deletion images/ubuntu/toolsets/toolset-2404.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
"azureModules": [
{
"name": "az",
"url" : "https://raw.githubusercontent.com/Azure/az-ps-module-versions/main/versions-manifest.json",
"versions": [
"11.5.0"
]
Expand Down

0 comments on commit cafe600

Please sign in to comment.