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/mysql/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ no-namespace-folders: true
clear-output-folder: true
```

### Tag: package-flexibleserver-2024-02-01-preview and python
### Tag: package-flexibleserver-2024-06-01-preview and python

These settings apply only when `--tag=package-flexibleserver-2024-02-01-preview --python` is specified on the command line.
These settings apply only when `--tag=package-flexibleserver-2024-06-01-preview --python` is specified on the command line.
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.

``` yaml $(tag) == 'package-flexibleserver-2024-02-01-preview' && $(python)
``` yaml $(tag) == 'package-flexibleserver-2024-06-01-preview' && $(python)
title: MySQLManagementClient
package-version: 1.0.0b1
package-name: azure-mgmt-mysqlflexibleservers
Expand Down