Skip to content

Commit 44641a1

Browse files
authored
[databoxedge kubernetesconfiguration resource] Config readme.python (#18182)
* config readme.python * Update readme.python.md
1 parent 71860bf commit 44641a1

File tree

3 files changed

+15
-17
lines changed

3 files changed

+15
-17
lines changed

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

Lines changed: 11 additions & 12 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.databoxedge
@@ -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-02-01
2626
- tag: package-2021-02-01-preview
@@ -36,15 +36,14 @@ batch:
3636
3737
``` yaml $(multiapiscript)
3838
output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mgmt/databoxedge/
39-
clear-output-folder: false
4039
perform-load: false
4140
```
4241
### Tag: package-2021-02-01 and python
4342
4443
These settings apply only when `--tag=package-2021-02-01 --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-02-01' && $(python) && $(track2)
46+
``` yaml $(tag) == 'package-2021-02-01' && $(python)
4847
namespace: azure.mgmt.databoxedge.v2021_02_01
4948
output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mgmt/databoxedge/v2021_02_01
5049
```
@@ -53,7 +52,7 @@ output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mg
5352
These settings apply only when `--tag=package-2021-02-01-preview --python` is specified on the command line.
5453
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
5554

56-
``` yaml $(tag) == 'package-2021-02-01-preview' && $(python) && $(track2)
55+
``` yaml $(tag) == 'package-2021-02-01-preview' && $(python)
5756
namespace: azure.mgmt.databoxedge.v2021_02_01_preview
5857
output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mgmt/databoxedge/v2021_02_01_preview
5958
```
@@ -63,7 +62,7 @@ output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mg
6362
These settings apply only when `--tag=package-2020-12-01 --python` is specified on the command line.
6463
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
6564

66-
``` yaml $(tag) == 'package-2020-12-01' && $(python) && $(track2)
65+
``` yaml $(tag) == 'package-2020-12-01' && $(python)
6766
namespace: azure.mgmt.databoxedge.v2020_12_01
6867
output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mgmt/datab
6968
```
@@ -73,7 +72,7 @@ output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mg
7372
These settings apply only when `--tag=package-2020-09-01-preview --python` is specified on the command line.
7473
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
7574

76-
``` yaml $(tag) == 'package-2020-09-01-preview' && $(python) && $(track2)
75+
``` yaml $(tag) == 'package-2020-09-01-preview' && $(python)
7776
namespace: azure.mgmt.databoxedge.v2020_09_01_preview
7877
output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mgmt/databoxedge/v2020_09_01_preview
7978
```
@@ -83,7 +82,7 @@ output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mg
8382
These settings apply only when `--tag=package-2020-09-01 --python` is specified on the command line.
8483
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
8584

86-
``` yaml $(tag) == 'package-2020-09-01' && $(python) && $(track2)
85+
``` yaml $(tag) == 'package-2020-09-01' && $(python)
8786
namespace: azure.mgmt.databoxedge.v2020_09_01
8887
output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mgmt/databoxedge/v2020_09_01
8988
```
@@ -93,7 +92,7 @@ output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mg
9392
These settings apply only when `--tag=package-2020-05-preview --python` is specified on the command line.
9493
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
9594

96-
``` yaml $(tag) == 'package-2020-05-preview' && $(python) && $(track2)
95+
``` yaml $(tag) == 'package-2020-05-preview' && $(python)
9796
namespace: azure.mgmt.databoxedge.v2020_05_01_preview
9897
output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mgmt/databoxedge/v2020_05_01_preview
9998
```
@@ -103,7 +102,7 @@ output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mg
103102
These settings apply only when `--tag=package-2019-08 --python` is specified on the command line.
104103
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
105104

106-
``` yaml $(tag) == 'package-2019-08' && $(python) && $(track2)
105+
``` yaml $(tag) == 'package-2019-08' && $(python)
107106
namespace: azure.mgmt.databoxedge.v2019_08_01
108107
output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mgmt/databoxedge/v2019_08_01
109108
```
@@ -113,7 +112,7 @@ output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mg
113112
These settings apply only when `--tag=package-2019-07 --python` is specified on the command line.
114113
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
115114

116-
``` yaml $(tag) == 'package-2019-07' && $(python) && $(track2)
115+
``` yaml $(tag) == 'package-2019-07' && $(python)
117116
namespace: azure.mgmt.databoxedge.v2019_07_01
118117
output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mgmt/databoxedge/v2019_07_01
119118
```
@@ -123,7 +122,7 @@ output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mg
123122
These settings apply only when `--tag=package-2019-03 --python` is specified on the command line.
124123
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
125124

126-
``` yaml $(tag) == 'package-2019-03' && $(python) && $(track2)
125+
``` yaml $(tag) == 'package-2019-03' && $(python)
127126
namespace: azure.mgmt.databoxedge.v2019_03_01
128127
output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mgmt/databoxedge/v2019_03_01
129128
```

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

Lines changed: 1 addition & 2 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.kubernetesconfiguration
@@ -35,7 +35,6 @@ batch:
3535
3636
``` yaml $(multiapiscript)
3737
output-folder: $(python-sdks-folder)/kubernetesconfiguration/azure-mgmt-kubernetesconfiguration/azure/mgmt/kubernetesconfiguration/
38-
clear-output-folder: false
3938
perform-load: false
4039
```
4140

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

Lines changed: 3 additions & 3 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 $(track2)
5+
``` yaml $(python)
66
azure-arm: true
77
license-header: MICROSOFT_MIT_NO_VERSION
88
package-name: azure-mgmt-resource
@@ -15,7 +15,7 @@ no-namespace-folders: true
1515
Generate all API versions currently shipped for this package
1616
1717
18-
```yaml $(multiapi) && $(track2)
18+
```yaml $(multiapi) && $(python)
1919
clear-output-folder: true
2020
batch:
2121
- tag: package-privatelinks-2020-05
@@ -573,7 +573,7 @@ namespace: azure.mgmt.resource.templatespecs.v2021_05_01
573573
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/templatespecs/v2021_05_01
574574
```
575575

576-
``` yaml $(python) && $(track2)
576+
``` yaml $(python)
577577
modelerfour:
578578
lenient-model-deduplication: true
579579
```

0 commit comments

Comments
 (0)