@azure-tools/typespec-azure-resource-manager 0.47.0 → 0.47.1

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.
@@ -752,4 +752,4 @@ op ArmProviderActionAsync<
752
752
 
753
753
  /** The request body */
754
754
  @bodyRoot body: Request,
755
- ): Response | ErrorResponse;
755
+ ): ArmAcceptedLroResponse<"Resource operation accepted.", LroHeaders> | Response | ErrorResponse;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/typespec-azure-resource-manager",
3
- "version": "0.47.0",
3
+ "version": "0.47.1",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec Azure Resource Manager library",
6
6
  "homepage": "https://azure.github.io/typespec-azure",
@@ -60,10 +60,10 @@
60
60
  "typescript": "~5.6.2",
61
61
  "vitest": "^2.1.1",
62
62
  "@azure-tools/typespec-azure-core": "~0.47.0",
63
- "@typespec/library-linter": "~0.61.0",
64
63
  "@typespec/compiler": "~0.61.0",
65
- "@typespec/http": "~0.61.0",
64
+ "@typespec/library-linter": "~0.61.0",
66
65
  "@typespec/openapi": "~0.61.0",
66
+ "@typespec/http": "~0.61.0",
67
67
  "@typespec/rest": "~0.61.0",
68
68
  "@typespec/tspd": "~0.46.0",
69
69
  "@typespec/versioning": "~0.61.0"