Remove HDInsightContainers SDK due to HDInsightOnAKS deprecation#25580
Closed
2258093686 wants to merge 1 commit intoAzure:mainfrom
Closed
Remove HDInsightContainers SDK due to HDInsightOnAKS deprecation#255802258093686 wants to merge 1 commit intoAzure:mainfrom
2258093686 wants to merge 1 commit intoAzure:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request removes the entire armhdinsightcontainers SDK module by deleting all of its source files, including:
- Core client implementations (operations, locations, clusters, cluster pools)
- Model serialization code (models_serde.go with 5682 lines)
- Type definitions (responses.go, options.go, interfaces.go)
- Helper utilities (time_rfc3339.go, polymorphic_helpers.go)
- Fake/test server implementations
- Module dependencies (go.mod, go.sum)
- Example test files
Key Changes
- Complete removal of the HDInsight Containers ARM SDK module
- Deletion of ~7500+ lines of generated code
- Removal of all client implementations, models, and supporting infrastructure
- Elimination of module dependencies and test infrastructure
Reviewed Changes
Copilot reviewed 54 out of 56 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| go.mod, go.sum | Removed module dependencies and version constraints |
| models_serde.go | Deleted 5682 lines of model serialization/deserialization code |
| operations_client.go, locations_client.go | Removed API client implementations |
| responses.go, options.go | Deleted type definitions for API responses and options |
| time_rfc3339.go | Removed RFC3339 time handling utilities |
| polymorphic_helpers.go | Deleted polymorphic type unmarshaling helpers |
| interfaces.go | Removed interface definitions for polymorphic types |
| fake/*.go | Deleted all fake server implementations for testing |
| *_example_test.go | Removed example test files |
Member
Author
|
The Azure SDK has been marked as deprecated. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
HDInsightOnAKS service was retired on January 31, 2025; so the SDK for it is now useless and can be removed.
Retirement Announcement: https://azure.microsoft.com/en-us/updates?id=azure-hdinsight-on-aks-retirement