-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Added new field for md5 auth keys in bgp router peer resource * Fixing bugs * Fixing delete and update flows * adding test * Fixing typo in create flow * Fixing typo in test * Fixed diff issue for sensitive field * Making test check for actual value instead of existence * REsponding to PR comments * Adding required tests for multiple bgp peers * Adding depends_on tag for making test deterministic * Fixing test * Fixing update test --------- [upstream:6f5723b479b0b3a089301fb6465a29be36175373] Signed-off-by: Modular Magician <[email protected]>
- Loading branch information
1 parent
088fcdb
commit fb99b12
Showing
3 changed files
with
491 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:enhancement | ||
compute: added `md5_authentication_key` to `google_compute_router_peer` | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.