Skip to content

Commit

Permalink
add configuration for polymorphism resource in machine learning for a…
Browse files Browse the repository at this point in the history
…zure cli codegen (#8954)
  • Loading branch information
RodgeFu authored Apr 15, 2020
1 parent d817c2a commit 74c44d8
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,11 @@ az:
package-name: azure-mgmt-machinelearningservices
python-sdk-output-folder: "$(output-folder)/src/machinelearningservices/azext_machinelearningservices/vendored_sdks/machinelearningservices"

cli:
cli-directive:
- where:
group: MachineLearningCompute
op: CreateOrUpdate
param: properties
poly-resource: true
```

0 comments on commit 74c44d8

Please sign in to comment.