Skip to content
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

Tidy up the technical language and layout #1055

Open
wants to merge 1 commit into
base: main-v3
Choose a base branch
from
Open
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
9 changes: 4 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ See [Using AutoRest PowerShell ](docs/readme.md) for examples, etc.

For instructions on cloning/building/etc, see [Development](docs/development.md)


## Contributor License Agreement Requirements

This project welcomes contributions and suggestions. Most contributions require you to agree to a
Expand All @@ -28,15 +27,15 @@ For more information see the [Code of Conduct FAQ](https://opensource.microsoft.
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.

<hr>
<hr>
<hr>

# NOTES
This file is really only used for local testing, where loading the individual plugins on the cmdline is terribly
This file is really only used for local testing, where loading the individual plugins on the command line is terribly
cumbersome.

### Autorest plugin configuration
- Please don't edit this section unless you're re-configuring how the powershell extension plugs in to AutoRest
AutoRest needs the below config to pick this up as a plug-in - see https://github.com/Azure/autorest/blob/master/docs/developer/architecture/AutoRest-extension.md

AutoRest needs the below config to pick this up as a plug-in &mdash; see https://github.com/Azure/autorest/blob/master/docs/developer/architecture/AutoRest-extension.md

``` yaml
pipeline-model: v3
Expand Down