-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Remove RemoteRendering SDK due to sunset #46907
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
Remove RemoteRendering SDK due to sunset #46907
Conversation
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.
Pull Request Overview
This PR removes the Azure Remote Rendering SDK from the repository due to the service being sunset on October 1st, 2025. The removal includes all client libraries, tests, samples, configuration files, and supporting infrastructure.
Key Changes
- Removal of the entire Remote Rendering SDK module including client libraries, models, and implementation classes
- Deletion of all test files, sample code, and documentation
- Removal of build configuration files (pom.xml, CI/CD pipelines)
- Elimination of test resource configurations and deployment templates
Reviewed Changes
Copilot reviewed 82 out of 82 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| sdk/remoterendering/tests.yml | Removed Azure DevOps test pipeline configuration |
| sdk/remoterendering/test-resources.json | Deleted ARM template for test resource deployment |
| sdk/remoterendering/test-resources-post.ps1 | Removed PowerShell script for test resource setup |
| sdk/remoterendering/pom.xml | Deleted Maven parent POM for remoterendering services |
| sdk/remoterendering/ci.yml | Removed CI/CD pipeline configuration |
| sdk/remoterendering/azure-mixedreality-remoterendering/swagger/autorest.md | Deleted AutoRest code generation configuration |
| sdk/remoterendering/azure-mixedreality-remoterendering/src/test/** | Removed all test classes and base test infrastructure |
| sdk/remoterendering/azure-mixedreality-remoterendering/src/samples/** | Deleted sample applications and supporting code |
| sdk/remoterendering/azure-mixedreality-remoterendering/src/main/** | Removed all client library source code, models, and implementation |
|
Needs: Azure/azure-sdk#9244 to be in to mark the SDK as deprecated. |
…deringSDK User/michael zp0/remove remote rendering sdk
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.
Will the previously released SDK versions calls also fail, or are those APIs still functional?
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.
Can you include a link to the service deprecation notice in the PR. Can you also push a tag so this SHA is easy to find if we ever have to in the future
All API calls will fail. The Azure resources that would have handled these API calls are deleted. Old versions or new. |
…deringSDK Added retrirement notices in pom
…deringSDK User/michael zp0/remove remote rendering sdk
|
@joshfree, here is the retirement note: |
Azure Remote Rendering was sunset on the 1st of October 2025, so the SDK for it is now useless and can be removed.