@azure-tools/typespec-azure-resource-manager 0.29.0-dev.4 → 0.29.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/arm.foundations.tsp +2 -2
- package/package.json +19 -19
package/lib/arm.foundations.tsp
CHANGED
|
@@ -130,10 +130,10 @@ model OperationStatusResult {
|
|
|
130
130
|
percentComplete?: int32;
|
|
131
131
|
|
|
132
132
|
@doc("The start time of the operation.")
|
|
133
|
-
startTime?:
|
|
133
|
+
startTime?: utcDateTime;
|
|
134
134
|
|
|
135
135
|
@doc("The end time of the operation.")
|
|
136
|
-
endTime?:
|
|
136
|
+
endTime?: utcDateTime;
|
|
137
137
|
|
|
138
138
|
@doc("The operations list.")
|
|
139
139
|
operations: OperationStatusResult[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-tools/typespec-azure-resource-manager",
|
|
3
|
-
"version": "0.29.0
|
|
3
|
+
"version": "0.29.0",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec Azure Resource Manager library",
|
|
6
6
|
"homepage": "https://azure.github.io/typespec-azure",
|
|
@@ -42,30 +42,30 @@
|
|
|
42
42
|
"!dist/test/**"
|
|
43
43
|
],
|
|
44
44
|
"peerDependencies": {
|
|
45
|
-
"@typespec/compiler": "
|
|
46
|
-
"@azure-tools/typespec-azure-core": "
|
|
47
|
-
"@azure-tools/typespec-autorest": "
|
|
48
|
-
"@typespec/openapi": "
|
|
49
|
-
"@typespec/rest": "
|
|
50
|
-
"@typespec/http": "
|
|
51
|
-
"@typespec/versioning": "
|
|
45
|
+
"@typespec/compiler": "~0.43.0",
|
|
46
|
+
"@azure-tools/typespec-azure-core": "~0.29.0",
|
|
47
|
+
"@azure-tools/typespec-autorest": "~0.29.0",
|
|
48
|
+
"@typespec/openapi": "~0.43.0",
|
|
49
|
+
"@typespec/rest": "~0.43.0",
|
|
50
|
+
"@typespec/http": "~0.43.0",
|
|
51
|
+
"@typespec/versioning": "~0.43.0"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@typespec/lint": "
|
|
54
|
+
"@typespec/lint": "~0.43.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@typespec/compiler": "
|
|
58
|
-
"@typespec/openapi": "
|
|
59
|
-
"@azure-tools/typespec-azure-core": "
|
|
60
|
-
"@azure-tools/typespec-autorest": "
|
|
61
|
-
"@typespec/rest": "
|
|
62
|
-
"@typespec/http": "
|
|
63
|
-
"@typespec/versioning": "
|
|
57
|
+
"@typespec/compiler": "~0.43.0",
|
|
58
|
+
"@typespec/openapi": "~0.43.0",
|
|
59
|
+
"@azure-tools/typespec-azure-core": "~0.29.0",
|
|
60
|
+
"@azure-tools/typespec-autorest": "~0.29.0",
|
|
61
|
+
"@typespec/rest": "~0.43.0",
|
|
62
|
+
"@typespec/http": "~0.43.0",
|
|
63
|
+
"@typespec/versioning": "~0.43.0",
|
|
64
64
|
"@types/mocha": "~10.0.0",
|
|
65
65
|
"@types/node": "~18.11.9",
|
|
66
|
-
"@typespec/eslint-config-typespec": "
|
|
67
|
-
"@typespec/library-linter": "
|
|
68
|
-
"@typespec/eslint-plugin": "
|
|
66
|
+
"@typespec/eslint-config-typespec": "~0.6.0",
|
|
67
|
+
"@typespec/library-linter": "~0.43.0",
|
|
68
|
+
"@typespec/eslint-plugin": "~0.43.0",
|
|
69
69
|
"eslint": "^8.12.0",
|
|
70
70
|
"mocha": "~10.1.0",
|
|
71
71
|
"mocha-junit-reporter": "~2.2.0",
|