Skip to content

Commit

Permalink
Add flavor in Azure tutorial (#2003)
Browse files Browse the repository at this point in the history
While we have issues to remove `flavor` for `azure-tools` emitters,
matter of fact is that today it's needed, and people got confused
following the tutorial today (for good reasons).
I'll do a PR once we change the default, it may be in several months
given this is not a priority.
  • Loading branch information
lmazuel authored Dec 25, 2024
1 parent 72b4cfb commit 81f8b29
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,13 @@ emit:
- "@azure-tools/typespec-ts"
options:
"@azure-tools/typespec-python":
package-name: azure-service-template
flavor: azure
"@azure-tools/typespec-java":
flavor: azure
"@azure-tools/typespec-csharp":
flavor: azure
"@azure-tools/typespec-ts":
flavor: azure
```
Several language repositories utilize the `tsp-client` tool to simplify generating client libraries. For more information on the tool, see [Getting started with `tsp-client`](<./../Generating with tsp-client/tsp_client.md>).

0 comments on commit 81f8b29

Please sign in to comment.