From 8281222cd4761a5a81842c2050391ab4fae2568f Mon Sep 17 00:00:00 2001 From: Jiefeng Chen <51037443+BigCat20196@users.noreply.github.com> Date: Tue, 15 Mar 2022 16:38:40 +0800 Subject: [PATCH] [Mysql, iothub, keyvault, monitor]config readme.python (#18179) * config readme.python * Update readme.python.md * Update readme.python.md --- specification/iothub/resource-manager/readme.python.md | 5 ++--- specification/keyvault/resource-manager/readme.python.md | 3 +-- specification/monitor/resource-manager/readme.python.md | 5 ++--- specification/mysql/resource-manager/readme.python.md | 6 +++--- 4 files changed, 8 insertions(+), 11 deletions(-) diff --git a/specification/iothub/resource-manager/readme.python.md b/specification/iothub/resource-manager/readme.python.md index 5b0e83396888..5485bfb3595e 100644 --- a/specification/iothub/resource-manager/readme.python.md +++ b/specification/iothub/resource-manager/readme.python.md @@ -4,7 +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) +``` yaml $(python) azure-arm: true license-header: MICROSOFT_MIT_NO_VERSION namespace: azure.mgmt.iothub @@ -18,7 +18,7 @@ no-namespace-folders: true Generate all API versions currently shipped for this package -```yaml $(python) && $(multiapi) && $(track2) +```yaml $(python) && $(multiapi) batch: - tag: package-2021-07-02 - tag: package-2021-07 @@ -38,7 +38,6 @@ batch: ``` yaml $(multiapiscript) output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/ -clear-output-folder: false perform-load: false ``` diff --git a/specification/keyvault/resource-manager/readme.python.md b/specification/keyvault/resource-manager/readme.python.md index 0b058845a74c..fb9c64cd3a1e 100644 --- a/specification/keyvault/resource-manager/readme.python.md +++ b/specification/keyvault/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 namespace: azure.mgmt.keyvault diff --git a/specification/monitor/resource-manager/readme.python.md b/specification/monitor/resource-manager/readme.python.md index b0f8cc606f72..fc394a53844a 100644 --- a/specification/monitor/resource-manager/readme.python.md +++ b/specification/monitor/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-monitor @@ -15,7 +15,7 @@ python-base-folder: monitor/azure-mgmt-monitor/azure/mgmt/monitor Generate all API versions currently shipped for this package -```yaml $(multiapi) && $(track2) +```yaml $(multiapi) && $(python) clear-output-folder: true batch: - tag: package-2022-02-01-preview-only @@ -49,7 +49,6 @@ batch: ``` yaml $(multiapiscript) output-folder: $(python-sdks-folder)/monitor/azure-mgmt-monitor/azure/mgmt/monitor/ -clear-output-folder: false perform-load: false ``` diff --git a/specification/mysql/resource-manager/readme.python.md b/specification/mysql/resource-manager/readme.python.md index 01806cff47d1..26b757fdbe7d 100644 --- a/specification/mysql/resource-manager/readme.python.md +++ b/specification/mysql/resource-manager/readme.python.md @@ -8,7 +8,7 @@ Use `--python-mode=update` if you already have a setup.py and just want to updat 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-rdbms @@ -20,7 +20,7 @@ package-version: 1.0.0b1 Generate all API versions currently shipped for this package -```yaml $(track2) +```yaml $(python) clear-output-folder: true batch: - tag: package-flexibleserver-2021-05-01 @@ -47,7 +47,7 @@ namespace: azure.mgmt.rdbms.mysql output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/mysql ``` -``` yaml $(track2) +``` yaml $(python) modelerfour: lenient-model-deduplication: true ```