-
Notifications
You must be signed in to change notification settings - Fork 640
compute: support Forwarding Rules #1191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compute: support Forwarding Rules #1191
Conversation
72e11d5 to
18e073d
Compare
18e073d to
101d86a
Compare
4a5dd15 to
87f6f0b
Compare
35e613f to
ae4de07
Compare
7608316 to
11e2797
Compare
|
@callmehiphop ptal! I had some issues with the docs tests not having |
| * | ||
| * @param {module:compute|module:compute/region} scope - The parent scope this | ||
| * firewall rule belongs to. | ||
| * @param {string} name - Rule name. |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
11e2797 to
a42326b
Compare
system-test/compute.js
Outdated
| var Compute = require('../lib/compute/index.js'); | ||
|
|
||
| describe('Compute', function() { | ||
| describe.only('Compute', function() { |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
a42326b to
ca6965d
Compare
🤖 I have created a release *beep* *boop* --- ## [2.30.0](googleapis/gax-nodejs@v2.29.7...v2.30.0) (2022-02-23) ### Features * **deps:** Update `google-auth-library` ([#1190](googleapis/gax-nodejs#1190)) ([7981dc5](googleapis/gax-nodejs@7981dc5)) ### Bug Fixes * **deps:** update dependency object-hash to v3 ([#1188](googleapis/gax-nodejs#1188)) ([797e69f](googleapis/gax-nodejs@797e69f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
For #1073
This adds support for forwarding rules (regional and global).
To Dos