Skip to content

Commit

Permalink
Update AutoRest C# version to 3.0.0-beta.20240707.1 (Azure#44888)
Browse files Browse the repository at this point in the history
* Update Generator Version 3.0.0-beta.20240707.1

* Update SDK codes co_de_1
  • Loading branch information
azure-sdk authored Jul 8, 2024
1 parent aec6675 commit ba33322
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 20 deletions.
2 changes: 1 addition & 1 deletion eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
All should have PrivateAssets="All" set so they don't become package dependencies
-->
<ItemGroup>
<PackageReference Update="Microsoft.Azure.AutoRest.CSharp" Version="3.0.0-beta.20240703.5" PrivateAssets="All" />
<PackageReference Update="Microsoft.Azure.AutoRest.CSharp" Version="3.0.0-beta.20240707.1" PrivateAssets="All" />
<PackageReference Update="Azure.ClientSdk.Analyzers" Version="0.1.1-dev.20240429.1" PrivateAssets="All" />
<PackageReference Update="coverlet.collector" Version="3.2.0" PrivateAssets="All" />
<PackageReference Update="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0" PrivateAssets="All" />
Expand Down
16 changes: 8 additions & 8 deletions eng/emitter-package-lock.json

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

2 changes: 1 addition & 1 deletion eng/emitter-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"main": "dist/src/index.js",
"dependencies": {
"@azure-tools/typespec-csharp": "0.2.0-beta.20240703.5"
"@azure-tools/typespec-csharp": "0.2.0-beta.20240707.1"
},
"devDependencies": {
"@azure-tools/typespec-autorest": "0.43.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1405,8 +1405,7 @@
"$id": "189",
"Type": {
"$id": "190",
"Kind": "string",
"IsNullable": false
"Kind": "string"
},
"Value": "2024-02-01"
},
Expand Down Expand Up @@ -1506,8 +1505,7 @@
"NameInRequest": "Accept",
"Type": {
"$id": "200",
"Kind": "string",
"IsNullable": false
"Kind": "string"
},
"Location": "Header",
"IsApiVersion": false,
Expand All @@ -1532,8 +1530,7 @@
"NameInRequest": "Content-Type",
"Type": {
"$id": "203",
"Kind": "string",
"IsNullable": false
"Kind": "string"
},
"Location": "Header",
"IsApiVersion": false,
Expand Down Expand Up @@ -1679,8 +1676,7 @@
"NameInRequest": "Accept",
"Type": {
"$id": "217",
"Kind": "string",
"IsNullable": false
"Kind": "string"
},
"Location": "Header",
"IsApiVersion": false,
Expand Down Expand Up @@ -1851,8 +1847,7 @@
"NameInRequest": "Accept",
"Type": {
"$id": "235",
"Kind": "string",
"IsNullable": false
"Kind": "string"
},
"Location": "Header",
"IsApiVersion": false,
Expand Down

0 comments on commit ba33322

Please sign in to comment.