File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
specification/postgresql/resource-manager Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ These settings apply only when `--track2` is specified on the command line.
99azure-arm : true
1010license-header : MICROSOFT_MIT_NO_VERSION
1111package-name : azure-mgmt-rdbms
12+ package-version : 1.0.0b1
1213no-namespace-folders : true
1314` ` `
1415
@@ -21,9 +22,20 @@ clear-output-folder: true
2122batch :
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
2941These settings apply only when `--tag=package-2020-01-01 --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments