Skip to content

Commit

Permalink
Update repo-tools to 2.3.0 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhinkel authored and stephenplusplus committed May 2, 2018
1 parent 943f37b commit 13cecad
Show file tree
Hide file tree
Showing 6 changed files with 1,759 additions and 964 deletions.
4 changes: 4 additions & 0 deletions packages/google-cloud-compute/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
.nyc_output
docs/
out/
build/
system-test/secrets.js
system-test/*key.json
*.lock
.DS_Store
google-cloud-logging-winston-*.tgz
google-cloud-logging-bunyan-*.tgz
1 change: 1 addition & 0 deletions packages/google-cloud-compute/CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Ashley Schuett <[email protected]>
CRoed <[email protected]>
Dave Gramlich <[email protected]>
Eric Uldall <[email protected]>
F. Hinkelmann <[email protected]>
Jason Dobry <[email protected]>
Jason Dobry <[email protected]>
Kevin Leung <[email protected]>
Expand Down
7 changes: 5 additions & 2 deletions packages/google-cloud-compute/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[//]: # "This README.md file is auto-generated, all changes to this file will be lost."
[//]: # "To regenerate it, use `npm run generate-scaffolding`."
<img src="https://avatars2.githubusercontent.com/u/2810941?v=3&s=96" alt="Google Cloud Platform logo" title="Google Cloud Platform" align="right" height="96" width="96"/>

# [Google Compute Engine: Node.js Client](https://github.com/googleapis/nodejs-compute)
Expand Down Expand Up @@ -74,7 +76,8 @@ const zone = compute.zone('us-central1-a');
const name = 'ubuntu-http';

zone
.createVM(name, {os: 'ubuntu'}).then(data => {
.createVM(name, {os: 'ubuntu'})
.then(data => {
// `operation` lets you check the status of long-running tasks.
const vm = data[0];
const operation = data[1];
Expand Down Expand Up @@ -124,4 +127,4 @@ See [LICENSE](https://github.com/googleapis/nodejs-compute/blob/master/LICENSE)

[client-docs]: https://cloud.google.com/nodejs/docs/reference/compute/latest/
[product-docs]: https://cloud.google.com/compute/docs/
[shell_img]: //gstatic.com/cloudssh/images/open-btn.png
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
Loading

0 comments on commit 13cecad

Please sign in to comment.