Skip to content

Commit 90e9e68

Browse files
[README.md] Add links to samples
1 parent 0b98b19 commit 90e9e68

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ External Contributors can read [Getting Started with OpenAPI Specifications](htt
2222

2323
See [aka.ms/azsdk/spec-dirs](https://aka.ms/azsdk/spec-dirs).
2424

25+
## Examples
26+
27+
These examples provide a starting point for how a library should be structured, as well as the expected options that libraries should use:
28+
29+
* Data plane: [https://aka.ms/azsdk/tspconfig-sample-dpg](https://aka.ms/azsdk/tspconfig-sample-dpg)
30+
* Management plane (ARM): [https://aka.ms/azsdk/tspconfig-sample-mpg](https://aka.ms/azsdk/tspconfig-sample-mpg)
31+
2532
## Next steps
2633

2734
The next step in the process after a spec is completed is to generate SDKs and API reference documentation. If you're a Microsoft employee, go to the [Azure SDK - Internal Wiki](https://aka.ms/jointhesdk) for more information.

cspell.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,7 @@ words:
5454
- vnet
5555
- westus
5656
caseSensitive: false
57+
overrides:
58+
- filename: '/README.md'
59+
words:
60+
- azsdk

0 commit comments

Comments
 (0)