Skip to content

Commit bf97382

Browse files
Update readme.python.md (#29301)
1 parent cd47418 commit bf97382

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ Generate all API versions currently shipped for this package
2323
```yaml $(python)
2424
clear-output-folder: true
2525
batch:
26-
- tag: package-flexibleserver-2023-12-01-preview
26+
- tag: package-flexibleserver-2024-02-01-preview
2727
- tag: package-2020-01-01
2828
```
2929
30-
### Tag: package-flexibleserver-2023-12-01-preview and python
30+
### Tag: package-flexibleserver-2024-02-01-preview and python
3131
32-
These settings apply only when `--tag=package-flexibleserver-2023-12-01-preview --python` is specified on the command line.
32+
These settings apply only when `--tag=package-flexibleserver-2024-02-01-preview --python` is specified on the command line.
3333
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
3434

35-
``` yaml $(tag) == 'package-flexibleserver-2023-12-01-preview' && $(python)
35+
``` yaml $(tag) == 'package-flexibleserver-2024-02-01-preview' && $(python)
3636
namespace: azure.mgmt.rdbms.mysql_flexibleservers
3737
output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/mysql_flexibleservers
3838
```
@@ -50,4 +50,4 @@ output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/mys
5050
``` yaml $(python)
5151
modelerfour:
5252
lenient-model-deduplication: true
53-
```
53+
```

0 commit comments

Comments
 (0)