From 80ad1beb51685d651e61c19b2982872e10a948ae Mon Sep 17 00:00:00 2001 From: "Jiefeng Chen (WICRESOFT NORTH AMERICA LTD)" Date: Thu, 14 Apr 2022 10:47:06 +0800 Subject: [PATCH 1/5] config readme.python --- .../resource-manager/readme.python.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/specification/resources/resource-manager/readme.python.md b/specification/resources/resource-manager/readme.python.md index ec622ebd2ac7..ef5e58361158 100644 --- a/specification/resources/resource-manager/readme.python.md +++ b/specification/resources/resource-manager/readme.python.md @@ -70,6 +70,15 @@ batch: - tag: package-templatespecs-2021-03-preview - tag: package-templatespecs-2019-06-preview - multiapiscript-templatespecs: true + - tag: package-changes-2022-03 + - multiapiscript-changes: true +``` + +```yaml $(multiapiscript-changes) +package-name: azure-mgmt-resource#changes +multiapiscript: true +output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/changes +perform-load: false ``` ```yaml $(multiapiscript-privatelinks) @@ -137,6 +146,19 @@ output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/re perform-load: false ``` +### Tag: package-changes-2022-03 and python + +These settings apply only when `--tag=package-changes-2022-03 --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-changes-2022-03' +namespace: azure.mgmt.resource.changes.v2022_03_01 +output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/changes/v2022_03_01 +python: + namespace: azure.mgmt.resource.changes.v2020_05_01 + output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/changes/v2022_03_01 +``` + ### Tag: package-privatelinks-2020-05 and python These settings apply only when `--tag=package-privatelinks-2020-05 --python` is specified on the command line. From cdec3d05089d50971b0d2a77078bf39b6ee5a66b Mon Sep 17 00:00:00 2001 From: Jiefeng Chen <51037443+BigCat20196@users.noreply.github.com> Date: Thu, 14 Apr 2022 13:30:42 +0800 Subject: [PATCH 2/5] Update readme.python.md --- specification/resources/resource-manager/readme.python.md | 1 + 1 file changed, 1 insertion(+) diff --git a/specification/resources/resource-manager/readme.python.md b/specification/resources/resource-manager/readme.python.md index ef5e58361158..6cb045a59136 100644 --- a/specification/resources/resource-manager/readme.python.md +++ b/specification/resources/resource-manager/readme.python.md @@ -8,6 +8,7 @@ license-header: MICROSOFT_MIT_NO_VERSION package-name: azure-mgmt-resource package-version: 1.0.0b1 no-namespace-folders: true +reformat-next-link: false ``` ### Python multi-api From f42e80e4f3748d44b2a09f483a8350f36f65066e Mon Sep 17 00:00:00 2001 From: Jiefeng Chen <51037443+BigCat20196@users.noreply.github.com> Date: Fri, 15 Apr 2022 16:18:50 +0800 Subject: [PATCH 3/5] Update readme.python.md --- .../resources/resource-manager/readme.python.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/specification/resources/resource-manager/readme.python.md b/specification/resources/resource-manager/readme.python.md index 95c65772da97..41736722127f 100644 --- a/specification/resources/resource-manager/readme.python.md +++ b/specification/resources/resource-manager/readme.python.md @@ -156,9 +156,6 @@ Please also specify `--python-sdks-folder= Date: Mon, 18 Apr 2022 11:59:32 +0800 Subject: [PATCH 4/5] Update readme.python.md --- .../resources/resource-manager/readme.python.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/specification/resources/resource-manager/readme.python.md b/specification/resources/resource-manager/readme.python.md index 41736722127f..5fb3301ec9a3 100644 --- a/specification/resources/resource-manager/readme.python.md +++ b/specification/resources/resource-manager/readme.python.md @@ -72,7 +72,7 @@ batch: - tag: package-templatespecs-2021-03-preview - tag: package-templatespecs-2019-06-preview - multiapiscript-templatespecs: true - - tag: package-changes-2022-03 + - tag: package-changes-2022-03-01-preview - multiapiscript-changes: true ``` @@ -148,14 +148,14 @@ output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/re perform-load: false ``` -### Tag: package-changes-2022-03 and python +### Tag: package-changes-2022-03-01-preview and python These settings apply only when `--tag=package-changes-2022-03 --python` is specified on the command line. Please also specify `--python-sdks-folder=`. -``` yaml $(tag) == 'package-changes-2022-03' -namespace: azure.mgmt.resource.changes.v2022_03_01 -output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/changes/v2022_03_01 +``` yaml $(tag) == 'package-changes-2022-03-preview' +namespace: azure.mgmt.resource.changes.v2022_03_01_preview +output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/changes/v2022_03_01_preview ``` ### Tag: package-privatelinks-2020-05 and python From cb17b8554b3898eae868d5c4623c16cabdbd4cbd Mon Sep 17 00:00:00 2001 From: Yuchao Yan Date: Mon, 18 Apr 2022 12:00:53 +0800 Subject: [PATCH 5/5] Update readme.python.md --- specification/resources/resource-manager/readme.python.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/resources/resource-manager/readme.python.md b/specification/resources/resource-manager/readme.python.md index 5fb3301ec9a3..fedbce6c9d7d 100644 --- a/specification/resources/resource-manager/readme.python.md +++ b/specification/resources/resource-manager/readme.python.md @@ -150,10 +150,10 @@ perform-load: false ### Tag: package-changes-2022-03-01-preview and python -These settings apply only when `--tag=package-changes-2022-03 --python` is specified on the command line. +These settings apply only when `--tag=package-changes-2022-03-01-preview --python` is specified on the command line. Please also specify `--python-sdks-folder=`. -``` yaml $(tag) == 'package-changes-2022-03-preview' +``` yaml $(tag) == 'package-changes-2022-03-01-preview' namespace: azure.mgmt.resource.changes.v2022_03_01_preview output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/changes/v2022_03_01_preview ```