Skip to content

Commit 8181069

Browse files
authored
[Go]applicationinsights add batch tag package-2022-01-11 (#17520)
1 parent f73d4b4 commit 8181069

File tree

1 file changed

+10
-0
lines changed
  • specification/applicationinsights/resource-manager

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ batch:
2929
- tag: package-2015-05
3030
- tag: package-2020-02-02
3131
- tag: package-2021-11-01
32+
- tag: package-2022-01-11
3233
```
3334
3435
### Tag: package-2015-05 and go
@@ -56,4 +57,13 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
5657

5758
``` yaml $(tag) == 'package-2021-11-01' && $(go)
5859
output-folder: $(go-sdk-folder)/services/preview/appinsights/mgmt/2021-11-01-preview/$(namespace)
60+
```
61+
62+
### Tag: package-2022-01-11 and go
63+
64+
These settings apply only when `--tag=package-2022-01-11 --go` is specified on he command line.
65+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
66+
67+
``` yaml $(tag) == 'package-2022-01-11' && $(go)
68+
output-folder: $(go-sdk-folder)/services/preview/appinsights/mgmt/2022-01-11-preview/$(namespace)
5969
```

0 commit comments

Comments
 (0)