@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.
@@ -130,10 +130,10 @@ model OperationStatusResult {
130
130
  percentComplete?: int32;
131
131
 
132
132
  @doc("The start time of the operation.")
133
- startTime?: zonedDateTime;
133
+ startTime?: utcDateTime;
134
134
 
135
135
  @doc("The end time of the operation.")
136
- endTime?: zonedDateTime;
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-dev.4",
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": ">=0.42.0",
46
- "@azure-tools/typespec-azure-core": ">=0.28.1",
47
- "@azure-tools/typespec-autorest": ">=0.28.0",
48
- "@typespec/openapi": ">=0.42.0",
49
- "@typespec/rest": ">=0.42.0",
50
- "@typespec/http": ">=0.42.0",
51
- "@typespec/versioning": ">=0.42.0"
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": ">=0.42.0"
54
+ "@typespec/lint": "~0.43.0"
55
55
  },
56
56
  "devDependencies": {
57
- "@typespec/compiler": ">=0.42.0",
58
- "@typespec/openapi": ">=0.42.0",
59
- "@azure-tools/typespec-azure-core": ">=0.28.1",
60
- "@azure-tools/typespec-autorest": ">=0.28.0",
61
- "@typespec/rest": ">=0.42.0",
62
- "@typespec/http": ">=0.42.0",
63
- "@typespec/versioning": ">=0.42.0",
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": ">=0.6.0",
67
- "@typespec/library-linter": ">=0.42.0",
68
- "@typespec/eslint-plugin": ">=0.42.0",
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",