Skip to content

Commit

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

* Update SDK codes co_de_1
  • Loading branch information
azure-sdk authored Aug 7, 2024
1 parent 6e050de commit a4b0a64
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 26 deletions.
2 changes: 1 addition & 1 deletion eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,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.20240801.1" PrivateAssets="All" />
<PackageReference Update="Microsoft.Azure.AutoRest.CSharp" Version="3.0.0-beta.20240806.3" 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
38 changes: 19 additions & 19 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.20240801.1"
"@azure-tools/typespec-csharp": "0.2.0-beta.20240806.3"
},
"devDependencies": {
"@azure-tools/typespec-autorest": "0.44.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"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"
"../../TempTypeSpecFiles/node_modules/@autorest/csharp/Generator.Shared",
"../../TempTypeSpecFiles/node_modules/@autorest/csharp/Azure.Core.Shared"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -1722,7 +1722,8 @@
],
"BufferResponse": true,
"GenerateProtocolMethod": true,
"GenerateConvenienceMethod": true
"GenerateConvenienceMethod": true,
"CrossLanguageDefinitionId": "Azure.Communication.MessagesService.NotificationMessagesClient.send"
},
{
"$id": "213",
Expand Down Expand Up @@ -1894,7 +1895,8 @@
"Path": "/messages/streams/{id}",
"BufferResponse": true,
"GenerateProtocolMethod": true,
"GenerateConvenienceMethod": true
"GenerateConvenienceMethod": true,
"CrossLanguageDefinitionId": "ClientForAcsMessages.NotificationMessagesClient.downloadMedia"
}
],
"Protocol": {
Expand Down Expand Up @@ -2107,7 +2109,8 @@
"NextLinkName": "nextLink"
},
"GenerateProtocolMethod": true,
"GenerateConvenienceMethod": true
"GenerateConvenienceMethod": true,
"CrossLanguageDefinitionId": "Azure.Communication.MessagesService.MessageTemplateClient.listTemplates"
}
],
"Protocol": {
Expand Down

0 comments on commit a4b0a64

Please sign in to comment.