A C#/.NET Version of the Crosswalk for Kubernetes
Opened this issue ยท 0 comments
RehanSaeed commented
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
replyUrls
ortype
onPulumi.AzureAD.ApplicationArgs
. ServicePrincipalPassword
does not have aValue
orEndDate
property to set the password or its expiry.Assignment
does not have thePrincipalId
orRoleDefinitionName
.Group
does not have aName
property.