Skip to content

Commit

Permalink
Fix CDN matchValues and selector fields to be optional
Browse files Browse the repository at this point in the history
  • Loading branch information
fore5fire committed Sep 25, 2020
1 parent ec4e792 commit 9bec05b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 85 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2557,7 +2557,6 @@
"description": "Defines the parameters for RemoteAddress match conditions",
"required": [
"operator",
"matchValues",
"@odata.type"
],
"properties": {
Expand Down Expand Up @@ -2604,7 +2603,6 @@
"description": "Defines the parameters for RequestMethod match conditions",
"required": [
"operator",
"matchValues",
"@odata.type"
],
"properties": {
Expand Down Expand Up @@ -2651,7 +2649,6 @@
"description": "Defines the parameters for QueryString match conditions",
"required": [
"operator",
"matchValues",
"@odata.type"
],
"properties": {
Expand Down Expand Up @@ -2704,8 +2701,6 @@
"description": "Defines the parameters for PostArgs match conditions",
"required": [
"operator",
"matchValues",
"selector",
"@odata.type"
],
"properties": {
Expand Down Expand Up @@ -2762,7 +2757,6 @@
"description": "Defines the parameters for RequestUri match conditions",
"required": [
"operator",
"matchValues",
"@odata.type"
],
"properties": {
Expand Down Expand Up @@ -2815,8 +2809,6 @@
"description": "Defines the parameters for RequestHeader match conditions",
"required": [
"operator",
"matchValues",
"selector",
"@odata.type"
],
"properties": {
Expand Down Expand Up @@ -2873,7 +2865,6 @@
"description": "Defines the parameters for RequestBody match conditions",
"required": [
"operator",
"matchValues",
"@odata.type"
],
"properties": {
Expand Down Expand Up @@ -2926,7 +2917,6 @@
"description": "Defines the parameters for RequestScheme match conditions ",
"required": [
"operator",
"matchValues",
"@odata.type"
],
"properties": {
Expand Down Expand Up @@ -2964,7 +2954,6 @@
"description": "Defines the parameters for UrlPath match conditions",
"required": [
"operator",
"matchValues",
"@odata.type"
],
"properties": {
Expand Down Expand Up @@ -3018,7 +3007,6 @@
"description": "Defines the parameters for UrlFileExtension match conditions",
"required": [
"operator",
"matchValues",
"@odata.type"
],
"properties": {
Expand Down Expand Up @@ -3071,7 +3059,6 @@
"description": "Defines the parameters for UrlFilename match conditions",
"required": [
"operator",
"matchValues",
"@odata.type"
],
"properties": {
Expand Down Expand Up @@ -3124,7 +3111,6 @@
"description": "Defines the parameters for HttpVersion match conditions",
"required": [
"operator",
"matchValues",
"@odata.type"
],
"properties": {
Expand Down Expand Up @@ -3162,8 +3148,6 @@
"description": "Defines the parameters for Cookies match conditions",
"required": [
"operator",
"matchValues",
"selector",
"@odata.type"
],
"properties": {
Expand Down Expand Up @@ -3220,7 +3204,6 @@
"description": "Defines the parameters for IsDevice match conditions",
"required": [
"operator",
"matchValues",
"@odata.type"
],
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2567,7 +2567,6 @@
"description": "Defines the parameters for RemoteAddress match conditions",
"required": [
"operator",
"matchValues",
"@odata.type"
],
"properties": {
Expand Down Expand Up @@ -2614,7 +2613,6 @@
"description": "Defines the parameters for RequestMethod match conditions",
"required": [
"operator",
"matchValues",
"@odata.type"
],
"properties": {
Expand Down Expand Up @@ -2661,7 +2659,6 @@
"description": "Defines the parameters for QueryString match conditions",
"required": [
"operator",
"matchValues",
"@odata.type"
],
"properties": {
Expand Down Expand Up @@ -2714,8 +2711,6 @@
"description": "Defines the parameters for PostArgs match conditions",
"required": [
"operator",
"matchValues",
"selector",
"@odata.type"
],
"properties": {
Expand Down Expand Up @@ -2772,7 +2767,6 @@
"description": "Defines the parameters for RequestUri match conditions",
"required": [
"operator",
"matchValues",
"@odata.type"
],
"properties": {
Expand Down Expand Up @@ -2825,8 +2819,6 @@
"description": "Defines the parameters for RequestHeader match conditions",
"required": [
"operator",
"matchValues",
"selector",
"@odata.type"
],
"properties": {
Expand Down Expand Up @@ -2883,7 +2875,6 @@
"description": "Defines the parameters for RequestBody match conditions",
"required": [
"operator",
"matchValues",
"@odata.type"
],
"properties": {
Expand Down Expand Up @@ -2936,7 +2927,6 @@
"description": "Defines the parameters for RequestScheme match conditions ",
"required": [
"operator",
"matchValues",
"@odata.type"
],
"properties": {
Expand Down Expand Up @@ -2974,7 +2964,6 @@
"description": "Defines the parameters for UrlPath match conditions",
"required": [
"operator",
"matchValues",
"@odata.type"
],
"properties": {
Expand Down Expand Up @@ -3028,7 +3017,6 @@
"description": "Defines the parameters for UrlFileExtension match conditions",
"required": [
"operator",
"matchValues",
"@odata.type"
],
"properties": {
Expand Down Expand Up @@ -3081,7 +3069,6 @@
"description": "Defines the parameters for UrlFilename match conditions",
"required": [
"operator",
"matchValues",
"@odata.type"
],
"properties": {
Expand Down Expand Up @@ -3134,7 +3121,6 @@
"description": "Defines the parameters for HttpVersion match conditions",
"required": [
"operator",
"matchValues",
"@odata.type"
],
"properties": {
Expand Down Expand Up @@ -3172,8 +3158,6 @@
"description": "Defines the parameters for Cookies match conditions",
"required": [
"operator",
"matchValues",
"selector",
"@odata.type"
],
"properties": {
Expand Down Expand Up @@ -3230,7 +3214,6 @@
"description": "Defines the parameters for IsDevice match conditions",
"required": [
"operator",
"matchValues",
"@odata.type"
],
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3037,7 +3037,6 @@
"description": "Defines the parameters for RemoteAddress match conditions",
"required": [
"operator",
"matchValues",
"@odata.type"
],
"properties": {
Expand Down Expand Up @@ -3084,7 +3083,6 @@
"description": "Defines the parameters for RequestMethod match conditions",
"required": [
"operator",
"matchValues",
"@odata.type"
],
"properties": {
Expand Down Expand Up @@ -3131,7 +3129,6 @@
"description": "Defines the parameters for QueryString match conditions",
"required": [
"operator",
"matchValues",
"@odata.type"
],
"properties": {
Expand Down Expand Up @@ -3184,8 +3181,6 @@
"description": "Defines the parameters for PostArgs match conditions",
"required": [
"operator",
"matchValues",
"selector",
"@odata.type"
],
"properties": {
Expand Down Expand Up @@ -3242,7 +3237,6 @@
"description": "Defines the parameters for RequestUri match conditions",
"required": [
"operator",
"matchValues",
"@odata.type"
],
"properties": {
Expand Down Expand Up @@ -3295,8 +3289,6 @@
"description": "Defines the parameters for RequestHeader match conditions",
"required": [
"operator",
"matchValues",
"selector",
"@odata.type"
],
"properties": {
Expand Down Expand Up @@ -3353,7 +3345,6 @@
"description": "Defines the parameters for RequestBody match conditions",
"required": [
"operator",
"matchValues",
"@odata.type"
],
"properties": {
Expand Down Expand Up @@ -3406,7 +3397,6 @@
"description": "Defines the parameters for RequestScheme match conditions ",
"required": [
"operator",
"matchValues",
"@odata.type"
],
"properties": {
Expand Down Expand Up @@ -3444,7 +3434,6 @@
"description": "Defines the parameters for UrlPath match conditions",
"required": [
"operator",
"matchValues",
"@odata.type"
],
"properties": {
Expand Down Expand Up @@ -3498,7 +3487,6 @@
"description": "Defines the parameters for UrlFileExtension match conditions",
"required": [
"operator",
"matchValues",
"@odata.type"
],
"properties": {
Expand Down Expand Up @@ -3551,7 +3539,6 @@
"description": "Defines the parameters for UrlFilename match conditions",
"required": [
"operator",
"matchValues",
"@odata.type"
],
"properties": {
Expand Down Expand Up @@ -3604,7 +3591,6 @@
"description": "Defines the parameters for HttpVersion match conditions",
"required": [
"operator",
"matchValues",
"@odata.type"
],
"properties": {
Expand Down Expand Up @@ -3642,8 +3628,6 @@
"description": "Defines the parameters for Cookies match conditions",
"required": [
"operator",
"matchValues",
"selector",
"@odata.type"
],
"properties": {
Expand Down Expand Up @@ -3700,7 +3684,6 @@
"description": "Defines the parameters for IsDevice match conditions",
"required": [
"operator",
"matchValues",
"@odata.type"
],
"properties": {
Expand Down
Loading

0 comments on commit 9bec05b

Please sign in to comment.