Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Generated from 14a99c1dc6e71db842f396d6b87d7fbca8dc6f93 (#4686)
Browse files Browse the repository at this point in the history
typo: securityinsights/resource-manager/Microsoft.SecurityInsights

- stting -> setting
- etnties -> entities
- NETBIOS -> NetBIOS
- operartion -> operating
- concesnt -> consent
  • Loading branch information
AutorestCI authored Feb 14, 2019
1 parent 11eeaf1 commit 1387e72
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions lib/services/securityInsightManagement/lib/models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
/**
Expand Down Expand Up @@ -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;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -2552,7 +2552,7 @@ export interface ProductSettings {
getWithHttpOperationResponse(resourceGroupName: string, operationalInsightsResourceProvider: string, workspaceName: string, settingsName: string, options?: { customHeaders? : { [headerName: string]: string; } }): Promise<HttpOperationResponse<models.Settings>>;

/**
* 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 1387e72

Please sign in to comment.