[MicrosoftGraphSecurity] Fix unicode chars (#240)

This commit is contained in:
Joe Mayo (MSFT) 2020-04-29 01:42:30 -07:00 коммит произвёл GitHub
Родитель 115e8e6cbe
Коммит 23b2424a29
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -346,7 +346,7 @@
"properties": {
"resource": {
"type": "string",
"description": "Specify the resource that will be monitored for changes. Do not include base URL (https://graph.microsoft.com/v1.0/). Include security/alerts followed by the odata query. For e.g. security/alerts?$filter=status eq <EFBFBD>New<EFBFBD>",
"description": "Specify the resource that will be monitored for changes. Do not include base URL (https://graph.microsoft.com/v1.0/). Include security/alerts followed by the odata query. For e.g. security/alerts?$filter=status eq 'New'",
"title": "Resource URL",
"x-ms-visibility": "important"
},
@ -1320,7 +1320,7 @@
"domainName": {
"type": "string",
"title": "Domain name",
"description": "NetBIOS/Active Directory Domain of user account <EFBFBD>(i.e. domain\\account format)."
"description": "NetBIOS/Active Directory Domain of user account (i.e. domain\\account format)."
},
"emailRole": {
"type": "string",