Skip to content

Commit 31cdecc

Browse files
xiaoxuqi-msmsyyc
andauthored
Fix serviceOperation version for 2023-06-01-preview (#25875)
* fix * fix * fix * fix * Update readme.python.md --------- Co-authored-by: Yuchao Yan <[email protected]>
1 parent 90247ef commit 31cdecc

File tree

2 files changed

+29
-14
lines changed

2 files changed

+29
-14
lines changed

specification/mysql/resource-manager/readme.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,31 @@ suppressions:
207207
reason: This will be fixed in new versions.
208208
```
209209

210+
### Tag: package-flexibleserver-2023-06-01-preview-new
211+
212+
These settings apply only when `--tag=package-flexibleserver-2023-06-01-preview-new` is specified on the command line.
213+
214+
``` yaml $(tag) == 'package-flexibleserver-2023-06-01-preview-new'
215+
input-file:
216+
- Microsoft.DBforMySQL/AAD/preview/2023-06-01-preview/AzureADAdministrator.json
217+
- Microsoft.DBforMySQL/Backups/preview/2023-06-01-preview/Backups.json
218+
- Microsoft.DBforMySQL/Backups/preview/2023-06-01-preview/BackupAndExport.json
219+
- Microsoft.DBforMySQL/Configurations/preview/2023-06-01-preview/Configurations.json
220+
- Microsoft.DBforMySQL/Databases/preview/2023-06-01-preview/Databases.json
221+
- Microsoft.DBforMySQL/Firewall/preview/2023-06-01-preview/FirewallRules.json
222+
- Microsoft.DBforMySQL/FlexibleServers/preview/2023-06-01-preview/FlexibleServers.json
223+
- Microsoft.DBforMySQL/LogFiles/preview/2023-06-01-preview/LogFiles.json
224+
- Microsoft.DBforMySQL/ServiceOperations/preview/2021-12-01-preview/ServiceOperations.json
225+
- Microsoft.DBforMySQL/common-types/v1/common-types.json
226+
suppressions:
227+
- code: PostOperationAsyncResponseValidation
228+
from: FlexibleServers.json
229+
reason: This check is optional.
230+
- code: PropertiesTypeObjectNoDefinition
231+
from: common-types.json
232+
reason: This will be fixed in new versions.
233+
```
234+
210235
### Tag: package-flexibleserver-2023-06-30-privatelink
211236

212237
These settings apply only when `--tag=package-flexibleserver-2023-06-30-privatelink` is specified on the command line.

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

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,26 +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-06-01-preview
26+
- tag: package-flexibleserver-2023-06-01-preview-new
2727
- tag: package-2020-01-01
2828
```
2929
30-
### Tag: package-flexibleserver-2023-06-01-preview and python
30+
### Tag: package-flexibleserver-2023-06-01-preview-new and python
3131
32-
These settings apply only when `--tag=package-flexibleserver-2023-06-01-preview --python` is specified on the command line.
32+
These settings apply only when `--tag=package-flexibleserver-2023-06-01-preview-new --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-06-01-preview' && $(python)
36-
namespace: azure.mgmt.rdbms.mysql_flexibleservers
37-
output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/mysql_flexibleservers
38-
```
39-
40-
### Tag: package-flexibleserver-2022-09-30-preview and python
41-
42-
These settings apply only when `--tag=package-flexibleserver-2022-09-30-preview --python` is specified on the command line.
43-
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
44-
45-
``` yaml $(tag) == 'package-flexibleserver-2022-09-30-preview' && $(python)
35+
``` yaml $(tag) == 'package-flexibleserver-2023-06-01-preview-new' && $(python)
4636
namespace: azure.mgmt.rdbms.mysql_flexibleservers
4737
output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/mysql_flexibleservers
4838
```

0 commit comments

Comments
 (0)