Skip to content

Commit

Permalink
fix HookInfo and HookInfoPatch (Azure#14585)
Browse files Browse the repository at this point in the history
  • Loading branch information
bowgong authored and mkarmark committed Jul 20, 2021
1 parent fa932b5 commit ad244ff
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"swagger": "2.0",
"info": {
"title": "Azure Cognitive Service Metrics Advisor REST API (OpenAPI v2)",
"description": "Azure Cognitive Service Metrics Advisor REST API (OpenAPI v2)",
"title": "Microsoft Azure Metrics Advisor REST API (OpenAPI v2)",
"description": "Microsoft Azure Metrics Advisor REST API (OpenAPI v2)",
"version": "1.0"
},
"paths": {
Expand Down Expand Up @@ -6288,8 +6288,7 @@
"type": "array",
"items": {
"type": "string"
},
"readOnly": true
}
}
},
"discriminator": "hookType"
Expand Down Expand Up @@ -6438,8 +6437,7 @@
"type": "array",
"items": {
"type": "string"
},
"readOnly": true
}
}
},
"discriminator": "hookType"
Expand Down

0 comments on commit ad244ff

Please sign in to comment.