Skip to content

Commit

Permalink
Upgrade compiler v0.48 (Azure#2029)
Browse files Browse the repository at this point in the history
* upgrade the tsp compiler version

* Update the breakings

* Fix to pass build errors

* Update the !

* Fix the ut issue in rlc

* Update the test cases

* Update the test cases

* update the lib to dev

* Update the test cases

* Update the spec

* Update the lint

* Disable the polling operation setting due to wrong def

* Update .vscode/launch.json

* Update .vscode/launch.json

* Update the error spec

* temp

* temp

* update the test cases

* Update the test cases

* update changes in openai

* update the statement

* Update the modular lro

* Update the openapi.json

* Update .vscode/launch.json

* Update packages/typespec-ts/src/modular/buildCodeModel.ts

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* update the name

* Update the dependency to dev

---------

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>
  • Loading branch information
2 people authored and jeremymeng committed Sep 27, 2023
1 parent 9e79a6e commit f15b2a3
Show file tree
Hide file tree
Showing 41 changed files with 806 additions and 574 deletions.
6 changes: 3 additions & 3 deletions common/config/rush/pnpm-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/pnpm-config.schema.json",
"useWorkspaces": true,
"strictPeerDependencies": false
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/pnpm-config.schema.json",
"useWorkspaces": true,
"strictPeerDependencies": false
}
286 changes: 172 additions & 114 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions packages/typespec-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"version": "1.0.0",
"type": "module",
"dependencies": {
"@typespec/compiler": ">=0.47.0 <1.0.0",
"@typespec/compiler": ">=0.48.0 <1.0.0",
"@azure-tools/typespec-ts": "workspace:^0.16.0",
"@typespec/http": ">=0.47.0 <1.0.0",
"@typespec/rest": ">=0.47.0 <1.0.0",
"@typespec/openapi": ">=0.47.0 <1.0.0",
"@typespec/versioning": ">=0.47.0 <1.0.0",
"@azure-tools/typespec-azure-core": ">=0.33.0 <1.0.0",
"@azure-tools/typespec-autorest": ">=0.33.0 <1.0.0",
"@azure-tools/typespec-client-generator-core": ">=0.33.0 <1.0.0",
"@typespec/openapi3": ">=0.47.0 <1.0.0",
"@typespec/prettier-plugin-typespec": ">=0.47.0 <1.0.0",
"@typespec/http": ">=0.48.0 <1.0.0",
"@typespec/rest": ">=0.48.0 <1.0.0",
"@typespec/openapi": ">=0.48.0 <1.0.0",
"@typespec/versioning": ">=0.48.0 <1.0.0",
"@azure-tools/typespec-azure-core": ">=0.34.0 <1.0.0",
"@azure-tools/typespec-autorest": ">=0.34.0 <1.0.0",
"@azure-tools/typespec-client-generator-core": "0.35.0-dev.9",
"@typespec/openapi3": ">=0.48.0 <1.0.0",
"@typespec/prettier-plugin-typespec": ">=0.48.0 <1.0.0",
"prettier": "2.7.1"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
{
"name": "Endpoint",
"in": "path",
"required": true,
"description": "Supported Cognitive Services endpoints (protocol and hostname, for example:\nhttps://westus2.api.cognitive.microsoft.com).",
"required": true,
"type": "string"
},
{
"name": "ApiVersion",
"in": "path",
"required": true,
"description": "Api Version",
"required": true,
"type": "string",
"enum": [
"v1.1"
Expand Down Expand Up @@ -95,8 +95,8 @@
},
"headers": {
"x-ms-error-code": {
"description": "Error code.",
"type": "string"
"type": "string",
"description": "Error code."
}
}
}
Expand Down Expand Up @@ -141,8 +141,8 @@
},
"headers": {
"x-ms-error-code": {
"description": "Error code.",
"type": "string"
"type": "string",
"description": "Error code."
}
}
}
Expand Down Expand Up @@ -186,8 +186,8 @@
},
"headers": {
"x-ms-error-code": {
"description": "Error code.",
"type": "string"
"type": "string",
"description": "Error code."
}
}
}
Expand Down Expand Up @@ -222,8 +222,8 @@
},
"headers": {
"x-ms-error-code": {
"description": "Error code.",
"type": "string"
"type": "string",
"description": "Error code."
}
}
}
Expand Down Expand Up @@ -253,8 +253,8 @@
},
"headers": {
"x-ms-error-code": {
"description": "Error code.",
"type": "string"
"type": "string",
"description": "Error code."
}
}
}
Expand Down Expand Up @@ -308,8 +308,8 @@
},
"headers": {
"x-ms-error-code": {
"description": "Error code.",
"type": "string"
"type": "string",
"description": "Error code."
}
}
}
Expand Down Expand Up @@ -353,8 +353,8 @@
},
"headers": {
"x-ms-error-code": {
"description": "Error code.",
"type": "string"
"type": "string",
"description": "Error code."
}
}
}
Expand Down Expand Up @@ -391,8 +391,8 @@
},
"headers": {
"x-ms-error-code": {
"description": "Error code.",
"type": "string"
"type": "string",
"description": "Error code."
}
}
}
Expand Down Expand Up @@ -429,8 +429,8 @@
},
"headers": {
"x-ms-error-code": {
"description": "Error code.",
"type": "string"
"type": "string",
"description": "Error code."
}
}
}
Expand Down Expand Up @@ -467,8 +467,8 @@
},
"headers": {
"x-ms-error-code": {
"description": "Error code.",
"type": "string"
"type": "string",
"description": "Error code."
}
}
}
Expand Down
Loading

0 comments on commit f15b2a3

Please sign in to comment.