Skip to content

Commit b47572a

Browse files
authored
track1 add batch tag machine learning services in readme.go.md (#15432)
* track1 add batch tag machine learning services in readme.go.md * fix
1 parent 1267076 commit b47572a

File tree

1 file changed

+11
-0
lines changed
  • specification/machinelearningservices/resource-manager

1 file changed

+11
-0
lines changed

specification/machinelearningservices/resource-manager/readme.go.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ go:
1414
```yaml $(go) && $(multiapi)
1515
batch:
1616
- tag: package-2021-07-01
17+
- tag: package-2021-04-01
1718
- tag: package-2021-03-01-preview
1819
- tag: package-2020-04-01
1920
- tag: package-2020-03-01
@@ -25,6 +26,7 @@ batch:
2526
- tag: package-2020-02-18-preview
2627
- tag: package-2018-03-preview
2728
```
29+
2830
## Tag: package-2021-07-01 and go
2931
3032
These settings apply only when `--tag=package-2021-07-01 --go` is specified on the command line.
@@ -34,6 +36,15 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
3436
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-07-01/$(namespace)
3537
```
3638

39+
## Tag: package-2021-04-01 and go
40+
41+
These settings apply only when `--tag=package-2021-04-01 --go` is specified on the command line.
42+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
43+
44+
```yaml $(tag)=='package-2021-04-01' && $(go)
45+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-04-01/$(namespace)
46+
```
47+
3748
## Tag: package-2021-03-01-preview and go
3849

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

0 commit comments

Comments
 (0)