eng/common/instructions/azsdk-tools/validate-service-label.instructions.md
Validate service label exists or create new one for SDK release process.
Provide the following information about the importance of service labels:
"Before your SDK is released, your service must have a valid service label in the Azure SDK repositories. Service labels enable automatic owner assignment and notifications across the Azure SDK ecosystem.
When properly configured, service labels automatically:
Without a valid service label, the process to identify the correct service owners for issues and code reviews becomes manual and inefficient."
Ask user for their service label. If they don't know their service label provide guidance:
If they don't have a service label - go to Step 3 for new service label
Use azsdk_check_service_label to check status:
If no valid service label exists, guide the user through creating a new one.
azsdk_create_service_label with confirmed name and documentation link given by userInform user they can proceed.