{
  "description": "Generator information:\n- Generated from: /cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/cdn.json\n- ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}",
  "properties": {
    "apiVersion": {
      "description": "APIVersion defines the versioned schema of this representation of an object.\nServers should convert recognized schemas to the latest internal value, and\nmay reject unrecognized values.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
      "type": "string"
    },
    "kind": {
      "description": "Kind is a string value representing the REST resource this object represents.\nServers may infer this from the endpoint the client submits requests to.\nCannot be updated.\nIn CamelCase.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
      "type": "string"
    },
    "metadata": {
      "type": "object"
    },
    "spec": {
      "properties": {
        "azureName": {
          "description": "AzureName: The name of the resource in Azure. This is often the same as the name of the resource in Kubernetes but it\ndoesn't have to be.",
          "type": "string"
        },
        "contentTypesToCompress": {
          "description": "ContentTypesToCompress: List of content types on which compression applies. The value should be a valid MIME type.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "defaultOriginGroup": {
          "description": "DefaultOriginGroup: A reference to the origin group.",
          "properties": {
            "reference": {
              "description": "Reference: Resource ID.",
              "properties": {
                "armId": {
                  "description": "ARMID is a string of the form /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.\nThe /resourcegroups/{resourceGroupName} bit is optional as some resources are scoped at the subscription level\nARMID is mutually exclusive with Group, Kind, Namespace and Name.",
                  "pattern": "(?i)(^(/subscriptions/([^/]+)(/resourcegroups/([^/]+))?)?/providers/([^/]+)/([^/]+/[^/]+)(/([^/]+/[^/]+))*$|^/subscriptions/([^/]+)(/resourcegroups/([^/]+))?$)",
                  "type": "string"
                },
                "group": {
                  "description": "Group is the Kubernetes group of the resource.",
                  "type": "string"
                },
                "kind": {
                  "description": "Kind is the Kubernetes kind of the resource.",
                  "type": "string"
                },
                "name": {
                  "description": "Name is the Kubernetes name of the resource.",
                  "type": "string"
                }
              },
              "type": "object",
              "additionalProperties": false
            }
          },
          "type": "object",
          "additionalProperties": false
        },
        "deliveryPolicy": {
          "description": "DeliveryPolicy: A policy that specifies the delivery rules to be used for an endpoint.",
          "properties": {
            "description": {
              "description": "Description: User-friendly description of the policy.",
              "type": "string"
            },
            "rules": {
              "description": "Rules: A list of the delivery rules.",
              "items": {
                "description": "A rule that specifies a set of actions and conditions",
                "properties": {
                  "actions": {
                    "description": "Actions: A list of actions that are executed when all the conditions of a rule are satisfied.",
                    "items": {
                      "description": "An action for the delivery rule.",
                      "properties": {
                        "cacheExpiration": {
                          "description": "CacheExpiration: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the action for the delivery rule.",
                              "enum": [
                                "CacheExpiration"
                              ],
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the action.",
                              "properties": {
                                "cacheBehavior": {
                                  "description": "CacheBehavior: Caching behavior for the requests",
                                  "enum": [
                                    "BypassCache",
                                    "Override",
                                    "SetIfMissing"
                                  ],
                                  "type": "string"
                                },
                                "cacheDuration": {
                                  "description": "CacheDuration: The duration for which the content needs to be cached. Allowed format is [d.]hh:mm:ss",
                                  "type": "string"
                                },
                                "cacheType": {
                                  "description": "CacheType: The level at which the content needs to be cached.",
                                  "enum": [
                                    "All"
                                  ],
                                  "type": "string"
                                },
                                "typeName": {
                                  "enum": [
                                    "DeliveryRuleCacheExpirationActionParameters"
                                  ],
                                  "type": "string"
                                }
                              },
                              "required": [
                                "cacheBehavior",
                                "cacheType",
                                "typeName"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "required": [
                            "name",
                            "parameters"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "cacheKeyQueryString": {
                          "description": "CacheKeyQueryString: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the action for the delivery rule.",
                              "enum": [
                                "CacheKeyQueryString"
                              ],
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the action.",
                              "properties": {
                                "queryParameters": {
                                  "description": "QueryParameters: query parameters to include or exclude (comma separated).",
                                  "type": "string"
                                },
                                "queryStringBehavior": {
                                  "description": "QueryStringBehavior: Caching behavior for the requests",
                                  "enum": [
                                    "Exclude",
                                    "ExcludeAll",
                                    "Include",
                                    "IncludeAll"
                                  ],
                                  "type": "string"
                                },
                                "typeName": {
                                  "enum": [
                                    "DeliveryRuleCacheKeyQueryStringBehaviorActionParameters"
                                  ],
                                  "type": "string"
                                }
                              },
                              "required": [
                                "queryStringBehavior",
                                "typeName"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "required": [
                            "name",
                            "parameters"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "modifyRequestHeader": {
                          "description": "ModifyRequestHeader: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the action for the delivery rule.",
                              "enum": [
                                "ModifyRequestHeader"
                              ],
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the action.",
                              "properties": {
                                "headerAction": {
                                  "description": "HeaderAction: Action to perform",
                                  "enum": [
                                    "Append",
                                    "Delete",
                                    "Overwrite"
                                  ],
                                  "type": "string"
                                },
                                "headerName": {
                                  "description": "HeaderName: Name of the header to modify",
                                  "type": "string"
                                },
                                "typeName": {
                                  "enum": [
                                    "DeliveryRuleHeaderActionParameters"
                                  ],
                                  "type": "string"
                                },
                                "value": {
                                  "description": "Value: Value for the specified action",
                                  "type": "string"
                                }
                              },
                              "required": [
                                "headerAction",
                                "headerName",
                                "typeName"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "required": [
                            "name",
                            "parameters"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "modifyResponseHeader": {
                          "description": "ModifyResponseHeader: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the action for the delivery rule.",
                              "enum": [
                                "ModifyResponseHeader"
                              ],
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the action.",
                              "properties": {
                                "headerAction": {
                                  "description": "HeaderAction: Action to perform",
                                  "enum": [
                                    "Append",
                                    "Delete",
                                    "Overwrite"
                                  ],
                                  "type": "string"
                                },
                                "headerName": {
                                  "description": "HeaderName: Name of the header to modify",
                                  "type": "string"
                                },
                                "typeName": {
                                  "enum": [
                                    "DeliveryRuleHeaderActionParameters"
                                  ],
                                  "type": "string"
                                },
                                "value": {
                                  "description": "Value: Value for the specified action",
                                  "type": "string"
                                }
                              },
                              "required": [
                                "headerAction",
                                "headerName",
                                "typeName"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "required": [
                            "name",
                            "parameters"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "originGroupOverride": {
                          "description": "OriginGroupOverride: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the action for the delivery rule.",
                              "enum": [
                                "OriginGroupOverride"
                              ],
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the action.",
                              "properties": {
                                "originGroup": {
                                  "description": "OriginGroup: defines the OriginGroup that would override the DefaultOriginGroup.",
                                  "properties": {
                                    "reference": {
                                      "description": "Reference: Resource ID.",
                                      "properties": {
                                        "armId": {
                                          "description": "ARMID is a string of the form /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.\nThe /resourcegroups/{resourceGroupName} bit is optional as some resources are scoped at the subscription level\nARMID is mutually exclusive with Group, Kind, Namespace and Name.",
                                          "pattern": "(?i)(^(/subscriptions/([^/]+)(/resourcegroups/([^/]+))?)?/providers/([^/]+)/([^/]+/[^/]+)(/([^/]+/[^/]+))*$|^/subscriptions/([^/]+)(/resourcegroups/([^/]+))?$)",
                                          "type": "string"
                                        },
                                        "group": {
                                          "description": "Group is the Kubernetes group of the resource.",
                                          "type": "string"
                                        },
                                        "kind": {
                                          "description": "Kind is the Kubernetes kind of the resource.",
                                          "type": "string"
                                        },
                                        "name": {
                                          "description": "Name is the Kubernetes name of the resource.",
                                          "type": "string"
                                        }
                                      },
                                      "type": "object",
                                      "additionalProperties": false
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "typeName": {
                                  "enum": [
                                    "DeliveryRuleOriginGroupOverrideActionParameters"
                                  ],
                                  "type": "string"
                                }
                              },
                              "required": [
                                "originGroup",
                                "typeName"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "required": [
                            "name",
                            "parameters"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "routeConfigurationOverride": {
                          "description": "RouteConfigurationOverride: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the action for the delivery rule.",
                              "enum": [
                                "RouteConfigurationOverride"
                              ],
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the action.",
                              "properties": {
                                "cacheConfiguration": {
                                  "description": "CacheConfiguration: The caching configuration associated with this rule. To disable caching, do not provide a\ncacheConfiguration object.",
                                  "properties": {
                                    "cacheBehavior": {
                                      "description": "CacheBehavior: Caching behavior for the requests",
                                      "enum": [
                                        "HonorOrigin",
                                        "OverrideAlways",
                                        "OverrideIfOriginMissing"
                                      ],
                                      "type": "string"
                                    },
                                    "cacheDuration": {
                                      "description": "CacheDuration: The duration for which the content needs to be cached. Allowed format is [d.]hh:mm:ss",
                                      "type": "string"
                                    },
                                    "isCompressionEnabled": {
                                      "description": "IsCompressionEnabled: Indicates whether content compression is enabled. If compression is enabled, content will be\nserved as compressed if user requests for a compressed version. Content won't be compressed on AzureFrontDoor when\nrequested content is smaller than 1 byte or larger than 1 MB.",
                                      "enum": [
                                        "Disabled",
                                        "Enabled"
                                      ],
                                      "type": "string"
                                    },
                                    "queryParameters": {
                                      "description": "QueryParameters: query parameters to include or exclude (comma separated).",
                                      "type": "string"
                                    },
                                    "queryStringCachingBehavior": {
                                      "description": "QueryStringCachingBehavior: Defines how Frontdoor caches requests that include query strings. You can ignore any query\nstrings when caching, ignore specific query strings, cache every request with a unique URL, or cache specific query\nstrings.",
                                      "enum": [
                                        "IgnoreQueryString",
                                        "IgnoreSpecifiedQueryStrings",
                                        "IncludeSpecifiedQueryStrings",
                                        "UseQueryString"
                                      ],
                                      "type": "string"
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "originGroupOverride": {
                                  "description": "OriginGroupOverride: A reference to the origin group override configuration. Leave empty to use the default origin group\non route.",
                                  "properties": {
                                    "forwardingProtocol": {
                                      "description": "ForwardingProtocol: Protocol this rule will use when forwarding traffic to backends.",
                                      "enum": [
                                        "HttpOnly",
                                        "HttpsOnly",
                                        "MatchRequest"
                                      ],
                                      "type": "string"
                                    },
                                    "originGroup": {
                                      "description": "OriginGroup: defines the OriginGroup that would override the DefaultOriginGroup on route.",
                                      "properties": {
                                        "reference": {
                                          "description": "Reference: Resource ID.",
                                          "properties": {
                                            "armId": {
                                              "description": "ARMID is a string of the form /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.\nThe /resourcegroups/{resourceGroupName} bit is optional as some resources are scoped at the subscription level\nARMID is mutually exclusive with Group, Kind, Namespace and Name.",
                                              "pattern": "(?i)(^(/subscriptions/([^/]+)(/resourcegroups/([^/]+))?)?/providers/([^/]+)/([^/]+/[^/]+)(/([^/]+/[^/]+))*$|^/subscriptions/([^/]+)(/resourcegroups/([^/]+))?$)",
                                              "type": "string"
                                            },
                                            "group": {
                                              "description": "Group is the Kubernetes group of the resource.",
                                              "type": "string"
                                            },
                                            "kind": {
                                              "description": "Kind is the Kubernetes kind of the resource.",
                                              "type": "string"
                                            },
                                            "name": {
                                              "description": "Name is the Kubernetes name of the resource.",
                                              "type": "string"
                                            }
                                          },
                                          "type": "object",
                                          "additionalProperties": false
                                        }
                                      },
                                      "type": "object",
                                      "additionalProperties": false
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "typeName": {
                                  "enum": [
                                    "DeliveryRuleRouteConfigurationOverrideActionParameters"
                                  ],
                                  "type": "string"
                                }
                              },
                              "required": [
                                "typeName"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "required": [
                            "name",
                            "parameters"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "urlRedirect": {
                          "description": "UrlRedirect: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the action for the delivery rule.",
                              "enum": [
                                "UrlRedirect"
                              ],
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the action.",
                              "properties": {
                                "customFragment": {
                                  "description": "CustomFragment: Fragment to add to the redirect URL. Fragment is the part of the URL that comes after #. Do not include\nthe #.",
                                  "type": "string"
                                },
                                "customHostname": {
                                  "description": "CustomHostname: Host to redirect. Leave empty to use the incoming host as the destination host.",
                                  "type": "string"
                                },
                                "customPath": {
                                  "description": "CustomPath: The full path to redirect. Path cannot be empty and must start with /. Leave empty to use the incoming path\nas destination path.",
                                  "type": "string"
                                },
                                "customQueryString": {
                                  "description": "CustomQueryString: The set of query strings to be placed in the redirect URL. Setting this value would replace any\nexisting query string; leave empty to preserve the incoming query string. Query string must be in <key>=<value> format.\n? and & will be added automatically so do not include them.",
                                  "type": "string"
                                },
                                "destinationProtocol": {
                                  "description": "DestinationProtocol: Protocol to use for the redirect. The default value is MatchRequest",
                                  "enum": [
                                    "Http",
                                    "Https",
                                    "MatchRequest"
                                  ],
                                  "type": "string"
                                },
                                "redirectType": {
                                  "description": "RedirectType: The redirect type the rule will use when redirecting traffic.",
                                  "enum": [
                                    "Found",
                                    "Moved",
                                    "PermanentRedirect",
                                    "TemporaryRedirect"
                                  ],
                                  "type": "string"
                                },
                                "typeName": {
                                  "enum": [
                                    "DeliveryRuleUrlRedirectActionParameters"
                                  ],
                                  "type": "string"
                                }
                              },
                              "required": [
                                "redirectType",
                                "typeName"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "required": [
                            "name",
                            "parameters"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "urlRewrite": {
                          "description": "UrlRewrite: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the action for the delivery rule.",
                              "enum": [
                                "UrlRewrite"
                              ],
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the action.",
                              "properties": {
                                "destination": {
                                  "description": "Destination: Define the relative URL to which the above requests will be rewritten by.",
                                  "type": "string"
                                },
                                "preserveUnmatchedPath": {
                                  "description": "PreserveUnmatchedPath: Whether to preserve unmatched path. Default value is true.",
                                  "type": "boolean"
                                },
                                "sourcePattern": {
                                  "description": "SourcePattern: define a request URI pattern that identifies the type of requests that may be rewritten. If value is\nblank, all strings are matched.",
                                  "type": "string"
                                },
                                "typeName": {
                                  "enum": [
                                    "DeliveryRuleUrlRewriteActionParameters"
                                  ],
                                  "type": "string"
                                }
                              },
                              "required": [
                                "destination",
                                "sourcePattern",
                                "typeName"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "required": [
                            "name",
                            "parameters"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "urlSigning": {
                          "description": "UrlSigning: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the action for the delivery rule.",
                              "enum": [
                                "UrlSigning"
                              ],
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the action.",
                              "properties": {
                                "algorithm": {
                                  "description": "Algorithm: Algorithm to use for URL signing",
                                  "enum": [
                                    "SHA256"
                                  ],
                                  "type": "string"
                                },
                                "parameterNameOverride": {
                                  "description": "ParameterNameOverride: Defines which query string parameters in the url to be considered for expires, key id etc.",
                                  "items": {
                                    "description": "Defines how to identify a parameter for a specific purpose e.g. expires",
                                    "properties": {
                                      "paramIndicator": {
                                        "description": "ParamIndicator: Indicates the purpose of the parameter",
                                        "enum": [
                                          "Expires",
                                          "KeyId",
                                          "Signature"
                                        ],
                                        "type": "string"
                                      },
                                      "paramName": {
                                        "description": "ParamName: Parameter name",
                                        "type": "string"
                                      }
                                    },
                                    "required": [
                                      "paramIndicator",
                                      "paramName"
                                    ],
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "type": "array"
                                },
                                "typeName": {
                                  "enum": [
                                    "DeliveryRuleUrlSigningActionParameters"
                                  ],
                                  "type": "string"
                                }
                              },
                              "required": [
                                "typeName"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "required": [
                            "name",
                            "parameters"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "type": "array"
                  },
                  "conditions": {
                    "description": "Conditions: A list of conditions that must be matched for the actions to be executed",
                    "items": {
                      "description": "A condition for the delivery rule.",
                      "properties": {
                        "clientPort": {
                          "description": "ClientPort: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the condition for the delivery rule.",
                              "enum": [
                                "ClientPort"
                              ],
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the condition.",
                              "properties": {
                                "matchValues": {
                                  "description": "MatchValues: The match value for the condition of the delivery rule",
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "negateCondition": {
                                  "description": "NegateCondition: Describes if this is negate condition or not",
                                  "type": "boolean"
                                },
                                "operator": {
                                  "description": "Operator: Describes operator to be matched",
                                  "enum": [
                                    "Any",
                                    "BeginsWith",
                                    "Contains",
                                    "EndsWith",
                                    "Equal",
                                    "GreaterThan",
                                    "GreaterThanOrEqual",
                                    "LessThan",
                                    "LessThanOrEqual",
                                    "RegEx"
                                  ],
                                  "type": "string"
                                },
                                "transforms": {
                                  "description": "Transforms: List of transforms",
                                  "items": {
                                    "description": "Describes what transforms are applied before matching",
                                    "enum": [
                                      "Lowercase",
                                      "RemoveNulls",
                                      "Trim",
                                      "Uppercase",
                                      "UrlDecode",
                                      "UrlEncode"
                                    ],
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "typeName": {
                                  "enum": [
                                    "DeliveryRuleClientPortConditionParameters"
                                  ],
                                  "type": "string"
                                }
                              },
                              "required": [
                                "operator",
                                "typeName"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "required": [
                            "name",
                            "parameters"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "cookies": {
                          "description": "Cookies: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the condition for the delivery rule.",
                              "enum": [
                                "Cookies"
                              ],
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the condition.",
                              "properties": {
                                "matchValues": {
                                  "description": "MatchValues: The match value for the condition of the delivery rule",
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "negateCondition": {
                                  "description": "NegateCondition: Describes if this is negate condition or not",
                                  "type": "boolean"
                                },
                                "operator": {
                                  "description": "Operator: Describes operator to be matched",
                                  "enum": [
                                    "Any",
                                    "BeginsWith",
                                    "Contains",
                                    "EndsWith",
                                    "Equal",
                                    "GreaterThan",
                                    "GreaterThanOrEqual",
                                    "LessThan",
                                    "LessThanOrEqual",
                                    "RegEx"
                                  ],
                                  "type": "string"
                                },
                                "selector": {
                                  "description": "Selector: Name of Cookies to be matched",
                                  "type": "string"
                                },
                                "transforms": {
                                  "description": "Transforms: List of transforms",
                                  "items": {
                                    "description": "Describes what transforms are applied before matching",
                                    "enum": [
                                      "Lowercase",
                                      "RemoveNulls",
                                      "Trim",
                                      "Uppercase",
                                      "UrlDecode",
                                      "UrlEncode"
                                    ],
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "typeName": {
                                  "enum": [
                                    "DeliveryRuleCookiesConditionParameters"
                                  ],
                                  "type": "string"
                                }
                              },
                              "required": [
                                "operator",
                                "typeName"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "required": [
                            "name",
                            "parameters"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "hostName": {
                          "description": "HostName: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the condition for the delivery rule.",
                              "enum": [
                                "HostName"
                              ],
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the condition.",
                              "properties": {
                                "matchValues": {
                                  "description": "MatchValues: The match value for the condition of the delivery rule",
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "negateCondition": {
                                  "description": "NegateCondition: Describes if this is negate condition or not",
                                  "type": "boolean"
                                },
                                "operator": {
                                  "description": "Operator: Describes operator to be matched",
                                  "enum": [
                                    "Any",
                                    "BeginsWith",
                                    "Contains",
                                    "EndsWith",
                                    "Equal",
                                    "GreaterThan",
                                    "GreaterThanOrEqual",
                                    "LessThan",
                                    "LessThanOrEqual",
                                    "RegEx"
                                  ],
                                  "type": "string"
                                },
                                "transforms": {
                                  "description": "Transforms: List of transforms",
                                  "items": {
                                    "description": "Describes what transforms are applied before matching",
                                    "enum": [
                                      "Lowercase",
                                      "RemoveNulls",
                                      "Trim",
                                      "Uppercase",
                                      "UrlDecode",
                                      "UrlEncode"
                                    ],
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "typeName": {
                                  "enum": [
                                    "DeliveryRuleHostNameConditionParameters"
                                  ],
                                  "type": "string"
                                }
                              },
                              "required": [
                                "operator",
                                "typeName"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "required": [
                            "name",
                            "parameters"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "httpVersion": {
                          "description": "HttpVersion: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the condition for the delivery rule.",
                              "enum": [
                                "HttpVersion"
                              ],
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the condition.",
                              "properties": {
                                "matchValues": {
                                  "description": "MatchValues: The match value for the condition of the delivery rule",
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "negateCondition": {
                                  "description": "NegateCondition: Describes if this is negate condition or not",
                                  "type": "boolean"
                                },
                                "operator": {
                                  "description": "Operator: Describes operator to be matched",
                                  "enum": [
                                    "Equal"
                                  ],
                                  "type": "string"
                                },
                                "transforms": {
                                  "description": "Transforms: List of transforms",
                                  "items": {
                                    "description": "Describes what transforms are applied before matching",
                                    "enum": [
                                      "Lowercase",
                                      "RemoveNulls",
                                      "Trim",
                                      "Uppercase",
                                      "UrlDecode",
                                      "UrlEncode"
                                    ],
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "typeName": {
                                  "enum": [
                                    "DeliveryRuleHttpVersionConditionParameters"
                                  ],
                                  "type": "string"
                                }
                              },
                              "required": [
                                "operator",
                                "typeName"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "required": [
                            "name",
                            "parameters"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "isDevice": {
                          "description": "IsDevice: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the condition for the delivery rule.",
                              "enum": [
                                "IsDevice"
                              ],
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the condition.",
                              "properties": {
                                "matchValues": {
                                  "description": "MatchValues: The match value for the condition of the delivery rule",
                                  "items": {
                                    "enum": [
                                      "Desktop",
                                      "Mobile"
                                    ],
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "negateCondition": {
                                  "description": "NegateCondition: Describes if this is negate condition or not",
                                  "type": "boolean"
                                },
                                "operator": {
                                  "description": "Operator: Describes operator to be matched",
                                  "enum": [
                                    "Equal"
                                  ],
                                  "type": "string"
                                },
                                "transforms": {
                                  "description": "Transforms: List of transforms",
                                  "items": {
                                    "description": "Describes what transforms are applied before matching",
                                    "enum": [
                                      "Lowercase",
                                      "RemoveNulls",
                                      "Trim",
                                      "Uppercase",
                                      "UrlDecode",
                                      "UrlEncode"
                                    ],
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "typeName": {
                                  "enum": [
                                    "DeliveryRuleIsDeviceConditionParameters"
                                  ],
                                  "type": "string"
                                }
                              },
                              "required": [
                                "operator",
                                "typeName"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "required": [
                            "name",
                            "parameters"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "postArgs": {
                          "description": "PostArgs: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the condition for the delivery rule.",
                              "enum": [
                                "PostArgs"
                              ],
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the condition.",
                              "properties": {
                                "matchValues": {
                                  "description": "MatchValues: The match value for the condition of the delivery rule",
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "negateCondition": {
                                  "description": "NegateCondition: Describes if this is negate condition or not",
                                  "type": "boolean"
                                },
                                "operator": {
                                  "description": "Operator: Describes operator to be matched",
                                  "enum": [
                                    "Any",
                                    "BeginsWith",
                                    "Contains",
                                    "EndsWith",
                                    "Equal",
                                    "GreaterThan",
                                    "GreaterThanOrEqual",
                                    "LessThan",
                                    "LessThanOrEqual",
                                    "RegEx"
                                  ],
                                  "type": "string"
                                },
                                "selector": {
                                  "description": "Selector: Name of PostArg to be matched",
                                  "type": "string"
                                },
                                "transforms": {
                                  "description": "Transforms: List of transforms",
                                  "items": {
                                    "description": "Describes what transforms are applied before matching",
                                    "enum": [
                                      "Lowercase",
                                      "RemoveNulls",
                                      "Trim",
                                      "Uppercase",
                                      "UrlDecode",
                                      "UrlEncode"
                                    ],
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "typeName": {
                                  "enum": [
                                    "DeliveryRulePostArgsConditionParameters"
                                  ],
                                  "type": "string"
                                }
                              },
                              "required": [
                                "operator",
                                "typeName"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "required": [
                            "name",
                            "parameters"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "queryString": {
                          "description": "QueryString: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the condition for the delivery rule.",
                              "enum": [
                                "QueryString"
                              ],
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the condition.",
                              "properties": {
                                "matchValues": {
                                  "description": "MatchValues: The match value for the condition of the delivery rule",
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "negateCondition": {
                                  "description": "NegateCondition: Describes if this is negate condition or not",
                                  "type": "boolean"
                                },
                                "operator": {
                                  "description": "Operator: Describes operator to be matched",
                                  "enum": [
                                    "Any",
                                    "BeginsWith",
                                    "Contains",
                                    "EndsWith",
                                    "Equal",
                                    "GreaterThan",
                                    "GreaterThanOrEqual",
                                    "LessThan",
                                    "LessThanOrEqual",
                                    "RegEx"
                                  ],
                                  "type": "string"
                                },
                                "transforms": {
                                  "description": "Transforms: List of transforms",
                                  "items": {
                                    "description": "Describes what transforms are applied before matching",
                                    "enum": [
                                      "Lowercase",
                                      "RemoveNulls",
                                      "Trim",
                                      "Uppercase",
                                      "UrlDecode",
                                      "UrlEncode"
                                    ],
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "typeName": {
                                  "enum": [
                                    "DeliveryRuleQueryStringConditionParameters"
                                  ],
                                  "type": "string"
                                }
                              },
                              "required": [
                                "operator",
                                "typeName"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "required": [
                            "name",
                            "parameters"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "remoteAddress": {
                          "description": "RemoteAddress: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the condition for the delivery rule.",
                              "enum": [
                                "RemoteAddress"
                              ],
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the condition.",
                              "properties": {
                                "matchValues": {
                                  "description": "MatchValues: Match values to match against. The operator will apply to each value in here with OR semantics. If any of\nthem match the variable with the given operator this match condition is considered a match.",
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "negateCondition": {
                                  "description": "NegateCondition: Describes if this is negate condition or not",
                                  "type": "boolean"
                                },
                                "operator": {
                                  "description": "Operator: Describes operator to be matched",
                                  "enum": [
                                    "Any",
                                    "GeoMatch",
                                    "IPMatch"
                                  ],
                                  "type": "string"
                                },
                                "transforms": {
                                  "description": "Transforms: List of transforms",
                                  "items": {
                                    "description": "Describes what transforms are applied before matching",
                                    "enum": [
                                      "Lowercase",
                                      "RemoveNulls",
                                      "Trim",
                                      "Uppercase",
                                      "UrlDecode",
                                      "UrlEncode"
                                    ],
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "typeName": {
                                  "enum": [
                                    "DeliveryRuleRemoteAddressConditionParameters"
                                  ],
                                  "type": "string"
                                }
                              },
                              "required": [
                                "operator",
                                "typeName"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "required": [
                            "name",
                            "parameters"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "requestBody": {
                          "description": "RequestBody: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the condition for the delivery rule.",
                              "enum": [
                                "RequestBody"
                              ],
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the condition.",
                              "properties": {
                                "matchValues": {
                                  "description": "MatchValues: The match value for the condition of the delivery rule",
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "negateCondition": {
                                  "description": "NegateCondition: Describes if this is negate condition or not",
                                  "type": "boolean"
                                },
                                "operator": {
                                  "description": "Operator: Describes operator to be matched",
                                  "enum": [
                                    "Any",
                                    "BeginsWith",
                                    "Contains",
                                    "EndsWith",
                                    "Equal",
                                    "GreaterThan",
                                    "GreaterThanOrEqual",
                                    "LessThan",
                                    "LessThanOrEqual",
                                    "RegEx"
                                  ],
                                  "type": "string"
                                },
                                "transforms": {
                                  "description": "Transforms: List of transforms",
                                  "items": {
                                    "description": "Describes what transforms are applied before matching",
                                    "enum": [
                                      "Lowercase",
                                      "RemoveNulls",
                                      "Trim",
                                      "Uppercase",
                                      "UrlDecode",
                                      "UrlEncode"
                                    ],
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "typeName": {
                                  "enum": [
                                    "DeliveryRuleRequestBodyConditionParameters"
                                  ],
                                  "type": "string"
                                }
                              },
                              "required": [
                                "operator",
                                "typeName"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "required": [
                            "name",
                            "parameters"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "requestHeader": {
                          "description": "RequestHeader: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the condition for the delivery rule.",
                              "enum": [
                                "RequestHeader"
                              ],
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the condition.",
                              "properties": {
                                "matchValues": {
                                  "description": "MatchValues: The match value for the condition of the delivery rule",
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "negateCondition": {
                                  "description": "NegateCondition: Describes if this is negate condition or not",
                                  "type": "boolean"
                                },
                                "operator": {
                                  "description": "Operator: Describes operator to be matched",
                                  "enum": [
                                    "Any",
                                    "BeginsWith",
                                    "Contains",
                                    "EndsWith",
                                    "Equal",
                                    "GreaterThan",
                                    "GreaterThanOrEqual",
                                    "LessThan",
                                    "LessThanOrEqual",
                                    "RegEx"
                                  ],
                                  "type": "string"
                                },
                                "selector": {
                                  "description": "Selector: Name of Header to be matched",
                                  "type": "string"
                                },
                                "transforms": {
                                  "description": "Transforms: List of transforms",
                                  "items": {
                                    "description": "Describes what transforms are applied before matching",
                                    "enum": [
                                      "Lowercase",
                                      "RemoveNulls",
                                      "Trim",
                                      "Uppercase",
                                      "UrlDecode",
                                      "UrlEncode"
                                    ],
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "typeName": {
                                  "enum": [
                                    "DeliveryRuleRequestHeaderConditionParameters"
                                  ],
                                  "type": "string"
                                }
                              },
                              "required": [
                                "operator",
                                "typeName"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "required": [
                            "name",
                            "parameters"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "requestMethod": {
                          "description": "RequestMethod: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the condition for the delivery rule.",
                              "enum": [
                                "RequestMethod"
                              ],
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the condition.",
                              "properties": {
                                "matchValues": {
                                  "description": "MatchValues: The match value for the condition of the delivery rule",
                                  "items": {
                                    "enum": [
                                      "DELETE",
                                      "GET",
                                      "HEAD",
                                      "OPTIONS",
                                      "POST",
                                      "PUT",
                                      "TRACE"
                                    ],
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "negateCondition": {
                                  "description": "NegateCondition: Describes if this is negate condition or not",
                                  "type": "boolean"
                                },
                                "operator": {
                                  "description": "Operator: Describes operator to be matched",
                                  "enum": [
                                    "Equal"
                                  ],
                                  "type": "string"
                                },
                                "transforms": {
                                  "description": "Transforms: List of transforms",
                                  "items": {
                                    "description": "Describes what transforms are applied before matching",
                                    "enum": [
                                      "Lowercase",
                                      "RemoveNulls",
                                      "Trim",
                                      "Uppercase",
                                      "UrlDecode",
                                      "UrlEncode"
                                    ],
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "typeName": {
                                  "enum": [
                                    "DeliveryRuleRequestMethodConditionParameters"
                                  ],
                                  "type": "string"
                                }
                              },
                              "required": [
                                "operator",
                                "typeName"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "required": [
                            "name",
                            "parameters"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "requestScheme": {
                          "description": "RequestScheme: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the condition for the delivery rule.",
                              "enum": [
                                "RequestScheme"
                              ],
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the condition.",
                              "properties": {
                                "matchValues": {
                                  "description": "MatchValues: The match value for the condition of the delivery rule",
                                  "items": {
                                    "enum": [
                                      "HTTP",
                                      "HTTPS"
                                    ],
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "negateCondition": {
                                  "description": "NegateCondition: Describes if this is negate condition or not",
                                  "type": "boolean"
                                },
                                "operator": {
                                  "description": "Operator: Describes operator to be matched",
                                  "enum": [
                                    "Equal"
                                  ],
                                  "type": "string"
                                },
                                "transforms": {
                                  "description": "Transforms: List of transforms",
                                  "items": {
                                    "description": "Describes what transforms are applied before matching",
                                    "enum": [
                                      "Lowercase",
                                      "RemoveNulls",
                                      "Trim",
                                      "Uppercase",
                                      "UrlDecode",
                                      "UrlEncode"
                                    ],
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "typeName": {
                                  "enum": [
                                    "DeliveryRuleRequestSchemeConditionParameters"
                                  ],
                                  "type": "string"
                                }
                              },
                              "required": [
                                "operator",
                                "typeName"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "required": [
                            "name",
                            "parameters"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "requestUri": {
                          "description": "RequestUri: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the condition for the delivery rule.",
                              "enum": [
                                "RequestUri"
                              ],
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the condition.",
                              "properties": {
                                "matchValues": {
                                  "description": "MatchValues: The match value for the condition of the delivery rule",
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "negateCondition": {
                                  "description": "NegateCondition: Describes if this is negate condition or not",
                                  "type": "boolean"
                                },
                                "operator": {
                                  "description": "Operator: Describes operator to be matched",
                                  "enum": [
                                    "Any",
                                    "BeginsWith",
                                    "Contains",
                                    "EndsWith",
                                    "Equal",
                                    "GreaterThan",
                                    "GreaterThanOrEqual",
                                    "LessThan",
                                    "LessThanOrEqual",
                                    "RegEx"
                                  ],
                                  "type": "string"
                                },
                                "transforms": {
                                  "description": "Transforms: List of transforms",
                                  "items": {
                                    "description": "Describes what transforms are applied before matching",
                                    "enum": [
                                      "Lowercase",
                                      "RemoveNulls",
                                      "Trim",
                                      "Uppercase",
                                      "UrlDecode",
                                      "UrlEncode"
                                    ],
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "typeName": {
                                  "enum": [
                                    "DeliveryRuleRequestUriConditionParameters"
                                  ],
                                  "type": "string"
                                }
                              },
                              "required": [
                                "operator",
                                "typeName"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "required": [
                            "name",
                            "parameters"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "serverPort": {
                          "description": "ServerPort: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the condition for the delivery rule.",
                              "enum": [
                                "ServerPort"
                              ],
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the condition.",
                              "properties": {
                                "matchValues": {
                                  "description": "MatchValues: The match value for the condition of the delivery rule",
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "negateCondition": {
                                  "description": "NegateCondition: Describes if this is negate condition or not",
                                  "type": "boolean"
                                },
                                "operator": {
                                  "description": "Operator: Describes operator to be matched",
                                  "enum": [
                                    "Any",
                                    "BeginsWith",
                                    "Contains",
                                    "EndsWith",
                                    "Equal",
                                    "GreaterThan",
                                    "GreaterThanOrEqual",
                                    "LessThan",
                                    "LessThanOrEqual",
                                    "RegEx"
                                  ],
                                  "type": "string"
                                },
                                "transforms": {
                                  "description": "Transforms: List of transforms",
                                  "items": {
                                    "description": "Describes what transforms are applied before matching",
                                    "enum": [
                                      "Lowercase",
                                      "RemoveNulls",
                                      "Trim",
                                      "Uppercase",
                                      "UrlDecode",
                                      "UrlEncode"
                                    ],
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "typeName": {
                                  "enum": [
                                    "DeliveryRuleServerPortConditionParameters"
                                  ],
                                  "type": "string"
                                }
                              },
                              "required": [
                                "operator",
                                "typeName"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "required": [
                            "name",
                            "parameters"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "socketAddr": {
                          "description": "SocketAddr: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the condition for the delivery rule.",
                              "enum": [
                                "SocketAddr"
                              ],
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the condition.",
                              "properties": {
                                "matchValues": {
                                  "description": "MatchValues: The match value for the condition of the delivery rule",
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "negateCondition": {
                                  "description": "NegateCondition: Describes if this is negate condition or not",
                                  "type": "boolean"
                                },
                                "operator": {
                                  "description": "Operator: Describes operator to be matched",
                                  "enum": [
                                    "Any",
                                    "IPMatch"
                                  ],
                                  "type": "string"
                                },
                                "transforms": {
                                  "description": "Transforms: List of transforms",
                                  "items": {
                                    "description": "Describes what transforms are applied before matching",
                                    "enum": [
                                      "Lowercase",
                                      "RemoveNulls",
                                      "Trim",
                                      "Uppercase",
                                      "UrlDecode",
                                      "UrlEncode"
                                    ],
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "typeName": {
                                  "enum": [
                                    "DeliveryRuleSocketAddrConditionParameters"
                                  ],
                                  "type": "string"
                                }
                              },
                              "required": [
                                "operator",
                                "typeName"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "required": [
                            "name",
                            "parameters"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "sslProtocol": {
                          "description": "SslProtocol: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the condition for the delivery rule.",
                              "enum": [
                                "SslProtocol"
                              ],
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the condition.",
                              "properties": {
                                "matchValues": {
                                  "description": "MatchValues: The match value for the condition of the delivery rule",
                                  "items": {
                                    "description": "The protocol of an established TLS connection.",
                                    "enum": [
                                      "TLSv1",
                                      "TLSv1.1",
                                      "TLSv1.2"
                                    ],
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "negateCondition": {
                                  "description": "NegateCondition: Describes if this is negate condition or not",
                                  "type": "boolean"
                                },
                                "operator": {
                                  "description": "Operator: Describes operator to be matched",
                                  "enum": [
                                    "Equal"
                                  ],
                                  "type": "string"
                                },
                                "transforms": {
                                  "description": "Transforms: List of transforms",
                                  "items": {
                                    "description": "Describes what transforms are applied before matching",
                                    "enum": [
                                      "Lowercase",
                                      "RemoveNulls",
                                      "Trim",
                                      "Uppercase",
                                      "UrlDecode",
                                      "UrlEncode"
                                    ],
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "typeName": {
                                  "enum": [
                                    "DeliveryRuleSslProtocolConditionParameters"
                                  ],
                                  "type": "string"
                                }
                              },
                              "required": [
                                "operator",
                                "typeName"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "required": [
                            "name",
                            "parameters"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "urlFileExtension": {
                          "description": "UrlFileExtension: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the condition for the delivery rule.",
                              "enum": [
                                "UrlFileExtension"
                              ],
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the condition.",
                              "properties": {
                                "matchValues": {
                                  "description": "MatchValues: The match value for the condition of the delivery rule",
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "negateCondition": {
                                  "description": "NegateCondition: Describes if this is negate condition or not",
                                  "type": "boolean"
                                },
                                "operator": {
                                  "description": "Operator: Describes operator to be matched",
                                  "enum": [
                                    "Any",
                                    "BeginsWith",
                                    "Contains",
                                    "EndsWith",
                                    "Equal",
                                    "GreaterThan",
                                    "GreaterThanOrEqual",
                                    "LessThan",
                                    "LessThanOrEqual",
                                    "RegEx"
                                  ],
                                  "type": "string"
                                },
                                "transforms": {
                                  "description": "Transforms: List of transforms",
                                  "items": {
                                    "description": "Describes what transforms are applied before matching",
                                    "enum": [
                                      "Lowercase",
                                      "RemoveNulls",
                                      "Trim",
                                      "Uppercase",
                                      "UrlDecode",
                                      "UrlEncode"
                                    ],
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "typeName": {
                                  "enum": [
                                    "DeliveryRuleUrlFileExtensionMatchConditionParameters"
                                  ],
                                  "type": "string"
                                }
                              },
                              "required": [
                                "operator",
                                "typeName"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "required": [
                            "name",
                            "parameters"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "urlFileName": {
                          "description": "UrlFileName: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the condition for the delivery rule.",
                              "enum": [
                                "UrlFileName"
                              ],
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the condition.",
                              "properties": {
                                "matchValues": {
                                  "description": "MatchValues: The match value for the condition of the delivery rule",
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "negateCondition": {
                                  "description": "NegateCondition: Describes if this is negate condition or not",
                                  "type": "boolean"
                                },
                                "operator": {
                                  "description": "Operator: Describes operator to be matched",
                                  "enum": [
                                    "Any",
                                    "BeginsWith",
                                    "Contains",
                                    "EndsWith",
                                    "Equal",
                                    "GreaterThan",
                                    "GreaterThanOrEqual",
                                    "LessThan",
                                    "LessThanOrEqual",
                                    "RegEx"
                                  ],
                                  "type": "string"
                                },
                                "transforms": {
                                  "description": "Transforms: List of transforms",
                                  "items": {
                                    "description": "Describes what transforms are applied before matching",
                                    "enum": [
                                      "Lowercase",
                                      "RemoveNulls",
                                      "Trim",
                                      "Uppercase",
                                      "UrlDecode",
                                      "UrlEncode"
                                    ],
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "typeName": {
                                  "enum": [
                                    "DeliveryRuleUrlFilenameConditionParameters"
                                  ],
                                  "type": "string"
                                }
                              },
                              "required": [
                                "operator",
                                "typeName"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "required": [
                            "name",
                            "parameters"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "urlPath": {
                          "description": "UrlPath: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the condition for the delivery rule.",
                              "enum": [
                                "UrlPath"
                              ],
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the condition.",
                              "properties": {
                                "matchValues": {
                                  "description": "MatchValues: The match value for the condition of the delivery rule",
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "negateCondition": {
                                  "description": "NegateCondition: Describes if this is negate condition or not",
                                  "type": "boolean"
                                },
                                "operator": {
                                  "description": "Operator: Describes operator to be matched",
                                  "enum": [
                                    "Any",
                                    "BeginsWith",
                                    "Contains",
                                    "EndsWith",
                                    "Equal",
                                    "GreaterThan",
                                    "GreaterThanOrEqual",
                                    "LessThan",
                                    "LessThanOrEqual",
                                    "RegEx",
                                    "Wildcard"
                                  ],
                                  "type": "string"
                                },
                                "transforms": {
                                  "description": "Transforms: List of transforms",
                                  "items": {
                                    "description": "Describes what transforms are applied before matching",
                                    "enum": [
                                      "Lowercase",
                                      "RemoveNulls",
                                      "Trim",
                                      "Uppercase",
                                      "UrlDecode",
                                      "UrlEncode"
                                    ],
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "typeName": {
                                  "enum": [
                                    "DeliveryRuleUrlPathMatchConditionParameters"
                                  ],
                                  "type": "string"
                                }
                              },
                              "required": [
                                "operator",
                                "typeName"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "required": [
                            "name",
                            "parameters"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "type": "array"
                  },
                  "name": {
                    "description": "Name: Name of the rule",
                    "type": "string"
                  },
                  "order": {
                    "description": "Order: The order in which the rules are applied for the endpoint. Possible values {0,1,2,3,\u2026\u2026\u2026}. A rule with a\nlesser order will be applied before a rule with a greater order. Rule with order 0 is a special rule. It does not\nrequire any condition and actions listed in it will always be applied.",
                    "type": "integer"
                  }
                },
                "required": [
                  "actions",
                  "order"
                ],
                "type": "object",
                "additionalProperties": false
              },
              "type": "array"
            }
          },
          "required": [
            "rules"
          ],
          "type": "object",
          "additionalProperties": false
        },
        "geoFilters": {
          "description": "GeoFilters: List of rules defining the user's geo access within a CDN endpoint. Each geo filter defines an access rule\nto a specified path or content, e.g. block APAC for path /pictures/",
          "items": {
            "description": "Rules defining user's geo access within a CDN endpoint.",
            "properties": {
              "action": {
                "description": "Action: Action of the geo filter, i.e. allow or block access.",
                "enum": [
                  "Allow",
                  "Block"
                ],
                "type": "string"
              },
              "countryCodes": {
                "description": "CountryCodes: Two letter country or region codes defining user country or region access in a geo filter, e.g. AU, MX, US.",
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "relativePath": {
                "description": "RelativePath: Relative path applicable to geo filter. (e.g. '/mypictures', '/mypicture/kitty.jpg', and etc.)",
                "type": "string"
              }
            },
            "required": [
              "action",
              "countryCodes",
              "relativePath"
            ],
            "type": "object",
            "additionalProperties": false
          },
          "type": "array"
        },
        "isCompressionEnabled": {
          "description": "IsCompressionEnabled: Indicates whether content compression is enabled on CDN. Default value is false. If compression is\nenabled, content will be served as compressed if user requests for a compressed version. Content won't be compressed on\nCDN when requested content is smaller than 1 byte or larger than 1 MB.",
          "type": "boolean"
        },
        "isHttpAllowed": {
          "description": "IsHttpAllowed: Indicates whether HTTP traffic is allowed on the endpoint. Default value is true. At least one protocol\n(HTTP or HTTPS) must be allowed.",
          "type": "boolean"
        },
        "isHttpsAllowed": {
          "description": "IsHttpsAllowed: Indicates whether HTTPS traffic is allowed on the endpoint. Default value is true. At least one protocol\n(HTTP or HTTPS) must be allowed.",
          "type": "boolean"
        },
        "location": {
          "description": "Location: Resource location.",
          "type": "string"
        },
        "operatorSpec": {
          "description": "OperatorSpec: The specification for configuring operator behavior. This field is interpreted by the operator and not\npassed directly to Azure",
          "properties": {
            "configMapExpressions": {
              "description": "ConfigMapExpressions: configures where to place operator written dynamic ConfigMaps (created with CEL expressions).",
              "items": {
                "description": "DestinationExpression is a CEL expression and a destination to store the result in. The destination may\nbe a secret or a configmap. The value of the expression is stored at the specified location in\nthe destination.",
                "properties": {
                  "key": {
                    "description": "Key is the key in the ConfigMap or Secret being written to. If the CEL expression in Value returns a string\nthis is required to identify what key to write to. If the CEL expression in Value returns a map[string]string\nKey must not be set, instead the keys written will be determined dynamically based on the keys of the resulting\nmap[string]string.",
                    "type": "string"
                  },
                  "name": {
                    "description": "Name is the name of the Kubernetes configmap or secret to write to.\nThe configmap or secret will be created in the same namespace as the resource.",
                    "type": "string"
                  },
                  "value": {
                    "description": "Value is a CEL expression. The CEL expression may return a string or a map[string]string. For more information\non CEL in ASO see https://azure.github.io/azure-service-operator/guide/expressions/",
                    "type": "string"
                  }
                },
                "required": [
                  "name",
                  "value"
                ],
                "type": "object",
                "additionalProperties": false
              },
              "type": "array"
            },
            "secretExpressions": {
              "description": "SecretExpressions: configures where to place operator written dynamic secrets (created with CEL expressions).",
              "items": {
                "description": "DestinationExpression is a CEL expression and a destination to store the result in. The destination may\nbe a secret or a configmap. The value of the expression is stored at the specified location in\nthe destination.",
                "properties": {
                  "key": {
                    "description": "Key is the key in the ConfigMap or Secret being written to. If the CEL expression in Value returns a string\nthis is required to identify what key to write to. If the CEL expression in Value returns a map[string]string\nKey must not be set, instead the keys written will be determined dynamically based on the keys of the resulting\nmap[string]string.",
                    "type": "string"
                  },
                  "name": {
                    "description": "Name is the name of the Kubernetes configmap or secret to write to.\nThe configmap or secret will be created in the same namespace as the resource.",
                    "type": "string"
                  },
                  "value": {
                    "description": "Value is a CEL expression. The CEL expression may return a string or a map[string]string. For more information\non CEL in ASO see https://azure.github.io/azure-service-operator/guide/expressions/",
                    "type": "string"
                  }
                },
                "required": [
                  "name",
                  "value"
                ],
                "type": "object",
                "additionalProperties": false
              },
              "type": "array"
            }
          },
          "type": "object",
          "additionalProperties": false
        },
        "optimizationType": {
          "description": "OptimizationType: Specifies what scenario the customer wants this CDN endpoint to optimize for, e.g. Download, Media\nservices. With this information, CDN can apply scenario driven optimization.",
          "enum": [
            "DynamicSiteAcceleration",
            "GeneralMediaStreaming",
            "GeneralWebDelivery",
            "LargeFileDownload",
            "VideoOnDemandMediaStreaming"
          ],
          "type": "string"
        },
        "originGroups": {
          "description": "OriginGroups: The origin groups comprising of origins that are used for load balancing the traffic based on availability.",
          "items": {
            "description": "The origin group for CDN content which is added when creating a CDN endpoint. Traffic is sent to the origins within the\norigin group based on origin health.",
            "properties": {
              "healthProbeSettings": {
                "description": "HealthProbeSettings: Health probe settings to the origin that is used to determine the health of the origin.",
                "properties": {
                  "probeIntervalInSeconds": {
                    "description": "ProbeIntervalInSeconds: The number of seconds between health probes.Default is 240sec.",
                    "maximum": 255,
                    "minimum": 1,
                    "type": "integer"
                  },
                  "probePath": {
                    "description": "ProbePath: The path relative to the origin that is used to determine the health of the origin.",
                    "type": "string"
                  },
                  "probeProtocol": {
                    "description": "ProbeProtocol: Protocol to use for health probe.",
                    "enum": [
                      "Http",
                      "Https",
                      "NotSet"
                    ],
                    "type": "string"
                  },
                  "probeRequestType": {
                    "description": "ProbeRequestType: The type of health probe request that is made.",
                    "enum": [
                      "GET",
                      "HEAD",
                      "NotSet"
                    ],
                    "type": "string"
                  }
                },
                "type": "object",
                "additionalProperties": false
              },
              "name": {
                "description": "Name: Origin group name which must be unique within the endpoint.",
                "type": "string"
              },
              "origins": {
                "description": "Origins: The source of the content being delivered via CDN within given origin group.",
                "items": {
                  "description": "Reference to another resource.",
                  "properties": {
                    "reference": {
                      "description": "Reference: Resource ID.",
                      "properties": {
                        "armId": {
                          "description": "ARMID is a string of the form /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.\nThe /resourcegroups/{resourceGroupName} bit is optional as some resources are scoped at the subscription level\nARMID is mutually exclusive with Group, Kind, Namespace and Name.",
                          "pattern": "(?i)(^(/subscriptions/([^/]+)(/resourcegroups/([^/]+))?)?/providers/([^/]+)/([^/]+/[^/]+)(/([^/]+/[^/]+))*$|^/subscriptions/([^/]+)(/resourcegroups/([^/]+))?$)",
                          "type": "string"
                        },
                        "group": {
                          "description": "Group is the Kubernetes group of the resource.",
                          "type": "string"
                        },
                        "kind": {
                          "description": "Kind is the Kubernetes kind of the resource.",
                          "type": "string"
                        },
                        "name": {
                          "description": "Name is the Kubernetes name of the resource.",
                          "type": "string"
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                },
                "type": "array"
              },
              "responseBasedOriginErrorDetectionSettings": {
                "description": "ResponseBasedOriginErrorDetectionSettings: The JSON object that contains the properties to determine origin health using\nreal requests/responses.This property is currently not supported.",
                "properties": {
                  "httpErrorRanges": {
                    "description": "HttpErrorRanges: The list of Http status code ranges that are considered as server errors for origin and it is marked as\nunhealthy.",
                    "items": {
                      "description": "The JSON object that represents the range for http status codes",
                      "properties": {
                        "begin": {
                          "description": "Begin: The inclusive start of the http status code range.",
                          "maximum": 999,
                          "minimum": 100,
                          "type": "integer"
                        },
                        "end": {
                          "description": "End: The inclusive end of the http status code range.",
                          "maximum": 999,
                          "minimum": 100,
                          "type": "integer"
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "type": "array"
                  },
                  "responseBasedDetectedErrorTypes": {
                    "description": "ResponseBasedDetectedErrorTypes: Type of response errors for real user requests for which origin will be deemed unhealthy",
                    "enum": [
                      "None",
                      "TcpAndHttpErrors",
                      "TcpErrorsOnly"
                    ],
                    "type": "string"
                  },
                  "responseBasedFailoverThresholdPercentage": {
                    "description": "ResponseBasedFailoverThresholdPercentage: The percentage of failed requests in the sample where failover should trigger.",
                    "maximum": 100,
                    "minimum": 0,
                    "type": "integer"
                  }
                },
                "type": "object",
                "additionalProperties": false
              },
              "trafficRestorationTimeToHealedOrNewEndpointsInMinutes": {
                "description": "TrafficRestorationTimeToHealedOrNewEndpointsInMinutes: Time in minutes to shift the traffic to the endpoint gradually\nwhen an unhealthy endpoint comes healthy or a new endpoint is added. Default is 10 mins. This property is currently not\nsupported.",
                "maximum": 50,
                "minimum": 0,
                "type": "integer"
              }
            },
            "required": [
              "name",
              "origins"
            ],
            "type": "object",
            "additionalProperties": false
          },
          "type": "array"
        },
        "originHostHeader": {
          "description": "OriginHostHeader: The host header value sent to the origin with each request. This property at Endpoint is only allowed\nwhen endpoint uses single origin and can be overridden by the same property specified at origin.If you leave this blank,\nthe request hostname determines this value. Azure CDN origins, such as Web Apps, Blob Storage, and Cloud Services\nrequire this host header value to match the origin hostname by default.",
          "type": "string"
        },
        "originPath": {
          "description": "OriginPath: A directory path on the origin that CDN can use to retrieve content from, e.g.\ncontoso.cloudapp.net/originpath.",
          "type": "string"
        },
        "origins": {
          "description": "Origins: The source of the content being delivered via CDN.",
          "items": {
            "description": "The main origin of CDN content which is added when creating a CDN endpoint.",
            "properties": {
              "enabled": {
                "description": "Enabled: Origin is enabled for load balancing or not. By default, origin is always enabled.",
                "type": "boolean"
              },
              "hostName": {
                "description": "HostName: The address of the origin. It can be a domain name, IPv4 address, or IPv6 address. This should be unique\nacross all origins in an endpoint.",
                "type": "string"
              },
              "httpPort": {
                "description": "HttpPort: The value of the HTTP port. Must be between 1 and 65535.",
                "maximum": 65535,
                "minimum": 1,
                "type": "integer"
              },
              "httpsPort": {
                "description": "HttpsPort: The value of the HTTPS port. Must be between 1 and 65535.",
                "maximum": 65535,
                "minimum": 1,
                "type": "integer"
              },
              "name": {
                "description": "Name: Origin name which must be unique within the endpoint.",
                "type": "string"
              },
              "originHostHeader": {
                "description": "OriginHostHeader: The host header value sent to the origin with each request. If you leave this blank, the request\nhostname determines this value. Azure CDN origins, such as Web Apps, Blob Storage, and Cloud Services require this host\nheader value to match the origin hostname by default.",
                "type": "string"
              },
              "priority": {
                "description": "Priority: Priority of origin in given origin group for load balancing. Higher priorities will not be used for load\nbalancing if any lower priority origin is healthy.Must be between 1 and 5.",
                "maximum": 5,
                "minimum": 1,
                "type": "integer"
              },
              "privateLinkAlias": {
                "description": "PrivateLinkAlias: The Alias of the Private Link resource. Populating this optional field indicates that this origin is\n'Private'",
                "type": "string"
              },
              "privateLinkApprovalMessage": {
                "description": "PrivateLinkApprovalMessage: A custom message to be included in the approval request to connect to the Private Link.",
                "type": "string"
              },
              "privateLinkLocationReference": {
                "description": "PrivateLinkLocationReference: The location of the Private Link resource. Required only if 'privateLinkResourceId' is\npopulated",
                "properties": {
                  "armId": {
                    "description": "ARMID is a string of the form /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.\nThe /resourcegroups/{resourceGroupName} bit is optional as some resources are scoped at the subscription level\nARMID is mutually exclusive with Group, Kind, Namespace and Name.",
                    "pattern": "(?i)(^(/subscriptions/([^/]+)(/resourcegroups/([^/]+))?)?/providers/([^/]+)/([^/]+/[^/]+)(/([^/]+/[^/]+))*$|^/subscriptions/([^/]+)(/resourcegroups/([^/]+))?$)",
                    "type": "string"
                  },
                  "group": {
                    "description": "Group is the Kubernetes group of the resource.",
                    "type": "string"
                  },
                  "kind": {
                    "description": "Kind is the Kubernetes kind of the resource.",
                    "type": "string"
                  },
                  "name": {
                    "description": "Name is the Kubernetes name of the resource.",
                    "type": "string"
                  }
                },
                "type": "object",
                "additionalProperties": false
              },
              "privateLinkResourceReference": {
                "description": "PrivateLinkResourceReference: The Resource Id of the Private Link resource. Populating this optional field indicates\nthat this backend is 'Private'",
                "properties": {
                  "armId": {
                    "description": "ARMID is a string of the form /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.\nThe /resourcegroups/{resourceGroupName} bit is optional as some resources are scoped at the subscription level\nARMID is mutually exclusive with Group, Kind, Namespace and Name.",
                    "pattern": "(?i)(^(/subscriptions/([^/]+)(/resourcegroups/([^/]+))?)?/providers/([^/]+)/([^/]+/[^/]+)(/([^/]+/[^/]+))*$|^/subscriptions/([^/]+)(/resourcegroups/([^/]+))?$)",
                    "type": "string"
                  },
                  "group": {
                    "description": "Group is the Kubernetes group of the resource.",
                    "type": "string"
                  },
                  "kind": {
                    "description": "Kind is the Kubernetes kind of the resource.",
                    "type": "string"
                  },
                  "name": {
                    "description": "Name is the Kubernetes name of the resource.",
                    "type": "string"
                  }
                },
                "type": "object",
                "additionalProperties": false
              },
              "weight": {
                "description": "Weight: Weight of the origin in given origin group for load balancing. Must be between 1 and 1000",
                "maximum": 1000,
                "minimum": 1,
                "type": "integer"
              }
            },
            "required": [
              "hostName",
              "name"
            ],
            "type": "object",
            "additionalProperties": false
          },
          "type": "array"
        },
        "owner": {
          "description": "Owner: The owner of the resource. The owner controls where the resource goes when it is deployed. The owner also\ncontrols the resources lifecycle. When the owner is deleted the resource will also be deleted. Owner is expected to be a\nreference to a cdn.azure.com/Profile resource",
          "properties": {
            "armId": {
              "pattern": "(?i)(^(/subscriptions/([^/]+)(/resourcegroups/([^/]+))?)?/providers/([^/]+)/([^/]+/[^/]+)(/([^/]+/[^/]+))*$|^/subscriptions/([^/]+)(/resourcegroups/([^/]+))?$)",
              "type": "string"
            },
            "name": {
              "description": "This is the name of the Kubernetes resource to reference.",
              "type": "string"
            }
          },
          "type": "object",
          "additionalProperties": false
        },
        "probePath": {
          "description": "ProbePath: Path to a file hosted on the origin which helps accelerate delivery of the dynamic content and calculate the\nmost optimal routes for the CDN. This is relative to the origin path. This property is only relevant when using a single\norigin.",
          "type": "string"
        },
        "queryStringCachingBehavior": {
          "description": "QueryStringCachingBehavior: Defines how CDN caches requests that include query strings. You can ignore any query strings\nwhen caching, bypass caching to prevent requests that contain query strings from being cached, or cache every request\nwith a unique URL.",
          "enum": [
            "BypassCaching",
            "IgnoreQueryString",
            "NotSet",
            "UseQueryString"
          ],
          "type": "string"
        },
        "tags": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "Tags: Resource tags.",
          "type": "object"
        },
        "urlSigningKeys": {
          "description": "UrlSigningKeys: List of keys used to validate the signed URL hashes.",
          "items": {
            "description": "Url signing key",
            "properties": {
              "keyId": {
                "description": "KeyId: Defines the customer defined key Id. This id will exist in the incoming request to indicate the key used to form\nthe hash.",
                "type": "string"
              },
              "keySourceParameters": {
                "description": "KeySourceParameters: Defines the parameters for using customer key vault for Url Signing Key.",
                "properties": {
                  "resourceGroupName": {
                    "description": "ResourceGroupName: Resource group of the user's Key Vault containing the secret",
                    "type": "string"
                  },
                  "secretName": {
                    "description": "SecretName: The name of secret in Key Vault.",
                    "type": "string"
                  },
                  "secretVersion": {
                    "description": "SecretVersion: The version(GUID) of secret in Key Vault.",
                    "type": "string"
                  },
                  "subscriptionId": {
                    "description": "SubscriptionId: Subscription Id of the user's Key Vault containing the secret",
                    "type": "string"
                  },
                  "typeName": {
                    "enum": [
                      "KeyVaultSigningKeyParameters"
                    ],
                    "type": "string"
                  },
                  "vaultName": {
                    "description": "VaultName: The name of the user's Key Vault containing the secret",
                    "type": "string"
                  }
                },
                "required": [
                  "resourceGroupName",
                  "secretName",
                  "secretVersion",
                  "subscriptionId",
                  "typeName",
                  "vaultName"
                ],
                "type": "object",
                "additionalProperties": false
              }
            },
            "required": [
              "keyId",
              "keySourceParameters"
            ],
            "type": "object",
            "additionalProperties": false
          },
          "type": "array"
        },
        "webApplicationFirewallPolicyLink": {
          "description": "WebApplicationFirewallPolicyLink: Defines the Web Application Firewall policy for the endpoint (if applicable)",
          "properties": {
            "reference": {
              "description": "Reference: Resource ID.",
              "properties": {
                "armId": {
                  "description": "ARMID is a string of the form /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.\nThe /resourcegroups/{resourceGroupName} bit is optional as some resources are scoped at the subscription level\nARMID is mutually exclusive with Group, Kind, Namespace and Name.",
                  "pattern": "(?i)(^(/subscriptions/([^/]+)(/resourcegroups/([^/]+))?)?/providers/([^/]+)/([^/]+/[^/]+)(/([^/]+/[^/]+))*$|^/subscriptions/([^/]+)(/resourcegroups/([^/]+))?$)",
                  "type": "string"
                },
                "group": {
                  "description": "Group is the Kubernetes group of the resource.",
                  "type": "string"
                },
                "kind": {
                  "description": "Kind is the Kubernetes kind of the resource.",
                  "type": "string"
                },
                "name": {
                  "description": "Name is the Kubernetes name of the resource.",
                  "type": "string"
                }
              },
              "type": "object",
              "additionalProperties": false
            }
          },
          "type": "object",
          "additionalProperties": false
        }
      },
      "required": [
        "location",
        "origins",
        "owner"
      ],
      "type": "object",
      "additionalProperties": false
    },
    "status": {
      "properties": {
        "conditions": {
          "description": "Conditions: The observed state of the resource",
          "items": {
            "description": "Condition defines an extension to status (an observation) of a resource",
            "properties": {
              "lastTransitionTime": {
                "description": "LastTransitionTime is the last time the condition transitioned from one status to another.",
                "format": "date-time",
                "type": "string"
              },
              "message": {
                "description": "Message is a human readable message indicating details about the transition. This field may be empty.",
                "type": "string"
              },
              "observedGeneration": {
                "description": "ObservedGeneration is the .metadata.generation that the condition was set based upon. For instance, if\n.metadata.generation is currently 12, but the .status.condition[x].observedGeneration is 9, the condition is out of date\nwith respect to the current state of the instance.",
                "format": "int64",
                "type": "integer"
              },
              "reason": {
                "description": "Reason for the condition's last transition.\nReasons are upper CamelCase (PascalCase) with no spaces. A reason is always provided, this field will not be empty.",
                "type": "string"
              },
              "severity": {
                "description": "Severity with which to treat failures of this type of condition.\nFor conditions which have positive polarity (Status == True is their normal/healthy state), this will be omitted when Status == True\nFor conditions which have negative polarity (Status == False is their normal/healthy state), this will be omitted when Status == False.\nThis is omitted in all cases when Status == Unknown",
                "type": "string"
              },
              "status": {
                "description": "Status of the condition, one of True, False, or Unknown.",
                "type": "string"
              },
              "type": {
                "description": "Type of condition.",
                "type": "string"
              }
            },
            "required": [
              "lastTransitionTime",
              "reason",
              "status",
              "type"
            ],
            "type": "object",
            "additionalProperties": false
          },
          "type": "array"
        },
        "contentTypesToCompress": {
          "description": "ContentTypesToCompress: List of content types on which compression applies. The value should be a valid MIME type.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "customDomains": {
          "description": "CustomDomains: The custom domains under the endpoint.",
          "items": {
            "description": "Custom domains created on the CDN endpoint.",
            "properties": {
              "hostName": {
                "description": "HostName: The host name of the custom domain. Must be a domain name.",
                "type": "string"
              },
              "name": {
                "description": "Name: Custom domain name.",
                "type": "string"
              },
              "validationData": {
                "description": "ValidationData: Special validation or data may be required when delivering CDN to some regions due to local compliance\nreasons. E.g. ICP license number of a custom domain is required to deliver content in China.",
                "type": "string"
              }
            },
            "type": "object",
            "additionalProperties": false
          },
          "type": "array"
        },
        "defaultOriginGroup": {
          "description": "DefaultOriginGroup: A reference to the origin group.",
          "properties": {
            "id": {
              "description": "Id: Resource ID.",
              "type": "string"
            }
          },
          "type": "object",
          "additionalProperties": false
        },
        "deliveryPolicy": {
          "description": "DeliveryPolicy: A policy that specifies the delivery rules to be used for an endpoint.",
          "properties": {
            "description": {
              "description": "Description: User-friendly description of the policy.",
              "type": "string"
            },
            "rules": {
              "description": "Rules: A list of the delivery rules.",
              "items": {
                "description": "A rule that specifies a set of actions and conditions",
                "properties": {
                  "actions": {
                    "description": "Actions: A list of actions that are executed when all the conditions of a rule are satisfied.",
                    "items": {
                      "description": "An action for the delivery rule.",
                      "properties": {
                        "cacheExpiration": {
                          "description": "CacheExpiration: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the action for the delivery rule.",
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the action.",
                              "properties": {
                                "cacheBehavior": {
                                  "description": "CacheBehavior: Caching behavior for the requests",
                                  "type": "string"
                                },
                                "cacheDuration": {
                                  "description": "CacheDuration: The duration for which the content needs to be cached. Allowed format is [d.]hh:mm:ss",
                                  "type": "string"
                                },
                                "cacheType": {
                                  "description": "CacheType: The level at which the content needs to be cached.",
                                  "type": "string"
                                },
                                "typeName": {
                                  "type": "string"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "cacheKeyQueryString": {
                          "description": "CacheKeyQueryString: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the action for the delivery rule.",
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the action.",
                              "properties": {
                                "queryParameters": {
                                  "description": "QueryParameters: query parameters to include or exclude (comma separated).",
                                  "type": "string"
                                },
                                "queryStringBehavior": {
                                  "description": "QueryStringBehavior: Caching behavior for the requests",
                                  "type": "string"
                                },
                                "typeName": {
                                  "type": "string"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "modifyRequestHeader": {
                          "description": "ModifyRequestHeader: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the action for the delivery rule.",
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the action.",
                              "properties": {
                                "headerAction": {
                                  "description": "HeaderAction: Action to perform",
                                  "type": "string"
                                },
                                "headerName": {
                                  "description": "HeaderName: Name of the header to modify",
                                  "type": "string"
                                },
                                "typeName": {
                                  "type": "string"
                                },
                                "value": {
                                  "description": "Value: Value for the specified action",
                                  "type": "string"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "modifyResponseHeader": {
                          "description": "ModifyResponseHeader: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the action for the delivery rule.",
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the action.",
                              "properties": {
                                "headerAction": {
                                  "description": "HeaderAction: Action to perform",
                                  "type": "string"
                                },
                                "headerName": {
                                  "description": "HeaderName: Name of the header to modify",
                                  "type": "string"
                                },
                                "typeName": {
                                  "type": "string"
                                },
                                "value": {
                                  "description": "Value: Value for the specified action",
                                  "type": "string"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "originGroupOverride": {
                          "description": "OriginGroupOverride: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the action for the delivery rule.",
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the action.",
                              "properties": {
                                "originGroup": {
                                  "description": "OriginGroup: defines the OriginGroup that would override the DefaultOriginGroup.",
                                  "properties": {
                                    "id": {
                                      "description": "Id: Resource ID.",
                                      "type": "string"
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "typeName": {
                                  "type": "string"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "routeConfigurationOverride": {
                          "description": "RouteConfigurationOverride: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the action for the delivery rule.",
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the action.",
                              "properties": {
                                "cacheConfiguration": {
                                  "description": "CacheConfiguration: The caching configuration associated with this rule. To disable caching, do not provide a\ncacheConfiguration object.",
                                  "properties": {
                                    "cacheBehavior": {
                                      "description": "CacheBehavior: Caching behavior for the requests",
                                      "type": "string"
                                    },
                                    "cacheDuration": {
                                      "description": "CacheDuration: The duration for which the content needs to be cached. Allowed format is [d.]hh:mm:ss",
                                      "type": "string"
                                    },
                                    "isCompressionEnabled": {
                                      "description": "IsCompressionEnabled: Indicates whether content compression is enabled. If compression is enabled, content will be\nserved as compressed if user requests for a compressed version. Content won't be compressed on AzureFrontDoor when\nrequested content is smaller than 1 byte or larger than 1 MB.",
                                      "type": "string"
                                    },
                                    "queryParameters": {
                                      "description": "QueryParameters: query parameters to include or exclude (comma separated).",
                                      "type": "string"
                                    },
                                    "queryStringCachingBehavior": {
                                      "description": "QueryStringCachingBehavior: Defines how Frontdoor caches requests that include query strings. You can ignore any query\nstrings when caching, ignore specific query strings, cache every request with a unique URL, or cache specific query\nstrings.",
                                      "type": "string"
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "originGroupOverride": {
                                  "description": "OriginGroupOverride: A reference to the origin group override configuration. Leave empty to use the default origin group\non route.",
                                  "properties": {
                                    "forwardingProtocol": {
                                      "description": "ForwardingProtocol: Protocol this rule will use when forwarding traffic to backends.",
                                      "type": "string"
                                    },
                                    "originGroup": {
                                      "description": "OriginGroup: defines the OriginGroup that would override the DefaultOriginGroup on route.",
                                      "properties": {
                                        "id": {
                                          "description": "Id: Resource ID.",
                                          "type": "string"
                                        }
                                      },
                                      "type": "object",
                                      "additionalProperties": false
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "typeName": {
                                  "type": "string"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "urlRedirect": {
                          "description": "UrlRedirect: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the action for the delivery rule.",
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the action.",
                              "properties": {
                                "customFragment": {
                                  "description": "CustomFragment: Fragment to add to the redirect URL. Fragment is the part of the URL that comes after #. Do not include\nthe #.",
                                  "type": "string"
                                },
                                "customHostname": {
                                  "description": "CustomHostname: Host to redirect. Leave empty to use the incoming host as the destination host.",
                                  "type": "string"
                                },
                                "customPath": {
                                  "description": "CustomPath: The full path to redirect. Path cannot be empty and must start with /. Leave empty to use the incoming path\nas destination path.",
                                  "type": "string"
                                },
                                "customQueryString": {
                                  "description": "CustomQueryString: The set of query strings to be placed in the redirect URL. Setting this value would replace any\nexisting query string; leave empty to preserve the incoming query string. Query string must be in <key>=<value> format.\n? and & will be added automatically so do not include them.",
                                  "type": "string"
                                },
                                "destinationProtocol": {
                                  "description": "DestinationProtocol: Protocol to use for the redirect. The default value is MatchRequest",
                                  "type": "string"
                                },
                                "redirectType": {
                                  "description": "RedirectType: The redirect type the rule will use when redirecting traffic.",
                                  "type": "string"
                                },
                                "typeName": {
                                  "type": "string"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "urlRewrite": {
                          "description": "UrlRewrite: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the action for the delivery rule.",
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the action.",
                              "properties": {
                                "destination": {
                                  "description": "Destination: Define the relative URL to which the above requests will be rewritten by.",
                                  "type": "string"
                                },
                                "preserveUnmatchedPath": {
                                  "description": "PreserveUnmatchedPath: Whether to preserve unmatched path. Default value is true.",
                                  "type": "boolean"
                                },
                                "sourcePattern": {
                                  "description": "SourcePattern: define a request URI pattern that identifies the type of requests that may be rewritten. If value is\nblank, all strings are matched.",
                                  "type": "string"
                                },
                                "typeName": {
                                  "type": "string"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "urlSigning": {
                          "description": "UrlSigning: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the action for the delivery rule.",
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the action.",
                              "properties": {
                                "algorithm": {
                                  "description": "Algorithm: Algorithm to use for URL signing",
                                  "type": "string"
                                },
                                "parameterNameOverride": {
                                  "description": "ParameterNameOverride: Defines which query string parameters in the url to be considered for expires, key id etc.",
                                  "items": {
                                    "description": "Defines how to identify a parameter for a specific purpose e.g. expires",
                                    "properties": {
                                      "paramIndicator": {
                                        "description": "ParamIndicator: Indicates the purpose of the parameter",
                                        "type": "string"
                                      },
                                      "paramName": {
                                        "description": "ParamName: Parameter name",
                                        "type": "string"
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "type": "array"
                                },
                                "typeName": {
                                  "type": "string"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "type": "array"
                  },
                  "conditions": {
                    "description": "Conditions: A list of conditions that must be matched for the actions to be executed",
                    "items": {
                      "description": "A condition for the delivery rule.",
                      "properties": {
                        "clientPort": {
                          "description": "ClientPort: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the condition for the delivery rule.",
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the condition.",
                              "properties": {
                                "matchValues": {
                                  "description": "MatchValues: The match value for the condition of the delivery rule",
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "negateCondition": {
                                  "description": "NegateCondition: Describes if this is negate condition or not",
                                  "type": "boolean"
                                },
                                "operator": {
                                  "description": "Operator: Describes operator to be matched",
                                  "type": "string"
                                },
                                "transforms": {
                                  "description": "Transforms: List of transforms",
                                  "items": {
                                    "description": "Describes what transforms are applied before matching",
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "typeName": {
                                  "type": "string"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "cookies": {
                          "description": "Cookies: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the condition for the delivery rule.",
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the condition.",
                              "properties": {
                                "matchValues": {
                                  "description": "MatchValues: The match value for the condition of the delivery rule",
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "negateCondition": {
                                  "description": "NegateCondition: Describes if this is negate condition or not",
                                  "type": "boolean"
                                },
                                "operator": {
                                  "description": "Operator: Describes operator to be matched",
                                  "type": "string"
                                },
                                "selector": {
                                  "description": "Selector: Name of Cookies to be matched",
                                  "type": "string"
                                },
                                "transforms": {
                                  "description": "Transforms: List of transforms",
                                  "items": {
                                    "description": "Describes what transforms are applied before matching",
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "typeName": {
                                  "type": "string"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "hostName": {
                          "description": "HostName: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the condition for the delivery rule.",
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the condition.",
                              "properties": {
                                "matchValues": {
                                  "description": "MatchValues: The match value for the condition of the delivery rule",
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "negateCondition": {
                                  "description": "NegateCondition: Describes if this is negate condition or not",
                                  "type": "boolean"
                                },
                                "operator": {
                                  "description": "Operator: Describes operator to be matched",
                                  "type": "string"
                                },
                                "transforms": {
                                  "description": "Transforms: List of transforms",
                                  "items": {
                                    "description": "Describes what transforms are applied before matching",
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "typeName": {
                                  "type": "string"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "httpVersion": {
                          "description": "HttpVersion: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the condition for the delivery rule.",
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the condition.",
                              "properties": {
                                "matchValues": {
                                  "description": "MatchValues: The match value for the condition of the delivery rule",
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "negateCondition": {
                                  "description": "NegateCondition: Describes if this is negate condition or not",
                                  "type": "boolean"
                                },
                                "operator": {
                                  "description": "Operator: Describes operator to be matched",
                                  "type": "string"
                                },
                                "transforms": {
                                  "description": "Transforms: List of transforms",
                                  "items": {
                                    "description": "Describes what transforms are applied before matching",
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "typeName": {
                                  "type": "string"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "isDevice": {
                          "description": "IsDevice: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the condition for the delivery rule.",
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the condition.",
                              "properties": {
                                "matchValues": {
                                  "description": "MatchValues: The match value for the condition of the delivery rule",
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "negateCondition": {
                                  "description": "NegateCondition: Describes if this is negate condition or not",
                                  "type": "boolean"
                                },
                                "operator": {
                                  "description": "Operator: Describes operator to be matched",
                                  "type": "string"
                                },
                                "transforms": {
                                  "description": "Transforms: List of transforms",
                                  "items": {
                                    "description": "Describes what transforms are applied before matching",
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "typeName": {
                                  "type": "string"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "postArgs": {
                          "description": "PostArgs: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the condition for the delivery rule.",
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the condition.",
                              "properties": {
                                "matchValues": {
                                  "description": "MatchValues: The match value for the condition of the delivery rule",
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "negateCondition": {
                                  "description": "NegateCondition: Describes if this is negate condition or not",
                                  "type": "boolean"
                                },
                                "operator": {
                                  "description": "Operator: Describes operator to be matched",
                                  "type": "string"
                                },
                                "selector": {
                                  "description": "Selector: Name of PostArg to be matched",
                                  "type": "string"
                                },
                                "transforms": {
                                  "description": "Transforms: List of transforms",
                                  "items": {
                                    "description": "Describes what transforms are applied before matching",
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "typeName": {
                                  "type": "string"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "queryString": {
                          "description": "QueryString: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the condition for the delivery rule.",
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the condition.",
                              "properties": {
                                "matchValues": {
                                  "description": "MatchValues: The match value for the condition of the delivery rule",
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "negateCondition": {
                                  "description": "NegateCondition: Describes if this is negate condition or not",
                                  "type": "boolean"
                                },
                                "operator": {
                                  "description": "Operator: Describes operator to be matched",
                                  "type": "string"
                                },
                                "transforms": {
                                  "description": "Transforms: List of transforms",
                                  "items": {
                                    "description": "Describes what transforms are applied before matching",
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "typeName": {
                                  "type": "string"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "remoteAddress": {
                          "description": "RemoteAddress: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the condition for the delivery rule.",
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the condition.",
                              "properties": {
                                "matchValues": {
                                  "description": "MatchValues: Match values to match against. The operator will apply to each value in here with OR semantics. If any of\nthem match the variable with the given operator this match condition is considered a match.",
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "negateCondition": {
                                  "description": "NegateCondition: Describes if this is negate condition or not",
                                  "type": "boolean"
                                },
                                "operator": {
                                  "description": "Operator: Describes operator to be matched",
                                  "type": "string"
                                },
                                "transforms": {
                                  "description": "Transforms: List of transforms",
                                  "items": {
                                    "description": "Describes what transforms are applied before matching",
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "typeName": {
                                  "type": "string"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "requestBody": {
                          "description": "RequestBody: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the condition for the delivery rule.",
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the condition.",
                              "properties": {
                                "matchValues": {
                                  "description": "MatchValues: The match value for the condition of the delivery rule",
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "negateCondition": {
                                  "description": "NegateCondition: Describes if this is negate condition or not",
                                  "type": "boolean"
                                },
                                "operator": {
                                  "description": "Operator: Describes operator to be matched",
                                  "type": "string"
                                },
                                "transforms": {
                                  "description": "Transforms: List of transforms",
                                  "items": {
                                    "description": "Describes what transforms are applied before matching",
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "typeName": {
                                  "type": "string"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "requestHeader": {
                          "description": "RequestHeader: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the condition for the delivery rule.",
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the condition.",
                              "properties": {
                                "matchValues": {
                                  "description": "MatchValues: The match value for the condition of the delivery rule",
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "negateCondition": {
                                  "description": "NegateCondition: Describes if this is negate condition or not",
                                  "type": "boolean"
                                },
                                "operator": {
                                  "description": "Operator: Describes operator to be matched",
                                  "type": "string"
                                },
                                "selector": {
                                  "description": "Selector: Name of Header to be matched",
                                  "type": "string"
                                },
                                "transforms": {
                                  "description": "Transforms: List of transforms",
                                  "items": {
                                    "description": "Describes what transforms are applied before matching",
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "typeName": {
                                  "type": "string"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "requestMethod": {
                          "description": "RequestMethod: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the condition for the delivery rule.",
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the condition.",
                              "properties": {
                                "matchValues": {
                                  "description": "MatchValues: The match value for the condition of the delivery rule",
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "negateCondition": {
                                  "description": "NegateCondition: Describes if this is negate condition or not",
                                  "type": "boolean"
                                },
                                "operator": {
                                  "description": "Operator: Describes operator to be matched",
                                  "type": "string"
                                },
                                "transforms": {
                                  "description": "Transforms: List of transforms",
                                  "items": {
                                    "description": "Describes what transforms are applied before matching",
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "typeName": {
                                  "type": "string"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "requestScheme": {
                          "description": "RequestScheme: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the condition for the delivery rule.",
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the condition.",
                              "properties": {
                                "matchValues": {
                                  "description": "MatchValues: The match value for the condition of the delivery rule",
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "negateCondition": {
                                  "description": "NegateCondition: Describes if this is negate condition or not",
                                  "type": "boolean"
                                },
                                "operator": {
                                  "description": "Operator: Describes operator to be matched",
                                  "type": "string"
                                },
                                "transforms": {
                                  "description": "Transforms: List of transforms",
                                  "items": {
                                    "description": "Describes what transforms are applied before matching",
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "typeName": {
                                  "type": "string"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "requestUri": {
                          "description": "RequestUri: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the condition for the delivery rule.",
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the condition.",
                              "properties": {
                                "matchValues": {
                                  "description": "MatchValues: The match value for the condition of the delivery rule",
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "negateCondition": {
                                  "description": "NegateCondition: Describes if this is negate condition or not",
                                  "type": "boolean"
                                },
                                "operator": {
                                  "description": "Operator: Describes operator to be matched",
                                  "type": "string"
                                },
                                "transforms": {
                                  "description": "Transforms: List of transforms",
                                  "items": {
                                    "description": "Describes what transforms are applied before matching",
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "typeName": {
                                  "type": "string"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "serverPort": {
                          "description": "ServerPort: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the condition for the delivery rule.",
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the condition.",
                              "properties": {
                                "matchValues": {
                                  "description": "MatchValues: The match value for the condition of the delivery rule",
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "negateCondition": {
                                  "description": "NegateCondition: Describes if this is negate condition or not",
                                  "type": "boolean"
                                },
                                "operator": {
                                  "description": "Operator: Describes operator to be matched",
                                  "type": "string"
                                },
                                "transforms": {
                                  "description": "Transforms: List of transforms",
                                  "items": {
                                    "description": "Describes what transforms are applied before matching",
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "typeName": {
                                  "type": "string"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "socketAddr": {
                          "description": "SocketAddr: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the condition for the delivery rule.",
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the condition.",
                              "properties": {
                                "matchValues": {
                                  "description": "MatchValues: The match value for the condition of the delivery rule",
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "negateCondition": {
                                  "description": "NegateCondition: Describes if this is negate condition or not",
                                  "type": "boolean"
                                },
                                "operator": {
                                  "description": "Operator: Describes operator to be matched",
                                  "type": "string"
                                },
                                "transforms": {
                                  "description": "Transforms: List of transforms",
                                  "items": {
                                    "description": "Describes what transforms are applied before matching",
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "typeName": {
                                  "type": "string"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "sslProtocol": {
                          "description": "SslProtocol: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the condition for the delivery rule.",
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the condition.",
                              "properties": {
                                "matchValues": {
                                  "description": "MatchValues: The match value for the condition of the delivery rule",
                                  "items": {
                                    "description": "The protocol of an established TLS connection.",
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "negateCondition": {
                                  "description": "NegateCondition: Describes if this is negate condition or not",
                                  "type": "boolean"
                                },
                                "operator": {
                                  "description": "Operator: Describes operator to be matched",
                                  "type": "string"
                                },
                                "transforms": {
                                  "description": "Transforms: List of transforms",
                                  "items": {
                                    "description": "Describes what transforms are applied before matching",
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "typeName": {
                                  "type": "string"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "urlFileExtension": {
                          "description": "UrlFileExtension: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the condition for the delivery rule.",
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the condition.",
                              "properties": {
                                "matchValues": {
                                  "description": "MatchValues: The match value for the condition of the delivery rule",
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "negateCondition": {
                                  "description": "NegateCondition: Describes if this is negate condition or not",
                                  "type": "boolean"
                                },
                                "operator": {
                                  "description": "Operator: Describes operator to be matched",
                                  "type": "string"
                                },
                                "transforms": {
                                  "description": "Transforms: List of transforms",
                                  "items": {
                                    "description": "Describes what transforms are applied before matching",
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "typeName": {
                                  "type": "string"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "urlFileName": {
                          "description": "UrlFileName: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the condition for the delivery rule.",
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the condition.",
                              "properties": {
                                "matchValues": {
                                  "description": "MatchValues: The match value for the condition of the delivery rule",
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "negateCondition": {
                                  "description": "NegateCondition: Describes if this is negate condition or not",
                                  "type": "boolean"
                                },
                                "operator": {
                                  "description": "Operator: Describes operator to be matched",
                                  "type": "string"
                                },
                                "transforms": {
                                  "description": "Transforms: List of transforms",
                                  "items": {
                                    "description": "Describes what transforms are applied before matching",
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "typeName": {
                                  "type": "string"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "urlPath": {
                          "description": "UrlPath: Mutually exclusive with all other properties",
                          "properties": {
                            "name": {
                              "description": "Name: The name of the condition for the delivery rule.",
                              "type": "string"
                            },
                            "parameters": {
                              "description": "Parameters: Defines the parameters for the condition.",
                              "properties": {
                                "matchValues": {
                                  "description": "MatchValues: The match value for the condition of the delivery rule",
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "negateCondition": {
                                  "description": "NegateCondition: Describes if this is negate condition or not",
                                  "type": "boolean"
                                },
                                "operator": {
                                  "description": "Operator: Describes operator to be matched",
                                  "type": "string"
                                },
                                "transforms": {
                                  "description": "Transforms: List of transforms",
                                  "items": {
                                    "description": "Describes what transforms are applied before matching",
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "typeName": {
                                  "type": "string"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "type": "array"
                  },
                  "name": {
                    "description": "Name: Name of the rule",
                    "type": "string"
                  },
                  "order": {
                    "description": "Order: The order in which the rules are applied for the endpoint. Possible values {0,1,2,3,\u2026\u2026\u2026}. A rule with a\nlesser order will be applied before a rule with a greater order. Rule with order 0 is a special rule. It does not\nrequire any condition and actions listed in it will always be applied.",
                    "type": "integer"
                  }
                },
                "type": "object",
                "additionalProperties": false
              },
              "type": "array"
            }
          },
          "type": "object",
          "additionalProperties": false
        },
        "geoFilters": {
          "description": "GeoFilters: List of rules defining the user's geo access within a CDN endpoint. Each geo filter defines an access rule\nto a specified path or content, e.g. block APAC for path /pictures/",
          "items": {
            "description": "Rules defining user's geo access within a CDN endpoint.",
            "properties": {
              "action": {
                "description": "Action: Action of the geo filter, i.e. allow or block access.",
                "type": "string"
              },
              "countryCodes": {
                "description": "CountryCodes: Two letter country or region codes defining user country or region access in a geo filter, e.g. AU, MX, US.",
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "relativePath": {
                "description": "RelativePath: Relative path applicable to geo filter. (e.g. '/mypictures', '/mypicture/kitty.jpg', and etc.)",
                "type": "string"
              }
            },
            "type": "object",
            "additionalProperties": false
          },
          "type": "array"
        },
        "hostName": {
          "description": "HostName: The host name of the endpoint structured as {endpointName}.{DNSZone}, e.g. contoso.azureedge.net",
          "type": "string"
        },
        "id": {
          "description": "Id: Resource ID.",
          "type": "string"
        },
        "isCompressionEnabled": {
          "description": "IsCompressionEnabled: Indicates whether content compression is enabled on CDN. Default value is false. If compression is\nenabled, content will be served as compressed if user requests for a compressed version. Content won't be compressed on\nCDN when requested content is smaller than 1 byte or larger than 1 MB.",
          "type": "boolean"
        },
        "isHttpAllowed": {
          "description": "IsHttpAllowed: Indicates whether HTTP traffic is allowed on the endpoint. Default value is true. At least one protocol\n(HTTP or HTTPS) must be allowed.",
          "type": "boolean"
        },
        "isHttpsAllowed": {
          "description": "IsHttpsAllowed: Indicates whether HTTPS traffic is allowed on the endpoint. Default value is true. At least one protocol\n(HTTP or HTTPS) must be allowed.",
          "type": "boolean"
        },
        "location": {
          "description": "Location: Resource location.",
          "type": "string"
        },
        "name": {
          "description": "Name: Resource name.",
          "type": "string"
        },
        "optimizationType": {
          "description": "OptimizationType: Specifies what scenario the customer wants this CDN endpoint to optimize for, e.g. Download, Media\nservices. With this information, CDN can apply scenario driven optimization.",
          "type": "string"
        },
        "originGroups": {
          "description": "OriginGroups: The origin groups comprising of origins that are used for load balancing the traffic based on availability.",
          "items": {
            "description": "The origin group for CDN content which is added when creating a CDN endpoint. Traffic is sent to the origins within the\norigin group based on origin health.",
            "properties": {
              "healthProbeSettings": {
                "description": "HealthProbeSettings: Health probe settings to the origin that is used to determine the health of the origin.",
                "properties": {
                  "probeIntervalInSeconds": {
                    "description": "ProbeIntervalInSeconds: The number of seconds between health probes.Default is 240sec.",
                    "type": "integer"
                  },
                  "probePath": {
                    "description": "ProbePath: The path relative to the origin that is used to determine the health of the origin.",
                    "type": "string"
                  },
                  "probeProtocol": {
                    "description": "ProbeProtocol: Protocol to use for health probe.",
                    "type": "string"
                  },
                  "probeRequestType": {
                    "description": "ProbeRequestType: The type of health probe request that is made.",
                    "type": "string"
                  }
                },
                "type": "object",
                "additionalProperties": false
              },
              "name": {
                "description": "Name: Origin group name which must be unique within the endpoint.",
                "type": "string"
              },
              "origins": {
                "description": "Origins: The source of the content being delivered via CDN within given origin group.",
                "items": {
                  "description": "Reference to another resource.",
                  "properties": {
                    "id": {
                      "description": "Id: Resource ID.",
                      "type": "string"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                },
                "type": "array"
              },
              "responseBasedOriginErrorDetectionSettings": {
                "description": "ResponseBasedOriginErrorDetectionSettings: The JSON object that contains the properties to determine origin health using\nreal requests/responses.This property is currently not supported.",
                "properties": {
                  "httpErrorRanges": {
                    "description": "HttpErrorRanges: The list of Http status code ranges that are considered as server errors for origin and it is marked as\nunhealthy.",
                    "items": {
                      "description": "The JSON object that represents the range for http status codes",
                      "properties": {
                        "begin": {
                          "description": "Begin: The inclusive start of the http status code range.",
                          "type": "integer"
                        },
                        "end": {
                          "description": "End: The inclusive end of the http status code range.",
                          "type": "integer"
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "type": "array"
                  },
                  "responseBasedDetectedErrorTypes": {
                    "description": "ResponseBasedDetectedErrorTypes: Type of response errors for real user requests for which origin will be deemed unhealthy",
                    "type": "string"
                  },
                  "responseBasedFailoverThresholdPercentage": {
                    "description": "ResponseBasedFailoverThresholdPercentage: The percentage of failed requests in the sample where failover should trigger.",
                    "type": "integer"
                  }
                },
                "type": "object",
                "additionalProperties": false
              },
              "trafficRestorationTimeToHealedOrNewEndpointsInMinutes": {
                "description": "TrafficRestorationTimeToHealedOrNewEndpointsInMinutes: Time in minutes to shift the traffic to the endpoint gradually\nwhen an unhealthy endpoint comes healthy or a new endpoint is added. Default is 10 mins. This property is currently not\nsupported.",
                "type": "integer"
              }
            },
            "type": "object",
            "additionalProperties": false
          },
          "type": "array"
        },
        "originHostHeader": {
          "description": "OriginHostHeader: The host header value sent to the origin with each request. This property at Endpoint is only allowed\nwhen endpoint uses single origin and can be overridden by the same property specified at origin.If you leave this blank,\nthe request hostname determines this value. Azure CDN origins, such as Web Apps, Blob Storage, and Cloud Services\nrequire this host header value to match the origin hostname by default.",
          "type": "string"
        },
        "originPath": {
          "description": "OriginPath: A directory path on the origin that CDN can use to retrieve content from, e.g.\ncontoso.cloudapp.net/originpath.",
          "type": "string"
        },
        "origins": {
          "description": "Origins: The source of the content being delivered via CDN.",
          "items": {
            "description": "The main origin of CDN content which is added when creating a CDN endpoint.",
            "properties": {
              "enabled": {
                "description": "Enabled: Origin is enabled for load balancing or not. By default, origin is always enabled.",
                "type": "boolean"
              },
              "hostName": {
                "description": "HostName: The address of the origin. It can be a domain name, IPv4 address, or IPv6 address. This should be unique\nacross all origins in an endpoint.",
                "type": "string"
              },
              "httpPort": {
                "description": "HttpPort: The value of the HTTP port. Must be between 1 and 65535.",
                "type": "integer"
              },
              "httpsPort": {
                "description": "HttpsPort: The value of the HTTPS port. Must be between 1 and 65535.",
                "type": "integer"
              },
              "name": {
                "description": "Name: Origin name which must be unique within the endpoint.",
                "type": "string"
              },
              "originHostHeader": {
                "description": "OriginHostHeader: The host header value sent to the origin with each request. If you leave this blank, the request\nhostname determines this value. Azure CDN origins, such as Web Apps, Blob Storage, and Cloud Services require this host\nheader value to match the origin hostname by default.",
                "type": "string"
              },
              "priority": {
                "description": "Priority: Priority of origin in given origin group for load balancing. Higher priorities will not be used for load\nbalancing if any lower priority origin is healthy.Must be between 1 and 5.",
                "type": "integer"
              },
              "privateEndpointStatus": {
                "description": "PrivateEndpointStatus: The approval status for the connection to the Private Link",
                "type": "string"
              },
              "privateLinkAlias": {
                "description": "PrivateLinkAlias: The Alias of the Private Link resource. Populating this optional field indicates that this origin is\n'Private'",
                "type": "string"
              },
              "privateLinkApprovalMessage": {
                "description": "PrivateLinkApprovalMessage: A custom message to be included in the approval request to connect to the Private Link.",
                "type": "string"
              },
              "privateLinkLocation": {
                "description": "PrivateLinkLocation: The location of the Private Link resource. Required only if 'privateLinkResourceId' is populated",
                "type": "string"
              },
              "privateLinkResourceId": {
                "description": "PrivateLinkResourceId: The Resource Id of the Private Link resource. Populating this optional field indicates that this\nbackend is 'Private'",
                "type": "string"
              },
              "weight": {
                "description": "Weight: Weight of the origin in given origin group for load balancing. Must be between 1 and 1000",
                "type": "integer"
              }
            },
            "type": "object",
            "additionalProperties": false
          },
          "type": "array"
        },
        "probePath": {
          "description": "ProbePath: Path to a file hosted on the origin which helps accelerate delivery of the dynamic content and calculate the\nmost optimal routes for the CDN. This is relative to the origin path. This property is only relevant when using a single\norigin.",
          "type": "string"
        },
        "provisioningState": {
          "description": "ProvisioningState: Provisioning status of the endpoint.",
          "type": "string"
        },
        "queryStringCachingBehavior": {
          "description": "QueryStringCachingBehavior: Defines how CDN caches requests that include query strings. You can ignore any query strings\nwhen caching, bypass caching to prevent requests that contain query strings from being cached, or cache every request\nwith a unique URL.",
          "type": "string"
        },
        "resourceState": {
          "description": "ResourceState: Resource status of the endpoint.",
          "type": "string"
        },
        "systemData": {
          "description": "SystemData: Read only system data",
          "properties": {
            "createdAt": {
              "description": "CreatedAt: The timestamp of resource creation (UTC)",
              "type": "string"
            },
            "createdBy": {
              "description": "CreatedBy: An identifier for the identity that created the resource",
              "type": "string"
            },
            "createdByType": {
              "description": "CreatedByType: The type of identity that created the resource",
              "type": "string"
            },
            "lastModifiedAt": {
              "description": "LastModifiedAt: The timestamp of resource last modification (UTC)",
              "type": "string"
            },
            "lastModifiedBy": {
              "description": "LastModifiedBy: An identifier for the identity that last modified the resource",
              "type": "string"
            },
            "lastModifiedByType": {
              "description": "LastModifiedByType: The type of identity that last modified the resource",
              "type": "string"
            }
          },
          "type": "object",
          "additionalProperties": false
        },
        "tags": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "Tags: Resource tags.",
          "type": "object"
        },
        "type": {
          "description": "Type: Resource type.",
          "type": "string"
        },
        "urlSigningKeys": {
          "description": "UrlSigningKeys: List of keys used to validate the signed URL hashes.",
          "items": {
            "description": "Url signing key",
            "properties": {
              "keyId": {
                "description": "KeyId: Defines the customer defined key Id. This id will exist in the incoming request to indicate the key used to form\nthe hash.",
                "type": "string"
              },
              "keySourceParameters": {
                "description": "KeySourceParameters: Defines the parameters for using customer key vault for Url Signing Key.",
                "properties": {
                  "resourceGroupName": {
                    "description": "ResourceGroupName: Resource group of the user's Key Vault containing the secret",
                    "type": "string"
                  },
                  "secretName": {
                    "description": "SecretName: The name of secret in Key Vault.",
                    "type": "string"
                  },
                  "secretVersion": {
                    "description": "SecretVersion: The version(GUID) of secret in Key Vault.",
                    "type": "string"
                  },
                  "subscriptionId": {
                    "description": "SubscriptionId: Subscription Id of the user's Key Vault containing the secret",
                    "type": "string"
                  },
                  "typeName": {
                    "type": "string"
                  },
                  "vaultName": {
                    "description": "VaultName: The name of the user's Key Vault containing the secret",
                    "type": "string"
                  }
                },
                "type": "object",
                "additionalProperties": false
              }
            },
            "type": "object",
            "additionalProperties": false
          },
          "type": "array"
        },
        "webApplicationFirewallPolicyLink": {
          "description": "WebApplicationFirewallPolicyLink: Defines the Web Application Firewall policy for the endpoint (if applicable)",
          "properties": {
            "id": {
              "description": "Id: Resource ID.",
              "type": "string"
            }
          },
          "type": "object",
          "additionalProperties": false
        }
      },
      "type": "object",
      "additionalProperties": false
    }
  },
  "type": "object"
}
