From 57248355f04d0781f45d4942a72322ad51883766 Mon Sep 17 00:00:00 2001 From: nazang Date: Mon, 3 Apr 2023 16:08:12 -0700 Subject: [PATCH 1/2] Fix polich issue by updating the description. --- .../preview/2023-04-01-preview/Entities.json | 2 +- .../preview/2023-04-01-preview/common/EntityTypes.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-04-01-preview/Entities.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-04-01-preview/Entities.json index 0fb8bb7154a5..d69de05fa5ea 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-04-01-preview/Entities.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-04-01-preview/Entities.json @@ -1429,7 +1429,7 @@ "value": "CredentialAccess" }, { - "description": "Discovery consists of techniques that allow the adversary to gain knowledge about the system and internal network. When adversaries gain access to a new system, they must orient themselves to what they now have control of and what benefits operating from that system give to their current objective or overall goals during the intrusion. The operating system provides many native tools that aid in this post-compromise information-gathering phase.", + "description": "Discovery consists of techniques that allow the adversary to gain knowledge about the system and internal network. When adversaries gain access to a new system, they must navigate themselves to what they now have control of and what benefits operating from that system give to their current objective or overall goals during the intrusion. The operating system provides many native tools that aid in this post-compromise information-gathering phase.", "value": "Discovery" }, { diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-04-01-preview/common/EntityTypes.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-04-01-preview/common/EntityTypes.json index 303bf44f9c2a..e2f1cb415e51 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-04-01-preview/common/EntityTypes.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-04-01-preview/common/EntityTypes.json @@ -1173,13 +1173,13 @@ "type": "string" }, "latitude": { - "description": "The longitude of the identified location, expressed as a floating point number with range of -180 to 180, with positive numbers representing East and negative numbers representing West. Latitude and longitude are derived from the city or postal code.", + "description": "The latitude of the identified location, expressed as a floating point number with range of - 90 to 90. Latitude and longitude are derived from the city or postal code.", "format": "double", "readOnly": true, "type": "number" }, "longitude": { - "description": "The latitude of the identified location, expressed as a floating point number with range of - 90 to 90, with positive numbers representing North and negative numbers representing South. Latitude and longitude are derived from the city or postal code.", + "description": "The longitude of the identified location, expressed as a floating point number with range of -180 to 180. Latitude and longitude are derived from the city or postal code.", "format": "double", "readOnly": true, "type": "number" From 6690e7912043bf63677461729d4be603859a46de Mon Sep 17 00:00:00 2001 From: nazang Date: Mon, 3 Apr 2023 16:56:47 -0700 Subject: [PATCH 2/2] update the description to fix a typo. --- .../preview/2023-04-01-preview/ContentPackages.json | 2 +- .../preview/2023-04-01-preview/ContentTemplates.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-04-01-preview/ContentPackages.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-04-01-preview/ContentPackages.json index 1d28166e33ff..67c71f9cce60 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-04-01-preview/ContentPackages.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-04-01-preview/ContentPackages.json @@ -168,7 +168,7 @@ ], "responses": { "200": { - "description": "OK, create or update a instance", + "description": "OK, a package is updated.", "schema": { "$ref": "#/definitions/packageModel" } diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-04-01-preview/ContentTemplates.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-04-01-preview/ContentTemplates.json index edb4f0dd35fb..79b9fb5e762e 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-04-01-preview/ContentTemplates.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-04-01-preview/ContentTemplates.json @@ -125,7 +125,7 @@ ], "responses": { "200": { - "description": "OK, create or update a instance", + "description": "OK, a template is updated.", "schema": { "$ref": "#/definitions/templateModel" }