@azure-tools/typespec-azure-resource-manager 0.42.0-dev.8 → 0.42.0-dev.9
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/operations.tsp +3 -3
- package/package.json +1 -1
package/lib/operations.tsp
CHANGED
|
@@ -519,7 +519,7 @@ op ArmResourceActionAsyncBase<
|
|
|
519
519
|
...Parameters,
|
|
520
520
|
|
|
521
521
|
@doc("The content of the action request")
|
|
522
|
-
@
|
|
522
|
+
@bodyRoot
|
|
523
523
|
body: Request,
|
|
524
524
|
): Response | Error;
|
|
525
525
|
|
|
@@ -581,7 +581,7 @@ op ArmResourceActionSync<
|
|
|
581
581
|
...Parameters,
|
|
582
582
|
|
|
583
583
|
@doc("The content of the action request")
|
|
584
|
-
@
|
|
584
|
+
@bodyRoot
|
|
585
585
|
body: Request,
|
|
586
586
|
): Response | Error;
|
|
587
587
|
|
|
@@ -666,7 +666,7 @@ op ArmResourceActionNoContentSync<
|
|
|
666
666
|
...Parameters,
|
|
667
667
|
|
|
668
668
|
@doc("The content of the action request")
|
|
669
|
-
@
|
|
669
|
+
@bodyRoot
|
|
670
670
|
body: Request,
|
|
671
671
|
): ArmNoContentResponse<"Action completed successfully."> | Error;
|
|
672
672
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-tools/typespec-azure-resource-manager",
|
|
3
|
-
"version": "0.42.0-dev.
|
|
3
|
+
"version": "0.42.0-dev.9",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec Azure Resource Manager library",
|
|
6
6
|
"homepage": "https://azure.github.io/typespec-azure",
|