Regenerate examples

This commit is contained in:
Bryce Lampe
2024-03-07 16:15:49 -08:00
parent 3427e6115f
commit d8688f5e1a
23 changed files with 38 additions and 298 deletions

View File

@@ -1,11 +1,11 @@
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Xyz = Pulumi.Xyz;
using DockerNative = Pulumi.DockerNative;
return await Deployment.RunAsync(() =>
{
var myRandomResource = new Xyz.Random("myRandomResource", new()
var myRandomResource = new DockerNative.Random("myRandomResource", new()
{
Length = 24,
});

View File

@@ -1,6 +1,6 @@
name: provider-xyz-native
name: provider-docker-native
runtime: dotnet
plugins:
providers:
- name: xyz
- name: docker-native
path: ../../bin

View File

@@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="Pulumi" Version="3.*" />
<PackageReference Include="Pulumi.Xyz" Version="0.0.1-alpha.1699945013+97b0e04c" />
<PackageReference Include="Pulumi.DockerNative" Version="0.0.1-alpha.1709848295+3427e611.dirty" />
</ItemGroup>
</Project>