Skip to content

mgmt, trustedsigning, update version to next preview and unreleased#48016

Merged
alzimmermsft merged 1 commit intoAzure:mainfrom
weidongxu-microsoft:mgmt_trustedsign-update-to-next-beta
Feb 17, 2026
Merged

mgmt, trustedsigning, update version to next preview and unreleased#48016
alzimmermsft merged 1 commit intoAzure:mainfrom
weidongxu-microsoft:mgmt_trustedsign-update-to-next-beta

Conversation

@weidongxu-microsoft
Copy link
Member

@weidongxu-microsoft weidongxu-microsoft commented Feb 15, 2026

The package is to be deprecated.

Current code is previously generated but not released. Reset it to unreleased and preview.
https://mvnrepository.com/artifact/com.azure.resourcemanager/azure-resourcemanager-trustedsigning/versions

Description

Please add an informative description that covers that changes made by the pull request and link all relevant issues.

If an SDK is being regenerated based on a new swagger spec, a link to the pull request containing these swagger spec changes has been included above.

All SDK Contribution checklist:

  • The pull request does not introduce [breaking changes]
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

@github-actions github-actions bot added the Mgmt This issue is related to a management-plane library. label Feb 15, 2026
@weidongxu-microsoft weidongxu-microsoft changed the title mgmt, trustedsigning, update to next preview mgmt, trustedsigning, update version to next preview and unreleased Feb 15, 2026
@weidongxu-microsoft weidongxu-microsoft marked this pull request as ready for review February 15, 2026 02:54
Copilot AI review requested due to automatic review settings February 15, 2026 02:54
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

@alzimmermsft alzimmermsft merged commit e1af15d into Azure:main Feb 17, 2026
30 checks passed
@weidongxu-microsoft weidongxu-microsoft deleted the mgmt_trustedsign-update-to-next-beta branch February 18, 2026 02:12
xinlian12 pushed a commit to xinlian12/azure-sdk-for-java that referenced this pull request Feb 18, 2026
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

[AutoPR azure-resourcemanager-managedops]-generated-from-SDK Generation - Java-5788711 (Azure#47788)

* Configurations:  'specification/managedoperations/ManagedOps.Management/tspconfig.yaml', API Version: 2025-07-28-preview, SDK Release Type: beta, and CommitSHA: '83408dfe4894a9b5a5d3989023647bce792efc5f' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5788711 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.

* Configurations:  'specification/managedoperations/ManagedOps.Management/tspconfig.yaml', API Version: 2025-07-28-preview, SDK Release Type: beta, and CommitSHA: 'ed16e10caee8ef2ab09f321272877d0efbec0d1e' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5863942 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.

* Configurations:  'specification/managedoperations/ManagedOps.Management/tspconfig.yaml', API Version: 2025-07-28-preview, SDK Release Type: beta, and CommitSHA: '96e40a96feba1bb2bcabd7d1612feb71f94c49a8' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5877195 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.

* Configurations:  'specification/managedoperations/ManagedOps.Management/tspconfig.yaml', API Version: 2025-07-28-preview, SDK Release Type: beta, and CommitSHA: '816b3edf3aeceb7929a5af05aea47e4a00bf6884' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5877312 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.

* Update version_client.txt

---------

Co-authored-by: wcas-ms <wcashman@microsoft.com>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>

[Kafka connector]AddSupportForThroughputBucket (Azure#48009)

* add support for throughput bucket in Kafka connector

---------

Co-authored-by: Annie Liang <anniemac@Annies-MacBook-Pro.local>

mgmt, trustedsigning, update to next preview (Azure#48016)

- Adding nregion feature to changelog (Azure#47987)

- Always parsing nregion header in storeresult

Increment package versions for resources releases (Azure#48020)

Remove extra blank line in BulkWriter.scala

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Apply suggestion from @xinlian12

Add fault injection tests for BulkOperationStatusTracker

Add integration tests verifying status code tracking through retry paths:
- TransactionalBulkExecutorTest: inject TOO_MANY_REQUEST with hitLimit(2),
  verify statusTracker records 429 with count=2
- CosmosBulkAsyncTest: inject TOO_MANY_REQUEST for non-transactional bulk,
  verify ItemBulkOperation statusTracker records 429 status codes

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Add CHANGELOG entries for status code history in stale progress logs

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

add more tests and update changelog

add attempt number in BulkOperationFailedException
jeet1995 pushed a commit to jeet1995/azure-sdk-for-java that referenced this pull request Feb 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Mgmt This issue is related to a management-plane library.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants