Updated version from 0.1.0 to 0.2.0#49
Merged
Merged
Conversation
unasra
approved these changes
Jul 16, 2026
There was a problem hiding this comment.
Pull request overview
Updates the generated SDK package version identifiers to 0.2.0 across multiple service modules, and adjusts the IPAM DHCPConfig model/docs to treat hold_reclaimed_time fields as read-only (no longer defaulted/serialized).
Changes:
- Bump
__version__from0.1.0to0.2.0across service package__init__.pyfiles. - Update
DHCPConfigmodel to remove defaults forhold_reclaimed_time/_v6and exclude them fromto_dict()output. - Update
DHCPConfigMarkdown documentation to mark the same fields as[readonly].
Reviewed changes
Copilot reviewed 17 out of 17 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/upgrade_policy/init.py | Bumps module version to 0.2.0. |
| src/universal_ddi_client/init.py | Bumps root client version to 0.2.0. |
| src/redirect/init.py | Bumps module version to 0.2.0. |
| src/keys/init.py | Bumps module version to 0.2.0. |
| src/ipam/models/dhcp_config.py | Changes hold_reclaimed_time* defaults/serialization behavior. |
| src/ipam/docs/DHCPConfig.md | Marks hold_reclaimed_time* as readonly in docs. |
| src/ipam/init.py | Bumps module version to 0.2.0. |
| src/ipam_federation/init.py | Bumps module version to 0.2.0. |
| src/infra_provision/init.py | Bumps module version to 0.2.0. |
| src/infra_mgmt/init.py | Bumps module version to 0.2.0. |
| src/fw/init.py | Bumps module version to 0.2.0. |
| src/dtc/init.py | Bumps module version to 0.2.0. |
| src/dns_data/init.py | Bumps module version to 0.2.0. |
| src/dns_config/init.py | Bumps module version to 0.2.0. |
| src/dfp/init.py | Bumps module version to 0.2.0. |
| src/cloud_discovery/init.py | Bumps module version to 0.2.0. |
| src/anycast/init.py | Bumps module version to 0.2.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
No description provided.