From cacff8ee7c65f16958001eda1d28d9b0bddc7234 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Thu, 14 Feb 2019 20:39:28 +0000 Subject: [PATCH] Generated from 14a99c1dc6e71db842f396d6b87d7fbca8dc6f93 typo: securityinsights/resource-manager/Microsoft.SecurityInsights - stting -> setting - etnties -> entities - NETBIOS -> NetBIOS - operartion -> operating - concesnt -> consent --- .../securityInsightManagement/lib/models/accountEntity.js | 2 +- .../securityInsightManagement/lib/models/hostEntity.js | 2 +- .../securityInsightManagement/lib/models/index.d.ts | 8 ++++---- .../securityInsightManagement/lib/models/officeConsent.js | 4 ++-- .../securityInsightManagement/lib/operations/index.d.ts | 4 ++-- .../lib/operations/productSettings.js | 6 +++--- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/lib/services/securityInsightManagement/lib/models/accountEntity.js b/lib/services/securityInsightManagement/lib/models/accountEntity.js index 0768d7937d..8d148c1ea3 100644 --- a/lib/services/securityInsightManagement/lib/models/accountEntity.js +++ b/lib/services/securityInsightManagement/lib/models/accountEntity.js @@ -23,7 +23,7 @@ class AccountEntity extends models['Entity'] { * @property {string} [accountName] The name of the account. This field * should hold only the name without any domain added to it, i.e. * administrator. - * @property {string} [ntDomain] The NETBIOS domain name as it appears in the + * @property {string} [ntDomain] The NetBIOS domain name as it appears in the * alert format – domain\username. Examples: NT AUTHORITY. * @property {string} [upnSuffix] The user principal name suffix for the * account, in some cases it is also the domain name. Examples: contoso.com. diff --git a/lib/services/securityInsightManagement/lib/models/hostEntity.js b/lib/services/securityInsightManagement/lib/models/hostEntity.js index 77d6bf5e63..0ce6ee2f7b 100644 --- a/lib/services/securityInsightManagement/lib/models/hostEntity.js +++ b/lib/services/securityInsightManagement/lib/models/hostEntity.js @@ -28,7 +28,7 @@ class HostEntity extends models['Entity'] { * @property {string} [azureID] The azure resource id of the VM. * @property {string} [omsAgentID] The OMS agent id, if the host has OMS * agent installed. - * @property {string} [osFamily] The operartion system type. Possible values + * @property {string} [osFamily] The operating system type. Possible values * include: 'Linux', 'Windows', 'Android', 'IOS' * @property {string} [osVersion] A free text representation of the operating * system. This field is meant to hold specific versions the are more fine diff --git a/lib/services/securityInsightManagement/lib/models/index.d.ts b/lib/services/securityInsightManagement/lib/models/index.d.ts index b6ac0126ac..88bae61a7c 100644 --- a/lib/services/securityInsightManagement/lib/models/index.d.ts +++ b/lib/services/securityInsightManagement/lib/models/index.d.ts @@ -529,7 +529,7 @@ export interface AccountEntity extends Entity { */ readonly accountName?: string; /** - * The NETBIOS domain name as it appears in the alert format – domain\username. Examples: NT + * The NetBIOS domain name as it appears in the alert format – domain\username. Examples: NT * AUTHORITY. */ readonly ntDomain?: string; @@ -594,7 +594,7 @@ export interface HostEntity extends Entity { */ readonly omsAgentID?: string; /** - * The operartion system type. Possible values include: 'Linux', 'Windows', 'Android', 'IOS' + * The operating system type. Possible values include: 'Linux', 'Windows', 'Android', 'IOS' */ osFamily?: string; /** @@ -628,11 +628,11 @@ export interface FileEntity extends Entity { */ export interface OfficeConsent extends Resource { /** - * The tenantId of the Office365 with the concesnt. + * The tenantId of the Office365 with the consent. */ tenantId?: string; /** - * The tenant name of the Office365 with the concesnt. + * The tenant name of the Office365 with the consent. */ readonly tenantName?: string; } diff --git a/lib/services/securityInsightManagement/lib/models/officeConsent.js b/lib/services/securityInsightManagement/lib/models/officeConsent.js index a89a3df111..c78fd8fc0b 100644 --- a/lib/services/securityInsightManagement/lib/models/officeConsent.js +++ b/lib/services/securityInsightManagement/lib/models/officeConsent.js @@ -21,9 +21,9 @@ class OfficeConsent extends models['Resource'] { /** * Create a OfficeConsent. * @property {string} [tenantId] The tenantId of the Office365 with the - * concesnt. + * consent. * @property {string} [tenantName] The tenant name of the Office365 with the - * concesnt. + * consent. */ constructor() { super(); diff --git a/lib/services/securityInsightManagement/lib/operations/index.d.ts b/lib/services/securityInsightManagement/lib/operations/index.d.ts index 4ba10f94d5..3b13b73138 100644 --- a/lib/services/securityInsightManagement/lib/operations/index.d.ts +++ b/lib/services/securityInsightManagement/lib/operations/index.d.ts @@ -2526,7 +2526,7 @@ export interface ProductSettings { /** - * Gets a stting. + * Gets a setting. * * @param {string} resourceGroupName The name of the resource group within the * user's subscription. The name is case insensitive. @@ -2552,7 +2552,7 @@ export interface ProductSettings { getWithHttpOperationResponse(resourceGroupName: string, operationalInsightsResourceProvider: string, workspaceName: string, settingsName: string, options?: { customHeaders? : { [headerName: string]: string; } }): Promise>; /** - * Gets a stting. + * Gets a setting. * * @param {string} resourceGroupName The name of the resource group within the * user's subscription. The name is case insensitive. diff --git a/lib/services/securityInsightManagement/lib/operations/productSettings.js b/lib/services/securityInsightManagement/lib/operations/productSettings.js index 67994d0160..a192c7bf18 100644 --- a/lib/services/securityInsightManagement/lib/operations/productSettings.js +++ b/lib/services/securityInsightManagement/lib/operations/productSettings.js @@ -15,7 +15,7 @@ const msRestAzure = require('ms-rest-azure'); const WebResource = msRest.WebResource; /** - * Gets a stting. + * Gets a setting. * * @param {string} resourceGroupName The name of the resource group within the * user's subscription. The name is case insensitive. @@ -420,7 +420,7 @@ class ProductSettings { } /** - * Gets a stting. + * Gets a setting. * * @param {string} resourceGroupName The name of the resource group within the * user's subscription. The name is case insensitive. @@ -458,7 +458,7 @@ class ProductSettings { } /** - * Gets a stting. + * Gets a setting. * * @param {string} resourceGroupName The name of the resource group within the * user's subscription. The name is case insensitive.