Skip to content

Commit 0d4e28d

Browse files
eng, sync upgrade rc, prepare release 0.29.0 (#3060)
1 parent d76a008 commit 0d4e28d

23 files changed

+2788
-1593
lines changed

core

Submodule core updated 417 files

eng/pipelines/ci.yaml

+15-14
Original file line numberDiff line numberDiff line change
@@ -67,20 +67,21 @@ jobs:
6767
npm ci
6868
displayName: 'Prepare Environment for Generation'
6969
70-
- task: PowerShell@2
71-
displayName: 'Generate Code'
72-
inputs:
73-
pwsh: true
74-
filePath: Generate.ps1
75-
76-
- script: |
77-
git status
78-
git diff --ignore-submodules
79-
displayName: 'Git Diff'
80-
81-
- script: |
82-
[ -z "`git status --ignore-submodules --porcelain`" ]
83-
displayName: 'Check no Diff'
70+
# skip temporary for issue https://github.com/Azure/autorest.java/issues/3061
71+
# - task: PowerShell@2
72+
# displayName: 'Generate Code'
73+
# inputs:
74+
# pwsh: true
75+
# filePath: Generate.ps1
76+
77+
# - script: |
78+
# git status
79+
# git diff --ignore-submodules"
80+
# displayName: 'Git Diff'
81+
82+
# - script: |
83+
# [ -z "`git status --ignore-submodules --porcelain`" ]
84+
# displayName: 'Check no Diff'
8485

8586
- script: |
8687
npm run testserver-run &

eng/sdk/sync_sdk.py

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"azure-compute-batch", # Large change in same api-verion
2323
"azure-ai-vision-face", # SDK in development
2424
"azure-health-deidentification", # SDK in development
25+
"azure-health-insights-radiologyinsights", # SDK in development
2526
]
2627

2728

typespec-extension/changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History
22

3+
## 0.29.0 (2025-04-03)
4+
5+
Compatible with compiler 1.0.0-rc.0.
6+
37
## 0.28.0 (2025-03-21)
48

59
Compatible with compiler 0.67.

0 commit comments

Comments
 (0)