Skip to content

Commit 351d5a5

Browse files
authored
Add mention of external dependencies to azure-sdk-tools readme (#42701)
1 parent 51bf1f0 commit 351d5a5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

eng/tools/azure-sdk-tools/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@ This package is intended for usage in direct combination with the azure-sdk-for-
3535

3636
**PLEASE NOTE.** For the "script" entrypoints provided by the package, all should either be run from somewhere **within** the azure-sdk-for-python repository. Barring that, an argument `--repo` should be provided that points to the repo root if a user must start the command from a different CWD.
3737

38+
## Usage in automation
39+
40+
This package is used externally in two places. Changes to `azure-sdk-tools`, especially location, should follow-up to ensure these usages are NOT broken.
41+
42+
- In `typespec` package generation.
43+
- [This PR](https://github.com/microsoft/typespec/pull/8281) updates `packages/http-client-python/generator/pygen/codegen/templates/packaging_templates/dev_requirements.txt.jinja2` to match the expected location of `azure-sdk-tools`.
44+
- As part of `azure-rest-api-specs` verification automation.
45+
- [This build](https://dev.azure.com/azure-sdk/internal/_build?definitionId=7423) calls the azure-sdk-for-python script `scripts/automation_generate.sh`, which calls into `scripts/dev_setup.py`.
46+
3847
## Building Azure SDK Packages
3948

4049
After installing azure-sdk-tools, package build functionality is available through `sdk_build`.

0 commit comments

Comments
 (0)