We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c63865 + eb0425a commit e35fdf3Copy full SHA for e35fdf3
src/ResourceManager/Sql/Commands.Sql/ThreatDetection/Services/SqlThreatDetectionAdapter.cs
@@ -122,6 +122,7 @@ private static BaseThreatDetectionPolicyModel ModelizeThreatDetectionPolicy(Base
122
model.EmailAdmins = ModelizeThreatDetectionEmailAdmins(threatDetectionProperties.EmailAccountAdmins);
123
ModelizeStorageAccount(model, threatDetectionProperties.StorageEndpoint);
124
ModelizeDisabledAlerts(model, threatDetectionProperties.DisabledAlerts);
125
+ model.RetentionInDays = (uint)threatDetectionProperties.RetentionDays;
126
return model;
127
}
128
0 commit comments