Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
"machines"
],
"operationId": "Machines_ListByResourceGroup",
"description": "Lists all the hybrid machines in the specified resource group. Use the nextLink property in the response to get the next page of hybrid machines.",
"description": "Lists all the hybrid machines in the specified resource group.",
"parameters": [
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -312,7 +312,7 @@
"machines"
],
"operationId": "Machines_ListBySubscription",
"description": "Lists all the hybrid machines in the specified subscription. Use the nextLink property in the response to get the next page of hybrid machines.",
"description": "Lists all the hybrid machines in the specified subscription.",
"parameters": [
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -413,7 +413,7 @@
"MachineExtensions"
],
"operationId": "MachineExtensions_Update",
"description": "The operation to create or update the extension.",
"description": "The operation to update the extension.",
"parameters": [
{
"name": "resourceGroupName",
Expand Down Expand Up @@ -567,7 +567,7 @@
}
},
"x-ms-examples": {
"GET Machine Extension": {
"Get Machine Extension": {
"$ref": "./examples/GETExtension.json"
}
}
Expand Down Expand Up @@ -621,7 +621,7 @@
"nextLinkName": "nextLink"
},
"x-ms-examples": {
"GET all Machine Extensions": {
"Get all Machine Extensions": {
"$ref": "./examples/LISTExtension.json"
}
}
Expand Down
7 changes: 7 additions & 0 deletions specification/hybridcompute/resource-manager/readme.cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,11 @@ cli:
param: 'autoUpgradeMinorVersion'
alias:
- auto_upgrade_minor
- where:
operationGroup: 'machineExtensions'
param: 'extensionName'
alias:
- n
- extension_name
- name
```