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

switch tooling over to typespec #29501

Merged
merged 4 commits into from
Mar 24, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,4 @@ sdk/cosmos/azure-cosmos/test/test_config.py
*_python.json

# temporary folder to refresh SDK with cadl
TempCadlFiles/
TempTypeSpecFiles/
101 changes: 0 additions & 101 deletions eng/common/scripts/Cadl-Project-Generate.ps1

This file was deleted.

127 changes: 0 additions & 127 deletions eng/common/scripts/Cadl-Project-Sync.ps1

This file was deleted.

12 changes: 1 addition & 11 deletions eng/emitter-package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
{
"main": "dist/src/index.js",
"dependencies": {
"@azure-tools/cadl-python": "0.4.25",
"@autorest/python": "6.4.0",
"@azure-tools/cadl-autorest": "0.26.0",
"@azure-tools/cadl-azure-core": "0.26.0",
"@azure-tools/cadl-dpg": "0.26.0",
"@azure-tools/cadl-azure-resource-manager": "0.26.0",
"@cadl-lang/compiler": "0.40.0",
"@cadl-lang/eslint-config-cadl": "0.5.0",
"@cadl-lang/openapi": "0.40.0",
"@cadl-lang/rest": "0.40.0",
"@cadl-lang/versioning": "0.40.0"
"@azure-tools/typespec-python": "0.7.0"
}
}
Loading