diff --git a/specification/cpim/resource-manager/readme.python.md b/specification/cpim/resource-manager/readme.python.md index 2bcf09fec915..16ca755ad519 100644 --- a/specification/cpim/resource-manager/readme.python.md +++ b/specification/cpim/resource-manager/readme.python.md @@ -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) @@ -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: @@ -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 @@ -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 ```