From 45b94bf7d7e83dbf0268452b29fdf5e1bb403f32 Mon Sep 17 00:00:00 2001 From: Chen Lahav Date: Tue, 3 Dec 2019 00:47:32 +0200 Subject: [PATCH] Fix property name --- .../assessmentMetadata.json | 32 +++++++++---------- ...essmentsMetadata_subscription_example.json | 4 +-- .../GetAssessmentsMetadata_example.json | 2 +- .../ListAssessmentsMetadata_example.json | 6 ++-- ...essmentsMetadata_subscription_example.json | 4 +-- 5 files changed, 24 insertions(+), 24 deletions(-) diff --git a/specification/security/resource-manager/Microsoft.Security/preview/2019-01-01-preview/assessmentMetadata.json b/specification/security/resource-manager/Microsoft.Security/preview/2019-01-01-preview/assessmentMetadata.json index a03669a8bc70..cd2adb339f49 100644 --- a/specification/security/resource-manager/Microsoft.Security/preview/2019-01-01-preview/assessmentMetadata.json +++ b/specification/security/resource-manager/Microsoft.Security/preview/2019-01-01-preview/assessmentMetadata.json @@ -427,42 +427,42 @@ "type": "string", "description": "Threats impact of the assessment", "enum": [ - "AccountBreach", - "DataExfiltration", - "DataSpillage", - "MaliciousInsider", - "ElevationOfPrivilege", - "ThreatResistance", - "MissingCoverage", - "DenialOfService" + "accountBreach", + "dataExfiltration", + "dataSpillage", + "maliciousInsider", + "elevationOfPrivilege", + "threatResistance", + "missingCoverage", + "denialOfService" ], "x-ms-enum": { "name": "threats", "modelAsString": true, "values": [ { - "value": "AccountBreach" + "value": "accountBreach" }, { - "value": "DataExfiltration" + "value": "dataExfiltration" }, { - "value": "DataSpillage" + "value": "dataSpillage" }, { - "value": "MaliciousInsider" + "value": "maliciousInsider" }, { - "value": "ElevationOfPrivilege" + "value": "elevationOfPrivilege" }, { - "value": "ThreatResistance" + "value": "threatResistance" }, { - "value": "MissingCoverage" + "value": "missingCoverage" }, { - "value": "DenialOfService" + "value": "denialOfService" } ] } diff --git a/specification/security/resource-manager/Microsoft.Security/preview/2019-01-01-preview/examples/AssessmentsMetadata/CreateAssessmentsMetadata_subscription_example.json b/specification/security/resource-manager/Microsoft.Security/preview/2019-01-01-preview/examples/AssessmentsMetadata/CreateAssessmentsMetadata_subscription_example.json index ec04d4934a44..1655d72c8087 100644 --- a/specification/security/resource-manager/Microsoft.Security/preview/2019-01-01-preview/examples/AssessmentsMetadata/CreateAssessmentsMetadata_subscription_example.json +++ b/specification/security/resource-manager/Microsoft.Security/preview/2019-01-01-preview/examples/AssessmentsMetadata/CreateAssessmentsMetadata_subscription_example.json @@ -14,7 +14,7 @@ ], "severity": "Medium", "userImpact": "Low", - "ImplementationEffort": "Low", + "implementationEffort": "Low", "threats": [ "dataExfiltration", "dataSpillage", "maliciousInsider" ], "assessmentType": "CustomerManaged" } @@ -35,7 +35,7 @@ ], "severity": "Medium", "userImpact": "Low", - "ImplementationEffort": "Low", + "implementationEffort": "Low", "threats": [ "dataExfiltration", "dataSpillage", "maliciousInsider" ], "assessmentType": "CustomerManaged" } diff --git a/specification/security/resource-manager/Microsoft.Security/preview/2019-01-01-preview/examples/AssessmentsMetadata/GetAssessmentsMetadata_example.json b/specification/security/resource-manager/Microsoft.Security/preview/2019-01-01-preview/examples/AssessmentsMetadata/GetAssessmentsMetadata_example.json index cffe55a06af7..b74bc0a582e9 100644 --- a/specification/security/resource-manager/Microsoft.Security/preview/2019-01-01-preview/examples/AssessmentsMetadata/GetAssessmentsMetadata_example.json +++ b/specification/security/resource-manager/Microsoft.Security/preview/2019-01-01-preview/examples/AssessmentsMetadata/GetAssessmentsMetadata_example.json @@ -19,7 +19,7 @@ ], "severity": "Medium", "userImpact": "Low", - "ImplementationEffort": "Low", + "implementationEffort": "Low", "threats": [ "dataExfiltration", "dataSpillage", "maliciousInsider" ], "assessmentType": "BuiltIn" } diff --git a/specification/security/resource-manager/Microsoft.Security/preview/2019-01-01-preview/examples/AssessmentsMetadata/ListAssessmentsMetadata_example.json b/specification/security/resource-manager/Microsoft.Security/preview/2019-01-01-preview/examples/AssessmentsMetadata/ListAssessmentsMetadata_example.json index a8cc3058248c..8cdd2fff1780 100644 --- a/specification/security/resource-manager/Microsoft.Security/preview/2019-01-01-preview/examples/AssessmentsMetadata/ListAssessmentsMetadata_example.json +++ b/specification/security/resource-manager/Microsoft.Security/preview/2019-01-01-preview/examples/AssessmentsMetadata/ListAssessmentsMetadata_example.json @@ -20,7 +20,7 @@ ], "severity": "Medium", "userImpact": "Low", - "ImplementationEffort": "Low", + "implementationEffort": "Low", "threats": [ "dataExfiltration", "dataSpillage", "maliciousInsider" ], "assessmentType": "BuiltIn" } @@ -39,7 +39,7 @@ ], "severity": "Medium", "userImpact": "High", - "ImplementationEffort": "Low", + "implementationEffort": "Low", "threats": [ "dataExfiltration", "dataSpillage", "maliciousInsider" ], "preview": true, "assessmentType": "CustomPolicy" @@ -58,7 +58,7 @@ ], "severity": "Medium", "userImpact": "Low", - "ImplementationEffort": "Low", + "implementationEffort": "Low", "threats": [], "assessmentType": "CustomerManaged" } diff --git a/specification/security/resource-manager/Microsoft.Security/preview/2019-01-01-preview/examples/AssessmentsMetadata/ListAssessmentsMetadata_subscription_example.json b/specification/security/resource-manager/Microsoft.Security/preview/2019-01-01-preview/examples/AssessmentsMetadata/ListAssessmentsMetadata_subscription_example.json index 857d5f1918a3..93453265c214 100644 --- a/specification/security/resource-manager/Microsoft.Security/preview/2019-01-01-preview/examples/AssessmentsMetadata/ListAssessmentsMetadata_subscription_example.json +++ b/specification/security/resource-manager/Microsoft.Security/preview/2019-01-01-preview/examples/AssessmentsMetadata/ListAssessmentsMetadata_subscription_example.json @@ -21,7 +21,7 @@ ], "severity": "Medium", "userImpact": "Low", - "ImplementationEffort": "Low", + "implementationEffort": "Low", "threats": [ "dataExfiltration", "dataSpillage", "maliciousInsider" ], "assessmentType": "BuiltIn" } @@ -40,7 +40,7 @@ ], "severity": "Medium", "userImpact": "High", - "ImplementationEffort": "Low", + "implementationEffort": "Low", "threats": [ "dataExfiltration", "dataSpillage", "maliciousInsider" ], "preview": true, "assessmentType": "CustomPolicy"