Skip to content

[python][servicebus] Update readme.python.md to convert to singleapi package #35695

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Jul 4, 2025

Updated the ServiceBus resource manager readme.python.md to convert from multi-api to single-api package structure using the provided template.

Changes Made

  • Converted to single-api structure: Removed all multi-api configurations, version-specific tags (package-2022-10-preview, package-2021-11), and batch processing directives
  • Added client title: Added title: ServiceBusManagementClient (extracted from Azure SDK Python repository __all__ variable)
  • Added namespace: Added namespace: azure.mgmt.servicebus
  • Updated command reference: Changed from --track2 to --python in documentation
  • Preserved existing configurations: Maintained modelerfour: lenient-model-deduplication: true from original file
  • Reorganized YAML structure: Split configuration into logical blocks following the template format

Template Values Used

  • ServiceName: servicebus
  • PackageName: servicebus
  • ClientName: ServiceBusManagementClient (from Azure SDK Python repo)

The updated file now follows the standard single-api package template structure while preserving necessary existing configurations.

Fixes #35694.


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

@Copilot Copilot AI assigned Copilot and msyyc Jul 4, 2025
Copy link

openapi-pipeline-app bot commented Jul 4, 2025

Next Steps to Merge

Next steps that must be taken to merge this PR:
  • ❌ This PR targets either the main branch of the public specs repo or the RPSaaSMaster branch of the private specs repo. These branches are not intended for iterative development. Therefore, you must acknowledge you understand that after this PR is merged, the APIs are considered shipped to Azure customers. Any further attempts at in-place modifications to the APIs will be subject to Azure's versioning and breaking change policies. Additionally, for control plane APIs, you must acknowledge that you are following all the best practices documented by ARM at aka.ms/armapibestpractices. If you do intend to release the APIs to your customers by merging this PR, add the PublishToCustomers label to your PR in acknowledgement of the above. Otherwise, retarget this PR onto a feature branch, i.e. with prefix release- (see aka.ms/azsdk/api-versions#release--branches).
  • ❌ The required check named Automated merging requirements met has failed. This is the final check that must pass. Refer to the check in the PR's 'Checks' tab for details on how to fix it and consult the aka.ms/ci-fix guide. In addition, refer to step 4 in the PR workflow diagram

Copy link

openapi-pipeline-app bot commented Jul 4, 2025

PR validation pipeline restarted successfully. If there is ApiView generated, it will be updated in this comment.

Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
@Copilot Copilot AI changed the title [WIP] [python][servicebus] update readme.python.md to convert to singleapi package [python][servicebus] Update readme.python.md to convert to singleapi package Jul 4, 2025
@Copilot Copilot AI requested a review from msyyc July 4, 2025 10:56
Copilot finished work on behalf of msyyc July 4, 2025 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[python][servicebus] update readme.python.md to convert to singleapi package
3 participants