Skip to content

Commit

Permalink
Add readme of cli codegen for ml (#8890)
Browse files Browse the repository at this point in the history
* add readme.az.md

* Revert "add readme.az.md"

This reverts commit 20bd01f.

* add readme.az.md for kusto

* update readme.md for az pipeline

* add codegen config for az
  • Loading branch information
RodgeFu authored Mar 31, 2020
1 parent 5271934 commit db14df5
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## AZ

These settings apply only when `--az` is specified on the command line.

``` yaml $(az)
az:
extensions: machinelearningservices
namespace: azure.mgmt.machinelearningservices
package-name: azure-mgmt-machinelearningservices
python-sdk-output-folder: "$(output-folder)/src/machinelearningservices/azext_machinelearningservices/vendored_sdks/machinelearningservices"

```
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
CLI

These settings apply only when `--cli` is specified on the command line.

``` yaml $(cli)
#cli:
# test-scenario:
# - name: Workspace_CreateOrUpdate
```
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ swagger-to-sdk:
- repo: azure-sdk-for-python
- repo: azure-sdk-for-js
- repo: azure-sdk-for-node
- repo: azure-cli-extensions
```

## C#
Expand Down

0 comments on commit db14df5

Please sign in to comment.