-
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, computefleet, add live tests #42311
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 - computefleet - mgmt - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run java - computefleet - mgmt - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
cc1bb06
to
831e164
Compare
/azp run java - computefleet - mgmt - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
...putefleet/src/test/java/com/azure/resourcemanager/computefleet/ComputeFleetManagerTests.java
Outdated
Show resolved
Hide resolved
...putefleet/src/test/java/com/azure/resourcemanager/computefleet/ComputeFleetManagerTests.java
Outdated
Show resolved
Hide resolved
/azp run java - computefleet - mgmt - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
...putefleet/src/test/java/com/azure/resourcemanager/computefleet/ComputeFleetManagerTests.java
Outdated
Show resolved
Hide resolved
97961ec
to
433ccd4
Compare
/azp run java - computefleet - mgmt - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run java - computefleet - mgmt - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
b3a4c1a
to
433ccd4
Compare
/azp run java - computefleet - mgmt - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
...putefleet/src/test/java/com/azure/resourcemanager/computefleet/ComputeFleetManagerTests.java
Outdated
Show resolved
Hide resolved
/azp run java - computefleet - mgmt - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
...putefleet/src/test/java/com/azure/resourcemanager/computefleet/ComputeFleetManagerTests.java
Outdated
Show resolved
Hide resolved
/azp run java - computefleet - ci |
Azure Pipelines successfully started running 1 pipeline(s). |
groupId: com.azure.resourcemanager | ||
safeName: azureresourcemanagercomputefleet | ||
Clouds: 'Public' | ||
UseFederatedAuth: true |
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.
@weidongxu-microsoft where do we generate these files? I would like to update them to remove "Clouds" and "UseFederatedAuth" parameters because they are no necessary.
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.
This file is handwritten.
I guess Hong copied it when your PR is not yet merged.
Doc points to example on main, so it should not happen again https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/resourcemanager/docs/HOW_TO_ADD_LIVE_TESTS.md#add-pipeline-configuration
I've made a PR to clean it up. #42450
This is the only one found.
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