You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,17 @@
13
13
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.
14
14
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.
15
15
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
+
16
27
## Coding
17
28
18
29
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