[MicrosoftGraphSecurity] Fix unicode chars (#240)
This commit is contained in:
Родитель
115e8e6cbe
Коммит
23b2424a29
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче