-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* CLI onboard mixedreality * brief params * revert since fixed in modelerfour
- Loading branch information
1 parent
69878fb
commit 0034d97
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
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,13 @@ | ||
## AZ | ||
|
||
These settings apply only when `--az` is specified on the command line. | ||
|
||
``` yaml $(az) | ||
az: | ||
extensions: mixedreality | ||
package-name: azure-mgmt-mixedreality | ||
namespace: azure.mgmt.mixedreality | ||
az-output-folder: $(azure-cli-extension-folder)/src/mixedreality | ||
python-sdk-output-folder: "$(az-output-folder)/azext_mixedreality/vendored_sdks/mixedreality" | ||
|
||
``` |
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,4 @@ | ||
## Python | ||
|
||
These settings apply only when `--python` is specified on the command line. | ||
|