Skip to content

Commit

Permalink
[Go]applicationinsights add batch tag package-2022-01-11 (Azure#17520)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alancere authored and mstrisoline committed Feb 1, 2022
1 parent feeceb3 commit 6c6fe2c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions specification/applicationinsights/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ batch:
- tag: package-2015-05
- tag: package-2020-02-02
- tag: package-2021-11-01
- tag: package-2022-01-11
```
### Tag: package-2015-05 and go
Expand Down Expand Up @@ -56,4 +57,13 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s

``` yaml $(tag) == 'package-2021-11-01' && $(go)
output-folder: $(go-sdk-folder)/services/preview/appinsights/mgmt/2021-11-01-preview/$(namespace)
```

### Tag: package-2022-01-11 and go

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

``` yaml $(tag) == 'package-2022-01-11' && $(go)
output-folder: $(go-sdk-folder)/services/preview/appinsights/mgmt/2022-01-11-preview/$(namespace)
```

0 comments on commit 6c6fe2c

Please sign in to comment.