Skip to content

Update autorest 3.0.0 beta.20250718.2 #51350

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 4 commits into
base: main
Choose a base branch
from

Conversation

live1206
Copy link
Member

No description provided.

Copy link

github-actions bot commented Jul 18, 2025

API Change Check

APIView identified API level changes in this PR and created the following API reviews

Azure.AI.OpenAI.Assistants

@live1206 live1206 closed this Jul 21, 2025
@live1206 live1206 deleted the update-autorest-3.0.0-beta.20250718.2 branch July 21, 2025 02:57
@live1206 live1206 restored the update-autorest-3.0.0-beta.20250718.2 branch July 21, 2025 02:57
@live1206 live1206 reopened this Jul 21, 2025
@SsomsakTH
Copy link

To update AutoRest to version 3.0.0-beta.20250718.2 (#51350), please follow these steps:

Step 1: Ensure you have the .NET SDK installed.

AutoRest requires the .NET SDK to run. If you don't have it, you can download and install it from the official Microsoft website:
https://dotnet.microsoft.com/download

Step 2: Update AutoRest via the .NET Global Tool.

Open your Command Prompt or PowerShell and run the following command:

dotnet tool update -g autorest --version 3.0.0-beta.20250718.2

Command Explanation:

  • dotnet tool update: The command to update a global tool.
  • -g or --global: Specifies that you want to update a global tool (AutoRest is typically installed globally).
  • autorest: The name of the global tool to update.
  • --version 3.0.0-beta.20250718.2: Specifies the exact version you want to update to (in this case, beta.20250718.2).

Important Notes:

  • Internet Connection: You will need an active internet connection to download the new version's package.
  • Permissions: You might need to run Command Prompt/PowerShell as an Administrator, depending on your system's settings.
  • Verification: After running the command, the system should display a confirmation message indicating that AutoRest has been updated to the specified version.

Please let me know if you have any questions or encounter any issues during the update process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants