[AutoPR azure-resourcemanager-deviceregistry]-generated-from-SDK Generation - Java-6811147 - #50400
azure-sdk-automation[bot] wants to merge 1 commit into
Conversation
…oft.DeviceRegistry/DeviceRegistry/tspconfig.yaml', and CommitSHA: '73972b766e47d15a5342c90913a738bb7809ccee' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6811147 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.
There was a problem hiding this comment.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
Note
This error may be related to your runner configuration. You can now configure runners for Copilot code review separately from Copilot cloud agent by creating a copilot-code-review.yml file with your setup steps. Read the docs for details.
|
Azure Pipelines: Successfully started running 1 pipeline(s). 35 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Weidong Xu (weidongxu-microsoft)
left a comment
There was a problem hiding this comment.
The generated stable 1.2.0 release has two blocking issues:
-
The
2026-11-01TypeSpec changes break public APIs from the published1.1.0package. ChangingSystemAssignedServiceIdentitytoManagedServiceIdentitychanges existing getter/setter signatures, and renaming the four nested-resource operations fromlistByResourceGrouptolistByNamespaceremoves the existing Java methods. TypeSpec's@typeChangedFromand@renamedFrompreserve versioning metadata but do not generate Java compatibility shims. Please preserve the old Java APIs as deprecated compatibility members or use a major package version. -
The intentionally retired Credential/Policy preview APIs are still referenced by
DeviceRegistryCredentialsAndPoliciesFlowTest. This causes deterministic compilation failures across the Java CI jobs (Policy,BringYourOwnRoot,ActivateBringYourOwnRootRequest,policies(), andcredentials()cannot be resolved). Please update or remove the obsolete handwritten test as part of this regeneration.
Source changes:
|
If these changes are expected, please fix the Since we are removing APIs from SDK, I guess we will need to bump version to 2.0.0 |
Configurations: 'specification/deviceregistry/resource-manager/Microsoft.DeviceRegistry/DeviceRegistry/tspconfig.yaml', and CommitSHA: '73972b766e47d15a5342c90913a738bb7809ccee' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6811147 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. Release plan link: https://azsdk-releaseplan-dashboard-hveph5aqhhcfhtgu.westus-01.azurewebsites.net/?releaseplan=36491 Submitted by: henrymorales@microsoft.com