Skip to content

Commit e295fe9

Browse files
zhangyan133Yan Zhang (WICRESOFT NORTH AMERICA LTD)
andauthored
operationalinsights t2 configure (#13630)
Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <[email protected]>
1 parent 25da630 commit e295fe9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

specification/operationalinsights/resource-manager/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ title: LogAnalyticsManagementClient
3434
``` yaml
3535
description: Operational Insights Client
3636
openapi-type: arm
37-
tag: package-2020-10
37+
tag: package-2020-08
3838
```
3939
4040

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ These settings apply only when `--python` is specified on the command line.
22
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
33
Use `--python-mode=update` if you already have a setup.py and just want to update the code itself.
44

5-
``` yaml $(python)
5+
``` yaml $(python) && $(track2)
66
python-mode: create
77
azure-arm: true
88
license-header: MICROSOFT_MIT_NO_VERSION
@@ -12,11 +12,11 @@ package-version: 7.0.0b1
1212
clear-output-folder: true
1313
```
1414
15-
``` yaml $(python) && $(python-mode) == 'update'
15+
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
1616
no-namespace-folders: true
1717
output-folder: $(python-sdks-folder)/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics
1818
```
19-
``` yaml $(python) && $(python-mode) == 'create'
19+
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
2020
basic-setup-py: true
2121
output-folder: $(python-sdks-folder)/loganalytics/azure-mgmt-loganalytics
2222
```

0 commit comments

Comments
 (0)