Registry / cloud / pulumi-pulumi-azure-native-sdk-v2

pulumi-pulumi-azure-native-sdk-v2

JSON →
library2.92.2gogounverified

Pulumi SDK for native Azure resources (version 2).

go get github.com/pulumi/pulumi-azure-native-sdk/v2
INSTALL
IMPORT
SIG · PULUMI-PULUMI-AZUR
P
pulumi-pulumi-azure-native-sdk-v2
cloudgov2.92.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

azure
github.com/pulumi/pulumi-azure-native-sdk/v2

Create an Azure resource group using Pulumi.

package main import ( "github.com/pulumi/pulumi-azure-native-sdk/v2/resources" "github.com/pulumi/pulumi/sdk/v3/go/pulumi" ) func main() { pulumi.Run(func(ctx *pulumi.Context) error { _, err := resources.NewResourceGroup(ctx, "rg", &resources.ResourceGroupArgs{}) return err }) }
Debug
Known issues
breakingVersion 2 has breaking changes from v1.
fix
Refer to migration guide when upgrading from v1.
affects: >=2.0.0
Upgrade
Version history
2.92.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources
pulumi-pulumi-azure-native-sdk-v2 — go get pulumi-pulumi-azure-native-sdk-v2 · libregistry