Skip to content

Commit

Permalink
add configuration for poly for DataConnections (#8953)
Browse files Browse the repository at this point in the history
  • Loading branch information
RodgeFu authored Apr 15, 2020
1 parent 74c44d8 commit c24143f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions specification/azure-kusto/resource-manager/readme.az.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,17 @@ az:
package-name: azure-mgmt-kusto
python-sdk-output-folder: "$(output-folder)/src/kusto/azext_kusto/vendored_sdks/kusto"

cli:
cli-directive:
- where:
group: 'DataConnections'
op: 'CreateOrUpdate|Update'
param: 'parameters'
poly-resource: true
- where:
group: 'DataConnections'
op: 'dataConnectionValidation'
param: 'properties'
poly-resource: true

```

0 comments on commit c24143f

Please sign in to comment.