Skip to content

Commit

Permalink
Small fixes to swagger in Microsoft.Sql AdvancedThreatProtectionSetti…
Browse files Browse the repository at this point in the history
…ngs API for 2021-11-01-preview (Azure#18498)
  • Loading branch information
cohen-uriel-ms authored and FredericHeem committed May 16, 2022
1 parent 520a104 commit 1284067
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"tags": [
"ServerAdvancedThreatProtectionSettings"
],
"description": "Get the server's Advanced Threat Protection states.",
"description": "Get a list of the server's Advanced Threat Protection states.",
"operationId": "ServerAdvancedThreatProtectionSettings_ListByServer",
"parameters": [
{
Expand All @@ -39,7 +39,7 @@
],
"responses": {
"200": {
"description": "Successfully retrieved the server Advanced Threat Protection states.",
"description": "Successfully retrieved the list of server's Advanced Threat Protection states.",
"schema": {
"$ref": "#/definitions/LogicalServerAdvancedThreatProtectionListResult"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"body": {
"value": [
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/threatprotection-6852/providers/Microsoft.Sql/servers/threatprotection-2080/databases/testdb/advancedThreatProtectionSettings/default",
"name": "default",
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/threatprotection-6852/providers/Microsoft.Sql/servers/threatprotection-2080/databases/testdb/advancedThreatProtectionSettings/Default",
"name": "Default",
"type": "Microsoft.Sql/servers/databases/advancedThreatProtectionSettings",
"systemData": {
"createdBy": "string",
Expand Down

0 comments on commit 1284067

Please sign in to comment.