Skip to content

Commit

Permalink
postgresql readme t2 config (#14067)
Browse files Browse the repository at this point in the history
  • Loading branch information
RAY-316 authored Apr 26, 2021
1 parent 3496413 commit f1d8c4e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions specification/postgresql/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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=<path to the root directory of your azure-sdk-for-python clone>`.

``` 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.
Expand Down

0 comments on commit f1d8c4e

Please sign in to comment.