Skip to content

Commit

Permalink
config (Azure#17466)
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc authored Jan 24, 2022
1 parent 07a5e29 commit 0e23c19
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ batch:
- tag: package-2020-11-only
- tag: package-2021-03-08-only
- tag: package-2021-08
- tag: package-2021-10
- multiapiscript: true
```
Expand Down Expand Up @@ -136,6 +137,15 @@ namespace: azure.mgmt.applicationinsights.v2021_08_01
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2021_08_01
```

### Tag: package-2021-10 and python

These settings apply only when `--tag=package-2021-10 --python` is specified on the command line.

``` yaml $(tag) == 'package-2021-08' && $(python) && $(track2)
namespace: azure.mgmt.applicationinsights.v2021_10
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2021_10
```


```yaml $(python) && $(track2)
modelerfour:
Expand Down

0 comments on commit 0e23c19

Please sign in to comment.