From 7518a057ff8922220e47631c8987bed662b6596b Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Thu, 7 Feb 2019 13:09:13 -0800 Subject: [PATCH] Generated from af753865e155ccd7bcc0eff7cd30a499e8883b61 (#4045) typo: aliase -> alias --- .../mgmt/2018-07-01-preview/policyinsights/models.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/preview/policyinsights/mgmt/2018-07-01-preview/policyinsights/models.go b/services/preview/policyinsights/mgmt/2018-07-01-preview/policyinsights/models.go index 0e620c14ab2f..d5b7c2f3ceb8 100644 --- a/services/preview/policyinsights/mgmt/2018-07-01-preview/policyinsights/models.go +++ b/services/preview/policyinsights/mgmt/2018-07-01-preview/policyinsights/models.go @@ -71,7 +71,7 @@ type ExpressionEvaluationDetails struct { Result *string `json:"result,omitempty"` // Expression - Expression evaluated. Expression *string `json:"expression,omitempty"` - // Path - Property path if the expression is a field or an aliase. + // Path - Property path if the expression is a field or an alias. Path *string `json:"path,omitempty"` // ExpressionValue - Value of the expression. ExpressionValue *string `json:"expressionValue,omitempty"`