Skip to content

Commit

Permalink
Kusto: Suppress R2016 warning (Azure#5366)
Browse files Browse the repository at this point in the history
* Kusto: Suppress R2016 warning

* Address comment
  • Loading branch information
radennis authored and sergey-shandar committed Mar 21, 2019
1 parent dc95e65 commit b3b97c2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions specification/azure-kusto/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ title: KustoManagementClient
description: The Azure Kusto management API provides a RESTful set of web services that interact with Azure Kusto services to manage your clusters and databases. The API enables you to create, update, and delete clusters and databases.
openapi-type: arm
tag: package-2019-01-21

directive:
- where:
- $.definitions.DataConnection.required
suppress:
- R2016
reason:
- Implements kind which is required also in patch
```
### Tag: package-2019-01-21
Expand Down

0 comments on commit b3b97c2

Please sign in to comment.