kubernetes-guides icon indicating copy to clipboard operation
kubernetes-guides copied to clipboard

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

Open RehanSaeed opened this issue 3 years ago • 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.

RehanSaeed avatar Dec 14 '21 17:12 RehanSaeed