Closed seankimkdy closed 4 months ago
315 tests +10 315 :white_check_mark: +10 2s :stopwatch: -1s 49 suites ± 0 0 :zzz: ± 0 1 files ± 0 0 :x: ± 0
Results for commit 8408bbf5. ± Comparison against base commit 1eb63d8e.
:recycle: This comment has been updated with latest results.
For the detailed report, please go to Checks tab
, click Build and Test
, and then download unit_test_coverage
artifact at the bottom of build page.
The coverage result does not include the functional test results.
For the detailed report, please go to Checks tab
, click Build and Test
, and then download unit_test_coverage
artifact at the bottom of build page.
The coverage result does not include the functional test results.
For the detailed report, please go to Checks tab
, click Build and Test
, and then download unit_test_coverage
artifact at the bottom of build page.
The coverage result does not include the functional test results.
For the detailed report, please go to Checks tab
, click Build and Test
, and then download unit_test_coverage
artifact at the bottom of build page.
The coverage result does not include the functional test results.
For the detailed report, please go to Checks tab
, click Build and Test
, and then download unit_test_coverage
artifact at the bottom of build page.
The coverage result does not include the functional test results.
For the detailed report, please go to Checks tab
, click Build and Test
, and then download unit_test_coverage
artifact at the bottom of build page.
The coverage result does not include the functional test results.
For the detailed report, please go to Checks tab
, click Build and Test
, and then download unit_test_coverage
artifact at the bottom of build page.
The coverage result does not include the functional test results.
Takes on Azure portion of #434. This allows resources to have outbound permit list rules with public IP addresses. When a permit list rule with a public IP address target is passed in to
AddPermitListRules
, a NAT gateway is spun up in the vnet where the resource resides. Similar to VPN gateways, the NAT gateway is created on demand and not before it is necessary.I also refactored Azure's connectivity check methods such that it's more user friendly to those from other clouds.
GCP PR is coming soon after #417 is merged due to a lot of code overlap.