Commit de5a534
Eng 3140 phase 1 single adapter integration test pr (#4281)
<!-- CURSOR_SUMMARY -->
> [!NOTE]
> **Medium Risk**
> Adds a new Azure discovery adapter and wires it into global adapter
registration, which can affect runtime discovery behavior and
linked-item traversal. Also introduces a new Azure integration test that
provisions real resources, increasing CI/config sensitivity if enabled.
>
> **Overview**
> Adds support for Azure Private DNS Zone Virtual Network Links via a
new `NetworkDNSVirtualNetworkLink` SearchableWrapper, including
linked-item queries to the parent private DNS zone and the referenced
virtual network (with cross-resource-group scope extraction).
>
> Registers the new adapter in `manual/adapters.go`, adds a thin
`VirtualNetworkLinksClient` interface + generated mock, and updates
`shared/utils.go` resource-ID path key mapping for this new type.
>
> Adds both unit tests and a full Azure integration test that provisions
a VNet, private DNS zone, and virtual network link, then validates
`Get`/`Search`, item attributes, and linked-item queries. Updates the
adapter-creation skill docs to require bidirectional parent/child SEARCH
links and to include integration test guidance.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
b25ff898296056b50fc9562b4f7e7838b27fe2e8. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
GitOrigin-RevId: 8865f06c70fba163edfa433bc7a66c8baa166ddb1 parent 03eb745 commit de5a534
7 files changed
Lines changed: 1127 additions & 0 deletions
File tree
- sources/azure
- clients
- integration-tests
- manual
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
0 commit comments