-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add readme of cli codegen for ml (#8890)
* 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
Showing
3 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
specification/machinelearningservices/resource-manager/readme.az.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
||
``` |
9 changes: 9 additions & 0 deletions
9
specification/machinelearningservices/resource-manager/readme.cli.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters