Skip to content

Commit 8dbe725

Browse files
judyzhu10zhujudyqiaozha
authored
Mysql folder refactor (#35583)
* folder refactor * fix readme * add common-types under each api version folder * Fix the common type reference path * remove common types in readme * fix common-types reference path * fix: readme and suprressions * remove the extra commontype file * move the flexible server file from legacy to flexible folder * add common-types * fix spellCheck * fix suppressions * fix: ModelValidation failed --------- Co-authored-by: Judy Zhu <[email protected]> Co-authored-by: Qiaoqiao Zhang <[email protected]>
1 parent 7cb1fcb commit 8dbe725

File tree

715 files changed

+2269
-1586
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

715 files changed

+2269
-1586
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
"type": "Microsoft.DBforMySQL/flexibleServers/configurations"
3131
}
3232
},
33-
"202": {}
33+
"202": {
34+
"headers": {
35+
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/providers/Microsoft.DBforMySQL/locations/southeastasia/azureAsyncOperation/e276a03a-1770-4549-86f5-0edffae8997c?api-version=2020-07-01-preview",
36+
"Location": "https://management.azure.com/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/providers/Microsoft.DBforMySQL/locations/southeastasia/operationResults/e276a03a-1770-4549-86f5-0edffae8997c?api-version=2020-07-01-preview"
37+
}
38+
}
3439
}
3540
}
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@
5252
]
5353
}
5454
},
55-
"202": {}
55+
"202": {
56+
"headers": {
57+
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/providers/Microsoft.DBforMySQL/locations/southeastasia/azureAsyncOperation/e276a03a-1770-4549-86f5-0edffae8997c?api-version=2020-07-01-preview",
58+
"Location": "https://management.azure.com/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/providers/Microsoft.DBforMySQL/locations/southeastasia/operationResults/e276a03a-1770-4549-86f5-0edffae8997c?api-version=2020-07-01-preview"
59+
}
60+
}
5661
}
5762
}
File renamed without changes.
File renamed without changes.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"parameters": {
3+
"databaseName": "db1",
4+
"serverName": "testserver",
5+
"resourceGroupName": "TestGroup",
6+
"api-version": "2020-07-01-preview",
7+
"subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff"
8+
},
9+
"responses": {
10+
"200": {},
11+
"202": {
12+
"headers": {
13+
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/providers/Microsoft.DBforMySQL/locations/southeastasia/azureAsyncOperation/e276a03a-1770-4549-86f5-0edffae8997c?api-version=2020-07-01-preview",
14+
"Location": "https://management.azure.com/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/providers/Microsoft.DBforMySQL/locations/southeastasia/operationResults/e276a03a-1770-4549-86f5-0edffae8997c?api-version=2020-07-01-preview"
15+
}
16+
},
17+
"204": {}
18+
}
19+
}
File renamed without changes.

0 commit comments

Comments
 (0)