Skip to content

Commit f7f6ac1

Browse files
BigCat20196FredericHeem
authored andcommitted
[databox extendedlocation dns servicebus] Config readme.python (Azure#18180)
* config readme.python * config readme.python * revoke
1 parent 7d6bb41 commit f7f6ac1

File tree

8 files changed

+29
-47
lines changed

8 files changed

+29
-47
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
These settings apply only when `--track2` is specified on the command line.
44

5-
``` yaml $(track2)
5+
``` yaml $(python)
66
azure-arm: true
77
license-header: MICROSOFT_MIT_NO_VERSION
88
package-name: azure-mgmt-commerce
@@ -23,7 +23,6 @@ batch:
2323
2424
``` yaml $(multiapiscript)
2525
output-folder: $(python-sdks-folder)/commerce/azure-mgmt-commerce/azure/mgmt/commerce/
26-
clear-output-folder: false
2726
perform-load: false
2827
```
2928
@@ -37,7 +36,7 @@ namespace: azure.mgmt.commerce.v2015_06_01_preview
3736
output-folder: $(python-sdks-folder)/commerce/azure-mgmt-commerce/azure/mgmt/commerce/v2015_06_01_preview
3837
```
3938

40-
``` yaml $(python) && $(track2)
39+
``` yaml $(python)
4140
modelerfour:
4241
lenient-model-deduplication: true
4342
directive:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,4 +383,4 @@ directive:
383383
- from: swagger-document
384384
where: $.definitions.ManagedClusterLoadBalancerProfile.properties.managedOutboundIPs.properties["countIPv6"]
385385
transform: $["x-ms-client-name"] = "count_ipv6"
386-
```
386+
```

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

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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) && $(track2)
7+
``` yaml $(python)
88
azure-arm: true
99
license-header: MICROSOFT_MIT_NO_VERSION
1010
namespace: azure.mgmt.databox
@@ -20,7 +20,7 @@ no-namespace-folders: true
2020
2121
Generate all API versions currently shipped for this package
2222
23-
```yaml $(python) && $(multiapi) && $(track2)
23+
```yaml $(python) && $(multiapi)
2424
batch:
2525
- tag: package-2021-12
2626
- tag: package-2021-08-preview
@@ -35,7 +35,6 @@ batch:
3535
3636
``` yaml $(multiapiscript)
3737
output-folder: $(python-sdks-folder)/databox/azure-mgmt-databox/azure/mgmt/databox/
38-
clear-output-folder: false
3938
perform-load: false
4039
```
4140
@@ -44,7 +43,7 @@ perform-load: false
4443
These settings apply only when `--tag=package-2021-12 --python` is specified on the command line.
4544
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
4645

47-
``` yaml $(tag) == 'package-2021-12' && $(python) && $(track2)
46+
``` yaml $(tag) == 'package-2021-12' && $(python)
4847
namespace: azure.mgmt.databox.v2021_12_01
4948
output-folder: $(python-sdks-folder)/databox/azure-mgmt-databox/azure/mgmt/databox/v2021_12_01
5049
```
@@ -54,7 +53,7 @@ output-folder: $(python-sdks-folder)/databox/azure-mgmt-databox/azure/mgmt/datab
5453
These settings apply only when `--tag=package-2021-08-preview --python` is specified on the command line.
5554
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
5655

57-
``` yaml $(tag) == 'package-2021-08-preview' && $(python) && $(track2)
56+
``` yaml $(tag) == 'package-2021-08-preview' && $(python)
5857
namespace: azure.mgmt.databox.v2021_08_01_preview
5958
output-folder: $(python-sdks-folder)/databox/azure-mgmt-databox/azure/mgmt/databox/v2021_08_01_preview
6059
```
@@ -64,7 +63,7 @@ output-folder: $(python-sdks-folder)/databox/azure-mgmt-databox/azure/mgmt/datab
6463
These settings apply only when `--tag=package-2021-05 --python` is specified on the command line.
6564
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
6665

67-
``` yaml $(tag) == 'package-2021-05' && $(python) && $(track2)
66+
``` yaml $(tag) == 'package-2021-05' && $(python)
6867
namespace: azure.mgmt.databox.v2021_05_01
6968
output-folder: $(python-sdks-folder)/databox/azure-mgmt-databox/azure/mgmt/databox/v2021_05_01
7069
```
@@ -74,7 +73,7 @@ output-folder: $(python-sdks-folder)/databox/azure-mgmt-databox/azure/mgmt/datab
7473
These settings apply only when `--tag=package-2021-03 --python` is specified on the command line.
7574
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
7675

77-
``` yaml $(tag) == 'package-2021-03' && $(python) && $(track2)
76+
``` yaml $(tag) == 'package-2021-03' && $(python)
7877
namespace: azure.mgmt.databox.v2021_03_01
7978
output-folder: $(python-sdks-folder)/databox/azure-mgmt-databox/azure/mgmt/databox/v2021_03_01
8079
```
@@ -84,7 +83,7 @@ output-folder: $(python-sdks-folder)/databox/azure-mgmt-databox/azure/mgmt/datab
8483
These settings apply only when `--tag=package-2020-11 --python` is specified on the command line.
8584
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
8685

87-
``` yaml $(tag) == 'package-2020-11' && $(python) && $(track2)
86+
``` yaml $(tag) == 'package-2020-11' && $(python)
8887
namespace: azure.mgmt.databox.v2020_11_01
8988
output-folder: $(python-sdks-folder)/databox/azure-mgmt-databox/azure/mgmt/databox/v2020_11_01
9089
```
@@ -94,7 +93,7 @@ output-folder: $(python-sdks-folder)/databox/azure-mgmt-databox/azure/mgmt/datab
9493
These settings apply only when `--tag=package-2020-04 --python` is specified on the command line.
9594
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
9695

97-
``` yaml $(tag) == 'package-2020-04' && $(python) && $(track2)
96+
``` yaml $(tag) == 'package-2020-04' && $(python)
9897
namespace: azure.mgmt.databox.v2020_04_01
9998
output-folder: $(python-sdks-folder)/databox/azure-mgmt-databox/azure/mgmt/databox/v2020_04_01
10099
```
@@ -104,7 +103,7 @@ output-folder: $(python-sdks-folder)/databox/azure-mgmt-databox/azure/mgmt/datab
104103
These settings apply only when `--tag=package-2019-09 --python` is specified on the command line.
105104
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
106105

107-
``` yaml $(tag) == 'package-2019-09' && $(python) && $(track2)
106+
``` yaml $(tag) == 'package-2019-09' && $(python)
108107
namespace: azure.mgmt.databox.v2019_09_01
109108
output-folder: $(python-sdks-folder)/databox/azure-mgmt-databox/azure/mgmt/databox/v2019_09_01
110109
```
@@ -114,7 +113,7 @@ output-folder: $(python-sdks-folder)/databox/azure-mgmt-databox/azure/mgmt/datab
114113
These settings apply only when `--tag=package-2018-01 --python` is specified on the command line.
115114
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
116115

117-
``` yaml $(tag) == 'package-2018-01' && $(python) && $(track2)
116+
``` yaml $(tag) == 'package-2018-01' && $(python)
118117
namespace: azure.mgmt.databox.v2018_01_01
119118
output-folder: $(python-sdks-folder)/databox/azure-mgmt-databox/azure/mgmt/databox/v2018_01_01
120119
```

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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
These settings apply only when `--python` is specified on the command line.
44

5-
```yaml $(python) && $(track2)
5+
```yaml $(python)
66
azure-arm: true
77
license-header: MICROSOFT_MIT_NO_VERSION
88
package-name: azure-mgmt-dns
@@ -14,7 +14,7 @@ package-version: 1.0.0b1
1414
1515
Generate all API versions currently shipped for this package
1616
17-
```yaml $(python) && $(multiapi) && $(track2)
17+
```yaml $(python) && $(multiapi)
1818
clear-output-folder: true
1919
batch:
2020
- tag: package-2018-05
@@ -25,7 +25,6 @@ batch:
2525
2626
``` yaml $(multiapiscript)
2727
output-folder: $(python-sdks-folder)/network/azure-mgmt-dns/azure/mgmt/dns/
28-
clear-output-folder: false
2928
perform-load: false
3029
```
3130
@@ -34,7 +33,7 @@ perform-load: false
3433
These settings apply only when `--tag=package-2018-05 --python` is specified on the command line.
3534
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
3635

37-
``` yaml $(tag) == 'package-2018-05' && $(python) && $(track2)
36+
``` yaml $(tag) == 'package-2018-05' && $(python)
3837
namespace: azure.mgmt.dns.v2018_05_01
3938
output-folder: $(python-sdks-folder)/network/azure-mgmt-dns/azure/mgmt/dns/v2018_05_01
4039
```
@@ -44,7 +43,7 @@ output-folder: $(python-sdks-folder)/network/azure-mgmt-dns/azure/mgmt/dns/v2018
4443
These settings apply only when `--tag=package-2018-03-preview --python` is specified on the command line.
4544
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
4645

47-
``` yaml $(tag) == 'package-2018-03-preview' && $(python) && $(track2)
46+
``` yaml $(tag) == 'package-2018-03-preview' && $(python)
4847
namespace: azure.mgmt.dns.v2018_03_01_preview
4948
output-folder: $(python-sdks-folder)/network/azure-mgmt-dns/azure/mgmt/dns/v2018_03_01_preview
5049
```
@@ -54,12 +53,12 @@ output-folder: $(python-sdks-folder)/network/azure-mgmt-dns/azure/mgmt/dns/v2018
5453
These settings apply only when `--tag=package-2016-04 --python` is specified on the command line.
5554
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
5655

57-
``` yaml $(tag) == 'package-2016-04' && $(python) && $(track2)
56+
``` yaml $(tag) == 'package-2016-04' && $(python)
5857
namespace: azure.mgmt.dns.v2016_04_01
5958
output-folder: $(python-sdks-folder)/network/azure-mgmt-dns/azure/mgmt/dns/v2016_04_01
6059
```
6160

62-
```yaml $(python) && $(track2)
61+
```yaml $(python)
6362
modelerfour:
6463
lenient-model-deduplication: true
6564
```

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
These settings apply only when `--track2` is specified on the command line.
44

5-
```yaml $(python) && $(track2)
5+
```yaml $(python)
66
azure-arm: true
77
license-header: MICROSOFT_MIT_NO_VERSION
88
package-name: azure-mgmt-extendedlocation
@@ -12,7 +12,7 @@ no-namespace-folders: true
1212
1313
### Python multi-api
1414
15-
``` yaml $(python) && $(multiapi) && $(track2)
15+
``` yaml $(python) && $(multiapi)
1616
clear-output-folder: true
1717
batch:
1818
- tag: package-2021-03-15-preview
@@ -23,7 +23,6 @@ batch:
2323
2424
```yaml $(multiapiscript)
2525
output-folder: $(python-sdks-folder)/extendedlocation/azure-mgmt-extendedlocation/azure/mgmt/extendedlocation/
26-
clear-output-folder: false
2726
perform-load: false
2827
```
2928

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

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
These settings apply only when `--python` is specified on the command line.
44

5-
```yaml $(python) && $(track2)
5+
```yaml $(python)
66
azure-arm: true
77
license-header: MICROSOFT_MIT_NO_VERSION
88
package-name: azure-mgmt-redhatopenshift
@@ -15,13 +15,8 @@ no-namespace-folders: true
1515
1616
Generate all API versions currently shipped for this package
1717
18-
```yaml $(python) && $(multiapi) && !$(track2)
19-
batch:
20-
- tag: package-2020-04-30
21-
- tag: package-2021-09-01-preview
22-
```
2318
24-
```yaml $(python) && $(multiapi) && $(track2)
19+
```yaml $(python) && $(multiapi)
2520
batch:
2621
- tag: package-2020-04-30
2722
- tag: package-2021-09-01-preview
@@ -30,7 +25,6 @@ batch:
3025
3126
``` yaml $(multiapiscript)
3227
output-folder: $(python-sdks-folder)/redhatopenshift/azure-mgmt-redhatopenshift/azure/mgmt/redhatopenshift/
33-
clear-output-folder: false
3428
perform-load: false
3529
```
3630
@@ -39,7 +33,7 @@ perform-load: false
3933
These settings apply only when `--tag=package-2020-04-30 --python` is specified on the command line.
4034
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
4135

42-
``` yaml $(tag) == 'package-2020-04-30' && $(python) && $(track2)
36+
``` yaml $(tag) == 'package-2020-04-30' && $(python)
4337
namespace: azure.mgmt.redhatopenshift.v2020_04_30
4438
output-folder: $(python-sdks-folder)/redhatopenshift/azure-mgmt-redhatopenshift/azure/mgmt/redhatopenshift/v2020_04_30
4539
```
@@ -49,13 +43,7 @@ output-folder: $(python-sdks-folder)/redhatopenshift/azure-mgmt-redhatopenshift/
4943
These settings apply only when `--tag=package-2021-09-01-preview --python` is specified on the command line.
5044
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
5145

52-
``` yaml $(tag) == 'package-2021-09-01-preview' && $(python) && !$(track2)
53-
python:
54-
namespace: azure.mgmt.redhatopenshift.v2021_09_01_preview
55-
output-folder: $(python-sdks-folder)/redhatopenshift/azure-mgmt-redhatopenshift/azure/mgmt/redhatopenshift/v2021_09_01_preview
56-
```
57-
58-
``` yaml $(tag) == 'package-2021-09-01-preview' && $(python) && $(track2)
46+
``` yaml $(tag) == 'package-2021-09-01-preview' && $(python)
5947
namespace: azure.mgmt.redhatopenshift.v2021_09_01_preview
6048
output-folder: $(python-sdks-folder)/redhatopenshift/azure-mgmt-redhatopenshift/azure/mgmt/redhatopenshift/v2021_09_01_preview
6149
```

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
These settings apply only when `--track2` is specified on the command line.
44

5-
``` yaml $(track2)
5+
``` yaml $(python)
66
azure-arm: true
77
license-header: MICROSOFT_MIT_NO_VERSION
88
package-name: azure-mgmt-resourcehealth
@@ -23,7 +23,6 @@ batch:
2323
2424
``` yaml $(multiapiscript)
2525
output-folder: $(python-sdks-folder)/resourcehealth/azure-mgmt-resourcehealth/azure/mgmt/resourcehealth/
26-
clear-output-folder: false
2726
perform-load: false
2827
```
2928
### Tag: package-2015-01 and python

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
These settings apply only when `--track2` is specified on the command line.
55

6-
``` yaml $(track2)
6+
``` yaml $(python)
77
azure-arm: true
88
license-header: MICROSOFT_MIT_NO_VERSION
99
package-name: azure-mgmt-servicebus
@@ -16,7 +16,7 @@ no-namespace-folders: true
1616
Generate all API versions currently shipped for this package
1717
1818
19-
```yaml $(multiapi) && $(track2)
19+
```yaml $(multiapi) && $(python)
2020
clear-output-folder: true
2121
batch:
2222
- tag: package-2021-06-preview
@@ -29,7 +29,6 @@ batch:
2929
3030
``` yaml $(multiapiscript)
3131
output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt/servicebus/
32-
clear-output-folder: false
3332
perform-load: false
3433
```
3534
@@ -83,7 +82,7 @@ namespace: azure.mgmt.servicebus.v2015_08_01
8382
output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt/servicebus/v2015_08_01
8483
```
8584

86-
``` yaml $(track2)
85+
``` yaml $(python)
8786
modelerfour:
8887
lenient-model-deduplication: true
8988
```

0 commit comments

Comments
 (0)