Skip to content

Commit 0034d97

Browse files
cli onboard mixedreality (#12720)
* CLI onboard mixedreality * brief params * revert since fixed in modelerfour
1 parent 69878fb commit 0034d97

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## AZ
2+
3+
These settings apply only when `--az` is specified on the command line.
4+
5+
``` yaml $(az)
6+
az:
7+
extensions: mixedreality
8+
package-name: azure-mgmt-mixedreality
9+
namespace: azure.mgmt.mixedreality
10+
az-output-folder: $(azure-cli-extension-folder)/src/mixedreality
11+
python-sdk-output-folder: "$(az-output-folder)/azext_mixedreality/vendored_sdks/mixedreality"
12+
13+
```
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Python
2+
3+
These settings apply only when `--python` is specified on the command line.
4+

0 commit comments

Comments
 (0)