Skip to content

Commit c995aec

Browse files
authored
Update readme.python.md (#18619)
1 parent ad865ba commit c995aec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Use `--python-mode=update` if you already have a setup.py and just want to updat
66

77
These settings apply only when `--track2` is specified on the command line.
88

9-
``` yaml $(track2)
9+
``` yaml $(python)
1010
azure-arm: true
1111
license-header: MICROSOFT_MIT_NO_VERSION
1212
package-name: azure-mgmt-rdbms
@@ -18,7 +18,7 @@ no-namespace-folders: true
1818
1919
Generate all API versions currently shipped for this package
2020
21-
```yaml $(track2)
21+
```yaml $(python)
2222
clear-output-folder: true
2323
batch:
2424
- tag: package-2020-10-05-privatepreview
@@ -32,4 +32,4 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
3232
``` yaml $(tag) == 'package-2020-10-05-privatepreview' && $(python)
3333
namespace: azure.mgmt.rdbms.postgresqlhsc
3434
output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresqlhsc
35-
```
35+
```

0 commit comments

Comments
 (0)