Skip to content

Commit c797a1f

Browse files
authored
TimeSeriesInsingts t2 config (Azure#13548)
* TimeSeriesInsingts t2 config * timeseriesinsights readme.python change
1 parent 6b25764 commit c797a1f

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

specification/timeseriesinsights/resource-manager/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ swagger-to-sdk:
116116
- repo: azure-sdk-for-node
117117
- repo: azure-sdk-for-js
118118
- repo: azure-sdk-for-python
119+
- repo: azure-sdk-for-python-track2
119120
- repo: azure-resource-manager-schemas
120121
after_scripts:
121122
- node sdkauto_afterscript.js timeseriesinsights/resource-manager

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

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

7-
``` yaml $(python)
7+
``` yaml $(python) && !$(track2)
88
python-mode: create
99
python:
1010
azure-arm: true
1111
license-header: MICROSOFT_MIT_NO_VERSION
1212
payload-flattening-threshold: 2
1313
namespace: azure.mgmt.timeseriesinsights
1414
package-name: azure-mgmt-timeseriesinsights
15-
package-version: 0.1.0
1615
clear-output-folder: true
1716
```
18-
``` yaml $(python) && $(python-mode) == 'update'
17+
``` yaml $(python) && $(track2)
18+
python-mode: create
19+
azure-arm: true
20+
license-header: MICROSOFT_MIT_NO_VERSION
21+
namespace: azure.mgmt.timeseriesinsights
22+
package-name: azure-mgmt-timeseriesinsights
23+
```
24+
25+
``` yaml $(python) && $(python-mode) == 'update' && !$(track2)
1926
python:
2027
no-namespace-folders: true
2128
output-folder: $(python-sdks-folder)/timeseriesinsights/azure-mgmt-timeseriesinsights/azure/mgmt/timeseriesinsights
2229
```
23-
``` yaml $(python) && $(python-mode) == 'create'
30+
``` yaml $(python) && $(python-mode) == 'create' && !$(track2)
2431
python:
2532
basic-setup-py: true
2633
output-folder: $(python-sdks-folder)/timeseriesinsights/azure-mgmt-timeseriesinsights
2734
```
28-
35+
36+
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
37+
no-namespace-folders: true
38+
output-folder: $(python-sdks-folder)/timeseriesinsights/azure-mgmt-timeseriesinsights/azure/mgmt/timeseriesinsights
39+
```
40+
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
41+
basic-setup-py: true
42+
output-folder: $(python-sdks-folder)/timeseriesinsights/azure-mgmt-timeseriesinsights
43+
```

0 commit comments

Comments
 (0)