Skip to content

Commit 24b9054

Browse files
author
msftbot[bot]
authored
[ReleasePR search] [Azure Cognitive Search] Add missed out enum value to ByPass list (#2259)
Create to sync Azure/azure-rest-api-specs#18082 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/main...AzureSDKAutomation:sdkAuto/search?expand=1)
2 parents b8f0a5b + b5f5c08 commit 24b9054

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

schemas/2021-04-01-preview/Microsoft.Search.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,14 +302,15 @@
302302
{
303303
"type": "string",
304304
"enum": [
305-
"None"
305+
"None",
306+
"AzurePortal"
306307
]
307308
},
308309
{
309310
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
310311
}
311312
],
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."
313314
},
314315
"ipRules": {
315316
"oneOf": [

0 commit comments

Comments
 (0)