@azure-tools/typespec-azure-core 0.36.0-dev.0 → 0.36.0-dev.2

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.
@@ -16,8 +16,11 @@ namespace Azure.Core.Foundations;
16
16
  */
17
17
  @lroStatus
18
18
  enum OperationState {
19
+ @doc("The operation has not started.")
20
+ NotStarted,
21
+
19
22
  @doc("The operation is in progress.")
20
- InProgress,
23
+ Running,
21
24
 
22
25
  @doc("The operation has completed successfully.")
23
26
  Succeeded,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/typespec-azure-core",
3
- "version": "0.36.0-dev.0",
3
+ "version": "0.36.0-dev.2",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec Azure Core library",
6
6
  "homepage": "https://azure.github.io/typespec-azure",