Skip to content

Update autorest version to prerelease 3.0.0-alpha.20250523.3 #50243

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,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.20250521.1" PrivateAssets="All" />
<PackageReference Update="Microsoft.Azure.AutoRest.CSharp" Version="3.0.0-alpha.20250523.3" PrivateAssets="All" />
<PackageReference Update="Azure.ClientSdk.Analyzers" Version="0.1.1-dev.20250422.1" PrivateAssets="All" />
<PackageReference Update="coverlet.collector" Version="3.2.0" PrivateAssets="All" />
<!-- Note: Upgrading the .NET SDK version needs to be synchronized with the autorest.csharp repository -->
Expand Down
26 changes: 13 additions & 13 deletions eng/emitter-package-lock.json

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

7 changes: 5 additions & 2 deletions eng/emitter-package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"main": "dist/src/index.js",
"dependencies": {
"@azure-tools/typespec-csharp": "0.2.0-beta.20250521.1"
"@azure-tools/typespec-csharp": "https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-js-test-autorest/npm/registry/@azure-tools/typespec-csharp/-/typespec-csharp-0.2.0-alpha.20250523.3.tgz"
},
"devDependencies": {
"@azure-tools/typespec-autorest": "0.56.0",
"@azure-tools/typespec-azure-core": "0.56.0",
"@azure-tools/typespec-azure-resource-manager": "0.56.0",
"@azure-tools/typespec-azure-resource-manager": "0.56.1",
"@azure-tools/typespec-azure-rulesets": "0.56.0",
"@azure-tools/typespec-client-generator-core": "0.56.0",
"@azure-tools/typespec-liftr-base": "0.8.0",
Expand All @@ -19,5 +19,8 @@
"@typespec/streams": "0.70.0",
"@typespec/versioning": "0.70.0",
"@typespec/xml": "0.70.0"
},
"overrides": {
"@autorest/csharp": "https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-js-test-autorest/npm/registry/@autorest/csharp/-/csharp-3.0.0-alpha.20250523.3.tgz"
}
}

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