We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8f0a5b + b5f5c08 commit 24b9054Copy full SHA for 24b9054
schemas/2021-04-01-preview/Microsoft.Search.json
@@ -302,14 +302,15 @@
302
{
303
"type": "string",
304
"enum": [
305
- "None"
+ "None",
306
+ "AzurePortal"
307
]
308
},
309
310
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
311
}
312
],
- "description": "A specific data exfiltration scenario that is disabled for the service."
313
+ "description": "Possible origins of inbound traffic that can bypass the rules defined in the 'ipRules' section."
314
315
"ipRules": {
316
"oneOf": [
0 commit comments