Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 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

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
# "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