We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
replyUrls
type
Pulumi.AzureAD.ApplicationArgs
ServicePrincipalPassword
Value
EndDate
Assignment
PrincipalId
RoleDefinitionName
Group
Name
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello!
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.
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.The text was updated successfully, but these errors were encountered: