Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo: securityinsights/resource-manager/Microsoft.SecurityInsights #5205

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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