@azure-tools/typespec-azure-resource-manager 0.53.0-dev.3 → 0.53.0-dev.5
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 +2 -2
- package/package.json +15 -15
package/lib/operations.tsp
CHANGED
|
@@ -720,7 +720,7 @@ op ArmProviderActionSync<
|
|
|
720
720
|
|
|
721
721
|
/** The request body */
|
|
722
722
|
@bodyRoot body: Request,
|
|
723
|
-
): Response |
|
|
723
|
+
): Response | Error;
|
|
724
724
|
|
|
725
725
|
/**
|
|
726
726
|
* @dev A long-running provider action.
|
|
@@ -754,4 +754,4 @@ op ArmProviderActionAsync<
|
|
|
754
754
|
|
|
755
755
|
/** The request body */
|
|
756
756
|
@bodyRoot body: Request,
|
|
757
|
-
): ArmAcceptedLroResponse<"Resource operation accepted.", LroHeaders> | Response |
|
|
757
|
+
): ArmAcceptedLroResponse<"Resource operation accepted.", LroHeaders> | Response | Error;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-tools/typespec-azure-resource-manager",
|
|
3
|
-
"version": "0.53.0-dev.
|
|
3
|
+
"version": "0.53.0-dev.5",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec Azure Resource Manager library",
|
|
6
6
|
"homepage": "https://azure.github.io/typespec-azure",
|
|
@@ -43,30 +43,30 @@
|
|
|
43
43
|
"pluralize": "^8.0.0"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
|
-
"@azure-tools/typespec-azure-core": "
|
|
47
|
-
"@typespec/compiler": "
|
|
48
|
-
"@typespec/http": "
|
|
49
|
-
"@typespec/openapi": "
|
|
50
|
-
"@typespec/rest": "
|
|
51
|
-
"@typespec/versioning": "
|
|
46
|
+
"@azure-tools/typespec-azure-core": "^0.52.0 || >=0.53.0-dev <0.53.0",
|
|
47
|
+
"@typespec/compiler": "^0.66.0 || >=0.67.0-dev <0.67.0",
|
|
48
|
+
"@typespec/http": "^0.66.0 || >=0.67.0-dev <0.67.0",
|
|
49
|
+
"@typespec/openapi": "^0.66.0 || >=0.67.0-dev <0.67.0",
|
|
50
|
+
"@typespec/rest": "^0.66.0 || >=0.67.0-dev <0.67.0",
|
|
51
|
+
"@typespec/versioning": "^0.66.0 || >=0.67.0-dev <0.67.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@azure-tools/typespec-azure-core": "
|
|
54
|
+
"@azure-tools/typespec-azure-core": "^0.52.0 || >=0.53.0-dev <0.53.0",
|
|
55
55
|
"@types/node": "~22.13.9",
|
|
56
56
|
"@types/pluralize": "^0.0.33",
|
|
57
|
-
"@typespec/compiler": "
|
|
58
|
-
"@typespec/http": "
|
|
59
|
-
"@typespec/library-linter": "
|
|
60
|
-
"@typespec/openapi": "
|
|
61
|
-
"@typespec/rest": "
|
|
62
|
-
"@typespec/versioning": "
|
|
57
|
+
"@typespec/compiler": "^0.66.0 || >=0.67.0-dev <0.67.0",
|
|
58
|
+
"@typespec/http": "^0.66.0 || >=0.67.0-dev <0.67.0",
|
|
59
|
+
"@typespec/library-linter": "^0.66.0 || >=0.67.0-dev <0.67.0",
|
|
60
|
+
"@typespec/openapi": "^0.66.0 || >=0.67.0-dev <0.67.0",
|
|
61
|
+
"@typespec/rest": "^0.66.0 || >=0.67.0-dev <0.67.0",
|
|
62
|
+
"@typespec/versioning": "^0.66.0 || >=0.67.0-dev <0.67.0",
|
|
63
63
|
"@vitest/coverage-v8": "^3.0.7",
|
|
64
64
|
"@vitest/ui": "^3.0.7",
|
|
65
65
|
"c8": "^10.1.3",
|
|
66
66
|
"rimraf": "~6.0.1",
|
|
67
67
|
"typescript": "~5.8.2",
|
|
68
68
|
"vitest": "^3.0.7",
|
|
69
|
-
"@typespec/tspd": "
|
|
69
|
+
"@typespec/tspd": "^0.46.0"
|
|
70
70
|
},
|
|
71
71
|
"scripts": {
|
|
72
72
|
"clean": "rimraf ./dist ./temp",
|