Skip to content

Commit

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

* Update SDK codes co_de_1
  • Loading branch information
azure-sdk authored Jun 26, 2024
1 parent 239563c commit 19b85be
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 34 deletions.
2 changes: 1 addition & 1 deletion eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,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.20240625.2" PrivateAssets="All" />
<PackageReference Update="Microsoft.Azure.AutoRest.CSharp" Version="3.0.0-beta.20240625.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
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.20240625.2"
"@azure-tools/typespec-csharp": "0.2.0-beta.20240625.3"
},
"devDependencies": {
"@azure-tools/typespec-autorest": "0.43.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,8 @@
"Description": "The native external platform user identifiers of the recipient.",
"Type": {
"$id": "42",
"Kind": "Array",
"Name": "Array",
"ElementType": {
"Kind": "array",
"ValueType": {
"$id": "43",
"Kind": "string"
}
Expand Down Expand Up @@ -315,9 +314,8 @@
"Description": "Receipts of the send message operation.",
"Type": {
"$id": "47",
"Kind": "Array",
"Name": "Array",
"ElementType": {
"Kind": "array",
"ValueType": {
"$id": "48",
"Kind": "Model",
"Name": "MessageReceipt",
Expand Down Expand Up @@ -375,9 +373,8 @@
"Description": "The MessageTemplateItem items on this page",
"Type": {
"$id": "55",
"Kind": "Array",
"Name": "Array",
"ElementType": {
"Kind": "array",
"ValueType": {
"$id": "56",
"Kind": "Model",
"Name": "MessageTemplateItem",
Expand Down Expand Up @@ -576,9 +573,8 @@
"Description": "The template values.",
"Type": {
"$id": "81",
"Kind": "Array",
"Name": "Array",
"ElementType": {
"Kind": "array",
"ValueType": {
"$id": "82",
"Kind": "Model",
"Name": "MessageTemplateValue",
Expand Down Expand Up @@ -959,9 +955,8 @@
"Description": "The header template bindings",
"Type": {
"$id": "129",
"Kind": "Array",
"Name": "Array",
"ElementType": {
"Kind": "array",
"ValueType": {
"$id": "130",
"Kind": "Model",
"Name": "WhatsAppMessageTemplateBindingsComponent",
Expand Down Expand Up @@ -994,9 +989,8 @@
"Description": "The body template bindings",
"Type": {
"$id": "134",
"Kind": "Array",
"Name": "Array",
"ElementType": {
"Kind": "array",
"ValueType": {
"$ref": "130"
}
},
Expand All @@ -1010,9 +1004,8 @@
"Description": "The footer template bindings",
"Type": {
"$id": "136",
"Kind": "Array",
"Name": "Array",
"ElementType": {
"Kind": "array",
"ValueType": {
"$ref": "130"
}
},
Expand All @@ -1026,9 +1019,8 @@
"Description": "The button template bindings",
"Type": {
"$id": "138",
"Kind": "Array",
"Name": "Array",
"ElementType": {
"Kind": "array",
"ValueType": {
"$id": "139",
"Kind": "Model",
"Name": "WhatsAppMessageTemplateBindingsButton",
Expand Down

0 comments on commit 19b85be

Please sign in to comment.