@azure-tools/typespec-azure-resource-manager 0.34.0-dev.5 → 0.34.0
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 +1 -1
- package/package.json +19 -20
package/lib/operations.tsp
CHANGED
|
@@ -383,7 +383,7 @@ op ArmResourceActionSync<
|
|
|
383
383
|
): ArmResponse<TResponse> | ErrorResponse;
|
|
384
384
|
|
|
385
385
|
/**
|
|
386
|
-
* A long-running resource action that returns no content.
|
|
386
|
+
* A long-running resource action that returns no content. DEPRECATED: Use 'ArmResourceActionNoResponseContentAsync' instead
|
|
387
387
|
* @template TResource The resource being acted upon
|
|
388
388
|
* @template TRequest The request model for the action
|
|
389
389
|
* @template TBaseParameters Optional. Allows overriding the parameters for the operation
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-tools/typespec-azure-resource-manager",
|
|
3
|
-
"version": "0.34.0
|
|
3
|
+
"version": "0.34.0",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec Azure Resource Manager library",
|
|
6
6
|
"homepage": "https://azure.github.io/typespec-azure",
|
|
@@ -42,28 +42,28 @@
|
|
|
42
42
|
"!dist/test/**"
|
|
43
43
|
],
|
|
44
44
|
"peerDependencies": {
|
|
45
|
-
"@typespec/compiler": "~0.
|
|
46
|
-
"@azure-tools/typespec-azure-core": "~0.
|
|
47
|
-
"@azure-tools/typespec-autorest": "~0.
|
|
48
|
-
"@typespec/openapi": "~0.
|
|
49
|
-
"@typespec/rest": "~0.
|
|
50
|
-
"@typespec/http": "~0.
|
|
51
|
-
"@typespec/versioning": "~0.
|
|
45
|
+
"@typespec/compiler": "~0.48.0",
|
|
46
|
+
"@azure-tools/typespec-azure-core": "~0.34.0",
|
|
47
|
+
"@azure-tools/typespec-autorest": "~0.34.0",
|
|
48
|
+
"@typespec/openapi": "~0.48.0",
|
|
49
|
+
"@typespec/rest": "~0.48.0",
|
|
50
|
+
"@typespec/http": "~0.48.0",
|
|
51
|
+
"@typespec/versioning": "~0.48.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@typespec/compiler": "~0.
|
|
55
|
-
"@typespec/openapi": "~0.
|
|
56
|
-
"@azure-tools/typespec-azure-core": "~0.
|
|
57
|
-
"@azure-tools/typespec-autorest": "~0.
|
|
58
|
-
"@typespec/rest": "~0.
|
|
59
|
-
"@typespec/http": "~0.
|
|
60
|
-
"@typespec/versioning": "~0.
|
|
54
|
+
"@typespec/compiler": "~0.48.0",
|
|
55
|
+
"@typespec/openapi": "~0.48.0",
|
|
56
|
+
"@azure-tools/typespec-azure-core": "~0.34.0",
|
|
57
|
+
"@azure-tools/typespec-autorest": "~0.34.0",
|
|
58
|
+
"@typespec/rest": "~0.48.0",
|
|
59
|
+
"@typespec/http": "~0.48.0",
|
|
60
|
+
"@typespec/versioning": "~0.48.0",
|
|
61
61
|
"@types/mocha": "~10.0.1",
|
|
62
62
|
"@types/node": "~18.11.9",
|
|
63
|
-
"@typespec/eslint-config-typespec": "~0.
|
|
64
|
-
"@typespec/library-linter": "~0.
|
|
65
|
-
"@typespec/eslint-plugin": "~0.
|
|
66
|
-
"@typespec/tspd": "~0.46.0
|
|
63
|
+
"@typespec/eslint-config-typespec": "~0.48.0",
|
|
64
|
+
"@typespec/library-linter": "~0.48.0",
|
|
65
|
+
"@typespec/eslint-plugin": "~0.48.0",
|
|
66
|
+
"@typespec/tspd": "~0.46.0",
|
|
67
67
|
"eslint": "^8.42.0",
|
|
68
68
|
"mocha": "~10.2.0",
|
|
69
69
|
"mocha-junit-reporter": "~2.2.0",
|
|
@@ -72,7 +72,6 @@
|
|
|
72
72
|
"rimraf": "~5.0.1",
|
|
73
73
|
"typescript": "~5.1.3"
|
|
74
74
|
},
|
|
75
|
-
"dependencies": {},
|
|
76
75
|
"scripts": {
|
|
77
76
|
"clean": "rimraf ./dist ./temp",
|
|
78
77
|
"build": "tsc -p . && npm run lint-typespec-library",
|