Skip to content

Commit

Permalink
Update readme.python.md (#26550)
Browse files Browse the repository at this point in the history
* Update readme.python.md

* Update readme.python.md
  • Loading branch information
ChenxiJiang333 authored Nov 6, 2023
1 parent b13bd25 commit ec238f3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions specification/postgresql/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ Generate all API versions currently shipped for this package
```yaml $(python)
clear-output-folder: true
batch:
- tag: package-flexibleserver-2023-03-01-preview
- tag: package-flexibleserver-2023-06-01-preview
- tag: package-2020-01-01
```
### Tag: package-flexibleserver-2023-03-01-preview and python
### Tag: package-flexibleserver-2023-06-01-preview and python
These settings apply only when `--tag=package-flexibleserver-2023-03-01-preview --python` is specified on the command line.
These settings apply only when `--tag=package-flexibleserver-2023-06-01-preview --python` is specified on the command line.
Please also specify `--python-sdk-folder=<path to the root directory of your azure-sdk-for-python clone>`.

``` yaml $(tag) == 'package-flexibleserver-2023-03-01-preview' && $(python)
``` yaml $(tag) == 'package-flexibleserver-2023-06-01-preview' && $(python)
namespace: azure.mgmt.rdbms.postgresql_flexibleservers
output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers
```
Expand Down Expand Up @@ -58,4 +58,4 @@ directive:
where: $.definitions.Network.properties.privateDnsZoneArmResourceId
transform: >
$['format'] = 'string';
```
```

0 comments on commit ec238f3

Please sign in to comment.