diff --git a/specification/appplatform/resource-manager/readme.python.md b/specification/appplatform/resource-manager/readme.python.md index cc1a632166c8..176a63eb5224 100644 --- a/specification/appplatform/resource-manager/readme.python.md +++ b/specification/appplatform/resource-manager/readme.python.md @@ -4,8 +4,7 @@ These settings apply only when `--python` is specified on the command line. Please also specify `--python-sdks-folder=`. Use `--python-mode=update` if you already have a setup.py and just want to update the code itself. -``` yaml $(python) && $(track2) -python-mode: create +``` yaml $(python) azure-arm: true license-header: MICROSOFT_MIT_NO_VERSION package-name: azure-mgmt-appplatform @@ -19,7 +18,7 @@ no-namespace-folders: true Generate all API versions currently shipped for this package -```yaml $(python) && $(multiapi) && $(track2) +```yaml $(python) && $(multiapi) clear-output-folder: true batch: - tag: package-preview-2022-03 @@ -41,7 +40,7 @@ perform-load: false These settings apply only when `--tag=package-preview-2022-03 --python` is specified on the command line. Please also specify `--python-sdks-folder=`. -``` yaml $(tag) == 'package-preview-2022-03' && $(python) && $(track2) +``` yaml $(tag) == 'package-preview-2022-03' && $(python) namespace: azure.mgmt.appplatform.v2022_03_01_preview output-folder: $(python-sdks-folder)/appplatform/azure-mgmt-appplatform/azure/mgmt/appplatform/v2022_03_01_preview ``` @@ -51,7 +50,7 @@ output-folder: $(python-sdks-folder)/appplatform/azure-mgmt-appplatform/azure/mg These settings apply only when `--tag=package-preview-2022-01 --python` is specified on the command line. Please also specify `--python-sdks-folder=`. -``` yaml $(tag) == 'package-preview-2022-01' && $(python) && $(track2) +``` yaml $(tag) == 'package-preview-2022-01' && $(python) namespace: azure.mgmt.appplatform.v2022_01_01_preview output-folder: $(python-sdks-folder)/appplatform/azure-mgmt-appplatform/azure/mgmt/appplatform/v2022_01_01_preview ``` @@ -61,7 +60,7 @@ output-folder: $(python-sdks-folder)/appplatform/azure-mgmt-appplatform/azure/mg These settings apply only when `--tag=package-preview-2021-09 --python` is specified on the command line. Please also specify `--python-sdks-folder=`. -``` yaml $(tag) == 'package-preview-2021-09' && $(python) && $(track2) +``` yaml $(tag) == 'package-preview-2021-09' && $(python) namespace: azure.mgmt.appplatform.v2021_09_01_preview output-folder: $(python-sdks-folder)/appplatform/azure-mgmt-appplatform/azure/mgmt/appplatform/v2021_09_01_preview ``` @@ -71,7 +70,7 @@ output-folder: $(python-sdks-folder)/appplatform/azure-mgmt-appplatform/azure/mg These settings apply only when `--tag=package-preview-2021-06 --python` is specified on the command line. Please also specify `--python-sdks-folder=`. -``` yaml $(tag) == 'package-preview-2021-06' && $(python) && $(track2) +``` yaml $(tag) == 'package-preview-2021-06' && $(python) namespace: azure.mgmt.appplatform.v2021_06_01_preview output-folder: $(python-sdks-folder)/appplatform/azure-mgmt-appplatform/azure/mgmt/appplatform/v2021_06_01_preview ``` @@ -81,7 +80,7 @@ output-folder: $(python-sdks-folder)/appplatform/azure-mgmt-appplatform/azure/mg These settings apply only when `--tag=package-preview-2020-11 --python` is specified on the command line. Please also specify `--python-sdks-folder=`. -``` yaml $(tag) == 'package-preview-2020-11' && $(python) && $(track2) +``` yaml $(tag) == 'package-preview-2020-11' && $(python) namespace: azure.mgmt.appplatform.v2020_11_01_preview output-folder: $(python-sdks-folder)/appplatform/azure-mgmt-appplatform/azure/mgmt/appplatform/v2020_11_01_preview ``` @@ -91,7 +90,7 @@ output-folder: $(python-sdks-folder)/appplatform/azure-mgmt-appplatform/azure/mg These settings apply only when `--tag=package-2020-07 --python` is specified on the command line. Please also specify `--python-sdks-folder=`. -``` yaml $(tag) == 'package-2020-07' && $(python) && $(track2) +``` yaml $(tag) == 'package-2020-07' && $(python) namespace: azure.mgmt.appplatform.v2020_07_01 output-folder: $(python-sdks-folder)/appplatform/azure-mgmt-appplatform/azure/mgmt/appplatform/v2020_07_01 ``` diff --git a/specification/recoveryservicesbackup/resource-manager/readme.python.md b/specification/recoveryservicesbackup/resource-manager/readme.python.md index 0dec73714f4f..294e15de0072 100644 --- a/specification/recoveryservicesbackup/resource-manager/readme.python.md +++ b/specification/recoveryservicesbackup/resource-manager/readme.python.md @@ -2,7 +2,7 @@ These settings apply only when `--track2` is specified on the command line. -``` yaml $(track2) +``` yaml $(python) azure-arm: true license-header: MICROSOFT_MIT_NO_VERSION package-name: azure-mgmt-recoveryservicesbackup @@ -14,7 +14,7 @@ no-namespace-folders: true Generate all API versions currently shipped for this package -```yaml $(track2) +```yaml $(python) clear-output-folder: true batch: - tag: package-passivestamp-2021-11-15 @@ -42,7 +42,7 @@ namespace: azure.mgmt.recoveryservicesbackup.activestamp output-folder: $(python-sdks-folder)/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp ``` -``` yaml $(python) && $(track2) +``` yaml $(python) modelerfour: lenient-model-deduplication: true directive: diff --git a/specification/web/resource-manager/readme.python.md b/specification/web/resource-manager/readme.python.md index 800a64b7b773..b62d929cdcf2 100644 --- a/specification/web/resource-manager/readme.python.md +++ b/specification/web/resource-manager/readme.python.md @@ -40,7 +40,6 @@ batch: ``` yaml $(multiapiscript) output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/ -clear-output-folder: false perform-load: false ```