Skip to content

Commit 0762e82

Browse files
author
Konrad Jamrozik
authored
Update ci-fix.md: upgrade Avocado stuff (#25568)
1 parent d4ceb3d commit 0762e82

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

documentation/ci-fix.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CI Fix Guide
22

3-
Short link: https://aka.ms/ci-fix
3+
Short link: https://aka.ms/azsdk/ci-fix
44

55
This page provides detailed instructions on how to diagnose, reproduce, fix and get help on various [automated validation tooling] failures on your [Azure REST API specs PR].
66

@@ -109,7 +109,11 @@ To reproduce LintDiff failures locally, see [CONTRIBUTING.md / How to locally re
109109

110110
## Avocado
111111

112-
Run avocado locally:
112+
### Get help fixing Avocado validation failures
113+
114+
Refer to [Avocado README](https://github.com/Azure/avocado/blob/master/README.md) for detailed description of validations and how-to-fix guidance.
115+
116+
### Run avocado locally
113117

114118
```
115119
npm install -g @azure/avocado
@@ -124,8 +128,6 @@ Note: When running in Swagger PR pipeline, Avocado only report errors with file
124128
- Run all specs: Clone the repo `azure/azure-rest-api-specs` and run "avocado" in folder `azure/azure-rest-api-specs`.
125129
- Run single service specs: create a folder `specification`. and move your service specs folder in `specification`. run "avocado"
126130

127-
Refer to [Avocado Readme](https://github.com/Azure/avocado/blob/master/README.md) for detailed description of validations and how-to-fix guidance.
128-
129131
## API Doc Preview
130132

131133
If you see `Swagger ApiDocPreview ` check fail with a failure [like this one](https://github.com/Azure/azure-rest-api-specs/pull/24841/checks?check_run_id=15056283615):

0 commit comments

Comments
 (0)