forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add swagger files for api-version 2021-05-01-preview of MySQL flexibl…
…e server (Azure#14986) * Add swagger files for api-version 2021-05-01-preview of MySQL flexible server * fix provider namespace case sensitive * Fix Swagger LintDiff failures * Rename tag name in readme and improve swagger spec * Remove tags from server definition
- Loading branch information
Showing
38 changed files
with
5,783 additions
and
0 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
.../resource-manager/Microsoft.DBforMySQL/preview/2021-05-01-preview/examples/BackupGet.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"parameters": { | ||
"backupName": "daily_20210615T160516", | ||
"serverName": "mysqltestserver", | ||
"resourceGroupName": "TestGroup", | ||
"api-version": "2021-05-01-preview", | ||
"subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"properties": { | ||
"backupType": "FULL", | ||
"source": "Automatic", | ||
"completedTime": "2021-06-15T16:05:19.902522+00:00" | ||
}, | ||
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysqltestserver/backups/daily_20210615T160516", | ||
"name": "daily_20210615T160516", | ||
"type": "Microsoft.DBforMySQL/flexibleServers/backups" | ||
} | ||
} | ||
} | ||
} |
126 changes: 126 additions & 0 deletions
126
...manager/Microsoft.DBforMySQL/preview/2021-05-01-preview/examples/BackupsListByServer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,126 @@ | ||
{ | ||
"parameters": { | ||
"serverName": "mysqltestserver", | ||
"resourceGroupName": "TestGroup", | ||
"api-version": "2021-05-01-preview", | ||
"subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"properties": { | ||
"backupType": "FULL", | ||
"source": "Automatic", | ||
"completedTime": "2021-06-15T16:05:19.902522+00:00" | ||
}, | ||
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysqltestserver/backups/daily_20210615T160516", | ||
"name": "daily_20210615T160516", | ||
"type": "Microsoft.DBforMySQL/flexibleServers/backups" | ||
}, | ||
{ | ||
"properties": { | ||
"backupType": "FULL", | ||
"source": "Automatic", | ||
"completedTime": "2021-06-16T16:05:23.9243453+00:00" | ||
}, | ||
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysqltestserver/backups/daily_20210616T160520", | ||
"name": "daily_20210616T160520", | ||
"type": "Microsoft.DBforMySQL/flexibleServers/backups" | ||
}, | ||
{ | ||
"properties": { | ||
"backupType": "FULL", | ||
"source": "Automatic", | ||
"completedTime": "2021-06-17T16:05:28.1247488+00:00" | ||
}, | ||
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysqltestserver/backups/daily_20210617T160525", | ||
"name": "daily_20210617T160525", | ||
"type": "Microsoft.DBforMySQL/flexibleServers/backups" | ||
}, | ||
{ | ||
"properties": { | ||
"backupType": "FULL", | ||
"source": "Automatic", | ||
"completedTime": "2021-06-18T16:05:32.2736701+00:00" | ||
}, | ||
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysqltestserver/backups/daily_20210618T160529", | ||
"name": "daily_20210618T160529", | ||
"type": "Microsoft.DBforMySQL/flexibleServers/backups" | ||
}, | ||
{ | ||
"properties": { | ||
"backupType": "FULL", | ||
"source": "Automatic", | ||
"completedTime": "2021-06-19T16:05:36.8603354+00:00" | ||
}, | ||
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysqltestserver/backups/daily_20210619T160533", | ||
"name": "daily_20210619T160533", | ||
"type": "Microsoft.DBforMySQL/flexibleServers/backups" | ||
}, | ||
{ | ||
"properties": { | ||
"backupType": "FULL", | ||
"source": "Automatic", | ||
"completedTime": "2021-06-20T16:05:41.9200138+00:00" | ||
}, | ||
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysqltestserver/backups/daily_20210620T160538", | ||
"name": "daily_20210620T160538", | ||
"type": "Microsoft.DBforMySQL/flexibleServers/backups" | ||
}, | ||
{ | ||
"properties": { | ||
"backupType": "FULL", | ||
"source": "Automatic", | ||
"completedTime": "2021-06-21T16:05:48.8528447+00:00" | ||
}, | ||
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysqltestserver/backups/daily_20210621T160543", | ||
"name": "daily_20210621T160543", | ||
"type": "Microsoft.DBforMySQL/flexibleServers/backups" | ||
}, | ||
{ | ||
"properties": { | ||
"backupType": "FULL", | ||
"source": "Automatic", | ||
"completedTime": "2021-06-22T16:08:06.3121688+00:00" | ||
}, | ||
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysqltestserver/backups/daily_20210622T160803", | ||
"name": "daily_20210622T160803", | ||
"type": "Microsoft.DBforMySQL/flexibleServers/backups" | ||
}, | ||
{ | ||
"properties": { | ||
"backupType": "FULL", | ||
"source": "Automatic", | ||
"completedTime": "2021-06-22T21:08:10.5057354+00:00" | ||
}, | ||
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysqltestserver/backups/daily_20210622T210807", | ||
"name": "daily_20210622T210807", | ||
"type": "Microsoft.DBforMySQL/flexibleServers/backups" | ||
}, | ||
{ | ||
"properties": { | ||
"backupType": "FULL", | ||
"source": "Automatic", | ||
"completedTime": "2021-06-23T21:24:16.9401531+00:00" | ||
}, | ||
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysqltestserver/backups/daily_20210623T212413", | ||
"name": "daily_20210623T212413", | ||
"type": "Microsoft.DBforMySQL/flexibleServers/backups" | ||
}, | ||
{ | ||
"properties": { | ||
"backupType": "FULL", | ||
"source": "Automatic", | ||
"completedTime": "2021-06-24T06:13:31.4962137+00:00" | ||
}, | ||
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysqltestserver/backups/daily_20210624T061328", | ||
"name": "daily_20210624T061328", | ||
"type": "Microsoft.DBforMySQL/flexibleServers/backups" | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.