Skip to content

Commit 39462be

Browse files
authored
Document tsp-client update (Azure#2471)
Resolves Azure#1972
1 parent 9ff717a commit 39462be

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CONTRIBUTING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@
1313
If you want to contribute to a file that is generated (the file is located in a `generated` subdirectory), the best approach is to open a PR on the TypeSpec specification since we cannot replace generated code that will be replaced when regenerated.
1414
Please visit the [Azure/azure-rest-api-specs repo](https://github.com/Azure/azure-rest-api-specs/) to view and make changes to Azure service API specifications.
1515

16+
Once changes are merged,
17+
18+
1. Change directories to the crate you want to regenerate:
19+
20+
```sh
21+
cd sdk/keyvault/azure_security_keyvault_secrets
22+
```
23+
24+
2. Update `tsp-location.yml` with the commit in the `Azure/azure-sdk-for-rust` repository.
25+
3. Run `tsp-client update`.
26+
1627
## Coding
1728

1829
We welcome contributions! But before you start coding, please read our [Rust Guidelines] including [implementation details](https://azure.github.io/azure-sdk/rust_implementation.html) for contributors.

0 commit comments

Comments
 (0)