Skip to content

Commit

Permalink
Update Compute Package to version 3.0.0-preview & update Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
huangpf committed Jun 2, 2017
1 parent da1177e commit d7c4745
Show file tree
Hide file tree
Showing 229 changed files with 60,813 additions and 52,156 deletions.
104 changes: 44 additions & 60 deletions lib/commands/arm/compute/availabilitySets._js

Large diffs are not rendered by default.

203 changes: 104 additions & 99 deletions lib/commands/arm/compute/containerServices._js

Large diffs are not rendered by default.

1,069 changes: 568 additions & 501 deletions lib/commands/arm/compute/disks._js

Large diffs are not rendered by default.

257 changes: 151 additions & 106 deletions lib/commands/arm/compute/images._js

Large diffs are not rendered by default.

1,051 changes: 549 additions & 502 deletions lib/commands/arm/compute/snapshots._js

Large diffs are not rendered by default.

9 changes: 7 additions & 2 deletions lib/commands/arm/compute/virtualMachineScaleSetVMs._js
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,12 @@ azure vmssvm start
*/

'use strict';

var profile = require('../../../util/profile');
var utils = require('../../../util/utils');

var $ = utils.getLocaleString;function capitalize(str) {
var $ = utils.getLocaleString;
function capitalize(str) {
if (str && str.length >= 1) {
return str.charAt(0).toUpperCase() + str.slice(1);
}
Expand Down Expand Up @@ -125,7 +127,10 @@ function display(cli, o) {
}
cli.output.data(str);
}
}exports.init = function (cli) {
}
exports.init = function (cli) {



/*
VirtualMachineScaleSetVMs Deallocate
Expand Down
2,287 changes: 1,833 additions & 454 deletions lib/commands/arm/compute/virtualMachineScaleSets._js

Large diffs are not rendered by default.

Loading

0 comments on commit d7c4745

Please sign in to comment.