Skip to content

Commit

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

* Update SDK codes de_he_2

* Update SDK codes hy_mi_3

* Update SDK codes ad_co_0

* Update SDK codes sq_wo_6

* Update SDK codes mi_pu_4

* Update SDK codes pu_sq_5

* remove changetrackinglist

* fix batch projects

* update personalizer

* regen projects from the failed ci leg

---------

Co-authored-by: m-nash <[email protected]>
  • Loading branch information
azure-sdk and m-nash authored Mar 5, 2024
1 parent 6948051 commit d347df8
Show file tree
Hide file tree
Showing 4,891 changed files with 40,315 additions and 4,037 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 0 additions & 1 deletion eng/Directory.Build.Common.targets
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@
<Compile Include="$(AzureCoreSharedSources)Argument.cs" LinkBase="Shared/Core" />
<Compile Include="$(AzureCoreSharedSources)AsyncLockWithValue.cs" LinkBase="Shared/Core" />
<Compile Include="$(AzureCoreSharedSources)ChangeTrackingDictionary.cs" LinkBase="Shared/Core" />
<Compile Include="$(AzureCoreSharedSources)ChangeTrackingList.cs" LinkBase="Shared/Core" />
<Compile Include="$(AzureCoreSharedSources)ClientDiagnostics.cs" LinkBase="Shared/Core" />
<Compile Include="$(AzureCoreSharedSources)TrimmingAttribute.cs" LinkBase="Shared/Core" />
<Compile Include="$(AzureCoreSharedSources)DiagnosticScope.cs" LinkBase="Shared/Core" />
Expand Down
2 changes: 1 addition & 1 deletion eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,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.20240303.1" PrivateAssets="All" />
<PackageReference Update="Microsoft.Azure.AutoRest.CSharp" Version="3.0.0-beta.20240304.1" PrivateAssets="All" />
<PackageReference Update="Azure.ClientSdk.Analyzers" Version="0.1.1-dev.20240214.2" PrivateAssets="All" />
<PackageReference Update="coverlet.collector" Version="3.2.0" PrivateAssets="All" />
<PackageReference Update="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.4" 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.

8 changes: 4 additions & 4 deletions eng/emitter-package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"main": "dist/src/index.js",
"dependencies": {
"@azure-tools/typespec-csharp": "0.2.0-beta.20240303.1"
"@azure-tools/typespec-csharp": "0.2.0-beta.20240304.1"
},
"devDependencies": {
"@typespec/versioning": "0.53.0",
"@azure-tools/typespec-azure-core": "0.39.1",
"@typespec/compiler": "0.53.1",
"@azure-tools/typespec-client-generator-core": "0.40.0-dev.14",
"@typespec/openapi": "0.53.0",
"@typespec/http": "0.53.0",
"@typespec/rest": "0.53.0"
"@typespec/rest": "0.53.0",
"@typespec/compiler": "0.53.1",
"@azure-tools/typespec-client-generator-core": "0.40.0-dev.14"
}
}

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.

Loading

0 comments on commit d347df8

Please sign in to comment.