From 68b94047bc07d3012ea9bb3ca89ff0b860bd9282 Mon Sep 17 00:00:00 2001 From: Jiefeng Chen <51037443+BigCat20196@users.noreply.github.com> Date: Wed, 20 Apr 2022 16:06:56 +0800 Subject: [PATCH] Update readme.python.md --- specification/scvmm/resource-manager/readme.python.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/specification/scvmm/resource-manager/readme.python.md b/specification/scvmm/resource-manager/readme.python.md index 74cdb6fe9ab2..bf62e1f039e8 100644 --- a/specification/scvmm/resource-manager/readme.python.md +++ b/specification/scvmm/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-scvmm -no-namespace-folders: true +namespace: azure.mgmt.scvmm 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)/scvmm/azure-mgmt-scvmm/azure/mgmt/scvmm ``` - -``` yaml $(python-mode) == 'create' && $(track2) -basic-setup-py: true -output-folder: $(python-sdks-folder)/scvmm/azure-mgmt-scvmm -```