Skip to content

Commit 6ad3ec5

Browse files
authored
[azureadb2c] delete unnecessary track1 configuration for python (#14583)
* Update readme.python.md * Update readme.python.md
1 parent 2511474 commit 6ad3ec5

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed
Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
11
## Python
22

3-
These settings apply only when `--python` is specified on the command line.
4-
5-
```yaml !$(track2)
6-
python:
7-
azure-arm: true
8-
license-header: MICROSOFT_MIT_NO_VERSION
9-
payload-flattening-threshold: 2
10-
package-name: azure-mgmt-azureadb2c
11-
clear-output-folder: true
12-
no-namespace-folders: true
13-
python-base-folder: azureadb2c/azure-mgmt-azureadb2c/azure/mgmt/azureadb2c
14-
python-base-namespace: azure.mgmt.azureadb2c
15-
```
16-
173
These settings apply only when `--track2` is specified on the command line.
184

195
```yaml $(track2)
@@ -29,12 +15,6 @@ python-base-folder: azureadb2c/azure-mgmt-azureadb2c/azure/mgmt/azureadb2c
2915
3016
Generate all API versions currently shipped for this package
3117
32-
```yaml $(multiapi) && !$(track2)
33-
batch:
34-
- tag: package-2020-05-01-preview
35-
- tag: package-2019-01-01-preview
36-
```
37-
3818
```yaml $(multiapi) && $(track2)
3919
clear-output-folder: true
4020
batch:
@@ -56,9 +36,6 @@ These settings apply only when `--tag=package-2020-05-01-preview --python` is sp
5636
```yaml $(tag) =='package-2020-05-01-preview'
5737
namespace: $(python-base-namespace).v2020_05_01_preview
5838
output-folder: $(python-sdks-folder)/$(python-base-folder)/v2020_05_01_preview
59-
python:
60-
namespace: $(python-base-namespace).v2020_05_01_preview
61-
output-folder: $(python-sdks-folder)/$(python-base-folder)/v2020_05_01_preview
6239
```
6340

6441
### Tag: package-2019-01-01-preview and python
@@ -68,7 +45,4 @@ These settings apply only when `--tag=package-2019-01-01-preview --python` is sp
6845
```yaml $(tag) =='package-2019-01-01-preview'
6946
namespace: $(python-base-namespace).v2019_01_01_preview
7047
output-folder: $(python-sdks-folder)/$(python-base-folder)/v2019_01_01_preview
71-
python:
72-
namespace: $(python-base-namespace).v2019_01_01_preview
73-
output-folder: $(python-sdks-folder)/$(python-base-folder)/v2019_01_01_preview
7448
```

0 commit comments

Comments
 (0)