Skip to content

Commit 4437b6e

Browse files
RAY-316dabenhamMic
authored andcommitted
postgresql readme t2 config (Azure#14067)
1 parent 72ca3c4 commit 4437b6e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

specification/postgresql/resource-manager/readme.python.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ These settings apply only when `--track2` is specified on the command line.
99
azure-arm: true
1010
license-header: MICROSOFT_MIT_NO_VERSION
1111
package-name: azure-mgmt-rdbms
12+
package-version: 1.0.0b1
1213
no-namespace-folders: true
1314
```
1415
@@ -21,9 +22,20 @@ clear-output-folder: true
2122
batch:
2223
- tag: package-2020-01-01
2324
- tag: package-2020-11-05-preview
25+
- tag: package-2021-03-31-privatepreview
2426
```
2527
2628
29+
### Tag: package-2021-03-31-privatepreview and python
30+
31+
These settings apply only when `--tag=package-2021-03-31-privatepreview --python` is specified on the command line.
32+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
33+
34+
``` yaml $(tag) == 'package-2021-03-31-privatepreview' && $(python)
35+
namespace: azure.mgmt.rdbms.postgresql
36+
output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql
37+
```
38+
2739
### Tag: package-2020-01-01 and python
2840

2941
These settings apply only when `--tag=package-2020-01-01 --python` is specified on the command line.

0 commit comments

Comments
 (0)