Skip to content

Commit 8c61c70

Browse files
azure-sdkMingzhe Huang (from Dev Box)archerzz
authored
Update AutoRest C# version to 3.0.0-beta.20240410.4 (Azure#43346)
* Update Generator Version 3.0.0-beta.20240410.4 * Update SDK codes he_mi_3 * Update SDK codes co_de_1 * [jobrouter]: update to lastest spec To fix the regression in tsp 0.55 * [healthinsights]: update test/api interface --------- Co-authored-by: Mingzhe Huang (from Dev Box) <mingzhehuang@microsoft.com> Co-authored-by: Mingzhe Huang <archerzz@users.noreply.github.com>
1 parent 697bdca commit 8c61c70

23 files changed

+530
-147
lines changed

eng/Packages.Data.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
All should have PrivateAssets="All" set so they don't become package dependencies
224224
-->
225225
<ItemGroup>
226-
<PackageReference Update="Microsoft.Azure.AutoRest.CSharp" Version="3.0.0-beta.20240410.3" PrivateAssets="All" />
226+
<PackageReference Update="Microsoft.Azure.AutoRest.CSharp" Version="3.0.0-beta.20240410.4" PrivateAssets="All" />
227227
<PackageReference Update="Azure.ClientSdk.Analyzers" Version="0.1.1-dev.20240214.2" PrivateAssets="All" />
228228
<PackageReference Update="coverlet.collector" Version="3.2.0" PrivateAssets="All" />
229229
<PackageReference Update="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.4" PrivateAssets="All" />

eng/emitter-package-lock.json

Lines changed: 67 additions & 63 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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"main": "dist/src/index.js",
33
"dependencies": {
4-
"@azure-tools/typespec-csharp": "0.2.0-beta.20240410.3"
4+
"@azure-tools/typespec-csharp": "0.2.0-beta.20240410.4"
55
},
66
"devDependencies": {
7-
"@azure-tools/typespec-azure-core": "0.40.0",
8-
"@typespec/compiler": "0.54.0",
9-
"@typespec/versioning": "0.54.0",
10-
"@typespec/http": "0.54.0",
11-
"@azure-tools/typespec-client-generator-core": "0.40.0",
12-
"@typespec/openapi": "0.54.0",
13-
"@typespec/rest": "0.54.0"
7+
"@azure-tools/typespec-azure-core": "0.41.0",
8+
"@typespec/http": "0.55.0",
9+
"@typespec/compiler": "0.55.0",
10+
"@azure-tools/typespec-client-generator-core": "0.42.0-dev.8",
11+
"@typespec/openapi": "0.55.0",
12+
"@typespec/versioning": "0.55.0",
13+
"@typespec/rest": "0.55.0"
1414
}
1515
}

sdk/communication/Azure.Communication.JobRouter/tsp-location.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
commit: 475747ff6322e9bf180b8911d871561b264379c3
1+
commit: 20e26266be77e6da4321259fb79e51e8281e48b2
22
directory: specification/communication/Communication.JobRouter
33
additionalDirectories: []
44
repo: Azure/azure-rest-api-specs

sdk/communication/Azure.Communication.Messages/src/Generated/tspCodeModel.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@
430430
"IsNullable": false
431431
},
432432
"IsRequired": false,
433-
"IsReadOnly": true
433+
"IsReadOnly": false
434434
}
435435
]
436436
},
@@ -445,7 +445,7 @@
445445
"Accessibility": "internal",
446446
"Description": "A data stream.",
447447
"IsNullable": false,
448-
"Usage": "Output",
448+
"Usage": "None",
449449
"Properties": [
450450
{
451451
"$id": "55",

0 commit comments

Comments
 (0)