-
Notifications
You must be signed in to change notification settings - Fork 2k
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
mgmt, digitaltwins, add live tests #35366
Conversation
API change check API changes are not detected in this pull request. |
/azp run prepare-pipelines |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run java - digitaltwins - mgmt - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
We need to hold on this.
This is the case that the service folder is shared with data-plane. And they already have their tests.yml and bicep ready.
We should not modify their bicep.
service that share track2 data-plane and mgmt-plane lib in same folder (especially those having data-plane test-resources.json/bicep), e.g. https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/eventgrid
Could you start with these service that does not have data-plane? |
…ssue#35316_digitaltwins # Conflicts: # sdk/digitaltwins/test-resources.bicep
/azp run java - digitaltwins - mgmt - tests |
1 similar comment
/azp run java - digitaltwins - mgmt - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run java - digitaltwins - mgmt - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
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 swagger spec, a link to the pull request containing these swagger spec changes has been included above.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines