Remove azure-mgmt-trustedsigning source from main#47348
Merged
Conversation
Package has been deprecated and released as 1.0.1. Remove source from main per the deprecation process; source remains available under the azure-mgmt-trustedsigning_1.0.1 release tag. Only the package README.md is kept. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR completes the deprecation cleanup for azure-mgmt-trustedsigning (renamed to azure-mgmt-artifactsigning) by removing the deprecated package’s source, tests, samples, and build pipeline configuration from the main branch while retaining a README that points users to the last released tag and PyPI.
Changes:
- Removed the
trustedsigningservice directory pipeline (sdk/trustedsigning/ci.yml) since it only builtazure-mgmt-trustedsigning. - Deleted all package source/metadata/tests/samples for
sdk/trustedsigning/azure-mgmt-trustedsigning, keeping only the README. - Updated the remaining README to direct users to the
azure-mgmt-trustedsigning_1.0.1tag and the PyPI package page.
Reviewed changes
Copilot reviewed 60 out of 60 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| sdk/trustedsigning/ci.yml | Removed service pipeline for the deprecated package. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/tsp-location.yaml | Removed TypeSpec generation pointer for the deprecated package. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/tests/test_trusted_signing_mgmt_operations_test.py | Removed deprecated live test. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/tests/test_trusted_signing_mgmt_operations_async_test.py | Removed deprecated async live test. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/tests/test_trusted_signing_mgmt_code_signing_accounts_operations_test.py | Removed deprecated live test. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/tests/test_trusted_signing_mgmt_code_signing_accounts_operations_async_test.py | Removed deprecated async live test. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/tests/conftest.py | Removed deprecated test sanitizers/config. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/README.md | Kept README and updated it to point to the release tag and PyPI. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/pyproject.toml | Removed packaging metadata for the deprecated package source. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/MANIFEST.in | Removed packaging manifest for the deprecated package source. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/LICENSE | Removed package license file along with removed source (package is now source-removed from main). |
| sdk/trustedsigning/azure-mgmt-trustedsigning/generated_tests/test_trusted_signing_mgmt_operations.py | Removed generated test file for deprecated package. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/generated_tests/test_trusted_signing_mgmt_operations_async.py | Removed generated async test file for deprecated package. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/generated_tests/test_trusted_signing_mgmt_code_signing_accounts_operations.py | Removed generated test file for deprecated package. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/generated_tests/test_trusted_signing_mgmt_code_signing_accounts_operations_async.py | Removed generated async test file for deprecated package. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/generated_tests/test_trusted_signing_mgmt_certificate_profiles_operations.py | Removed generated test file for deprecated package. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/generated_tests/test_trusted_signing_mgmt_certificate_profiles_operations_async.py | Removed generated async test file for deprecated package. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/generated_tests/conftest.py | Removed generated test configuration for deprecated package. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/generated_samples/operations_list.py | Removed generated sample for deprecated package. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/generated_samples/code_signing_accounts_update.py | Removed generated sample for deprecated package. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/generated_samples/code_signing_accounts_list_by_subscription.py | Removed generated sample for deprecated package. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/generated_samples/code_signing_accounts_list_by_resource_group.py | Removed generated sample for deprecated package. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/generated_samples/code_signing_accounts_get.py | Removed generated sample for deprecated package. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/generated_samples/code_signing_accounts_delete.py | Removed generated sample for deprecated package. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/generated_samples/code_signing_accounts_create.py | Removed generated sample for deprecated package. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/generated_samples/code_signing_accounts_check_name_availability.py | Removed generated sample for deprecated package. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/generated_samples/certificate_profiles_revoke_certificate.py | Removed generated sample for deprecated package. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/generated_samples/certificate_profiles_list_by_code_signing_account.py | Removed generated sample for deprecated package. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/generated_samples/certificate_profiles_get.py | Removed generated sample for deprecated package. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/generated_samples/certificate_profiles_delete.py | Removed generated sample for deprecated package. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/generated_samples/certificate_profiles_create.py | Removed generated sample for deprecated package. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/dev_requirements.txt | Removed dev requirements file for deprecated package. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/CHANGELOG.md | Removed changelog along with removed package source from main. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/azure/mgmt/trustedsigning/py.typed | Removed typing marker file along with removed package source. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/azure/mgmt/trustedsigning/operations/_patch.py | Removed generated customization hook file. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/azure/mgmt/trustedsigning/operations/init.py | Removed generated operations package init. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/azure/mgmt/trustedsigning/models/_patch.py | Removed generated customization hook file. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/azure/mgmt/trustedsigning/models/_models.py | Removed generated models implementation. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/azure/mgmt/trustedsigning/models/_enums.py | Removed generated enums implementation. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/azure/mgmt/trustedsigning/models/init.py | Removed generated models package init. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/azure/mgmt/trustedsigning/aio/operations/_patch.py | Removed generated async customization hook file. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/azure/mgmt/trustedsigning/aio/operations/_operations.py | Removed generated async operations implementation. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/azure/mgmt/trustedsigning/aio/operations/init.py | Removed generated async operations package init. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/azure/mgmt/trustedsigning/aio/_patch.py | Removed generated async customization hook file. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/azure/mgmt/trustedsigning/aio/_configuration.py | Removed generated async client configuration. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/azure/mgmt/trustedsigning/aio/_client.py | Removed generated async client. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/azure/mgmt/trustedsigning/aio/init.py | Removed generated async package init. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/azure/mgmt/trustedsigning/_version.py | Removed generated version module. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/azure/mgmt/trustedsigning/_utils/model_base.py | Removed generated model base utilities. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/azure/mgmt/trustedsigning/_utils/init.py | Removed generated utils package init. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/azure/mgmt/trustedsigning/_patch.py | Removed generated customization hook file. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/azure/mgmt/trustedsigning/_configuration.py | Removed generated client configuration. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/azure/mgmt/trustedsigning/_client.py | Removed generated sync client. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/azure/mgmt/trustedsigning/init.py | Removed generated package init. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/azure/mgmt/init.py | Removed namespace package marker bundled with the removed package. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/azure/init.py | Removed namespace package marker bundled with the removed package. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/apiview-properties.json | Removed ApiView metadata for the deprecated package. |
| sdk/trustedsigning/azure-mgmt-trustedsigning/_metadata.json | Removed generated metadata describing the removed package. |
ChenxiJiang333
approved these changes
Jun 4, 2026
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.
Follow-up to the deprecation of azure-mgmt-trustedsigning (renamed to azure-mgmt-artifactsigning). The deprecation release 1.0.1 has been published to PyPI.
Per the deprecation process (Step 5), this PR removes the package source from the main branch:
Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com