Skip to content

Commit

Permalink
Update readme.python.md (Azure#29301)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenxiJiang333 authored Jun 3, 2024
1 parent cd47418 commit bf97382
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions specification/mysql/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ Generate all API versions currently shipped for this package
```yaml $(python)
clear-output-folder: true
batch:
- tag: package-flexibleserver-2023-12-01-preview
- tag: package-flexibleserver-2024-02-01-preview
- tag: package-2020-01-01
```
### Tag: package-flexibleserver-2023-12-01-preview and python
### Tag: package-flexibleserver-2024-02-01-preview and python
These settings apply only when `--tag=package-flexibleserver-2023-12-01-preview --python` is specified on the command line.
These settings apply only when `--tag=package-flexibleserver-2024-02-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-2023-12-01-preview' && $(python)
``` yaml $(tag) == 'package-flexibleserver-2024-02-01-preview' && $(python)
namespace: azure.mgmt.rdbms.mysql_flexibleservers
output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/mysql_flexibleservers
```
Expand All @@ -50,4 +50,4 @@ output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/mys
``` yaml $(python)
modelerfour:
lenient-model-deduplication: true
```
```

0 comments on commit bf97382

Please sign in to comment.