Skip to content

Commit

Permalink
fix the output folder to let it reflect the real api-version (#14264)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang authored May 7, 2021
1 parent 07645fe commit ca33ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/imagebuilder/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ These settings apply only when `--tag=package-2020-02 --go` is specified on the
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2020-02' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-02-01/$(namespace)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-02-14/$(namespace)
```

### Tag: package-2018-02
Expand Down

0 comments on commit ca33ae7

Please sign in to comment.