Skip to content
Open
Show file tree
Hide file tree
Changes from all 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 eng/pipelines/post-publish-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resources:
jobs:
- job: Generate_SDK

timeoutInMinutes: 60
timeoutInMinutes: 120
Copy link
Member Author

@weidongxu-microsoft weidongxu-microsoft Jan 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The running time seems not very stable. I see range from 40min to more than 1hour (where the job times out).

Let's see if increase here would work.


variables:
- template: /eng/pipelines/variables/globals.yml
Expand Down
2 changes: 0 additions & 2 deletions eng/sdk/sync_sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
skip_artifacts: List[str] = [
"azure-ai-anomalydetector", # deprecated
# expect failure on below
"azure-ai-projects", # wait for service dev update tsp-location.yaml
"azure-ai-agents-persistent", # tspconfig does not have java
Comment on lines -23 to -24
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They likely would still fail, if run.

But in SDK repo they renamed tsp-location.yaml to _tsp-location.yaml, so it won't run.

# "azure-developer-devcenter", # 2 breaks introduced into stable api-version
# "azure-ai-vision-face", # SDK in development
]
Expand Down
44 changes: 41 additions & 3 deletions typespec-extension/package-lock.json

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

2 changes: 2 additions & 0 deletions typespec-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"@azure-tools/typespec-azure-rulesets": ">=0.64.0 <1.0.0",
"@azure-tools/typespec-client-generator-core": ">=0.64.1 <1.0.0",
"@azure-tools/typespec-liftr-base": ">=0.11.0 <1.0.0",
"@azure-tools/openai-typespec": "^1.6.1",
"@typespec/compiler": "^1.8.0",
"@typespec/http": "^1.8.0",
"@typespec/openapi": "^1.8.0",
Expand All @@ -72,6 +73,7 @@
"@azure-tools/typespec-azure-rulesets": "0.64.0",
"@azure-tools/typespec-client-generator-core": "0.64.1",
"@azure-tools/typespec-liftr-base": "0.11.0",
"@azure-tools/openai-typespec": "^1.6.1",
"@microsoft/api-extractor": "^7.55.2",
"@types/js-yaml": "~4.0.9",
"@types/lodash": "~4.17.23",
Expand Down