diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json index 16a362e9be44..07a611fb0384 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json @@ -3646,7 +3646,7 @@ "$ref": "#/parameters/WorkspaceName" }, { - "$ref": "#/parameters/ThreatIntelligencePropertiesForUpsert" + "$ref": "#/parameters/ThreatIntelligenceProperties" } ], "responses": { @@ -3781,7 +3781,7 @@ "put": { "x-ms-examples": { "Update a threat Intelligence indicator": { - "$ref": "./examples/threatintelligence/UpsertThreatIntelligence.json" + "$ref": "./examples/threatintelligence/UpdateThreatIntelligence.json" } }, "tags": [ @@ -3809,7 +3809,7 @@ "$ref": "#/parameters/ThreatIntelligenceName" }, { - "$ref": "#/parameters/ThreatIntelligencePropertiesForUpsert" + "$ref": "#/parameters/ThreatIntelligenceProperties" } ], "responses": { @@ -10362,10 +10362,10 @@ "type": "string", "x-ms-parameter-location": "method" }, - "ThreatIntelligencePropertiesForUpsert": { - "description": "Properties of threat intelligence indicators to upsert.", + "ThreatIntelligenceProperties": { + "description": "Properties of threat intelligence indicators to create and update.", "in": "body", - "name": "ThreatIntelligencePropertiesForUpsert", + "name": "ThreatIntelligenceProperties", "required": true, "schema": { "$ref": "#/definitions/ThreatIntelligenceIndicatorModelForRequestBody" diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/examples/threatintelligence/UpsertThreatIntelligence.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/examples/threatintelligence/UpdateThreatIntelligence.json similarity index 98% rename from specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/examples/threatintelligence/UpsertThreatIntelligence.json rename to specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/examples/threatintelligence/UpdateThreatIntelligence.json index 5a7bd65c57a7..7420558b8127 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/examples/threatintelligence/UpsertThreatIntelligence.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/examples/threatintelligence/UpdateThreatIntelligence.json @@ -6,7 +6,7 @@ "workspaceName": "myWorkspace", "operationalInsightsResourceProvider": "Microsoft.OperationalIinsights", "name": "d9cd6f0b-96b9-3984-17cd-a779d1e15a93", - "ThreatIntelligencePropertiesForUpsert": { + "ThreatIntelligenceProperties": { "kind": "indicator", "properties": { "source": "Azure Sentinel",