Skip to content

Commit fff344c

Browse files
msyycLeiWang3
authored andcommitted
config (Azure#17466)
1 parent b356e82 commit fff344c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ batch:
2828
- tag: package-2020-11-only
2929
- tag: package-2021-03-08-only
3030
- tag: package-2021-08
31+
- tag: package-2021-10
3132
- multiapiscript: true
3233
```
3334
@@ -136,6 +137,15 @@ namespace: azure.mgmt.applicationinsights.v2021_08_01
136137
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2021_08_01
137138
```
138139

140+
### Tag: package-2021-10 and python
141+
142+
These settings apply only when `--tag=package-2021-10 --python` is specified on the command line.
143+
144+
``` yaml $(tag) == 'package-2021-08' && $(python) && $(track2)
145+
namespace: azure.mgmt.applicationinsights.v2021_10
146+
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2021_10
147+
```
148+
139149

140150
```yaml $(python) && $(track2)
141151
modelerfour:

0 commit comments

Comments
 (0)