We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0bbde0 + a042817 commit e872aa4Copy full SHA for e872aa4
1 file changed
KustoSchemaTools/Model/MaterializedView.cs
@@ -30,7 +30,7 @@ public List<DatabaseScriptContainer> CreateScripts(string name, bool isNew)
30
var asyncSetup = isNew && Backfill == true;
31
32
33
- var excludedProperies = new HashSet<string>(["Query", "Source", "Kind", "RetentionAndCachePolicy", "RowLevelSecurity"]);
+ var excludedProperies = new HashSet<string>(["Query", "Source", "Kind", "RetentionAndCachePolicy", "RowLevelSecurity", "Policies"]);
34
if (!asyncSetup)
35
{
36
excludedProperies.Add("EffectiveDateTime");
0 commit comments