forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Connected machine az cli (Azure#10640)
- Loading branch information
1 parent
ea24add
commit dcf40f4
Showing
3 changed files
with
33 additions
and
12 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,23 @@ | ||
# AZ HybridCompute | ||
|
||
These settings apply only when `--az` is specified on the command line. | ||
|
||
``` yaml $(az) | ||
az: | ||
extensions: connectedmachine | ||
namespace: azure.mgmt.connectedmachine | ||
package-name: azure-mgmt-connectedmachine | ||
az-output-folder: $(azure-cli-extension-folder)/src/connectedmachine | ||
python-sdk-output-folder: "$(az-output-folder)/azext_connectedmachine/vendored_sdks/connectedmachine" | ||
directive: | ||
- where: | ||
subject: MachineExtension | ||
parameter-name: name | ||
set: | ||
parameter-name: machine-name | ||
- where: | ||
subject: MachineExtension | ||
parameter-name: extension-name | ||
set: | ||
parameter-name: name | ||
``` |
17 changes: 5 additions & 12 deletions
17
specification/hybridcompute/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 |
---|---|---|
@@ -1,27 +1,20 @@ | ||
<!-- region Generated --> | ||
# Dns | ||
This directory contains the Cli common model for the Dns service. | ||
# CLI HybridCompute | ||
|
||
This directory contains the Cli common model for the Hybrid Compute service. | ||
|
||
> Metadata | ||
``` yaml | ||
# Migrated from Powershell's readme | ||
|
||
title: 'ConnectedMachine' | ||
|
||
cli: | ||
cli-directive: | ||
- select: 'operationGroup' | ||
where: | ||
operatoinGroup: 'operations' | ||
operationGroup: 'operations' | ||
hidden: true | ||
- select: 'operation' | ||
where: | ||
operationGroup: 'machines' | ||
operation: '(reconnect|createOrUpdate|update)' | ||
removed: true | ||
- select: 'operation' | ||
where: | ||
operationGroup: 'machineExtensions' | ||
operation: '(createOrUpdate|update|delete|get|list)' | ||
removed: true | ||
``` | ||
``` |
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