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.
1 parent 8c78746 commit 3b872bfCopy full SHA for 3b872bf
specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/cdn.json
@@ -3973,6 +3973,19 @@
3973
"description": "defines the OriginGroup that would override the DefaultOriginGroup.",
3974
"type": "object",
3975
"$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
+ }
3989
}
3990
3991
},
0 commit comments