Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Azure Classic to v6 #839

Merged
merged 2 commits into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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="5.*" />
<PackageReference Include="Pulumi.Azure" Version="6.*" />
</ItemGroup>

</Project>
2 changes: 2 additions & 0 deletions azure-classic-csharp/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ template:
azure:location:
description: The Azure location to use
default: WestUS2
azure:subscriptionId:
description: The Azure Subscription to deploy into
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="5.*" />
<PackageReference Include="Pulumi.Azure" Version="6.*" />
</ItemGroup>

</Project>
2 changes: 2 additions & 0 deletions azure-classic-fsharp/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ template:
azure:location:
description: The Azure location to use
default: WestUS2
azure:subscriptionId:
description: The Azure Subscription to deploy into
2 changes: 2 additions & 0 deletions azure-classic-go/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ template:
azure:location:
description: The Azure location to use
default: WestUS2
azure:subscriptionId:
description: The Azure Subscription to deploy into
2 changes: 1 addition & 1 deletion azure-classic-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module ${PROJECT}
go 1.20

require (
github.com/pulumi/pulumi-azure/sdk/v5 v5.78.0
github.com/pulumi/pulumi-azure/sdk/v6 v6.0.0
github.com/pulumi/pulumi/sdk/v3 v3.117.0
)
4 changes: 2 additions & 2 deletions azure-classic-go/main.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package main

import (
"github.com/pulumi/pulumi-azure/sdk/v5/go/azure/core"
"github.com/pulumi/pulumi-azure/sdk/v5/go/azure/storage"
"github.com/pulumi/pulumi-azure/sdk/v6/go/azure/core"
"github.com/pulumi/pulumi-azure/sdk/v6/go/azure/storage"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

Expand Down
2 changes: 2 additions & 0 deletions azure-classic-javascript/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ template:
azure:location:
description: The Azure location to use
default: WestUS2
azure:subscriptionId:
description: The Azure Subscription to deploy into
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": "^5.0.0"
"@pulumi/azure": "^6.0.0"
}
}
2 changes: 2 additions & 0 deletions azure-classic-python/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ template:
azure:location:
description: The Azure location to use
default: WestUS2
azure:subscriptionId:
description: The Azure Subscription to deploy into
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>=5.0.0,<6.0.0
pulumi-azure>=6.0.0,<7.0.0
2 changes: 2 additions & 0 deletions azure-classic-typescript/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ template:
azure:location:
description: The Azure location to use
default: WestUS2
azure:subscriptionId:
description: The Azure Subscription to deploy into
2 changes: 1 addition & 1 deletion azure-classic-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"typescript": "^5.0.0"
},
"dependencies": {
"@pulumi/azure": "^5.0.0",
"@pulumi/azure": "^6.0.0",
"@pulumi/pulumi": "^3.113.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="5.*" />
<PackageReference Include="Pulumi.Azure" Version="6.*" />
</ItemGroup>

</Project>
2 changes: 2 additions & 0 deletions azure-classic-visualbasic/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ template:
azure:location:
description: The Azure location to use
default: WestUS2
azure:subscriptionId:
description: The Azure Subscription to deploy into
2 changes: 2 additions & 0 deletions azure-classic-yaml/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ template:
azure:location:
description: The Azure location to use
default: WestUS2
azure:subscriptionId:
description: The Azure Subscription to deploy into

resources:
# Create an Azure Resource Group
Expand Down
Loading