Skip to content

Update autorest version to prerelease 3.0.0-alpha.20250618.1 #50684

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 5 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 @@ -288,7 +288,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.20250610.2" PrivateAssets="All" />
<PackageReference Update="Microsoft.Azure.AutoRest.CSharp" Version="3.0.0-alpha.20250618.1" 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
279 changes: 139 additions & 140 deletions eng/emitter-package-lock.json

Large diffs are not rendered by default.

35 changes: 19 additions & 16 deletions eng/emitter-package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
{
"main": "dist/src/index.js",
"dependencies": {
"@azure-tools/typespec-csharp": "0.2.0-beta.20250610.2"
"@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.20250618.1.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.2",
"@azure-tools/typespec-azure-rulesets": "0.56.0",
"@azure-tools/typespec-client-generator-core": "0.56.2",
"@azure-tools/typespec-autorest": "0.57.0",
"@azure-tools/typespec-azure-core": "0.57.0",
"@azure-tools/typespec-azure-resource-manager": "0.57.0",
"@azure-tools/typespec-azure-rulesets": "0.57.0",
"@azure-tools/typespec-client-generator-core": "0.57.1",
"@azure-tools/typespec-liftr-base": "0.8.0",
"@typespec/compiler": "1.0.0",
"@typespec/events": "0.70.0",
"@typespec/http": "1.0.1",
"@typespec/openapi": "1.0.0",
"@typespec/rest": "0.70.0",
"@typespec/sse": "0.70.0",
"@typespec/streams": "0.70.0",
"@typespec/versioning": "0.70.0",
"@typespec/xml": "0.70.0"
"@typespec/compiler": "1.1.0",
"@typespec/events": "0.71.0",
"@typespec/http": "1.1.0",
"@typespec/openapi": "1.1.0",
"@typespec/rest": "0.71.0",
"@typespec/sse": "0.71.0",
"@typespec/streams": "0.71.0",
"@typespec/versioning": "0.71.0",
"@typespec/xml": "0.71.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.20250618.1.tgz"
}
}
}
9 changes: 0 additions & 9 deletions sdk/ai/Azure.AI.Projects/src/Generated/AIProjectClient.cs

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

52 changes: 0 additions & 52 deletions sdk/ai/Azure.AI.Projects/src/Generated/ServicePatterns.cs
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this change comes from one of TCGC's latest change - now we no longer generate "empty clients", where empty client represents a client that is not holding any operation nor any sub clients.

This file was deleted.

Loading
Loading