Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
```