Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…spec-azure into azhang_ArmReorg
  • Loading branch information
allenjzhang committed Jun 7, 2024
2 parents 656a3f9 + a418637 commit 116fb2b
Show file tree
Hide file tree
Showing 17 changed files with 1,119 additions and 226 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
changeKind: feature
packages:
- "@azure-tools/typespec-autorest"
---

Add API to programmatically get all the OpenAPI2 documents for all services at all versions in a spec
7 changes: 7 additions & 0 deletions .chronus/changes/fix_core_model_filter-2024-5-6-15-47-3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
changeKind: fix
packages:
- "@azure-tools/typespec-client-generator-core"
---

refine logic of core model filtering
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -205,3 +205,6 @@ docs/**/js-api/

# vitest temporary files
**/vitest.config.ts.timestamp*

# Playwright temp file
.last_run.json
2 changes: 1 addition & 1 deletion core
Submodule core updated 103 files
3 changes: 3 additions & 0 deletions cspell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ words:
- oncophenotype
- PAYG
- prismjs
- pytest
- psscriptanalyzer
- qnas
- regionality
Expand All @@ -73,3 +74,5 @@ words:
- tcgc
- userrp
- WINDOWSVMIMAGE
- contosowidgetmanager
- locationyaml
2 changes: 2 additions & 0 deletions docs/howtos/DataPlane Generation - DPG/00howtogen.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,5 @@ options:
"@azure-tools/typespec-python":
package-name: azure-service-template
```
Several language repositories support the `tsp-client` tool to facilitate generating client libraries. For more information on the tool, see [Getting started with `tsp-client`](<./../Generating with tsp-client/tsp_client.md>).
Loading

0 comments on commit 116fb2b

Please sign in to comment.