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: sdk/schemaregistry/azure-schemaregistry/CLIENT_DEVELOPER.md
+1-19Lines changed: 1 addition & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,25 +54,7 @@ The client regeneration is controlled by the `tsp-location.yaml` file in the roo
54
54
- The specific commit hash to use
55
55
- The directory path (`specification/schemaregistry/SchemaRegistry`)
56
56
57
-
To regenerate the client:
58
-
59
-
1. Update the commit hash in `tsp-location.yaml` if needed to point to the latest TypeSpec definitions
60
-
2. Run the TypeSpec client generation tool:
61
-
```bash
62
-
tsp-client update
63
-
```
64
-
65
-
3. Review the generated changes and ensure handwritten code in `_patch.py` files remains intact
66
-
67
-
### tsp-client Usage
68
-
69
-
The `tsp-client` tool will:
70
-
- Download the TypeSpec definitions from the specified commit
71
-
- Generate Python client code based on the TypeSpec specifications
72
-
- Preserve handwritten customizations in `_patch.py` files
73
-
- Update generated models, operations, and client classes
74
-
75
-
For more information on tsp-client usage, see the [tsp-client documentation](https://github.com/Azure/azure-sdk-tools/tree/main/tools/tsp-client/README.md).
57
+
To regenerate the client, follow the [`tsp-client` docs](https://github.com/Azure/azure-sdk-tools/tree/main/tools/tsp-client/README.md).
0 commit comments