Added inheritance support for DTC LBDN and included python client changes for compartment ID - #35
Merged
Conversation
unasra
approved these changes
Jun 9, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds two improvements to the
dns_configpackage: (1) inheritance support for the DTC LBDN API via a newinheritquery parameter, and (2) acompartment_idfield onACL,AuthZone,Delegation,ForwardZone, andViewmodels to support multi-tenancy compartment filtering.Type of Change
Affected Packages
anycastcloud_discoverydfpdns_configdns_datadtcfwinfra_mgmtinfra_provisionipamipam_federationkeysredirectupgrade_policyuniversal_ddi_clientResource / Model:
LbdnApi,ACL,AuthZone,Delegation,ForwardZone,ViewDescription: Added
inheritquery param to LBDN API; addedcompartment_idfield to five DNS Config models.Schema Changes
Detailed Changes (click to expand)
src/dns_config/api/lbdn_api.pyinheritquery parameter to LBDN CRUD operationssrc/dns_config/models/acl.pycompartment_idfieldsrc/dns_config/models/auth_zone.pycompartment_idfieldsrc/dns_config/models/delegation.pycompartment_idfieldsrc/dns_config/models/forward_zone.pycompartment_idfieldsrc/dns_config/models/view.pycompartment_idfieldsrc/dns_config/docs/LbdnApi.mdinheritquery parametersrc/dns_config/docs/*.mdcompartment_idfieldTicket / Issue
Fixes #
Changelog Inclusion
Additional Context
The
compartment_idfield supports Infoblox's multi-tenancy model, allowing DNS resources to be scoped to a specific compartment. This mirrors similar changes already made in other packages.