Skip to content

Commit

Permalink
Update to latest core/m4 (#1012)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alancere authored Aug 22, 2023
1 parent 8d5ae3c commit a383255
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/autorest.go/autorest-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ AutoRest needs the below config to pick this up as a plug-in - see https://githu

# Pipeline Configuration
``` yaml
version: 3.9.6
version: 3.9.7
use-extension:
"@autorest/modelerfour" : "4.26.2"

Expand Down
4 changes: 2 additions & 2 deletions packages/autorest.gotest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ https://github.com/Azure/azure-rest-api-specs
## How to Generate GO Test Code

```
autorest --version=3.8.2 --use=@autorest/go@latest --use=@autorest/gotest@latest --go --track2 --output-folder=<RP package path> --file-prefix="zz_generated_" --clear-output-folder=false --go.clear-output-folder=false --testmodeler.generate-mock-test --testmodeler.generate-sdk-example --testmodeler.generate-scenario-test --testmodeler.generate-sdk-sample <RP config md file path>
autorest --version=3.9.7 --use=@autorest/go@latest --use=@autorest/gotest@latest --go --track2 --output-folder=<RP package path> --file-prefix="zz_generated_" --clear-output-folder=false --go.clear-output-folder=false --testmodeler.generate-mock-test --testmodeler.generate-sdk-example --testmodeler.generate-scenario-test --testmodeler.generate-sdk-sample <RP config md file path>
```

## Configurations
Expand Down Expand Up @@ -59,7 +59,7 @@ testmodeler:
scenario:
codemodel-restcall-only: false

version: 3.9.6
version: 3.9.7

use-extension:
'@autorest/go': '4.0.0-preview.51'
Expand Down

0 comments on commit a383255

Please sign in to comment.