Skip to content

Commit 6707a23

Browse files
authored
Update GenerateABasicApiScenario.md (#20496)
1 parent 38ef3fb commit 6707a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/api-scenario/how-to/GenerateABasicApiScenario.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ npm i -g oav
1616
1. Compile Swagger into dependencies.json with Restler.
1717

1818
```bash
19-
docker run --rm -v $(pwd)/specification:/swagger -w /swagger/.restler_output mcr.microsoft.com/restlerfuzzer/restler:v8.6.0 dotnet /RESTler/restler/Restler.dll compile --api_spec /swagger/appconfiguration/resource-manager/Microsoft.AppConfiguration/stable/2022-05-01/appconfiguration.json
19+
docker run --rm -v $(pwd)/specification:/swagger -w /swagger/.restler_output mcr.microsoft.com/restlerfuzzer/restler dotnet /RESTler/restler/Restler.dll compile --api_spec /swagger/appconfiguration/resource-manager/Microsoft.AppConfiguration/stable/2022-05-01/appconfiguration.json
2020
```
2121

2222
2. Generate a basic API Scenario file.

0 commit comments

Comments
 (0)