Skip to content

Commit

Permalink
track1 add batch tag machine learning services in readme.go.md (#15432)
Browse files Browse the repository at this point in the history
* track1 add batch tag machine learning services in readme.go.md

* fix
  • Loading branch information
Alancere authored Jul 29, 2021
1 parent 1267076 commit b47572a
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ go:
```yaml $(go) && $(multiapi)
batch:
- tag: package-2021-07-01
- tag: package-2021-04-01
- tag: package-2021-03-01-preview
- tag: package-2020-04-01
- tag: package-2020-03-01
Expand All @@ -25,6 +26,7 @@ batch:
- tag: package-2020-02-18-preview
- tag: package-2018-03-preview
```
## Tag: package-2021-07-01 and go
These settings apply only when `--tag=package-2021-07-01 --go` is specified on the command line.
Expand All @@ -34,6 +36,15 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-07-01/$(namespace)
```

## Tag: package-2021-04-01 and go

These settings apply only when `--tag=package-2021-04-01 --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-2021-04-01' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-04-01/$(namespace)
```

## Tag: package-2021-03-01-preview and go

These settings apply only when `--tag=package-2021-03-01-preview --go` is specified on the command line.
Expand Down

0 comments on commit b47572a

Please sign in to comment.