@azure-tools/typespec-autorest 0.39.0-dev.1 → 0.39.0-dev.2
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 +1 -1
- package/lib/decorators.tsp +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -148,7 +148,7 @@ Create read-only property schema for lro status
|
|
|
148
148
|
|
|
149
149
|
#### `@useRef`
|
|
150
150
|
|
|
151
|
-
`@useRef` - is used to replace the TypeSpec model type in emitter output with a pre-existing named OpenAPI schema such as
|
|
151
|
+
`@useRef` - is used to replace the TypeSpec model type in emitter output with a pre-existing named OpenAPI schema such as Azure Resource Manager common types.
|
|
152
152
|
|
|
153
153
|
`@useRef` can be specified on Models and ModelProperty.
|
|
154
154
|
|
package/lib/decorators.tsp
CHANGED
|
@@ -13,7 +13,7 @@ namespace Autorest;
|
|
|
13
13
|
extern dec example(target: Operation, pathOrUri: valueof string, title: valueof string);
|
|
14
14
|
|
|
15
15
|
/**
|
|
16
|
-
* `@useRef` - is used to replace the TypeSpec model type in emitter output with a pre-existing named OpenAPI schema such as
|
|
16
|
+
* `@useRef` - is used to replace the TypeSpec model type in emitter output with a pre-existing named OpenAPI schema such as Azure Resource Manager common types.
|
|
17
17
|
*
|
|
18
18
|
* `@useRef` can be specified on Models and ModelProperty.
|
|
19
19
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-tools/typespec-autorest",
|
|
3
|
-
"version": "0.39.0-dev.
|
|
3
|
+
"version": "0.39.0-dev.2",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec library for emitting openapi from the TypeSpec REST protocol binding",
|
|
6
6
|
"homepage": "https://azure.github.io/typespec-azure",
|