Skip to content

Commit

Permalink
[TypeSpec] Upgrade to 0.53.0 (#27677)
Browse files Browse the repository at this point in the history
- Includes openapi updates as reactions to:
  - Azure/typespec-azure#152
  - Azure/typespec-azure#176
  • Loading branch information
mikeharder authored Feb 7, 2024
1 parent 459ae6c commit 5464501
Show file tree
Hide file tree
Showing 37 changed files with 1,461 additions and 1,072 deletions.
6 changes: 6 additions & 0 deletions cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -1022,6 +1022,12 @@
"nginx",
"nginxaas"
]
},
{
"filename": "**/specification/containerservice/resource-manager/Microsoft.ContainerService/**/*.json",
"words": [
"containerd"
]
}
],
"enableFiletypes": [
Expand Down
195 changes: 98 additions & 97 deletions package-lock.json

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

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
"name": "azure-rest-api-specs",
"devDependencies": {
"@azure-tools/typespec-apiview": "0.4.5",
"@azure-tools/typespec-autorest": "0.38.1",
"@azure-tools/typespec-azure-core": "0.38.0",
"@azure-tools/typespec-azure-resource-manager": "0.38.0",
"@azure-tools/typespec-client-generator-core": "0.38.0",
"@azure-tools/typespec-providerhub": "0.38.1",
"@azure-tools/typespec-autorest": "0.39.0",
"@azure-tools/typespec-azure-core": "0.39.0",
"@azure-tools/typespec-azure-resource-manager": "0.39.0",
"@azure-tools/typespec-client-generator-core": "0.39.0",
"@azure-tools/typespec-providerhub": "0.39.0",
"@azure/avocado": "^0.8.4",
"@typespec/compiler": "0.52.0",
"@typespec/http": "0.52.1",
"@typespec/openapi": "0.52.0",
"@typespec/openapi3": "0.52.0",
"@typespec/rest": "0.52.0",
"@typespec/versioning": "0.52.0",
"@typespec/compiler": "0.53.0",
"@typespec/http": "0.53.0",
"@typespec/openapi": "0.53.0",
"@typespec/openapi3": "0.53.0",
"@typespec/rest": "0.53.0",
"@typespec/versioning": "0.53.0",
"azure-rest-api-specs-eng-tools": "file:eng/tools",
"prettier": "~3.1.1",
"typescript": "~5.3.3"
Expand Down
Loading

0 comments on commit 5464501

Please sign in to comment.