From 423a9efbd3805f06d68e332e6bbcc2364ced0472 Mon Sep 17 00:00:00 2001 From: BigCat20196 <1095260342@qq.com> Date: Mon, 13 Dec 2021 13:47:58 +0800 Subject: [PATCH] config readme.python --- .../automanage/resource-manager/readme.md | 2 +- .../resource-manager/readme.python.md | 20 +++++++++---------- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/specification/automanage/resource-manager/readme.md b/specification/automanage/resource-manager/readme.md index 820c9026c35b..113b6099a63d 100644 --- a/specification/automanage/resource-manager/readme.md +++ b/specification/automanage/resource-manager/readme.md @@ -28,7 +28,7 @@ These are the global settings for the Automanage API. title: AutomanageClient description: Automanage Client openapi-type: arm -tag: package-2020-06-30-preview +tag: package-2021-04-30-preview ``` ### Tag: package-2021-04-30-preview diff --git a/specification/automanage/resource-manager/readme.python.md b/specification/automanage/resource-manager/readme.python.md index 31f326689f7f..7fce10ca7053 100644 --- a/specification/automanage/resource-manager/readme.python.md +++ b/specification/automanage/resource-manager/readme.python.md @@ -2,24 +2,22 @@ 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) -azure-arm: true -license-header: MICROSOFT_MIT_NO_VERSION +``` yaml $(track2) +azure-arm: true +license-header: MICROSOFT_MIT_NO_VERSION package-name: azure-mgmt-automanage -package-version: 0.1.0-preview -clear-output-folder: true -no-namespace-folders: true -``` +no-namespace-folders: true +package-version: 1.0.0b1 +clear-output-folder: true +``` -``` yaml $(python) && $(python-mode) == 'update' +``` yaml $(python-mode) == 'update' && $(track2) no-namespace-folders: true output-folder: $(python-sdks-folder)/automanage/azure-mgmt-automanage/azure/mgmt/automanage ``` -``` yaml $(python) && $(python-mode) == 'create' +``` yaml $(python-mode) == 'create' && $(track2) basic-setup-py: true output-folder: $(python-sdks-folder)/automanage/azure-mgmt-automanage ```