Skip to content

[Microsoft.Compute] Add InterconnectBlocks Resource#42759

Merged
mahdiva merged 10 commits into
compute-2026-03-01-icbfrom
mahdiva/2026-03-01-interconnectblocks-tsp
May 6, 2026
Merged

[Microsoft.Compute] Add InterconnectBlocks Resource#42759
mahdiva merged 10 commits into
compute-2026-03-01-icbfrom
mahdiva/2026-03-01-interconnectblocks-tsp

Conversation

@mahdiva

@mahdiva mahdiva commented Apr 29, 2026

Copy link
Copy Markdown
Contributor

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:
    • This PR adds InterconnectBlocks resource type under Microsoft.Compute

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

github-actions Bot commented Apr 29, 2026

Copy link
Copy Markdown

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 resource-manager TypeSpec Authored with TypeSpec labels Apr 29, 2026
@github-actions

github-actions Bot commented Apr 29, 2026

Copy link
Copy Markdown

API Change Check

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

Language API Review for Package
TypeSpec Compute
Java com.azure.resourcemanager:azure-resourcemanager-compute
JavaScript @azure/arm-compute
Python azure-mgmt-compute
Go sdk/resourcemanager/compute/armcompute

Comment generated by After APIView workflow run.

@haagha haagha added the WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required label May 4, 2026
@mahdiva mahdiva changed the title Add InterconnectBlocks Specifications Add InterconnectBlocks TypeSpec May 5, 2026
@mahdiva

mahdiva commented May 5, 2026

Copy link
Copy Markdown
Contributor Author

@mahdiva please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.

@microsoft-github-policy-service agree [company="{your company}"]

Options:

  • (default - no company specified) I have sole ownership of intellectual property rights to my Submissions and I am not making Submissions in the course of work for my employer.
@microsoft-github-policy-service agree
  • (when company given) I am making Submissions in the course of work for my employer (or my employer has intellectual property rights in my Submissions by contract or applicable law). I have permission from my employer to make Submissions and enter into this Agreement on behalf of my employer. By signing below, the defined term “You” includes me and my employer.
@microsoft-github-policy-service agree company="Microsoft"

Contributor License Agreement

@microsoft-github-policy-service agree company="Microsoft"

@mahdiva mahdiva changed the title Add InterconnectBlocks TypeSpec [Microsoft.Compute] Add InterconnectBlocks TypeSpec May 5, 2026
@audreyttt

Copy link
Copy Markdown
Member

Avocado failure is a known issue for Compute

@gary-x-li gary-x-li added ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review Approved-Suppression and removed WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required labels May 6, 2026
@mahdiva mahdiva changed the title [Microsoft.Compute] Add InterconnectBlocks TypeSpec [Microsoft.Compute] Add InterconnectBlocks Resource May 6, 2026
@mahdiva mahdiva merged commit 2d9a459 into compute-2026-03-01-icb May 6, 2026
120 of 125 checks passed
@mahdiva mahdiva deleted the mahdiva/2026-03-01-interconnectblocks-tsp branch May 6, 2026 18:54
@audreyttt audreyttt mentioned this pull request May 15, 2026
9 tasks
audreyttt added a commit that referenced this pull request Jun 17, 2026
* Add ComputeRP 2026-03-01 stable API version (forward-carry from 2025-11-01)

* [Microsoft.Compute] Add InterconnectBlocks Resource (#42759)

This PR adds the TypeSpec/Swagger changes for the new InterconnectBlocks resource under Microsoft.Compute.

---------

Co-authored-by: Haider Agha <64601174+haagha@users.noreply.github.com>

* Fix formatting

* Update suppression reasons

* Fix formatting

* Recompile swagger

* Added AutomaticSkuMigration policy to typespec (#43615)

* Put policy in correct folders

* Fixed api version

* Addressed suggestions

* Fixed comment

* Fix formatting

---------

Co-authored-by: Catalin Iulian Ancutei <cancutei@microsoft.com>
Co-authored-by: Audrey Toney <audreytoney@microsoft.com>

* Compile changes from main

* Update suppression description

---------

Co-authored-by: Haider Agha <Haider.Agha@microsoft.com>
Co-authored-by: Haider Agha <64601174+haagha@users.noreply.github.com>
Co-authored-by: Mahdi Varposhti <35560951+mahdiva@users.noreply.github.com>
Co-authored-by: Mahdi Varposhti <varp2010m@gmail.com>
Co-authored-by: Catalin Ancutei <37979489+Catalyn45@users.noreply.github.com>
Co-authored-by: Catalin Iulian Ancutei <cancutei@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Approved-Avocado Approved-Suppression ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review Compute resource-manager SuppressionReviewRequired TypeSpec Authored with TypeSpec

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants