@azure-tools/typespec-azure-resource-manager 0.43.0-dev.3 → 0.43.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.
|
@@ -217,7 +217,7 @@ model OperationStatusResult {
|
|
|
217
217
|
@doc("Percent of the operation that is complete.")
|
|
218
218
|
@minValue(0)
|
|
219
219
|
@maxValue(100)
|
|
220
|
-
percentComplete?:
|
|
220
|
+
percentComplete?: float64;
|
|
221
221
|
|
|
222
222
|
@doc("The start time of the operation.")
|
|
223
223
|
startTime?: utcDateTime;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-tools/typespec-azure-resource-manager",
|
|
3
|
-
"version": "0.43.0-dev.
|
|
3
|
+
"version": "0.43.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",
|
|
@@ -60,12 +60,12 @@
|
|
|
60
60
|
"@typespec/openapi": "~0.56.0 || >=0.57.0-dev <0.57.0",
|
|
61
61
|
"@typespec/rest": "~0.56.0 || >=0.57.0-dev <0.57.0",
|
|
62
62
|
"@typespec/versioning": "~0.56.0 || >=0.57.0-dev <0.57.0",
|
|
63
|
-
"@vitest/coverage-v8": "^1.
|
|
64
|
-
"@vitest/ui": "^1.
|
|
63
|
+
"@vitest/coverage-v8": "^1.6.0",
|
|
64
|
+
"@vitest/ui": "^1.6.0",
|
|
65
65
|
"c8": "^9.1.0",
|
|
66
|
-
"rimraf": "~5.0.
|
|
66
|
+
"rimraf": "~5.0.7",
|
|
67
67
|
"typescript": "~5.4.5",
|
|
68
|
-
"vitest": "^1.
|
|
68
|
+
"vitest": "^1.6.0",
|
|
69
69
|
"@typespec/tspd": "~0.46.0"
|
|
70
70
|
},
|
|
71
71
|
"scripts": {
|