From 4daa1dbd2e1ad10215f8042702ace0c0b3b205db Mon Sep 17 00:00:00 2001 From: zhenbiao wei <424401670@qq.com> Date: Wed, 16 Mar 2022 15:05:17 +0800 Subject: [PATCH] update readme (#18263) --- .../elastic/resource-manager/readme.python.md | 38 ++----------------- 1 file changed, 3 insertions(+), 35 deletions(-) diff --git a/specification/elastic/resource-manager/readme.python.md b/specification/elastic/resource-manager/readme.python.md index 6ce827f95e5c..3a536f37ba7a 100644 --- a/specification/elastic/resource-manager/readme.python.md +++ b/specification/elastic/resource-manager/readme.python.md @@ -4,46 +4,14 @@ These settings apply only when `--python` is specified on the command line. Please also specify `--python-sdks-folder=`. ```yaml $(python) -python-mode: create -python: - azure-arm: true - license-header: MICROSOFT_MIT_NO_VERSION - payload-flattening-threshold: 2 - namespace: azure.mgmt.elastic - package-name: azure-mgmt-elastic - package-version: 2020-07-01-preview - clear-output-folder: true -``` - -``` yaml $(python) && $(python-mode) == 'update' -python: - no-namespace-folders: true - output-folder: $(python-sdks-folder)/azure-mgmt-elastic/azure/mgmt/elastic -``` - -``` yaml $(python) && $(python-mode) == 'create' -python: - basic-setup-py: true - output-folder: $(python-sdks-folder)/azure-mgmt-elastic -``` - -These settings apply only when `--track2` is specified on the command line. - -``` yaml $(track2) azure-arm: true license-header: MICROSOFT_MIT_NO_VERSION +namespace: azure.mgmt.elastic package-name: azure-mgmt-elastic -no-namespace-folders: true package-version: 2020-07-01-preview clear-output-folder: true -``` -``` yaml $(python) && $(python-mode) == 'update' && $(track2) +``` yaml $(python) no-namespace-folders: true -output-folder: $(python-sdks-folder)/azure-mgmt-elastic/azure/mgmt/elastic -``` - -``` yaml $(python) && $(python-mode) == 'create' && $(track2) -basic-setup-py: true -output-folder: $(python-sdks-folder)/azure-mgmt-elastic +output-folder: $(python-sdks-folder)/elastic/azure-mgmt-elastic/azure/mgmt/elastic ```