Skip to content

Commit

Permalink
Revert "[TypeSpec CI] Verify @typespec/openapi3 emitter (Azure#24367)" (
Browse files Browse the repository at this point in the history
Azure#24373)

This reverts commit c5585e8.
  • Loading branch information
mikeharder authored Jun 8, 2023
1 parent c5585e8 commit afec6d0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 49 deletions.
3 changes: 0 additions & 3 deletions eng/pipelines/templates/steps/typespec-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ steps:
# Pass "--no" to ensure npx does not install anything (TypeSpec compiler should already be installed)
npx --no tsp compile . --warn-as-error || exit_code=1
# Verify no errors with @typespec/openapi3, but don't emit (output not stored in repo)
npx --no tsp compile . --warn-as-error --emit @typespec/openapi3 --no-emit || exit_code=1
# Format parent folder to include shared files (disabled until formatting diffs are fixed)
# npx tsp format ../**/*.tsp
Expand Down
52 changes: 7 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"@azure-tools/typespec-azure-resource-manager": "0.31.0",
"@azure-tools/typespec-providerhub": "0.31.0",
"@typespec/compiler": "0.45.0",
"@typespec/openapi3": "0.45.0",
"@azure/avocado": "^0.8.4",
"@types/prettier": "^2.7.2",
"prettier": "^2.8.8",
Expand Down

0 comments on commit afec6d0

Please sign in to comment.