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,
});