diff --git a/packages/google-cloud-compute/owlbot.py b/packages/google-cloud-compute/owlbot.py index c8710fa98e3..6f1ea943e86 100644 --- a/packages/google-cloud-compute/owlbot.py +++ b/packages/google-cloud-compute/owlbot.py @@ -15,5 +15,6 @@ import synthtool.languages.node as node node.owlbot_main(templates_excludes=[ - '.mocharc.js' + '.mocharc.js', + '.github/workflows/ci.yaml', ]) diff --git a/packages/google-cloud-compute/package.json b/packages/google-cloud-compute/package.json index 5d5e60a23e3..0dd54a52c52 100644 --- a/packages/google-cloud-compute/package.json +++ b/packages/google-cloud-compute/package.json @@ -120,7 +120,7 @@ "precompile": "gts clean" }, "dependencies": { - "google-gax": "^2.25.2" + "google-gax": "^2.29.1" }, "devDependencies": { "@types/mocha": "^9.0.0", diff --git a/packages/google-cloud-compute/protos/protos.d.ts b/packages/google-cloud-compute/protos/protos.d.ts index 640bcfac4f6..01f62392f32 100644 --- a/packages/google-cloud-compute/protos/protos.d.ts +++ b/packages/google-cloud-compute/protos/protos.d.ts @@ -1,4 +1,4 @@ -// Copyright 2021 Google LLC +// Copyright 2022 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/packages/google-cloud-compute/protos/protos.js b/packages/google-cloud-compute/protos/protos.js index 731947b56eb..08e8d637b72 100644 --- a/packages/google-cloud-compute/protos/protos.js +++ b/packages/google-cloud-compute/protos/protos.js @@ -1,4 +1,4 @@ -// Copyright 2021 Google LLC +// Copyright 2022 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/packages/google-cloud-compute/samples/package.json b/packages/google-cloud-compute/samples/package.json index 7fc9fcc26b0..62daf73aff4 100644 --- a/packages/google-cloud-compute/samples/package.json +++ b/packages/google-cloud-compute/samples/package.json @@ -14,7 +14,7 @@ "test": "mocha test --timeout 1200000" }, "dependencies": { - "@google-cloud/compute": "^3.0.0-alpha.4", + "@google-cloud/compute": "^3.1.0-alpha.0", "@sendgrid/mail": "^7.0.0", "nodemailer": "^6.0.0", "nodemailer-smtp-transport": "^2.7.4" diff --git a/packages/google-cloud-compute/system-test/compute.js b/packages/google-cloud-compute/system-test/compute.js index be8df949a56..b9a1fae50e2 100644 --- a/packages/google-cloud-compute/system-test/compute.js +++ b/packages/google-cloud-compute/system-test/compute.js @@ -305,7 +305,7 @@ describe('Compute', () => { } expect(error).to.be.an('Error'); expect(error.message).to.contain('was not found'); - expect(error.code).to.equal(404); + expect(error.code).to.equal(5); }); it('instances update desc to an empty string', async function () {