Skip to content

Commit

Permalink
missing property
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashraf Hamad committed Mar 30, 2020
1 parent 99fc83e commit 97dbb97
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5428,7 +5428,6 @@
},
"PrivateEndpointConnection": {
"type": "object",
"description": "PrivateEndpointConnection resource information.",
"allOf": [
{
"$ref": "#/definitions/Resource"
Expand Down Expand Up @@ -5745,8 +5744,8 @@
}
},
"DomainUpdateParameterProperties": {
"type": "object",
"description": "Information of domain update parameter properties.",
"type": "object",
"properties": {
"publicNetworkAccess": {
"description": "This determines if traffic is allowed over public network. By default it is enabled. \r\nYou can further restrict to specific IPs by configuring <seealso cref=\"P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.DomainUpdateParameterProperties.InboundIpRules\" />",
Expand Down Expand Up @@ -5950,6 +5949,10 @@
"type": "string"
}
},
"isSubjectCaseSensitive": {
"description": "Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter\r\nshould be compared in a case sensitive manner.",
"type": "boolean"
},
"advancedFilters": {
"description": "An array of advanced filters that are used for filtering event channels.",
"type": "array",
Expand Down Expand Up @@ -7370,8 +7373,8 @@
}
},
"PrivateLinkResource": {
"type": "object",
"description": "Information of the private link resource.",
"type": "object",
"properties": {
"properties": {
"$ref": "#/definitions/PrivateLinkResourceProperties",
Expand Down

0 comments on commit 97dbb97

Please sign in to comment.