Skip to content

Commit

Permalink
Updated the azure classic templates (#473)
Browse files Browse the repository at this point in the history
Now using latest version of azure classic packages

Co-authored-by: Christian Nunciato <[email protected]>
  • Loading branch information
pierskarsenbarg and cnunciato authored Jan 12, 2023
1 parent 3b14e27 commit 28a67a4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion azure-classic-csharp/${PROJECT}.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Pulumi" Version="3.*" />
<PackageReference Include="Pulumi.Azure" Version="4.*" />
<PackageReference Include="Pulumi.Azure" Version="5.*" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion azure-classic-fsharp/${PROJECT}.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<ItemGroup>
<PackageReference Include="Pulumi" Version="3.*" />
<PackageReference Include="Pulumi.FSharp" Version="3.*" />
<PackageReference Include="Pulumi.Azure" Version="4.*" />
<PackageReference Include="Pulumi.Azure" Version="5.*" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion azure-classic-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"main": "index.js",
"dependencies": {
"@pulumi/pulumi": "^3.0.0",
"@pulumi/azure": "^4.0.0"
"@pulumi/azure": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion azure-classic-python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pulumi>=3.0.0,<4.0.0
pulumi-azure>=4.0.0,<5.0.0
pulumi-azure>=5.0.0,<6.0.0
2 changes: 1 addition & 1 deletion azure-classic-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
},
"dependencies": {
"@pulumi/pulumi": "^3.0.0",
"@pulumi/azure": "^4.0.0"
"@pulumi/azure": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion azure-classic-visualbasic/${PROJECT}.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="Pulumi" Version="3.*" />
<PackageReference Include="Pulumi.Azure" Version="4.*" />
<PackageReference Include="Pulumi.Azure" Version="5.*" />
</ItemGroup>

</Project>

0 comments on commit 28a67a4

Please sign in to comment.