@azure-tools/typespec-azure-core 0.32.0-dev.12 → 0.32.0-dev.13

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.
Files changed (2) hide show
  1. package/lib/models.tsp +1 -1
  2. package/package.json +1 -1
package/lib/models.tsp CHANGED
@@ -39,7 +39,7 @@ model RequestParameter<T extends valueof string> {}
39
39
  model ResponseProperty<T extends valueof string> {}
40
40
 
41
41
  /**
42
- * Provides the status of a resource operation.
42
+ * @dev Provides the status of a resource operation.
43
43
  * @template TResource The resource type.
44
44
  * @template TStatusResult Model describing the status result object. If not specified, the default is the resource type.
45
45
  * @template TStatusError Model describing the status error object. If not specified, the default is the Foundations.Error.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/typespec-azure-core",
3
- "version": "0.32.0-dev.12",
3
+ "version": "0.32.0-dev.13",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec Azure Core library",
6
6
  "homepage": "https://azure.github.io/typespec-azure",