@azure-tools/typespec-azure-resource-manager 0.43.0-dev.4 → 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?: int32;
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.4",
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",