Skip to content

Commit

Permalink
Incorrect tag specified assume it was a copy and paste error (#13018)
Browse files Browse the repository at this point in the history
  • Loading branch information
taliesins committed Feb 18, 2021
1 parent 228cf29 commit 591587c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification/batch/data-plane/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ output-folder: $(go-sdk-folder)/services/$(namespace)/2016-02-01.3.0/$(namespace

### Tag: package-2015-12.2.2 and go

These settings apply only when `--tag=package-2017-05.5.0 --go` is specified on the command line.
These settings apply only when `--tag=2015-12.2.2 --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag)=='package-2017-05.5.0' && $(go)
``` yaml $(tag)=='2015-12.2.2' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/2015-12-01.2.2/$(namespace)
```

0 comments on commit 591587c

Please sign in to comment.