-
Notifications
You must be signed in to change notification settings - Fork 3.2k
add service name in metadata and fix tests.yml #44349
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
base: main
Are you sure you want to change the base?
add service name in metadata and fix tests.yml #44349
Conversation
…/amber-yujueWang/azure-sdk-for-python into wangamber/llmspeechsdkpreviewfix
There was a problem hiding this 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 makes two changes to the azure-ai-transcription package: fixes the Azure Pipelines configuration structure in tests.yml by changing from stages: to extends:, and adds a service_name field to the _metadata.json file to specify "Cognitive Services".
- Corrected tests.yml to use
extends:instead ofstages:, aligning with Azure Pipelines best practices - Added service_name metadata field to identify the service as "Cognitive Services"
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| sdk/cognitiveservices/azure-ai-transcription/tests.yml | Fixed pipeline configuration structure by changing top-level key from stages: to extends:, following the standard pattern used across the repository |
| sdk/cognitiveservices/azure-ai-transcription/_metadata.json | Added service_name field with value "Cognitive Services" to the metadata configuration |
…transcription-test-fix
aea6629 to
3703b18
Compare
Description
Please add an informative description that covers that changes made by the pull request and link all relevant issues.
If an SDK is being regenerated based on a new API spec, a link to the pull request containing these API spec changes should be included above.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines