Skip to content

Add aks fleet 2025 08 01 preview#36140

Closed
jim-minter wants to merge 146 commits intorelease-aks-fleet-2025-08-01-previewfrom
dev-aks-fleet-2025-08-01-preview-without-2025-04-01-preview
Closed

Add aks fleet 2025 08 01 preview#36140
jim-minter wants to merge 146 commits intorelease-aks-fleet-2025-08-01-previewfrom
dev-aks-fleet-2025-08-01-preview-without-2025-04-01-preview

Conversation

@jim-minter
Copy link
Member

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.

mikeharder and others added 25 commits July 21, 2025 13:11
* [Monitor] Update resource operations route

We need to ensure that the resourceId (which is an ARM resource
identifier) is not encoded when the request URL is constructed.

Here, we do reserved expansion on the route to allow reserved
characters.

Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>

* Update docstrings

Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>

---------

Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
* Removed cache as SpecModel supports internal cache

* Updated test

* Added one more extra new line to re-format markdown
- Copy in changed-files.js was identical
* Microsoft.Security Private Link 2025-09-01-preview

* pascalCase

* lintdiff fixes

* Run prettier on Microsoft.Security privateLinks files

* add description back

* LroLocationHeader

* TopLevelResourcesListBySubscription

* PutResponseCodes

* PutRequestResponseSchemeArm

---------

Co-authored-by: Ami <amhollan@microsoft.com>
* refer to prompt through file path

* simplify often times the super negativity takes away from the LLM focus

* small change
…ecks` (#35951)

* add `summarize-impact` check that evaluates a PR to understand which labels MAY need to be added
* add new section to summarize-checks that utilizes a detected pr impact assessment FROM summarize-impact check artifact to apply the correct ARM review labels to a PR
* associated shared updates to .github/shared and other common javascript modules
* Add root role, replace dbOwner

* Added mongocluster api version 2025-05-01-preview

* Ran npx prettier

* typespec validation

* Updated spec to use shared ManagedServiceIdentityProperty

* Deprecate role name in 2025-07-01-preview

* Move CMK changes to 2025-07-01-preview

* Fix managedidentityproperties on MongoCluster model

* Fix formatting

* Fix example format

* Add scenarios to 2025-07-01-preview

---------

Co-authored-by: Joel Pineiro <jpineiro@microsoft.com>
Co-authored-by: Joel Pineiro <joelpnrs@gmail.com>
Bumps the typespec-client-generator-cli group with 1 update in the / directory: [@azure-tools/typespec-client-generator-cli](https://github.com/Azure/azure-sdk-tools).


Updates `@azure-tools/typespec-client-generator-cli` from 0.25.0 to 0.26.0
- [Release notes](https://github.com/Azure/azure-sdk-tools/releases)
- [Commits](https://github.com/Azure/azure-sdk-tools/commits)

---
updated-dependencies:
- dependency-name: "@azure-tools/typespec-client-generator-cli"
  dependency-version: 0.26.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typespec-client-generator-cli
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- fixes #36101
- filters should handle platform paths, via resolve()/normalize()/sep
- filter `specification()` is removed
  - Instead, pass `paths: ["specification"]` to `getChangedFiles()`
- preparation for `getChangedFiles()` to return absolute platform paths
#36075)

* SpotPlacementScore restructuring to RecommenderRP subdirectory - initial commit

* Adding readme.md in RecommenderRP, default tag is 2025-02-01-preview

* Update RecommenderRP.json to only have the latest versions of SpotPlacementScore APIs, remove unref'd example files

* Adding missing required property

* Change API version to 2025-06-05, remove all suppressions

* Clean up unused class definitions, use latest v6 types.json file

* Adding partial suppressions back

* Add back OperationsAPIImplementation suppression and add paths in where clause

* Update suppressions yaml for 2025-06-05 version
Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: ReleaseHelper <ReleaseHelper>
* Add base for updating PaloAltoNetworks.Cloudngfw from version 2025-05-23 to 2025-07-07-preview

* Update API version in new spec and examples

* Update readme with new version tag

* Add new APIs for child resource metrics

* Fix PR check issues

* Add location header in 202 response

* Fix example

* Update pattern to the one being used in code
* Fix swagger breaking change one-of

* recompile with tsp
* [computeschedule] use ArmCustomPatchAsync for patch method

* update

* Update computeschedule.json

---------

Co-authored-by: Mary Gao <yanmeigao1210@gmail.com>
* update

* Update client.tsp

* fix directory name from Deviceprovisioningservices.Management to DeviceProvisioningServices.Management

* Update client.tsp
* Modify the optionality of 'location'

* update
* Modify the optionality of 'location'

* resolve breaking change

---------

Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
…e format (#36036)

* Initial plan

* Convert authorization readme.python.md to single-api package format

Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Update LintDiff's README.md

* format
@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented Jul 23, 2025

Next Steps to Merge

Next steps that must be taken to merge this PR:

@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented Jul 23, 2025

PR validation pipeline restarted successfully. If there is ApiView generated, it will be updated in this comment.

@nwnt nwnt force-pushed the dev-aks-fleet-2025-08-01-preview-without-2025-04-01-preview branch from 14d29b8 to f74ea30 Compare August 1, 2025 14:48
@github-actions github-actions bot added the brownfield Brownfield services will soon be required to convert to TypeSpec. See https://aka.ms/azsdk/typespec. label Aug 1, 2025
@nwnt nwnt force-pushed the dev-aks-fleet-2025-08-01-preview-without-2025-04-01-preview branch 2 times, most recently from 4cecf35 to f74ea30 Compare August 1, 2025 15:08
@github-actions github-actions bot added brownfield Brownfield services will soon be required to convert to TypeSpec. See https://aka.ms/azsdk/typespec. and removed brownfield Brownfield services will soon be required to convert to TypeSpec. See https://aka.ms/azsdk/typespec. labels Aug 1, 2025
@nwnt nwnt force-pushed the dev-aks-fleet-2025-08-01-preview-without-2025-04-01-preview branch 2 times, most recently from e1bfa3b to f74ea30 Compare August 1, 2025 15:53
@github-actions github-actions bot removed the brownfield Brownfield services will soon be required to convert to TypeSpec. See https://aka.ms/azsdk/typespec. label Aug 1, 2025
Signed-off-by: Nont <nont@duck.com>
@nwnt nwnt force-pushed the dev-aks-fleet-2025-08-01-preview-without-2025-04-01-preview branch from f74ea30 to b77808b Compare August 1, 2025 16:39
@github-actions github-actions bot added the brownfield Brownfield services will soon be required to convert to TypeSpec. See https://aka.ms/azsdk/typespec. label Aug 1, 2025
Copy link
Member

@qiaozha qiaozha left a comment

Choose a reason for hiding this comment

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

why is this PR changing so many unrelated files? /cc @mikeharder

@jim-minter jim-minter closed this Aug 12, 2025
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.

Comments