From 3a14b8b79d22978066e02d7bcc8c633a5f06a632 Mon Sep 17 00:00:00 2001 From: unknown <424401670@qq.com> Date: Mon, 14 Mar 2022 17:14:41 +0800 Subject: [PATCH 1/4] update readme --- .../iotcentral/resource-manager/readme.python.md | 7 +------ .../orbital/resource-manager/readme.python.md | 11 +++-------- specification/redis/resource-manager/readme.python.md | 11 +++-------- .../resource-manager/readme.python.md | 9 ++------- .../webpubsub/resource-manager/readme.python.md | 8 ++------ 5 files changed, 11 insertions(+), 35 deletions(-) diff --git a/specification/iotcentral/resource-manager/readme.python.md b/specification/iotcentral/resource-manager/readme.python.md index a0e299e3c95b..a3273a8f4baa 100644 --- a/specification/iotcentral/resource-manager/readme.python.md +++ b/specification/iotcentral/resource-manager/readme.python.md @@ -14,12 +14,7 @@ package-version: 1.0.0b1 clear-output-folder: true ``` -``` yaml $(python) && $(python-mode) == 'update' +``` yaml $(python) no-namespace-folders: true output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iotcentral/azure/mgmt/iotcentral ``` - -``` yaml $(python) && $(python-mode) == 'create' -basic-setup-py: true -output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iotcentral -``` diff --git a/specification/orbital/resource-manager/readme.python.md b/specification/orbital/resource-manager/readme.python.md index a9f5c099a5a4..7ddb91f6422c 100644 --- a/specification/orbital/resource-manager/readme.python.md +++ b/specification/orbital/resource-manager/readme.python.md @@ -3,21 +3,16 @@ These settings apply only when `--python` is specified on the command line. Please also specify `--python-sdks-folder=`. -``` yaml $(track2) +``` yaml $(python) azure-arm: true license-header: MICROSOFT_MIT_NO_VERSION package-name: azure-mgmt-orbital -no-namespace-folders: true +namespace: azure.mgmt.orbital package-version: 1.0.0b1 clear-output-folder: true ``` -``` yaml $(python-mode) == 'update' && $(track2) +``` yaml $(python) no-namespace-folders: true output-folder: $(python-sdks-folder)/orbital/azure-mgmt-orbital/azure/mgmt/orbital ``` - -``` yaml $(python-mode) == 'create' && $(track2) -basic-setup-py: true -output-folder: $(python-sdks-folder)/orbital/azure-mgmt-orbital -``` \ No newline at end of file diff --git a/specification/redis/resource-manager/readme.python.md b/specification/redis/resource-manager/readme.python.md index 26c9f57f8486..d50d13c22b97 100644 --- a/specification/redis/resource-manager/readme.python.md +++ b/specification/redis/resource-manager/readme.python.md @@ -5,7 +5,7 @@ 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.securityinsight @@ -13,12 +13,7 @@ package-version: 1.0.0b1 clear-output-folder: true ``` -``` yaml $(python) && $(python-mode) == 'update' && $(track2) +``` yaml $(python) no-namespace-folders: true output-folder: $(python-sdks-folder)/securityinsight/azure-mgmt-securityinsight/azure/mgmt/securityinsight ``` - -``` yaml $(python) && $(python-mode) == 'create' && $(track2) -basic-setup-py: true -output-folder: $(python-sdks-folder)/securityinsight/azure-mgmt-securityinsight -``` diff --git a/specification/webpubsub/resource-manager/readme.python.md b/specification/webpubsub/resource-manager/readme.python.md index 50cd164f28ef..604bcc3114de 100644 --- a/specification/webpubsub/resource-manager/readme.python.md +++ b/specification/webpubsub/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) python-mode: create azure-arm: true license-header: MICROSOFT_MIT_NO_VERSION @@ -13,13 +13,9 @@ package-name: azure-mgmt-webpubsub package-version: 0.1.0 clear-output-folder: true ``` -``` yaml $(python) && $(python-mode) == 'update' && $(track2) +``` yaml $(python) no-namespace-folders: true output-folder: $(python-sdks-folder)/webpubsub/azure-mgmt-webpubsub/azure/mgmt/webpubsub ``` -``` yaml $(python) && $(python-mode) == 'create' && $(track2) -basic-setup-py: true -output-folder: $(python-sdks-folder)/webpubsub/azure-mgmt-webpubsub -``` From e030d64a2054e762c3a251ba85c4dea17e0e0ae5 Mon Sep 17 00:00:00 2001 From: zhenbiao wei <424401670@qq.com> Date: Tue, 15 Mar 2022 11:14:20 +0800 Subject: [PATCH 2/4] Update readme.python.md --- specification/iotcentral/resource-manager/readme.python.md | 1 - 1 file changed, 1 deletion(-) diff --git a/specification/iotcentral/resource-manager/readme.python.md b/specification/iotcentral/resource-manager/readme.python.md index a3273a8f4baa..8488027b7423 100644 --- a/specification/iotcentral/resource-manager/readme.python.md +++ b/specification/iotcentral/resource-manager/readme.python.md @@ -5,7 +5,6 @@ Please also specify `--python-sdks-folder= Date: Tue, 15 Mar 2022 11:14:51 +0800 Subject: [PATCH 3/4] Update readme.python.md --- specification/redis/resource-manager/readme.python.md | 1 - 1 file changed, 1 deletion(-) diff --git a/specification/redis/resource-manager/readme.python.md b/specification/redis/resource-manager/readme.python.md index d50d13c22b97..82db58784187 100644 --- a/specification/redis/resource-manager/readme.python.md +++ b/specification/redis/resource-manager/readme.python.md @@ -6,7 +6,6 @@ Use `--python-mode=update` if you already have a setup.py and just want to updat ``` yaml $(python) -python-mode: update azure-arm: true license-header: MICROSOFT_MIT_NO_VERSION namespace: azure.mgmt.redis From fff802b21aed5e6a76413e02f67f6460e2c04980 Mon Sep 17 00:00:00 2001 From: zhenbiao wei <424401670@qq.com> Date: Tue, 15 Mar 2022 11:15:20 +0800 Subject: [PATCH 4/4] Update readme.python.md --- specification/webpubsub/resource-manager/readme.python.md | 1 - 1 file changed, 1 deletion(-) diff --git a/specification/webpubsub/resource-manager/readme.python.md b/specification/webpubsub/resource-manager/readme.python.md index 604bcc3114de..711daf0194ed 100644 --- a/specification/webpubsub/resource-manager/readme.python.md +++ b/specification/webpubsub/resource-manager/readme.python.md @@ -5,7 +5,6 @@ Please also specify `--python-sdks-folder=