Skip to content

Commit dda51a4

Browse files
zhangyan133Yan Zhang (WICRESOFT NORTH AMERICA LTD)msyyc
authored
digitaltwins track2 config (Azure#14269)
* digitaltwins config * second * Update readme.python.md Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com> Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
1 parent a80c025 commit dda51a4

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

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

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
66
```yaml $(python) && $(track2)
77
azure-arm: true
88
license-header: MICROSOFT_MIT_NO_VERSION
9-
namespace: azure.mgmt.digitaltwins
109
package-name: azure-mgmt-digitaltwins
11-
package-version: 1.0.0
12-
clear-output-folder: true
10+
package-version: 1.0.0b1
1311
no-namespace-folders: true
1412
```
1513
@@ -18,6 +16,7 @@ no-namespace-folders: true
1816
Generate all API versions currently shipped for this package
1917
2018
```yaml $(python) && $(multiapi) && $(track2)
19+
clear-output-folder: true
2120
batch:
2221
- tag: package-2020-12
2322
- tag: package-2020-10
@@ -60,4 +59,10 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
6059
``` yaml $(tag) == 'package-2020-03-01-preview' && $(python)
6160
namespace: azure.mgmt.digitaltwins.v2020_03_01_preview
6261
output-folder: $(python-sdks-folder)/digitaltwins/azure-mgmt-digitaltwins/azure/mgmt/digitaltwins/v2020_03_01_preview
63-
```
62+
```
63+
64+
65+
```yaml $(python) && $(track2)
66+
modelerfour:
67+
lenient-model-deduplication: true
68+
```

0 commit comments

Comments
 (0)