-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Restructure KubernetesConfiguration directories to a suite of services #31523
base: main
Are you sure you want to change the base?
Conversation
Next Steps to Merge✅ All automated merging requirements have been met! To get your PR merged, see aka.ms/azsdk/specreview/merge. |
c558dd7
to
0a823db
Compare
0a823db
to
38a10af
Compare
@dipti-pai what is the base version i can use for comparing the files? why there are different versions for each service? |
see also the errors from the required modelvalidation, semanticvalidation, lintdiff checks |
/azp run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove track1 config for go. it is the legacy config we no longer use.
...configuration/resource-manager/Microsoft.KubernetesConfiguration/extensionTypes/readme.go.md
Outdated
Show resolved
Hide resolved
...configuration/resource-manager/Microsoft.KubernetesConfiguration/extensionTypes/readme.go.md
Outdated
Show resolved
Hide resolved
...etesconfiguration/resource-manager/Microsoft.KubernetesConfiguration/extensions/readme.go.md
Outdated
Show resolved
Hide resolved
...etesconfiguration/resource-manager/Microsoft.KubernetesConfiguration/extensions/readme.go.md
Outdated
Show resolved
Hide resolved
...iguration/resource-manager/Microsoft.KubernetesConfiguration/fluxConfigurations/readme.go.md
Outdated
Show resolved
Hide resolved
...iguration/resource-manager/Microsoft.KubernetesConfiguration/fluxConfigurations/readme.go.md
Outdated
Show resolved
Hide resolved
...figuration/resource-manager/Microsoft.KubernetesConfiguration/privateLinkScopes/readme.go.md
Outdated
Show resolved
Hide resolved
...figuration/resource-manager/Microsoft.KubernetesConfiguration/privateLinkScopes/readme.go.md
Outdated
Show resolved
Hide resolved
…ft.KubernetesConfiguration/extensionTypes/readme.go.md removing track config for extensionTypes Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
…ft.KubernetesConfiguration/extensionTypes/readme.go.md Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
…ft.KubernetesConfiguration/extensions/readme.go.md removing track config for extensions Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
…ft.KubernetesConfiguration/extensions/readme.go.md Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
…ft.KubernetesConfiguration/fluxConfigurations/readme.go.md removing track config for fluxConfigurations Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
…ft.KubernetesConfiguration/fluxConfigurations/readme.go.md Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
…ft.KubernetesConfiguration/privateLinkScopes/readme.go.md removing track config for pls Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
…ft.KubernetesConfiguration/privateLinkScopes/readme.go.md Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
@tadelesh Thank you, I have committed your suggestions. |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
@dipti-pai could you remove the top level kubernateconfigurations readme.typescript.md file specification/kubernetesconfiguration/resource-manager/readme.typescript.md if they have been splitted into several packages? It will resolve JS SDK generation failure. |
this should not be the root cause, I create a new pr base on this and it passed the JS automation here https://github.com/Azure/azure-rest-api-specs/pull/32207/checks?check_run_id=35760656197 |
This PR splits the Kubernetes Configuration Services into a service group with 5 services. The swaggers for each service group has no new changes except FluxConfiguration Service which includes addition of a new provider field. ARM changes were reviewed by ARM team and signed off in PR #30956 . The service group restructuring has been discussed with the Azure Breaking Changes Board.
These are the 5 services -
Flux Configuration Service
-- new API version: stable 2024-11-01 version
-- base version specification/kubernetesconfiguration/resource-manager/Microsoft.KubernetesConfiguration/preview/2024-04-01-preview/fluxconfiguration.json
Extensions Service
-- new API version: stable 2024-11-01
-- base API version: specification/kubernetesconfiguration/resource-manager/Microsoft.KubernetesConfiguration/stable/2023-05-01
Extension Types Service
-- new API version: preview 2024-11-01-preview
-- base API version: specification/kubernetesconfiguration/resource-manager/Microsoft.KubernetesConfiguration/preview/2023-05-01-preview/extensionTypes.json
Private Link Scopes Service
-- new API version: preview 2024-11-01-preview
-- base API version: specification/kubernetesconfiguration/resource-manager/Microsoft.KubernetesConfiguration/preview/2022-04-02-preview/privateLinkScopes.json
Operations Service
-- new API version: stable 2024-11-01
-- base API version: specification/kubernetesconfiguration/resource-manager/Microsoft.KubernetesConfiguration/stable/2023-05-01/operations.json
For new reviewers, a lot of the discussions in this PR is regarding the Operations service. Summarizing the conclusion after discussion with the ARM team and Breaking changes board team -
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.
Purpose of this PR
What's the purpose of this PR? Check the specific option that applies. This is mandatory!
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:
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.
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
Purpose of this PR
andDue diligence checklist
.write access
per aka.ms/azsdk/access#request-access-to-rest-api-or-sdk-repositoriesNext 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.and https://aka.ms/ci-fix.
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.