Skip to content

Commit a5df773

Browse files
authored
modified the value of queryId from int to string (Azure#20767)
1 parent 6bbccf9 commit a5df773

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2018-06-01-privatepreview/examples/QueryTextsGet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff",
55
"resourceGroupName": "testResourceGroupName",
66
"serverName": "testServerName",
7-
"queryId": 1
7+
"queryId": "1"
88
},
99
"responses": {
1010
"200": {

specification/mysql/resource-manager/Microsoft.DBforMySQL/stable/2018-06-01/examples/QueryTextsGet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff",
55
"resourceGroupName": "testResourceGroupName",
66
"serverName": "testServerName",
7-
"queryId": 1
7+
"queryId": "1"
88
},
99
"responses": {
1010
"200": {

0 commit comments

Comments
 (0)