Skip to content

Commit

Permalink
typo: securityinsights/resource-manager/Microsoft.SecurityInsights (#…
Browse files Browse the repository at this point in the history
…5205)

- stting -> setting
- etnties -> entities
- NETBIOS -> NetBIOS
- operartion -> operating
- concesnt -> consent
  • Loading branch information
nschonni authored and jhendrixMSFT committed Feb 14, 2019
1 parent ee4c243 commit 60ccc41
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1325,7 +1325,7 @@
"tags": [
"Settings"
],
"description": "Gets a stting.",
"description": "Gets a setting.",
"operationId": "ProductSettings_Get",
"parameters": [
{
Expand Down Expand Up @@ -2361,7 +2361,7 @@
"type": "string"
},
"value": {
"description": "Array of etnties.",
"description": "Array of entities.",
"type": "array",
"items": {
"$ref": "#/definitions/Entity"
Expand Down Expand Up @@ -2447,7 +2447,7 @@
"ntDomain": {
"type": "string",
"readOnly": true,
"description": "The NETBIOS domain name as it appears in the alert format – domain\\username. Examples: NT AUTHORITY."
"description": "The NetBIOS domain name as it appears in the alert format – domain\\username. Examples: NT AUTHORITY."
},
"upnSuffix": {
"type": "string",
Expand Down Expand Up @@ -2552,23 +2552,23 @@
"values": [
{
"value": "Linux",
"description": "Host with Linux operartion system."
"description": "Host with Linux operating system."
},
{
"value": "Windows",
"description": "Host with Windows operartion system."
"description": "Host with Windows operating system."
},
{
"value": "Android",
"description": "Host with Android operartion system."
"description": "Host with Android operating system."
},
{
"value": "IOS",
"description": "Host with IOS operartion system."
"description": "Host with IOS operating system."
}
]
},
"description": "The operartion system type."
"description": "The operating system type."
},
"osVersion": {
"type": "string",
Expand Down Expand Up @@ -2657,12 +2657,12 @@
"properties": {
"tenantId": {
"type": "string",
"description": "The tenantId of the Office365 with the concesnt."
"description": "The tenantId of the Office365 with the consent."
},
"tenantName": {
"type": "string",
"readOnly": true,
"description": "The tenant name of the Office365 with the concesnt."
"description": "The tenant name of the Office365 with the consent."
}
}
},
Expand Down

0 comments on commit 60ccc41

Please sign in to comment.