Skip to content

Commit

Permalink
Update template tspconfig.yaml for Python SDK (Azure#30144)
Browse files Browse the repository at this point in the history
* Update tspconfig.yaml

* Update tspconfig.yaml
  • Loading branch information
msyyc authored Aug 12, 2024
1 parent 3cef1bf commit ecc8626
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ options:
package-dir: "azure-mgmt-contoso"
package-name: "{package-dir}"
generate-test: true
generate-sample: true
examples-directory: "{project-root}/examples"
flavor: "azure"
"@azure-tools/typespec-java":
package-dir: "azure-resourcemanager-contoso"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ options:
"@azure-tools/typespec-python":
package-dir: "azure-contoso-widgetmanager"
package-name: "{package-dir}"
generate-test: true
generate-sample: true
examples-directory: "{project-root}/examples"
flavor: azure
"@azure-tools/typespec-csharp":
package-dir: "Azure.Template.Contoso"
Expand Down

0 comments on commit ecc8626

Please sign in to comment.