@azure-tools/typespec-azure-resource-manager 0.54.0 → 0.55.0-dev.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.
- package/lib/common-types/types.tsp +1 -2
- package/package.json +12 -12
|
@@ -218,9 +218,8 @@ model OperationStatusResult {
|
|
|
218
218
|
|
|
219
219
|
/** Fully qualified ID of the resource against which the original async operation was started. */
|
|
220
220
|
@visibility(Lifecycle.Read)
|
|
221
|
-
@format("arm-id")
|
|
222
221
|
@added(Versions.v5)
|
|
223
|
-
resourceId?:
|
|
222
|
+
resourceId?: armResourceIdentifier;
|
|
224
223
|
}
|
|
225
224
|
|
|
226
225
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-tools/typespec-azure-resource-manager",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.55.0-dev.1",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec Azure Resource Manager library",
|
|
6
6
|
"homepage": "https://azure.github.io/typespec-azure",
|
|
@@ -44,30 +44,30 @@
|
|
|
44
44
|
"pluralize": "^8.0.0"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
|
-
"@azure-tools/typespec-azure-core": "^0.54.0",
|
|
47
|
+
"@azure-tools/typespec-azure-core": "^0.54.0 || >=0.55.0-dev <0.55.0",
|
|
48
48
|
"@typespec/compiler": "^1.0.0-rc.0",
|
|
49
49
|
"@typespec/http": "^1.0.0-rc.0",
|
|
50
50
|
"@typespec/openapi": "^1.0.0-rc.0",
|
|
51
|
-
"@typespec/rest": "^0.68.0",
|
|
52
|
-
"@typespec/versioning": "^0.68.0"
|
|
51
|
+
"@typespec/rest": "^0.68.0 || >=0.69.0-dev <0.69.0",
|
|
52
|
+
"@typespec/versioning": "^0.68.0 || >=0.69.0-dev <0.69.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
+
"@azure-tools/typespec-azure-core": "^0.54.0 || >=0.55.0-dev <0.55.0",
|
|
55
56
|
"@types/node": "~22.13.11",
|
|
56
57
|
"@types/pluralize": "^0.0.33",
|
|
58
|
+
"@typespec/compiler": "^1.0.0-rc.0",
|
|
59
|
+
"@typespec/http": "^1.0.0-rc.0",
|
|
60
|
+
"@typespec/library-linter": "^0.68.0 || >=0.69.0-dev <0.69.0",
|
|
61
|
+
"@typespec/openapi": "^1.0.0-rc.0",
|
|
62
|
+
"@typespec/rest": "^0.68.0 || >=0.69.0-dev <0.69.0",
|
|
63
|
+
"@typespec/versioning": "^0.68.0 || >=0.69.0-dev <0.69.0",
|
|
57
64
|
"@vitest/coverage-v8": "^3.0.9",
|
|
58
65
|
"@vitest/ui": "^3.0.9",
|
|
59
66
|
"c8": "^10.1.3",
|
|
60
67
|
"rimraf": "~6.0.1",
|
|
61
68
|
"typescript": "~5.8.2",
|
|
62
69
|
"vitest": "^3.0.9",
|
|
63
|
-
"@
|
|
64
|
-
"@typespec/compiler": "^1.0.0-rc.0",
|
|
65
|
-
"@typespec/library-linter": "^0.68.0",
|
|
66
|
-
"@typespec/openapi": "^1.0.0-rc.0",
|
|
67
|
-
"@typespec/http": "^1.0.0-rc.0",
|
|
68
|
-
"@typespec/rest": "^0.68.0",
|
|
69
|
-
"@typespec/tspd": "^0.46.0",
|
|
70
|
-
"@typespec/versioning": "^0.68.0"
|
|
70
|
+
"@typespec/tspd": "^0.46.0"
|
|
71
71
|
},
|
|
72
72
|
"scripts": {
|
|
73
73
|
"clean": "rimraf ./dist ./temp",
|