kubernetes-guides
kubernetes-guides copied to clipboard
A C#/.NET Version of the Crosswalk for Kubernetes
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.
- I cannot set
replyUrlsortypeonPulumi.AzureAD.ApplicationArgs. ServicePrincipalPassworddoes not have aValueorEndDateproperty to set the password or its expiry.Assignmentdoes not have thePrincipalIdorRoleDefinitionName.Groupdoes not have aNameproperty.