Skip to content

Comments

Add new preview version 2026-01-26-preview for paloaltonetworks#40054

Merged
batradikshit merged 18 commits intomainfrom
dikshitbatra/feature/add-premium-sku-firewall-support
Feb 20, 2026
Merged

Add new preview version 2026-01-26-preview for paloaltonetworks#40054
batradikshit merged 18 commits intomainfrom
dikshitbatra/feature/add-premium-sku-firewall-support

Conversation

@batradikshit
Copy link
Contributor

@batradikshit batradikshit commented Jan 30, 2026

ARM (Control Plane) API Specification Update Pull Request

Tip

Overwhelmed by all this guidance? See the Getting help section at the bottom of this PR description.

PR review workflow diagram

Please understand this diagram before proceeding. It explains how to get your PR approved & merged.

spec_pr_review_workflow_diagram

Purpose of this PR

What's the purpose of this PR? Check the specific option that applies. This is mandatory!

  • New resource provider.
  • New API version for an existing resource provider. (If API spec is not defined in TypeSpec, the PR should have been created in adherence to OpenAPI specs PR creation guidance).
  • Update existing version for a new feature. (This is applicable only when you are revising a private preview API version.)
  • Update existing version to fix OpenAPI spec quality issues in S360.
  • Convert existing OpenAPI spec to TypeSpec spec (do not combine this with implementing changes for a new API version).
  • Other, please clarify:
    • edit this with your clarification

Due diligence checklist

To merge this PR, you must go through the following checklist and confirm you understood
and followed the instructions by checking all the boxes:

  • I confirm this PR is modifying Azure Resource Manager (ARM) related specifications, and not data plane related specifications.
  • I have reviewed following Resource Provider guidelines, including
    ARM resource provider contract and
    REST guidelines (estimated time: 4 hours).
    I understand this is required before I can proceed to the diagram Step 2, "ARM API changes review", for this PR.
  • A release plan has been created. If not, please create one as it will help guide you through the REST API and SDK creation process.

Additional information

Viewing API changes

For convenient view of the API changes made by this PR, refer to the URLs provided in the table
in the Generated ApiView comment added to this PR. You can use ApiView to show API versions diff.

Suppressing failures

If one or multiple validation error/warning suppression(s) is detected in your PR, please follow the
suppressions guide to get approval.

Getting help

  • First, please carefully read through this PR description, from top to bottom. Please fill out the Purpose of this PR and Due diligence checklist.
  • If you don't have permissions to remove or add labels to the PR, request write access per aka.ms/azsdk/access#request-access-to-rest-api-or-sdk-repositories
  • To understand what you must do next to merge this PR, see the Next Steps to Merge comment. It will appear within few minutes of submitting this PR and will continue to be up-to-date with current PR state.
  • For guidance on fixing this PR CI check failures, see the hyperlinks provided in given failure
    and https://aka.ms/ci-fix.
  • For help with ARM review (PR workflow diagram Step 2), see https://aka.ms/azsdk/pr-arm-review.
  • If the PR CI checks appear to be stuck in queued state, please add a comment with contents /azp run.
    This should result in a new comment denoting a PR validation pipeline has started and the checks should be updated after few minutes.
  • If the help provided by the previous points is not enough, post to https://aka.ms/azsdk/support/specreview-channel and link to this PR.
  • For guidance on SDK breaking change review, refer to https://aka.ms/ci-fix.

@github-actions
Copy link

github-actions bot commented Jan 30, 2026

Next Steps to Merge

✅ All automated merging requirements have been met! To get your PR merged, see aka.ms/azsdk/specreview/merge.

Comment generated by summarize-checks workflow run.

@github-actions github-actions bot added ARMReview new-api-version resource-manager RPaaS TypeSpec Authored with TypeSpec WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required labels Jan 30, 2026
@github-actions
Copy link

github-actions bot commented Jan 30, 2026

API Change Check

APIView identified API level changes in this PR and created the following API reviews

Language API Review for Package
Swagger PaloAltoNetworks.Cloudngfw
TypeSpec PaloAltoNetworks.Cloudngfw
Go sdk/resourcemanager/paloaltonetworksngfw/armpanngfw
Java com.azure.resourcemanager:azure-resourcemanager-paloaltonetworks-ngfw
JavaScript @azure/arm-paloaltonetworksngfw
Python azure-mgmt-paloaltonetworksngfw

@github-actions github-actions bot added the BreakingChangeReviewRequired <valid label in PR review process>add this label when breaking change review is required label Jan 30, 2026
…into dikshitbatra/feature/add-premium-sku-firewall-support
@github-actions github-actions bot added NotReadyForARMReview and removed WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required labels Jan 30, 2026
@batradikshit batradikshit self-assigned this Jan 30, 2026
@github-actions github-actions bot added WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required and removed BreakingChangeReviewRequired <valid label in PR review process>add this label when breaking change review is required NotReadyForARMReview labels Jan 31, 2026
…into dikshitbatra/feature/add-premium-sku-firewall-support
@github-actions github-actions bot added ARMAutoSignedOff-IncrementalTSP ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review and removed WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required labels Jan 31, 2026
@github-actions github-actions bot removed the ARMReview label Feb 3, 2026
@github-actions github-actions bot removed ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review ARMAutoSignedOff-IncrementalTSP labels Feb 3, 2026
…into dikshitbatra/feature/add-premium-sku-firewall-support
@batradikshit batradikshit requested a review from Copilot February 4, 2026 05:32
Copy link
Contributor

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 adds a new preview API version (2026-01-26-preview) for PaloAltoNetworks.Cloudngfw, introducing support for premium SKU firewalls as indicated by the new FirewallSkuType union and firewallSku property in the firewall deployment model.

Changes:

  • Added new API version 2026-01-26-preview to support firewall SKU types (STANDARD and PREMIUM)
  • Introduced FirewallSkuType union and firewallSku property to FirewallDeploymentProperties
  • Generated comprehensive example JSON files for all operations in the new API version

Reviewed changes

Copilot reviewed 299 out of 388 changed files in this pull request and generated 2 comments.

File Description
specification/paloaltonetworks/PaloAltoNetworks.Management/models.tsp Added FirewallSkuType union and firewallSku property to enable premium SKU support
specification/paloaltonetworks/PaloAltoNetworks.Management/main.tsp Added v2026_01_26_preview API version enum value
specification/paloaltonetworks/PaloAltoNetworks.Management/examples/2026-01-26-preview/*.json Generated example files for all operations in the new preview API version
Comments suppressed due to low confidence (3)

specification/paloaltonetworks/PaloAltoNetworks.Management/examples/2026-01-26-preview/LocalRules_Get_MinimumSet_Gen.json:1

  • The resource ID contains 'globalRulestacks' but the operation is for LocalRules under a localRulestack. The path should contain 'localRulestacks' instead of 'globalRulestacks' to be consistent with the operation context.
    specification/paloaltonetworks/PaloAltoNetworks.Management/examples/2026-01-26-preview/LocalRules_CreateOrUpdate_MinimumSet_Gen.json:1
  • The resource IDs contain 'globalRulestacks' but the operation is for LocalRules under a localRulestack. The paths should contain 'localRulestacks' instead of 'globalRulestacks' to be consistent with the operation context.
    specification/paloaltonetworks/PaloAltoNetworks.Management/examples/2026-01-26-preview/LocalRules_CreateOrUpdate_MinimumSet_Gen.json:1
  • The resource IDs contain 'globalRulestacks' but the operation is for LocalRules under a localRulestack. The paths should contain 'localRulestacks' instead of 'globalRulestacks' to be consistent with the operation context.

@batradikshit batradikshit requested a review from Copilot February 4, 2026 05:33
Copy link
Contributor

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

Copilot reviewed 299 out of 388 changed files in this pull request and generated 1 comment.

@batradikshit batradikshit changed the title Add premium SKU firewall support for PaloAltoNetworks.Cloungfw in new preview version Add premium new preview 2026-01-26-preview version for paloaltonetworks Feb 20, 2026
@batradikshit batradikshit changed the title Add premium new preview 2026-01-26-preview version for paloaltonetworks Add premium new preview version 2026-01-26-preview for paloaltonetworks Feb 20, 2026
@batradikshit batradikshit marked this pull request as ready for review February 20, 2026 07:21
@github-actions github-actions bot added ARMReview new-api-version WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required labels Feb 20, 2026
@batradikshit batradikshit changed the title Add premium new preview version 2026-01-26-preview for paloaltonetworks Add new preview version 2026-01-26-preview for paloaltonetworks Feb 20, 2026
@github-actions github-actions bot added ARMAutoSignedOff-IncrementalTSP ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review and removed WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required labels Feb 20, 2026
@batradikshit batradikshit enabled auto-merge (squash) February 20, 2026 10:12
Copy link
Member

@sanar-microsoft sanar-microsoft left a comment

Choose a reason for hiding this comment

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

Approving as this PR has been merged in the pr repo :shipit:

@batradikshit batradikshit added the PublishToCustomers Acknowledgement the changes will be published to Azure customers. label Feb 20, 2026
@batradikshit batradikshit merged commit 240f9b1 into main Feb 20, 2026
106 checks passed
@batradikshit batradikshit deleted the dikshitbatra/feature/add-premium-sku-firewall-support branch February 20, 2026 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ARMAutoSignedOff-IncrementalTSP ARMReview ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review IDCDevDiv new-api-version PublishToCustomers Acknowledgement the changes will be published to Azure customers. resource-manager RPaaS TypeSpec Authored with TypeSpec

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants