@azure-tools/typespec-azure-core 0.53.0-dev.7 → 0.53.0-dev.8
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/lib/traits.tsp +1 -1
- package/package.json +1 -1
package/lib/traits.tsp
CHANGED
|
@@ -220,7 +220,7 @@ model NoRepeatableRequests {
|
|
|
220
220
|
* @param traitName An optional name to uniquely identify the trait. If unspecified,
|
|
221
221
|
* the model type name is used.
|
|
222
222
|
*/
|
|
223
|
-
extern dec trait(target: Model, traitName?: valueof string);
|
|
223
|
+
extern dec `trait`(target: Model, traitName?: valueof string);
|
|
224
224
|
|
|
225
225
|
/**
|
|
226
226
|
* `@traitContext` sets the applicable context for a trait on its envelope property.
|
package/package.json
CHANGED