Refresh azure-mgmt-confidentialledger after migrate to Typespec#47897
Open
azure-sdk-automation[bot] wants to merge 3 commits into
Open
Refresh azure-mgmt-confidentialledger after migrate to Typespec#47897azure-sdk-automation[bot] wants to merge 3 commits into
azure-sdk-automation[bot] wants to merge 3 commits into
Conversation
…crosoft.ConfidentialLedger/ConfidentialLedger/tspconfig.yaml', API Version: 2026-05-22-preview, SDK Release Type: beta, and CommitSHA: 'a7bdbe741c0ef1f1b159d8569b173757bd823ae9' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6528004 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.
Contributor
There was a problem hiding this comment.
Pull request overview
Refreshes the azure-mgmt-confidentialledger package after migrating its code generation from AutoRest/Swagger to TypeSpec (API version 2026-05-22-preview, beta release). The public client is renamed to ConfidentialLedgerMgmtClient, generated models/operations are restructured to the new TypeSpec _Model base, the managed_ccf operation group is removed, and a new begin_files_export ledger operation plus several LedgerProperties fields are added.
Changes:
- Renamed client
ConfidentialLedger→ConfidentialLedgerMgmtClient; bumped version to2.0.0b6(beta) and updated stability metadata (is_stable=false, Python 3.10+). - Regenerated models/operations/enums via TypeSpec (new
_models.py/_enums.py/types.py), removed ManagedCCF and legacy models, added Files Export support and newLedgerPropertiesfields. - Updated docs/metadata: README, CHANGELOG,
tsp-location.yaml,_metadata.json,apiview-properties.json, and newapi.metadata.yml.
Reviewed changes
Copilot reviewed 56 out of 56 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
azure/mgmt/confidentialledger/_client.py (+aio) |
Client renamed; TypeSpec endpoint/serializer wiring; __init__ order (credential, subscription_id, base_url) correct |
_version.py |
Bumped to 2.0.0b6, matching CHANGELOG |
pyproject.toml |
Beta classifier, is_stable=false, requires-python>=3.10, title aligned to client name |
CHANGELOG.md |
Adds 2.0.0b6 with features and breaking changes |
README.md |
Updated client name and Microsoft Entra auth link |
tsp-location.yaml, _metadata.json |
New TypeSpec source/commit metadata |
apiview-properties.json, api.metadata.yml |
Cross-language IDs and API surface snapshot metadata |
azure/mgmt/confidentialledger/models/*, operations/*, _utils/*, types.py |
Generated model/operation/serialization restructure (skipped per mgmt review rules) |
generated_samples/*, generated_tests/* |
Regenerated samples/tests (skipped per mgmt review rules) |
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.
Configurations: 'specification/confidentialledger/resource-manager/Microsoft.ConfidentialLedger/ConfidentialLedger/tspconfig.yaml', API Version: 2026-05-22-preview, SDK Release Type: beta, and CommitSHA: 'a7bdbe741c0ef1f1b159d8569b173757bd823ae9' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6528004 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.