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
ManagedServiceIdentityType
This enum is a ModelProperty type in common model ManagedServiceIdentity:
ManagedServiceIdentity
typespec-azure/packages/typespec-azure-resource-manager/lib/arm.foundations.tsp
Line 387 in ebfe639
In swagger common types, it's named ManagedServiceIdentityType. Though in tsp, it's named ManagedIdentityType.
The text was updated successfully, but these errors were encountered:
Fixing correct name for managed identity and customer managed key, up…
376e465
…dated enum to union (#400) closes #278 --------- Co-authored-by: Timothee Guerin <[email protected]> Co-authored-by: Timothee Guerin <[email protected]>
allenjzhang
Successfully merging a pull request may close this issue.
This enum is a ModelProperty type in common model
ManagedServiceIdentity
:typespec-azure/packages/typespec-azure-resource-manager/lib/arm.foundations.tsp
Line 387 in ebfe639
In swagger common types, it's named ManagedServiceIdentityType.
Though in tsp, it's named ManagedIdentityType.
The text was updated successfully, but these errors were encountered: