Deprecation release for azure-mgmt-mixedreality#45059
Deprecation release for azure-mgmt-mixedreality#45059MichaelZp0 wants to merge 4 commits intoAzure:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Updates azure-mgmt-mixedreality metadata and packaging configuration to reflect a deprecation release, including marking the package as inactive and adjusting build/automation settings.
Changes:
- Marked the package as inactive in
setup.pyclassifiers. - Disabled automation/CI updates via
sdk_packaging.toml(auto_update = false) andpyproject.toml(ci_enabled = false). - Bumped version to
1.1.0b2and added deprecation notice to README and CHANGELOG.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| sdk/mixedreality/azure-mgmt-mixedreality/setup.py | Updates trove classifier to indicate the package is inactive. |
| sdk/mixedreality/azure-mgmt-mixedreality/sdk_packaging.toml | Disables auto-update for packaging automation. |
| sdk/mixedreality/azure-mgmt-mixedreality/pyproject.toml | Disables CI for this package via build tooling config. |
| sdk/mixedreality/azure-mgmt-mixedreality/azure/mgmt/mixedreality/_version.py | Version bump to 1.1.0b2. |
| sdk/mixedreality/azure-mgmt-mixedreality/README.md | Replaces README content with a deprecation notice. |
| sdk/mixedreality/azure-mgmt-mixedreality/CHANGELOG.md | Adds 1.1.0b2 entry documenting deprecation. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…zureMgmtMixedreality
|
/azp run |
|
You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list. |
|
/azp run python - pullrequest, python - pullrequest (Build Build_Windows) |
|
Azure Pipelines successfully started running 1 pipeline(s). |
…zureMgmtMixedreality
|
@ChenxiJiang333 Sorry if you got pinged a few times for this PR. The pipelines were not cooperating. PR should be ready now for a review. I know that usually the readme should contain only the deprecation message, but for some reason the pipelines wouldn't skip the verification for the readme file and thus were failing when the sections were missing. |
Description
Deprecation release for azure-mgmt-mixedreality