Skip to content

Commit 1a22ee0

Browse files
authored
config (#15227)
1 parent a2d4dc4 commit 1a22ee0

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

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

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,35 @@ license-header: MICROSOFT_MIT_NO_VERSION
99
package-name: azure-mgmt-rdbms
1010
no-namespace-folders: true
1111
package-version: 1.0.0b1
12+
```
13+
14+
### Python multi-api
15+
16+
Generate all API versions currently shipped for this package
17+
18+
```yaml $(track2)
1219
clear-output-folder: true
20+
batch:
21+
- tag: package-flexibleserver-2021-06
22+
- tag: package-2020-01-01
1323
```
1424
15-
``` yaml $(python-mode) == 'update' && $(track2)
16-
no-namespace-folders: true
25+
### Tag: package-flexibleserver-2021-06 and python
26+
27+
These settings apply only when `--tag=package-flexibleserver-2021-06 --python` is specified on the command line.
28+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
29+
30+
``` yaml $(tag) == 'package-flexibleserver-2021-06' && $(python)
31+
namespace: azure.mgmt.rdbms.postgresql_flexibleservers
1732
output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers
1833
```
34+
35+
### Tag: package-2020-01-01 and python
36+
37+
These settings apply only when `--tag=package-2020-01-01 --python` is specified on the command line.
38+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
39+
40+
``` yaml $(tag) == 'package-2020-01-01' && $(python)
41+
namespace: azure.mgmt.rdbms.postgresql
42+
output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql
43+
```

0 commit comments

Comments
 (0)