Skip to content

Commit a042817

Browse files
author
Thomas Mahlberg
committed
Fix MV rollouts
1 parent a0bbde0 commit a042817

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

KustoSchemaTools/Model/MaterializedView.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public List<DatabaseScriptContainer> CreateScripts(string name, bool isNew)
3030
var asyncSetup = isNew && Backfill == true;
3131

3232

33-
var excludedProperies = new HashSet<string>(["Query", "Source", "Kind", "RetentionAndCachePolicy", "RowLevelSecurity"]);
33+
var excludedProperies = new HashSet<string>(["Query", "Source", "Kind", "RetentionAndCachePolicy", "RowLevelSecurity", "Policies"]);
3434
if (!asyncSetup)
3535
{
3636
excludedProperies.Add("EffectiveDateTime");

0 commit comments

Comments
 (0)