diff --git a/src/SDKs/PolicyInsights/Management/Management.PolicyInsights/Generated/Models/ExpressionEvaluationDetails.cs b/src/SDKs/PolicyInsights/Management/Management.PolicyInsights/Generated/Models/ExpressionEvaluationDetails.cs
index 1415bfc420084..bfcee28fd06fe 100644
--- a/src/SDKs/PolicyInsights/Management/Management.PolicyInsights/Generated/Models/ExpressionEvaluationDetails.cs
+++ b/src/SDKs/PolicyInsights/Management/Management.PolicyInsights/Generated/Models/ExpressionEvaluationDetails.cs
@@ -40,7 +40,7 @@ public ExpressionEvaluationDetails()
/// expression value.
/// Operator to compare the expression
/// value and the target value.
- public ExpressionEvaluationDetails(string result = default(string), string expression = default(string), string path = default(string), string expressionValue = default(string), string targetValue = default(string), string operatorProperty = default(string))
+ public ExpressionEvaluationDetails(string result = default(string), string expression = default(string), string path = default(string), object expressionValue = default(object), object targetValue = default(object), string operatorProperty = default(string))
{
Result = result;
Expression = expression;
@@ -79,13 +79,13 @@ public ExpressionEvaluationDetails()
/// Gets or sets value of the expression.
///
[JsonProperty(PropertyName = "expressionValue")]
- public string ExpressionValue { get; set; }
+ public object ExpressionValue { get; set; }
///
/// Gets or sets target value to be compared with the expression value.
///
[JsonProperty(PropertyName = "targetValue")]
- public string TargetValue { get; set; }
+ public object TargetValue { get; set; }
///
/// Gets or sets operator to compare the expression value and the