Skip to content

Commit d2d3008

Browse files
authored
[Hub Generated] Review request for Microsoft.HybridCompute to add version stable/2020-08-02 (#11285)
* try to rename the command * renamed a submodule * try out another renaming * update * update * update * update * update * reverted a change * updated cli md * removed test scenarios and modified specs * renamed type_properties_type * fixed typo
1 parent 3e3a9ce commit d2d3008

File tree

3 files changed

+37
-24
lines changed

3 files changed

+37
-24
lines changed

specification/hybridcompute/resource-manager/Microsoft.HybridCompute/stable/2020-08-02/HybridCompute.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@
336336
}
337337
},
338338
"x-ms-examples": {
339-
"List Machines by resource group": {
339+
"List Machines by subscription": {
340340
"$ref": "./examples/Machines_ListBySubscription.json"
341341
}
342342
},
@@ -402,7 +402,7 @@
402402
}
403403
},
404404
"x-ms-examples": {
405-
"Create or Update a Machine Extension": {
405+
"Create or Update a Machine Extension (PUT)": {
406406
"$ref": "./examples/PUTExtension.json"
407407
}
408408
},
@@ -464,7 +464,7 @@
464464
}
465465
},
466466
"x-ms-examples": {
467-
"Create or Update a Machine Extension": {
467+
"Create or Update a Machine Extension (PATCH)": {
468468
"$ref": "./examples/UpdateExtension.json"
469469
}
470470
},

specification/hybridcompute/resource-manager/readme.az.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,17 @@ directive:
2020
parameter-name: extension-name
2121
set:
2222
parameter-name: name
23+
- where:
24+
subject: MachineExtension
25+
parameter-name: type-properties-type
26+
set:
27+
parameter-name: type
28+
- where:
29+
group: connectedmachine machine$
30+
set:
31+
group: connectedmachine
32+
- where:
33+
group: connectedmachine machine-extension$
34+
set:
35+
group: connectedmachine extension
2336
```

specification/hybridcompute/resource-manager/readme.cli.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@ This directory contains the Cli common model for the Hybrid Compute service.
77
title: 'ConnectedMachine'
88

99
cli:
10-
cli-directive:
11-
- select: 'operationGroup'
12-
where:
13-
operationGroup: 'operations'
14-
hidden: true
15-
- select: 'operation'
16-
where:
17-
operationGroup: 'machines'
18-
operation: '(reconnect|createOrUpdate|update)'
19-
removed: true
20-
- where:
21-
param: 'autoUpgradeMinorVersion'
22-
alias:
23-
- auto_upgrade_minor
24-
- where:
25-
operationGroup: 'machineExtensions'
26-
param: 'extensionName'
27-
alias:
28-
- n
29-
- extension_name
30-
- name
10+
cli-directive:
11+
- select: 'operationGroup'
12+
where:
13+
operationGroup: 'operations'
14+
hidden: true
15+
- select: 'operation'
16+
where:
17+
operationGroup: 'machines'
18+
operation: '(reconnect|createOrUpdate|update)'
19+
removed: true
20+
- where:
21+
param: 'autoUpgradeMinorVersion'
22+
alias:
23+
- auto_upgrade_minor
24+
- where:
25+
operationGroup: 'machineExtensions'
26+
param: 'extensionName'
27+
alias:
28+
- n
29+
- extension_name
30+
- name
3131
```

0 commit comments

Comments
 (0)