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

Update to TypeSpec 0.55.0 #28569

Merged
merged 51 commits into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
e0446b8
Update deps and pipelines to "next"
mikeharder Mar 7, 2024
5588e53
Merge branch 'main' into typespec-next
mikeharder Mar 8, 2024
5e551a7
Merge branch 'main' into typespec-next
mikeharder Mar 8, 2024
d9d41f7
Merge branch 'main' into typespec-next
mikeharder Mar 9, 2024
d6bce10
Merge branch 'main' into typespec-next
mikeharder Mar 12, 2024
5494e7e
Fix name of validation script
mikeharder Mar 12, 2024
db28b10
Merge branch 'main' into typespec-next
mikeharder Mar 12, 2024
7fd0228
Update swagger to match new header ordering (#28228)
mikeharder Mar 12, 2024
af451ba
Merge branch 'main' into typespec-next
mikeharder Mar 12, 2024
a7f8fb6
[ai] React to 'Allow encode on a union' (#28238)
mikeharder Mar 13, 2024
d838732
Merge branch 'main' into typespec-next
mikeharder Mar 15, 2024
d032e64
Update specs for header reordering (#28288)
markcowl Mar 15, 2024
f026989
Merge branch 'main' into typespec-next
mikeharder Mar 19, 2024
c944ff0
Update next with latest from main (#28334)
markcowl Mar 21, 2024
de50cf7
Merge branch 'main' into typespec-next
mikeharder Mar 21, 2024
e17bca9
[deviceregistry] Header reordering
mikeharder Mar 21, 2024
212980b
Merge branch 'main' of https://github.com/Azure/azure-rest-api-specs …
timotheeguerin Mar 22, 2024
156032f
Suppressions for `arm-put/post-response-codes` rules (#28407)
tjprescott Mar 22, 2024
57ea359
Migrate remaining enums to extensible union (#28411)
timotheeguerin Mar 22, 2024
dc21e29
Merge branch 'main' of https://github.com/Azure/azure-rest-api-specs …
timotheeguerin Mar 27, 2024
2f29a5d
regen order
timotheeguerin Mar 27, 2024
d61ba10
Convert more enums to union
timotheeguerin Mar 27, 2024
9eb8ea1
fix
timotheeguerin Mar 27, 2024
bf3e93e
pin tcgc to before regression
timotheeguerin Mar 27, 2024
14e1573
Fix up to unblock
timotheeguerin Mar 27, 2024
11cc45d
format
timotheeguerin Mar 27, 2024
9ebd8e2
Merge branch 'main' of https://github.com/Azure/azure-rest-api-specs …
tjprescott Mar 29, 2024
5483a5c
Update for `lro-location-header` and `arm-resource-name-pattern` rule…
tjprescott Mar 29, 2024
ab7f299
Reorder
timotheeguerin Mar 29, 2024
2b522fd
Fix quantum workspace
timotheeguerin Mar 29, 2024
9e3356b
format and regen missing pattern
timotheeguerin Mar 29, 2024
3461064
Migrate arm ResourceIdentifier to new azure core type (#28532)
timotheeguerin Mar 29, 2024
ebf8f91
Merge branch 'main' of https://github.com/Azure/azure-rest-api-specs …
timotheeguerin Apr 1, 2024
417524c
Regen without readonly (#28541)
timotheeguerin Apr 1, 2024
85bacac
Suppress closed unions
timotheeguerin Apr 2, 2024
941bd11
Apply header sorting
timotheeguerin Apr 2, 2024
3b3c882
Merge branch 'main' into typespec-next
mikeharder Apr 2, 2024
53981b9
Remove default visibility for new resources (#28567)
markcowl Apr 3, 2024
d4ba6ba
Merge branch 'main' of https://github.com/Azure/azure-rest-api-specs …
timotheeguerin Apr 3, 2024
60873b3
Use released versions
timotheeguerin Apr 3, 2024
0d668d8
Remove
timotheeguerin Apr 3, 2024
df6073b
Remove
timotheeguerin Apr 3, 2024
dc2e0cb
more revert
timotheeguerin Apr 3, 2024
47774d8
ADd back package
timotheeguerin Apr 3, 2024
eec7a52
Fix openai
timotheeguerin Apr 3, 2024
b1aee32
Merge branch 'main' into update/typespec-0-55
timotheeguerin Apr 3, 2024
9adfb87
Merge branch 'main' into update/typespec-0-55
timotheeguerin Apr 3, 2024
58a2a7e
Merge branch 'main' into update/typespec-0-55
timotheeguerin Apr 3, 2024
03e5fd2
Apply changes to LoadTestService.Management
timotheeguerin Apr 3, 2024
b31e26d
format
timotheeguerin Apr 3, 2024
3f8b2c2
Regen sphere
timotheeguerin Apr 3, 2024
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
183 changes: 94 additions & 89 deletions package-lock.json

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

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"name": "azure-rest-api-specs",
"devDependencies": {
"@azure-tools/typespec-apiview": "0.4.5",
timotheeguerin marked this conversation as resolved.
Show resolved Hide resolved
"@azure-tools/typespec-autorest": "0.40.0",
"@azure-tools/typespec-azure-core": "0.40.0",
"@azure-tools/typespec-azure-resource-manager": "0.40.0",
"@azure-tools/typespec-client-generator-core": "0.40.0",
"@azure-tools/typespec-autorest": "0.41.0",
"@azure-tools/typespec-azure-core": "0.41.0",
"@azure-tools/typespec-azure-resource-manager": "0.41.0",
"@azure-tools/typespec-client-generator-core": "0.41.0",
"@azure/avocado": "^0.8.4",
"@typespec/compiler": "0.54.0",
"@typespec/http": "0.54.0",
"@typespec/openapi": "0.54.0",
"@typespec/openapi3": "0.54.0",
"@typespec/rest": "0.54.0",
"@typespec/versioning": "0.54.0",
"@typespec/compiler": "0.55.0",
"@typespec/http": "0.55.0",
"@typespec/openapi": "0.55.0",
"@typespec/openapi3": "0.55.0",
"@typespec/rest": "0.55.0",
"@typespec/versioning": "0.55.0",
"azure-rest-api-specs-eng-tools": "file:eng/tools",
"prettier": "~3.2.5",
"typescript": "~5.3.3"
Expand Down
1 change: 1 addition & 0 deletions specification/ai/DocumentIntelligence/routes.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ model DocumentClassifierAnalyzeRequestParams {

@doc("Analyze from stream request parameters.")
model AnalyzeFromStreamRequestParams {
#suppress "@azure-tools/typespec-azure-core/no-closed-literal-union" "This union cannot be open"
@doc("Input content type.")
@header
contentType:
Expand Down
Loading