Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix readme
  • Loading branch information
zhujudy committed Sep 10, 2025
commit 3f1fe888954f1aabfef2b510007f0f544a9c9cb6
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,16 @@ These are the global settings for the MySql API.
title: MySQLManagementClient
description: The Microsoft Azure management API provides create, read, update, and delete functionality for Azure MySQL resources including servers, databases, firewall rules, VNET rules, log files and configurations with new business model.
openapi-type: arm
tag: package-flexibleserver-2024-12-01-preview
tag: package-flexibleserver-2024-12-30
```

### Tag: package-flexibleserver-2024-12-30

These settings apply only when `--tag=package-flexibleserver-2024-12-30` is specified on the command line.

``` yaml $(tag) == 'package-flexibleserver-2024-12-30'
input-file:
- preview/2024-12-30/openapi.json
```

### Tag: package-flexibleserver-2024-12-01-preview
Expand All @@ -39,6 +48,7 @@ These settings apply only when `--tag=package-flexibleserver-2024-12-01-preview`
input-file:
- preview/2024-12-01-preview/openapi.json
```

### Tag: package-flexibleserver-2021-12-01-preview

These settings apply only when `--tag=package-flexibleserver-2021-12-01-preview` is specified on the command line.
Expand Down
Loading