Skip to content

[AutoRelease] t2-nginx-2025-07-19-65795(can only be merged by SDK owner) #42109

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

azure-sdk
Copy link
Collaborator

@Copilot Copilot AI review requested due to automatic review settings July 19, 2025 01:12
@azure-sdk
Copy link
Collaborator Author

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR appears to be an automated release update for the Azure NGINX Management SDK for Python, specifically version "t2-nginx-2025-07-19-65795". The update primarily involves upgrading Python version requirements, updating API versions, and adding new WAF (Web Application Firewall) policies functionality while refactoring existing operations.

Key changes include:

  • Upgrading minimum Python version from 3.8 to 3.9 and updating core dependencies
  • Migrating API version from "2024-11-01-preview" to "2025-03-01-preview" across all operations
  • Adding comprehensive WAF policies management operations with full CRUD support

Reviewed Changes

Copilot reviewed 72 out of 73 changed files in this pull request and generated 1 comment.

File Description
setup.py Updates Python version requirements, removes 3.8 support, upgrades azure-mgmt-core dependency
Test files (generated_tests/*) Adds new WAF policies test suites and updates existing tests with new API version and parameter names
Sample files (generated_samples/*) Updates sample code with new API version, adds WAF policies examples, refreshes parameter naming
Operations files Adds new WafPoliciesOperations class with complete CRUD operations and updates existing operations

@@ -0,0 +1,694 @@
# pylint: disable=line-too-long,useless-suppression
Copy link
Preview

Copilot AI Jul 19, 2025

Choose a reason for hiding this comment

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

The pylint disable comment should be more specific. Instead of broadly disabling 'useless-suppression', consider disabling only the specific pylint rules that are actually needed for this generated code file.

Copilot uses AI. Check for mistakes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant