autorest icon indicating copy to clipboard operation
autorest copied to clipboard

Remove unused macos references

Open weshaggard opened this issue 1 year ago • 1 comments

weshaggard avatar Jun 17 '24 20:06 weshaggard

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/22llrpxo For changes to autorest core.
@autorest/modelerfour --use:https://tinyurl.com/2bqfany2 For changes to modelerfour.

Or with all

autorest --version:https://tinyurl.com/22llrpxo --use:https://tinyurl.com/2bqfany2

or use the following in your autorest configuration:
# For changes to autorest core
version: "https://tinyurl.com/22llrpxo"

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

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.

azure-pipelines[bot] avatar Jun 21 '24 15:06 azure-pipelines[bot]