Skip to content

Conversation

melodyogonna
Copy link
Contributor

@melodyogonna melodyogonna commented Oct 14, 2025

User description

Description

What - Update the version of Azure resource graph

Why - Documentation has been merged

How - Simple version bump

Type of change

Please leave one option from the following and delete the rest:

  • [ x ] Non-breaking change (fix of existing functionality that will not change current behavior)

All tests should be run against the port production environment(using a testing org).

Core testing checklist

  • Integration able to create all default resources from scratch
  • Resync finishes successfully
  • Resync able to create entities
  • Resync able to update entities
  • Resync able to detect and delete entities
  • Scheduled resync able to abort existing resync and start a new one
  • Tested with at least 2 integrations from scratch
  • Tested with Kafka and Polling event listeners
  • Tested deletion of entities that don't pass the selector

Integration testing checklist

  • Integration able to create all default resources from scratch
  • Completed a full resync from a freshly installed integration and it completed successfully
  • Resync able to create entities
  • Resync able to update entities
  • Resync able to detect and delete entities
  • Resync finishes successfully
  • If new resource kind is added or updated in the integration, add example raw data, mapping and expected result to the examples folder in the integration directory.
  • If resource kind is updated, run the integration with the example data and check if the expected result is achieved
  • If new resource kind is added or updated, validate that live-events for that resource are working as expected
  • Docs PR link here

Preflight checklist

  • Handled rate limiting
  • Handled pagination
  • Implemented the code in async
  • Support Multi account

Screenshots

Include screenshots from your environment showing how the resources of the integration will look.

API Documentation

Provide links to the API documentation used for this integration.


PR Type

Enhancement


Description

  • Upgraded Azure Resource Graph integration from dev to beta version

  • Updated version number to 0.1.0-beta in project configuration

  • Added changelog entry documenting the beta release


Diagram Walkthrough

flowchart LR
  A["Version Update"] --> B["pyproject.toml"]
  A --> C["CHANGELOG.md"]
  B --> D["0.1.0-beta"]
  C --> D
Loading

File Walkthrough

Relevant files
Documentation
CHANGELOG.md
Document beta version release in changelog                             

integrations/azure-resource-graph/CHANGELOG.md

  • Added new changelog section for version 0.1.0-beta release
  • Documented the upgrade to Beta as a feature
  • Included release date of 2025-10-14
+7/-0     
Configuration changes
pyproject.toml
Bump version to beta in project configuration                       

integrations/azure-resource-graph/pyproject.toml

  • Updated package version from 0.1.0-dev to 0.1.0-beta
+1/-1     

Copy link
Contributor

qodo-merge-pro bot commented Oct 14, 2025

PR Compliance Guide 🔍

Below is a summary of compliance checks for this PR:

Security Compliance
🟢
No security concerns identified No security vulnerabilities detected by AI analysis. Human verification advised for critical code.
Ticket Compliance
🎫 No ticket provided
  • Create ticket/issue
Codebase Duplication Compliance
Codebase context is not defined

Follow the guide to enable codebase context checks.

Custom Compliance
No custom compliance provided

Follow the guide to enable custom compliance check.

  • Update
Compliance status legend 🟢 - Fully Compliant
🟡 - Partial Compliant
🔴 - Not Compliant
⚪ - Requires Further Human Verification
🏷️ - Compliance label

Copy link
Contributor

qodo-merge-pro bot commented Oct 14, 2025

PR Code Suggestions ✨

No code suggestions found for the PR.

@melodyogonna melodyogonna changed the title [Integration][Azure-resource-graph]Upgrade integration to beta [Integration][Azure-resource-graph] Upgrade integration to beta Oct 14, 2025
Copy link
Member

@mk-armah mk-armah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@melodyogonna melodyogonna merged commit e78fde7 into main Oct 15, 2025
23 checks passed
@melodyogonna melodyogonna deleted the PORT-16582-bumb-azure-resource-graph-beta branch October 15, 2025 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants