github.com/myhau/pulumi/pkg/v3@v3.70.2-0.20221116134521-f2775972e587/codegen/testing/test/testdata/logical-name-pp/dotnet/logical-name.cs (about)

     1  using System.Collections.Generic;
     2  using Pulumi;
     3  using Random = Pulumi.Random;
     4  
     5  return await Deployment.RunAsync(() => 
     6  {
     7      var resourceLexicalName = new Random.RandomPet("aA-Alpha_alpha.🤯⁉️");
     8  
     9      return new Dictionary<string, object?>
    10      {
    11          ["bB-Beta_beta.💜⁉"] = resourceLexicalName.Id,
    12      };
    13  });
    14