Skip to content

Commit 3a93c14

Browse files
Merge branch 'main' into wangamber/transcription
2 parents 3e9b8e7 + e7023eb commit 3a93c14

File tree

4 files changed

+459
-443
lines changed

4 files changed

+459
-443
lines changed

eng/emitter-package-lock.json

Lines changed: 65 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eng/emitter-package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"main": "dist/src/index.js",
33
"dependencies": {
4-
"@azure-tools/typespec-java": "0.37.3"
4+
"@azure-tools/typespec-java": "0.37.4"
55
},
66
"devDependencies": {
77
"@azure-tools/typespec-autorest": "0.63.0",
@@ -10,7 +10,7 @@
1010
"@azure-tools/typespec-azure-rulesets": "0.63.0",
1111
"@azure-tools/typespec-client-generator-core": "0.63.0",
1212
"@azure-tools/typespec-liftr-base": "0.11.0",
13-
"@typespec/compiler": "1.7.0",
13+
"@typespec/compiler": "1.7.1",
1414
"@typespec/http": "1.7.0",
1515
"@typespec/openapi": "1.7.0",
1616
"@typespec/rest": "0.77.0",

sdk/spring/pipeline/spring-cloud-azure-supported-spring.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,30 @@
44
"releaseStatus" : "SNAPSHOT",
55
"snapshot" : true,
66
"supportStatus" : "TODO",
7+
"spring-boot-version" : "3.5.10-SNAPSHOT",
8+
"spring-cloud-version" : "2025.0.1"
9+
},
10+
{
11+
"current" : false,
12+
"releaseStatus" : "GENERAL_AVAILABILITY",
13+
"snapshot" : false,
14+
"supportStatus" : "SUPPORTED",
15+
"spring-boot-version" : "3.5.9",
16+
"spring-cloud-version" : "2025.0.1"
17+
},
18+
{
19+
"current" : false,
20+
"releaseStatus" : "SNAPSHOT",
21+
"snapshot" : true,
22+
"supportStatus" : "END_OF_LIFE",
723
"spring-boot-version" : "3.5.9-SNAPSHOT",
824
"spring-cloud-version" : "2025.0.0"
925
},
1026
{
1127
"current" : false,
1228
"releaseStatus" : "GENERAL_AVAILABILITY",
1329
"snapshot" : false,
14-
"supportStatus" : "SUPPORTED",
30+
"supportStatus" : "END_OF_LIFE",
1531
"spring-boot-version" : "3.5.8",
1632
"spring-cloud-version" : "2025.0.0"
1733
},

0 commit comments

Comments
 (0)