Skip to content

Commit

Permalink
[azureadb2c] delete unnecessary track1 configuration for python (Azur…
Browse files Browse the repository at this point in the history
…e#14583)

* Update readme.python.md

* Update readme.python.md
  • Loading branch information
msyyc authored and mkarmark committed Jul 20, 2021
1 parent 96364c1 commit cf4979a
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions specification/cpim/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
## Python

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

```yaml !$(track2)
python:
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
payload-flattening-threshold: 2
package-name: azure-mgmt-azureadb2c
clear-output-folder: true
no-namespace-folders: true
python-base-folder: azureadb2c/azure-mgmt-azureadb2c/azure/mgmt/azureadb2c
python-base-namespace: azure.mgmt.azureadb2c
```
These settings apply only when `--track2` is specified on the command line.

```yaml $(track2)
Expand All @@ -29,12 +15,6 @@ python-base-folder: azureadb2c/azure-mgmt-azureadb2c/azure/mgmt/azureadb2c
Generate all API versions currently shipped for this package
```yaml $(multiapi) && !$(track2)
batch:
- tag: package-2020-05-01-preview
- tag: package-2019-01-01-preview
```

```yaml $(multiapi) && $(track2)
clear-output-folder: true
batch:
Expand All @@ -56,9 +36,6 @@ These settings apply only when `--tag=package-2020-05-01-preview --python` is sp
```yaml $(tag) =='package-2020-05-01-preview'
namespace: $(python-base-namespace).v2020_05_01_preview
output-folder: $(python-sdks-folder)/$(python-base-folder)/v2020_05_01_preview
python:
namespace: $(python-base-namespace).v2020_05_01_preview
output-folder: $(python-sdks-folder)/$(python-base-folder)/v2020_05_01_preview
```

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

0 comments on commit cf4979a

Please sign in to comment.