Skip to content

Commit 6d80d5e

Browse files
author
msftbot[bot]
authored
[ReleasePR relay] Azure Relay - added missing publicNetworkAccess at NetwrokRuleSet level (#2648)
Create to sync Azure/azure-rest-api-specs#20745 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/main...azure-sdk:sdkAuto/relay?expand=1)
2 parents 879e905 + b1fd47b commit 6d80d5e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

schemas/2021-11-01/Microsoft.Relay.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -792,6 +792,22 @@
792792
}
793793
],
794794
"description": "List of IpRules"
795+
},
796+
"publicNetworkAccess": {
797+
"oneOf": [
798+
{
799+
"type": "string",
800+
"enum": [
801+
"Enabled",
802+
"Disabled",
803+
"SecuredByPerimeter"
804+
]
805+
},
806+
{
807+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
808+
}
809+
],
810+
"description": "This determines if traffic is allowed over public network. By default it is enabled."
795811
}
796812
},
797813
"description": "NetworkRuleSet properties"

0 commit comments

Comments
 (0)