Commit d49a0f9
Fix Policy column name in managed identity loader
MS docs say Policies (plural) but the actual Kusto cluster returns
Policy (singular). One-character fix.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent d87ca96 commit d49a0f9
File tree
1 file changed
+1
-1
lines changed- KustoSchemaTools/Parser/KustoLoader
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments