Skip to content

Commit

Permalink
Update sdk-automation-faq.md (Azure#30883)
Browse files Browse the repository at this point in the history
Updated the instructions to download the SDK artifacts to align with the deletion of SDK automation result rendering in pull request comment.
  • Loading branch information
raych1 authored Oct 16, 2024
1 parent b107a79 commit f52f0bb
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions documentation/sdkautomation/sdk-automation-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,27 @@
Ensure the SDK automation CI check succeeds. If the check fails, the artifacts might not have been generated.

### Steps to Download Artifacts
Let's take Python as an example. The results will be displayed in the pull request comment once the SDK automation CI check completes successfully, as shown in the screenshot below.
Let's take Python as an example.

![image](https://github.com/Azure/azure-rest-api-specs/assets/20296335/9c386007-785c-41aa-864d-9423e154b158)
1. Navigate to `Checks` page: click on the `Checks` tab in the navigation pane of the pull request.
![image](https://github.com/user-attachments/assets/109f7d90-52f6-45ed-ac12-ce2ae3e49af8)

1. Navigate to `Checks` page: click on the `Details` link.

2. View Azure DevOps Build Pipeline Run: click on the `View Azure DevOps build log for more details` link.
2. View the `python` SDK Automation Run result: click on the `SDK azure-sdk-for-python` item in the left CI check list.
![image](https://github.com/user-attachments/assets/d38a0b96-d584-46c1-96ed-eec747652962)

3. View Azure DevOps Build Pipeline Run: click on the `View Azure DevOps build log for more details` link.

![image](https://github.com/Azure/azure-rest-api-specs/assets/20296335/64ec1f22-37df-4597-8259-3dd581656faa)

3. Browse to Pipeline Run Result: click on the `left` arrow.
4. Browse to Pipeline Run Result: click on the `left` arrow.

![image](https://github.com/Azure/azure-rest-api-specs/assets/20296335/726c2e8a-9a39-4af2-b745-0136d53bee6d)

4. Access Artifacts Page: click on the `artifacts` link.
5. Access Artifacts Page: click on the `artifacts` link.

![image](https://github.com/Azure/azure-rest-api-specs/assets/20296335/b2c4c307-a430-4dec-bb09-5ac7e659a418)

5. Locate Generated Artifacts:
6. Locate Generated Artifacts:
The generated artifacts for Python are located under the `SDK_Artifact_Python` folder.

![image](https://github.com/Azure/azure-rest-api-specs/assets/20296335/4cecb794-0ec9-4092-a0cc-b45214438e1e)
Expand Down

0 comments on commit f52f0bb

Please sign in to comment.