File tree Expand file tree Collapse file tree 3 files changed +33
-12
lines changed
specification/hybridcompute/resource-manager Expand file tree Collapse file tree 3 files changed +33
-12
lines changed Original file line number Diff line number Diff line change 1+ # AZ HybridCompute
2+
3+ These settings apply only when ` --az ` is specified on the command line.
4+
5+ ``` yaml $(az)
6+ az :
7+ extensions : connectedmachine
8+ namespace : azure.mgmt.connectedmachine
9+ package-name : azure-mgmt-connectedmachine
10+ az-output-folder : $(azure-cli-extension-folder)/src/connectedmachine
11+ python-sdk-output-folder : " $(az-output-folder)/azext_connectedmachine/vendored_sdks/connectedmachine"
12+ directive :
13+ - where :
14+ subject : MachineExtension
15+ parameter-name : name
16+ set :
17+ parameter-name : machine-name
18+ - where :
19+ subject : MachineExtension
20+ parameter-name : extension-name
21+ set :
22+ parameter-name : name
23+ ` ` `
Original file line number Diff line number Diff line change 1- <!-- region Generated -->
2- # Dns
3- This directory contains the Cli common model for the Dns service.
1+ # CLI HybridCompute
2+
3+ This directory contains the Cli common model for the Hybrid Compute service.
44
55> Metadata
66``` yaml
7- # Migrated from Powershell's readme
8-
97title : ' ConnectedMachine'
108
119cli :
1210 cli-directive :
1311 - select : ' operationGroup'
1412 where :
15- operatoinGroup : ' operations'
13+ operationGroup : ' operations'
1614 hidden : true
1715 - select : ' operation'
1816 where :
1917 operationGroup : ' machines'
2018 operation : ' (reconnect|createOrUpdate|update)'
2119 removed : true
22- - select : ' operation'
23- where :
24- operationGroup : ' machineExtensions'
25- operation : ' (createOrUpdate|update|delete|get|list)'
26- removed : true
27- ` ` `
20+ ` ` `
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ swagger-to-sdk:
100100 - repo: azure-sdk-for-java
101101 - repo: azure-sdk-for-go
102102 - repo: azure-sdk-for-js
103+ - repo: azure-cli-extensions
103104 - repo: azure-resource-manager-schemas
104105 after_scripts:
105106 - node sdkauto_afterscript.js hybridcompute/resource-manager
@@ -111,6 +112,10 @@ swagger-to-sdk:
111112
112113See configuration in [readme.azureresourceschema.md](./readme.azureresourceschema.md)
113114
115+ # # az CLI
116+
117+ See configuration in [readme.az.md](./readme.az.md) and [readme.cli.md](./readme.cli.md)
118+
114119# # C#
115120
116121See configuration in [readme.csharp.md](./readme.csharp.md)
You can’t perform that action at this time.
0 commit comments