Skip to content

Commit 3b872bf

Browse files
authored
add forwardingProtocol to OriginGroupOverride (#2)
1 parent 8c78746 commit 3b872bf

File tree

1 file changed

+13
-0
lines changed
  • specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01

1 file changed

+13
-0
lines changed

specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/cdn.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3973,6 +3973,19 @@
39733973
"description": "defines the OriginGroup that would override the DefaultOriginGroup.",
39743974
"type": "object",
39753975
"$ref": "#/definitions/ResourceReference"
3976+
},
3977+
"forwardingProtocol": {
3978+
"description": "Protocol this rule will use when forwarding traffic to backends.",
3979+
"type": "object",
3980+
"enum": [
3981+
"HttpOnly",
3982+
"HttpsOnly",
3983+
"MatchRequest"
3984+
],
3985+
"x-ms-enum": {
3986+
"name": "ForwardingProtocol",
3987+
"modelAsString": true
3988+
}
39763989
}
39773990
}
39783991
},

0 commit comments

Comments
 (0)