Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions specification/postgresqlhsc/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Use `--python-mode=update` if you already have a setup.py and just want to updat

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

``` yaml $(track2)
``` yaml $(python)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
package-name: azure-mgmt-rdbms
Expand All @@ -18,7 +18,7 @@ no-namespace-folders: true

Generate all API versions currently shipped for this package

```yaml $(track2)
```yaml $(python)
clear-output-folder: true
batch:
- tag: package-2020-10-05-privatepreview
Expand All @@ -32,4 +32,4 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
``` yaml $(tag) == 'package-2020-10-05-privatepreview' && $(python)
namespace: azure.mgmt.rdbms.postgresqlhsc
output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresqlhsc
```
```