From f1d8c4ebb54fdc1301eb2f2a465982cf58b54f69 Mon Sep 17 00:00:00 2001 From: Zed Lei <59104634+RAY-316@users.noreply.github.com> Date: Mon, 26 Apr 2021 15:43:31 +0800 Subject: [PATCH] postgresql readme t2 config (#14067) --- .../postgresql/resource-manager/readme.python.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/specification/postgresql/resource-manager/readme.python.md b/specification/postgresql/resource-manager/readme.python.md index 8949ade07213..f398c1859d51 100644 --- a/specification/postgresql/resource-manager/readme.python.md +++ b/specification/postgresql/resource-manager/readme.python.md @@ -9,6 +9,7 @@ These settings apply only when `--track2` is specified on the command line. azure-arm: true license-header: MICROSOFT_MIT_NO_VERSION package-name: azure-mgmt-rdbms +package-version: 1.0.0b1 no-namespace-folders: true ``` @@ -21,9 +22,20 @@ clear-output-folder: true batch: - tag: package-2020-01-01 - tag: package-2020-11-05-preview + - tag: package-2021-03-31-privatepreview ``` +### Tag: package-2021-03-31-privatepreview and python + +These settings apply only when `--tag=package-2021-03-31-privatepreview --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2021-03-31-privatepreview' && $(python) +namespace: azure.mgmt.rdbms.postgresql +output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql +``` + ### Tag: package-2020-01-01 and python These settings apply only when `--tag=package-2020-01-01 --python` is specified on the command line.