Skip to content

Commit

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

* Update SDK codes de_he_2

* Update SDK codes he_me_3

* Update SDK codes ad_co_0

* Update SDK codes st_wo_6

* Update SDK codes mi_pu_4

* Update SDK codes pu_sq_5

* Update SDK codes co_de_1

* update identity version

---------

Co-authored-by: Arcturus Zhang <dapzhang@microsoft.com>
  • Loading branch information
azure-sdk and ArcturusZhang authored Jul 4, 2024
1 parent 621c32f commit 316f983
Show file tree
Hide file tree
Showing 55 changed files with 736 additions and 21 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.20240701.2" PrivateAssets="All" />
<PackageReference Update="Microsoft.Azure.AutoRest.CSharp" Version="3.0.0-beta.20240703.5" 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.20240701.2"
"@azure-tools/typespec-csharp": "0.2.0-beta.20240703.5"
},
"devDependencies": {
"@azure-tools/typespec-autorest": "0.43.0",
Expand Down

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

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

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

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

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

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

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

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

Original file line number Diff line number Diff line change
Expand Up @@ -288,10 +288,12 @@
"Type": {
"$id": "43",
"Kind": "array",
"Name": "Array",
"ValueType": {
"$id": "44",
"Kind": "string"
}
},
"CrossLanguageDefinitionId": "TypeSpec.Array"
},
"IsRequired": true,
"IsReadOnly": false
Expand Down Expand Up @@ -477,6 +479,7 @@
"Type": {
"$id": "71",
"Kind": "array",
"Name": "ArrayMessageTemplateValue",
"ValueType": {
"$id": "72",
"Kind": "model",
Expand Down Expand Up @@ -900,7 +903,8 @@
]
}
}
}
},
"CrossLanguageDefinitionId": "TypeSpec.Array"
},
"IsRequired": false,
"IsReadOnly": false
Expand Down Expand Up @@ -974,6 +978,7 @@
"Type": {
"$id": "142",
"Kind": "array",
"Name": "ArrayWhatsAppMessageTemplateBindingsComponent",
"ValueType": {
"$id": "143",
"Kind": "model",
Expand All @@ -995,7 +1000,8 @@
"IsReadOnly": false
}
]
}
},
"CrossLanguageDefinitionId": "TypeSpec.Array"
},
"IsRequired": false,
"IsReadOnly": false
Expand All @@ -1008,9 +1014,11 @@
"Type": {
"$id": "147",
"Kind": "array",
"Name": "ArrayWhatsAppMessageTemplateBindingsComponent",
"ValueType": {
"$ref": "143"
}
},
"CrossLanguageDefinitionId": "TypeSpec.Array"
},
"IsRequired": false,
"IsReadOnly": false
Expand All @@ -1023,9 +1031,11 @@
"Type": {
"$id": "149",
"Kind": "array",
"Name": "ArrayWhatsAppMessageTemplateBindingsComponent",
"ValueType": {
"$ref": "143"
}
},
"CrossLanguageDefinitionId": "TypeSpec.Array"
},
"IsRequired": false,
"IsReadOnly": false
Expand All @@ -1038,6 +1048,7 @@
"Type": {
"$id": "151",
"Kind": "array",
"Name": "ArrayWhatsAppMessageTemplateBindingsButton",
"ValueType": {
"$id": "152",
"Kind": "model",
Expand Down Expand Up @@ -1070,7 +1081,8 @@
"IsReadOnly": false
}
]
}
},
"CrossLanguageDefinitionId": "TypeSpec.Array"
},
"IsRequired": false,
"IsReadOnly": false
Expand Down Expand Up @@ -1152,6 +1164,7 @@
"Type": {
"$id": "158",
"Kind": "array",
"Name": "ArrayMessageReceipt",
"ValueType": {
"$id": "159",
"Kind": "model",
Expand Down Expand Up @@ -1185,7 +1198,8 @@
"IsReadOnly": false
}
]
}
},
"CrossLanguageDefinitionId": "TypeSpec.Array"
},
"IsRequired": true,
"IsReadOnly": false
Expand All @@ -1211,6 +1225,7 @@
"Type": {
"$id": "166",
"Kind": "array",
"Name": "ArrayMessageTemplateItem",
"ValueType": {
"$id": "167",
"Kind": "model",
Expand Down Expand Up @@ -1317,7 +1332,8 @@
]
}
}
}
},
"CrossLanguageDefinitionId": "TypeSpec.Array"
},
"IsRequired": true,
"IsReadOnly": false
Expand Down Expand Up @@ -1363,8 +1379,7 @@
"Description": "The communication resource, for example https://my-resource.communication.azure.com",
"Type": {
"$id": "186",
"Kind": "uri",
"IsNullable": false
"Kind": "url"
},
"Location": "Uri",
"IsApiVersion": false,
Expand Down

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

Loading

0 comments on commit 316f983

Please sign in to comment.