Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
RehanSaeed opened this issue Dec 14, 2021 · 0 comments
Open

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

RehanSaeed opened this issue Dec 14, 2021 · 0 comments
Labels
area/docs Improvements or additions to documentation kind/enhancement Improvements or new features

Comments

@RehanSaeed
Copy link

RehanSaeed commented Dec 14, 2021

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 RehanSaeed added the kind/enhancement Improvements or new features label Dec 14, 2021
@RehanSaeed RehanSaeed changed the title A .NET Version of the Crosswalk for Kubernetes A C#/.NET Version of the Crosswalk for Kubernetes Dec 14, 2021
@mikhailshilkov mikhailshilkov added the area/docs Improvements or additions to documentation label Dec 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docs Improvements or additions to documentation kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

2 participants