pulumi/kubernetes-guides

A C#/.NET Version of the Crosswalk for Kubernetes

Opened this issue ยท 0 comments

Hello!

  • Vote on this issue by adding a ๐Ÿ‘ reaction
  • If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)

Issue details

The Crosswalk for Kubernetes guide and code in this repo is written in TypeScript. I'd appreciate a .NET version also.

https://www.pulumi.com/docs/guides/crosswalk/kubernetes/

While trying to migrate the TypeScript version to C# I've discovered that there are differences in the Azure AD Identity API e.g.

  1. I cannot set replyUrls or type on Pulumi.AzureAD.ApplicationArgs.
  2. ServicePrincipalPassword does not have a Value or EndDate property to set the password or its expiry.
  3. Assignment does not have the PrincipalId or RoleDefinitionName.
  4. Group does not have a Name property.