Skip to content

Commit

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

* Update SDK codes co_de_1

* remove unused configuration.json and tspCodeModel.json

---------

Co-authored-by: FAREAST\chunyu <chunyu@microsoft.com>
  • Loading branch information
azure-sdk and chunyu3 authored Jul 16, 2024
1 parent 8615c80 commit 442f867
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 14 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.20240711.1" PrivateAssets="All" />
<PackageReference Update="Microsoft.Azure.AutoRest.CSharp" Version="3.0.0-beta.20240715.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
34 changes: 26 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.20240711.1"
"@azure-tools/typespec-csharp": "0.2.0-beta.20240715.1"
},
"devDependencies": {
"@azure-tools/typespec-autorest": "0.43.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"output-folder": ".",
"namespace": "Azure.Communication.Messages",
"library-name": "Azure.Communication.Messages",
"model-namespace": false,
"flavor": "azure",
"use-model-reader-writer": true,
"shared-source-folders": [
"../../TempTypeSpecFiles/Communication.Messages/node_modules/@autorest/csharp/Generator.Shared",
"../../TempTypeSpecFiles/Communication.Messages/node_modules/@autorest/csharp/Azure.Core.Shared"
],
"model-namespace": false,
"flavor": "azure",
"use-model-reader-writer": true
]
}

0 comments on commit 442f867

Please sign in to comment.