Skip to content

Commit 1eeb8be

Browse files
ArcturusZhangmstrisoline
authored andcommitted
remove the unused parameters (Azure#17236)
1 parent ef129a6 commit 1eeb8be

File tree

3 files changed

+0
-33
lines changed

3 files changed

+0
-33
lines changed

specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-12-01-preview/mysql.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3167,17 +3167,6 @@
31673167
"type": "string",
31683168
"description": "The name of the location.",
31693169
"x-ms-parameter-location": "method"
3170-
},
3171-
"SecurityAlertPolicyNameParameter": {
3172-
"name": "securityAlertPolicyName",
3173-
"in": "path",
3174-
"description": "The name of the security alert policy.",
3175-
"required": true,
3176-
"type": "string",
3177-
"enum": [
3178-
"default"
3179-
],
3180-
"x-ms-parameter-location": "method"
31813170
}
31823171
}
31833172
}

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3737,17 +3737,6 @@
37373737
"description": "The name of the location.",
37383738
"x-ms-parameter-location": "method"
37393739
},
3740-
"SecurityAlertPolicyNameParameter": {
3741-
"name": "securityAlertPolicyName",
3742-
"in": "path",
3743-
"description": "The name of the security alert policy.",
3744-
"required": true,
3745-
"type": "string",
3746-
"enum": [
3747-
"default"
3748-
],
3749-
"x-ms-parameter-location": "method"
3750-
},
37513740
"QueryIdParameter": {
37523741
"name": "queryId",
37533742
"in": "path",

specification/mysql/resource-manager/Microsoft.DBforMySQL/stable/2017-12-01/ServerSecurityAlertPolicies.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -276,17 +276,6 @@
276276
"type": "string",
277277
"description": "The name of the server.",
278278
"x-ms-parameter-location": "method"
279-
},
280-
"SecurityAlertPolicyNameParameter": {
281-
"name": "securityAlertPolicyName",
282-
"in": "path",
283-
"description": "The name of the security alert policy.",
284-
"required": true,
285-
"type": "string",
286-
"enum": [
287-
"default"
288-
],
289-
"x-ms-parameter-location": "method"
290279
}
291280
},
292281
"securityDefinitions": {

0 commit comments

Comments
 (0)