Azure / autorest

OpenAPI (f.k.a Swagger) Specification code generator. Supports C#, PowerShell, Go, Java, Node.js, TypeScript, Python
MIT License
4.54k stars 728 forks source link

Use new service connection for Autorest publish #4972

Closed hallipr closed 1 month ago

azure-pipelines[bot] commented 1 month ago

You may test this build by running autorest --reset and then either:


Add the following CLI flags

Pacakge Flag Description
@autorest/core --version:https://tinyurl.com/2be8um7s For changes to autorest core.
@autorest/modelerfour --use:https://tinyurl.com/22n64vly For changes to modelerfour.

Or with all

autorest --version:https://tinyurl.com/2be8um7s --use:https://tinyurl.com/22n64vly

or use the following in your autorest configuration:

# For changes to autorest core
version: "https://tinyurl.com/2be8um7s"

# For changes to modelerfour
use-extension:
  "@autorest/modelerfour": "https://tinyurl.com/22n64vly"

If this build is good for you, give this comment a thumbs up. (👍) And you should run autorest --reset again once you're finished testing to remove it.