Skip to content

Commit

Permalink
Fix the missing parameter error in kusto spec (Azure#17721)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaryGao authored Feb 9, 2022
1 parent 83d4ce2 commit abb4153
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"databaseName": "KustoDatabase8",
"api-version": "2021-08-27",
"parameters": {
"kind": "ReadWrite",
"location": "westus",
"properties": {
"softDeletePeriod": "P1D"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"databaseName": "KustoDatabase8",
"api-version": "2021-08-27",
"parameters": {
"kind": "ReadWrite",
"location": "westus",
"properties": {
"hotCachePeriod": "P1D"
}
Expand Down

0 comments on commit abb4153

Please sign in to comment.