Skip to content

Commit e872aa4

Browse files
authored
Merge pull request #84 from github/caol-ila-fix-mv-policies
Fix MV rollouts
2 parents a0bbde0 + a042817 commit e872aa4

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)