Skip to content

Commit 314d792

Browse files
authored
OperationalInsights fix missing enum value (#23123)
1 parent 3fb19df commit 314d792

File tree

1 file changed

+4
-0
lines changed
  • specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2022-10-01

1 file changed

+4
-0
lines changed

specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2022-10-01/Tables.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -783,6 +783,10 @@
783783
{
784784
"value": "Succeeded",
785785
"description": "Table state is stable and without changes, table is unlocked and open for new updates."
786+
},
787+
{
788+
"value": "Deleting",
789+
"description": "Table state is deleting."
786790
}
787791
]
788792
}

0 commit comments

Comments
 (0)