Skip to content

Commit f1448ad

Browse files
authored
[rdbms] Update readme.python.md (#14920)
* Update readme.python.md * Update readme.python.md
1 parent b1d61ca commit f1448ad

File tree

1 file changed

+4
-50
lines changed

1 file changed

+4
-50
lines changed

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

Lines changed: 4 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -2,63 +2,17 @@
22

33
These settings apply only when `--python` is specified on the command line.
44
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
5-
Use `--python-mode=update` if you already have a setup.py and just want to update the code itself.
6-
These settings apply only when `--track2` is specified on the command line.
75

86
``` yaml $(track2)
97
azure-arm: true
108
license-header: MICROSOFT_MIT_NO_VERSION
119
package-name: azure-mgmt-rdbms
12-
package-version: 1.0.0b1
1310
no-namespace-folders: true
11+
package-version: 1.0.0b1
12+
clear-output-folder: true
1413
```
1514
16-
### Tag: package-flexibleserver-2021-06 and python
17-
18-
These settings apply only when `--tag=package-flexibleserver-2021-06 --python` is specified on the command line.
19-
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
20-
21-
``` yaml $(tag) == 'package-flexibleserver-2021-06' && $(python)
22-
namespace: azure.mgmt.rdbms.postgresql_flexibleservers
23-
output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers
24-
```
25-
26-
### Tag: package-flexibleserver-2021-06-preview and python
27-
28-
These settings apply only when `--tag=package-flexibleserver-2021-06 --python` is specified on the command line.
29-
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
30-
31-
``` yaml $(tag) == 'package-flexibleserver-2021-06-preview' && $(python)
32-
namespace: azure.mgmt.rdbms.postgresql_flexibleservers
33-
output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers
34-
```
35-
36-
### Tag: package-2021-03-31-privatepreview and python
37-
38-
These settings apply only when `--tag=package-2021-03-31-privatepreview --python` is specified on the command line.
39-
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
40-
41-
``` yaml $(tag) == 'package-2021-03-31-privatepreview' && $(python)
42-
namespace: azure.mgmt.rdbms.postgresql_flexibleservers
43-
output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers
44-
```
45-
46-
### Tag: package-2020-01-01 and python
47-
48-
These settings apply only when `--tag=package-2020-01-01 --python` is specified on the command line.
49-
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
50-
51-
``` yaml $(tag) == 'package-2020-01-01' && $(python)
52-
namespace: azure.mgmt.rdbms.postgresql
53-
output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql
54-
```
55-
56-
### Tag: package-2020-11-05-preview and python
57-
58-
These settings apply only when `--tag=package-2020-11-05-preview --python` is specified on the command line.
59-
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
60-
61-
``` yaml $(tag) == 'package-2020-11-05-preview' && $(python)
62-
namespace: azure.mgmt.rdbms.postgresql_flexibleservers
15+
``` yaml $(python-mode) == 'update' && $(track2)
16+
no-namespace-folders: true
6317
output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers
6418
```

0 commit comments

Comments
 (0)