Skip to content

Remove azure-mgmt-trustedsigning source from main#47348

Merged
msyyc merged 2 commits into
mainfrom
remove-azure-mgmt-trustedsigning
Jun 4, 2026
Merged

Remove azure-mgmt-trustedsigning source from main#47348
msyyc merged 2 commits into
mainfrom
remove-azure-mgmt-trustedsigning

Conversation

@msyyc
Copy link
Copy Markdown
Member

@msyyc msyyc commented Jun 4, 2026

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:

  • Deleted all files under sdk/trustedsigning/azure-mgmt-trustedsigning except the package README.md.
  • Deleted sdk/trustedsigning/ci.yml (azure-mgmt-trustedsigning was the only artifact in the service directory).
  • Updated README.md to note the source has been removed and point to the azure-mgmt-trustedsigning_1.0.1 release tag and PyPI.

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

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>
Copilot AI review requested due to automatic review settings June 4, 2026 09:00
Copy link
Copy Markdown
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.

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 trustedsigning service directory pipeline (sdk/trustedsigning/ci.yml) since it only built azure-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.1 tag 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.

Comment thread sdk/trustedsigning/azure-mgmt-trustedsigning/README.md
@msyyc msyyc merged commit 76c342e into main Jun 4, 2026
15 checks passed
@msyyc msyyc deleted the remove-azure-mgmt-trustedsigning branch June 4, 2026 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants