@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 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 ARM common types.
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
 
@@ -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 ARM common types.
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.1",
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",