@azure-tools/typespec-azure-resource-manager 0.44.0-dev.5 → 0.44.0-dev.6

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.
@@ -253,7 +253,6 @@ model ErrorDetail {
253
253
  target?: string;
254
254
 
255
255
  /** The error details. */
256
- @extension("x-ms-identifiers", ["message", "target"])
257
256
  @visibility("read")
258
257
  details?: ErrorDetail[];
259
258
 
@@ -1,3 +1,5 @@
1
+ import "./commontypes.private.decorators.tsp";
2
+
1
3
  using TypeSpec.Versioning;
2
4
 
3
5
  @versioned(Versions)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/typespec-azure-resource-manager",
3
- "version": "0.44.0-dev.5",
3
+ "version": "0.44.0-dev.6",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec Azure Resource Manager library",
6
6
  "homepage": "https://azure.github.io/typespec-azure",