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

Refine ARM template usage with named templated parameters #4911

Open
tadelesh opened this issue Mar 15, 2024 · 1 comment
Open

Refine ARM template usage with named templated parameters #4911

tadelesh opened this issue Mar 15, 2024 · 1 comment
Labels
greenfield Mgmt This issue is related to a management-plane library. openapi-to-tsp Tracks OpenAPI to Cadl converter issues

Comments

@tadelesh
Copy link
Member

create is ArmResourceCreateOrRepalceAsync<
  Employee,
  BaseParameter<Employee>,               // <- No need to lay out in order to get to last param
  ArmAsyncOperationheader>;   

=>

create is ArmResourceCreateOrRepalceAsync<
  Employee,
  LroHeaders = ArmAsyncOperationheader>;      
@tadelesh tadelesh added Mgmt This issue is related to a management-plane library. openapi-to-tsp Tracks OpenAPI to Cadl converter issues greenfield labels Mar 15, 2024
@tadelesh
Copy link
Member Author

tadelesh commented May 8, 2024

related issue and pr: Azure/typespec-azure#105, Azure/typespec-azure#376

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
greenfield Mgmt This issue is related to a management-plane library. openapi-to-tsp Tracks OpenAPI to Cadl converter issues
Projects
None yet
Development

No branches or pull requests

1 participant