Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Hub Generated] Review request for Microsoft.HybridCompute to add version stable/2020-08-02 #11285

Merged
merged 13 commits into from
Jan 19, 2021
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@
}
},
"x-ms-examples": {
"List Machines by resource group": {
"List Machines by subscription": {
"$ref": "./examples/Machines_ListBySubscription.json"
}
},
Expand Down Expand Up @@ -402,7 +402,7 @@
}
},
"x-ms-examples": {
"Create or Update a Machine Extension": {
"Create or Update a Machine Extension (PUT)": {
"$ref": "./examples/PUTExtension.json"
}
},
Expand Down Expand Up @@ -464,7 +464,7 @@
}
},
"x-ms-examples": {
"Create or Update a Machine Extension": {
"Create or Update a Machine Extension (PATCH)": {
"$ref": "./examples/UpdateExtension.json"
}
},
Expand Down
13 changes: 13 additions & 0 deletions specification/hybridcompute/resource-manager/readme.az.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,17 @@ directive:
parameter-name: extension-name
set:
parameter-name: name
- where:
subject: MachineExtension
parameter-name: type-properties-type
set:
parameter-name: type
- where:
group: connectedmachine machine$
set:
group: connectedmachine
- where:
group: connectedmachine machine-extension$
set:
group: connectedmachine extension
```
42 changes: 21 additions & 21 deletions specification/hybridcompute/resource-manager/readme.cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,25 @@ This directory contains the Cli common model for the Hybrid Compute service.
title: 'ConnectedMachine'

cli:
cli-directive:
- select: 'operationGroup'
where:
operationGroup: 'operations'
hidden: true
- select: 'operation'
where:
operationGroup: 'machines'
operation: '(reconnect|createOrUpdate|update)'
removed: true
- where:
param: 'autoUpgradeMinorVersion'
alias:
- auto_upgrade_minor
- where:
operationGroup: 'machineExtensions'
param: 'extensionName'
alias:
- n
- extension_name
- name
cli-directive:
- select: 'operationGroup'
where:
operationGroup: 'operations'
hidden: true
- select: 'operation'
where:
operationGroup: 'machines'
operation: '(reconnect|createOrUpdate|update)'
removed: true
- where:
param: 'autoUpgradeMinorVersion'
alias:
- auto_upgrade_minor
- where:
operationGroup: 'machineExtensions'
param: 'extensionName'
alias:
- n
- extension_name
- name
```