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 879e905 + b1fd47b commit 6d80d5eCopy full SHA for 6d80d5e
schemas/2021-11-01/Microsoft.Relay.json
@@ -792,6 +792,22 @@
792
}
793
],
794
"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."
811
812
},
813
"description": "NetworkRuleSet properties"
0 commit comments