Skip to content

Commit d7dff42

Browse files
ChenxiJiang333zman-ms
authored andcommitted
Update readme.python.md (#26550)
* Update readme.python.md * Update readme.python.md
1 parent c141f7a commit d7dff42

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ Generate all API versions currently shipped for this package
1818
```yaml $(python)
1919
clear-output-folder: true
2020
batch:
21-
- tag: package-flexibleserver-2023-03-01-preview
21+
- tag: package-flexibleserver-2023-06-01-preview
2222
- tag: package-2020-01-01
2323
```
2424
25-
### Tag: package-flexibleserver-2023-03-01-preview and python
25+
### Tag: package-flexibleserver-2023-06-01-preview and python
2626
27-
These settings apply only when `--tag=package-flexibleserver-2023-03-01-preview --python` is specified on the command line.
27+
These settings apply only when `--tag=package-flexibleserver-2023-06-01-preview --python` is specified on the command line.
2828
Please also specify `--python-sdk-folder=<path to the root directory of your azure-sdk-for-python clone>`.
2929

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

0 commit comments

Comments
 (0)