Skip to content

Commit 316afba

Browse files
raych1JoshLove-msft
authored andcommitted
Updated sdk automation docs (Azure#23345)
* Updated sdk automation docs * Update documentation/sdkautomation/README.md
1 parent f048cbd commit 316afba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

documentation/sdkautomation/GenerateInputSchema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"type": "string"
4343
}
4444
},
45-
"relatedCadlProjectFolder": {
46-
// Related cadl project folder that pending generation.
45+
"relatedTypeSpecProjectFolder": {
46+
// Related typespec project folder that pending generation.
4747
"type": "array",
4848
"items": {
4949
"type": "string"

documentation/sdkautomation/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ SDK Automation is launched with matrix in azure pipeline. For each language conf
2626
- repo: azure-sdk-for-js
2727
``` <EOL>
2828
```
29-
2. For CADL PR, filter the list of cadl-project.yaml: find the `options` config in cadl-project.yaml, and see if the specified language is configure for that cadl-location.yaml.
29+
2. For TypeSpec PR, filter the list of tspconfig.yaml: find the `options` config in tspconfig.yaml, and see if the specified language is configure for that tsp-location.yaml.
3030
31-
If the configured language is not found here, generation for this cadl project will be skipped.
31+
If the configured language is not found here, generation for this typespec project will be skipped.
3232
3333
4. Get `specificationRepositoryConfiguration.json` from spec repo default branch. See [SpecRepoConfig](#specrepoconfig). Get the repo and branch config in the file.
3434

0 commit comments

Comments
 (0)