Skip to content

Commit a34df74

Browse files
authored
config readme.python (#18181)
1 parent 6ac3fab commit a34df74

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
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

6-
```yaml $(python) && $(track2)
6+
```yaml $(python)
77
azure-arm: true
88
license-header: MICROSOFT_MIT_NO_VERSION
99
package-name: azure-mgmt-digitaltwins
@@ -15,7 +15,7 @@ no-namespace-folders: true
1515
1616
Generate all API versions currently shipped for this package
1717
18-
```yaml $(python) && $(multiapi) && $(track2)
18+
```yaml $(python) && $(multiapi)
1919
clear-output-folder: true
2020
batch:
2121
- tag: package-2021-06-30-preview
@@ -27,7 +27,6 @@ batch:
2727
2828
``` yaml $(multiapiscript)
2929
output-folder: $(python-sdks-folder)/digitaltwins/azure-mgmt-digitaltwins/azure/mgmt/digitaltwins/
30-
clear-output-folder: false
3130
perform-load: false
3231
```
3332
@@ -72,7 +71,7 @@ output-folder: $(python-sdks-folder)/digitaltwins/azure-mgmt-digitaltwins/azure/
7271
```
7372

7473

75-
```yaml $(python) && $(track2)
74+
```yaml $(python)
7675
modelerfour:
7776
lenient-model-deduplication: true
7877
```

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

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

8-
``` yaml $(track2)
8+
``` yaml $(python)
99
azure-arm: true
1010
license-header: MICROSOFT_MIT_NO_VERSION
1111
namespace: azure.mgmt.edgeorder
@@ -20,7 +20,7 @@ no-namespace-folders: true
2020
2121
Generate all API versions currently shipped for this package
2222
23-
```yaml $(multiapi) && $(track2)
23+
```yaml $(multiapi) && $(python)
2424
batch:
2525
- tag: package-2020-12-preview
2626
- tag: package-2021-12
@@ -29,15 +29,14 @@ batch:
2929
3030
``` yaml $(multiapiscript)
3131
output-folder: $(python-sdks-folder)/edgeorder/azure-mgmt-edgeorder/azure/mgmt/edgeorder/
32-
clear-output-folder: false
3332
perform-load: false
3433
```
3534
### Tag: package-2020-12-preview and python
3635
3736
These settings apply only when `--tag=package-2020-12-preview --python` is specified on the command line.
3837
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
3938

40-
``` yaml $(tag) == 'package-2020-12-preview' && $(python) && $(track2)
39+
``` yaml $(tag) == 'package-2020-12-preview' && $(python)
4140
namespace: azure.mgmt.edgeorder.v2020_12_01_preview
4241
output-folder: $(python-sdks-folder)/edgeorder/azure-mgmt-edgeorder/azure/mgmt/edgeorder/v2020_12_01_preview
4342
```
@@ -47,7 +46,7 @@ output-folder: $(python-sdks-folder)/edgeorder/azure-mgmt-edgeorder/azure/mgmt/e
4746
These settings apply only when `--tag=package-2021-12 --python` is specified on the command line.
4847
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
4948

50-
``` yaml $(tag) == 'package-2021-12' && $(python) && $(track2)
49+
``` yaml $(tag) == 'package-2021-12' && $(python)
5150
namespace: azure.mgmt.edgeorder.v2021_12_01
5251
output-folder: $(python-sdks-folder)/edgeorder/azure-mgmt-edgeorder/azure/mgmt/edgeorder/v2021_12_01
5352
```

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ batch:
4141
4242
``` yaml $(multiapiscript)
4343
output-folder: $(python-sdks-folder)/storage/azure-mgmt-storage/azure/mgmt/storage/
44-
clear-output-folder: false
4544
perform-load: false
4645
```
4746

0 commit comments

Comments
 (0)