@azure-tools/typespec-azure-core 0.30.0-dev.17 → 0.30.0-dev.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -32,7 +32,7 @@ This package provides TypeSpec decorators, models and interfaces to describe Azu
|
|
|
32
32
|
|
|
33
33
|
To get started using TypeSpec and `Azure.Core`, you have two options:
|
|
34
34
|
|
|
35
|
-
1. Visit the [TypeSpec Azure Playground](https://
|
|
35
|
+
1. Visit the [TypeSpec Azure Playground](https://cadlplayground.z22.web.core.windows.net/cadl-azure/) to experiment with TypeSpec in your web browser (recommended for first-time users)
|
|
36
36
|
2. Follow the [installation documentation](https://microsoft.github.io/typespec/docs/setup/installation/) at the official documentation website (recommended for real TypeSpec development)
|
|
37
37
|
|
|
38
38
|
You should also read the [language overview](https://microsoft.github.io/typespec/docs/language-basics/overview/) to get better acquainted with the language.
|
|
@@ -618,4 +618,4 @@ You can learn more about the `typespec-autorest` emitter and its options by read
|
|
|
618
618
|
|
|
619
619
|
A complete version of the `Contoso.WidgetManager` specification can be found in the [`widget-manager` sample folder](https://github.com/Azure/typespec-azure/blob/main/packages/typespec-samples/data-plane/widget-manager/main.tsp).
|
|
620
620
|
|
|
621
|
-
You can experiment with the full sample on the [TypeSpec Azure Playground](https://
|
|
621
|
+
You can experiment with the full sample on the [TypeSpec Azure Playground](https://cadlplayground.z22.web.core.windows.net/cadl-azure/?sample=Azure%20Core%20Data%20Plane20Service)!
|
package/package.json
CHANGED