Skip to content

Commit 150e10e

Browse files
authored
Create sdk-automation-faq.md (#29537)
* Create sdk-automation-faq.md Added a document for FAQ as placeholder Added instructions of downloading SDK * Update sdk-automation-faq.md Added short link * Update sdk-automation-faq.md Added blank lines before/after screenshot.
1 parent 0fdc8c8 commit 150e10e

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
| Short Link: | [aka.ms/azsdk/sdk-automation-faq](https://aka.ms/azsdk/sdk-automation-faq) |
2+
|--|--|
3+
4+
# FAQ
5+
6+
## How to Download the Generated Artifacts
7+
8+
### Prerequisites
9+
Ensure the SDK automation CI check succeeds. If the check fails, the artifacts might not have been generated.
10+
11+
### Steps to Download Artifacts
12+
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.
13+
14+
![image](https://github.com/Azure/azure-rest-api-specs/assets/20296335/9c386007-785c-41aa-864d-9423e154b158)
15+
16+
1. Navigate to `Checks` page: click on the `Details` link.
17+
18+
2. View Azure DevOps Build Pipeline Run: click on the `View Azure DevOps build log for more details` link.
19+
20+
![image](https://github.com/Azure/azure-rest-api-specs/assets/20296335/64ec1f22-37df-4597-8259-3dd581656faa)
21+
22+
3. Browse to Pipeline Run Result: click on the `left` arrow.
23+
24+
![image](https://github.com/Azure/azure-rest-api-specs/assets/20296335/726c2e8a-9a39-4af2-b745-0136d53bee6d)
25+
26+
4. Access Artifacts Page: click on the `artifacts` link.
27+
28+
![image](https://github.com/Azure/azure-rest-api-specs/assets/20296335/b2c4c307-a430-4dec-bb09-5ac7e659a418)
29+
30+
5. Locate Generated Artifacts:
31+
The generated artifacts for Python are located under the `SDK_Artifact_Python` folder.
32+
33+
![image](https://github.com/Azure/azure-rest-api-specs/assets/20296335/4cecb794-0ec9-4092-a0cc-b45214438e1e)
34+

0 commit comments

Comments
 (0)