Skip to content

Commit b5f5c08

Browse files
SDKAutoharics24Hari Prasad PerabattulaArvind Krishnaa Jagannathan
committed
CodeGen from PR 18082 in Azure/azure-rest-api-specs
[Azure Cognitive Search] Add missed out enum value to ByPass list (#18082) * Defining the APIs for the new NSP resource * Add the AzurePortal bypass value to enum * Add AzurePortal value to examples * Fix some validation errors * Fix prettier violations * Revert changes to package lock * Examples prettier fix Co-authored-by: Hari Prasad Perabattula <[email protected]> Co-authored-by: Hari Prasad Perabattula <[email protected]> Co-authored-by: Arvind Krishnaa Jagannathan <[email protected]>
1 parent b8f0a5b commit b5f5c08

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)