Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix OBJECT_ADDITIONAL_PROPERTIES #9

Merged
merged 1 commit into from
Jan 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4906,7 +4906,7 @@
"maximum": 50,
"minimum": 0
},
"responseBasedAfdOriginErrorDetectionSettings": {
"responseBasedAFDOriginErrorDetectionSettings": {
"description": "The JSON object that contains the properties to determine origin health using real requests/responses. This property is currently not supported.",
"type": "object",
"$ref": "./cdn.json#/definitions/ResponseBasedOriginErrorDetectionParameters"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"probeProtocol": "Http",
"probeIntervalInSeconds": 10
},
"responseBasedAfdOriginErrorDetectionSettings": null,
"responseBasedAFDOriginErrorDetectionSettings": null,
"trafficRestorationTimeToHealedOrNewEndpointsInMinutes": 5,
"provisioningState": "Succeeded",
"deploymentStatus": "NotStarted"
Expand All @@ -64,7 +64,7 @@
"probeProtocol": "Http",
"probeIntervalInSeconds": 10
},
"responseBasedAfdOriginErrorDetectionSettings": null,
"responseBasedAFDOriginErrorDetectionSettings": null,
"trafficRestorationTimeToHealedOrNewEndpointsInMinutes": 5,
"provisioningState": "Succeeded",
"deploymentStatus": "NotStarted"
Expand All @@ -88,7 +88,7 @@
"probeProtocol": "Http",
"probeIntervalInSeconds": 10
},
"responseBasedAfdOriginErrorDetectionSettings": null,
"responseBasedAFDOriginErrorDetectionSettings": null,
"trafficRestorationTimeToHealedOrNewEndpointsInMinutes": 5,
"provisioningState": "Succeeded",
"deploymentStatus": "NotStarted"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"probeProtocol": "Http",
"probeIntervalInSeconds": 10
},
"responseBasedAfdOriginErrorDetectionSettings": null,
"responseBasedAFDOriginErrorDetectionSettings": null,
"trafficRestorationTimeToHealedOrNewEndpointsInMinutes": 5,
"provisioningState": "Succeeded",
"deploymentStatus": "NotStarted"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"probeProtocol": "Http",
"probeIntervalInSeconds": 10
},
"responseBasedAfdOriginErrorDetectionSettings": null,
"responseBasedAFDOriginErrorDetectionSettings": null,
"trafficRestorationTimeToHealedOrNewEndpointsInMinutes": 5,
"provisioningState": "Succeeded",
"deploymentStatus": "NotStarted"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"probeProtocol": "Http",
"probeIntervalInSeconds": 10
},
"responseBasedAfdOriginErrorDetectionSettings": null,
"responseBasedAFDOriginErrorDetectionSettings": null,
"trafficRestorationTimeToHealedOrNewEndpointsInMinutes": 5,
"provisioningState": "Succeeded",
"deploymentStatus": "NotStarted"
Expand All @@ -64,7 +64,7 @@
"probeProtocol": "Http",
"probeIntervalInSeconds": 10
},
"responseBasedAfdOriginErrorDetectionSettings": null,
"responseBasedAFDOriginErrorDetectionSettings": null,
"trafficRestorationTimeToHealedOrNewEndpointsInMinutes": 5,
"provisioningState": "Succeeded",
"deploymentStatus": "NotStarted"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4944,7 +4944,7 @@
"maximum": 50,
"minimum": 0
},
"responseBasedAfdOriginErrorDetectionSettings": {
"responseBasedAFDOriginErrorDetectionSettings": {
"description": "The JSON object that contains the properties to determine origin health using real requests/responses. This property is currently not supported.",
"type": "object",
"$ref": "./cdn.json#/definitions/ResponseBasedOriginErrorDetectionParameters"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2458,6 +2458,11 @@
"description": "The pricing tier (defines Azure Front Door Standard or Premium or a CDN provider, feature list and rate) of the profile.",
"$ref": "#/definitions/Sku"
},
"kind": {
"readOnly": true,
"type": "string",
"description": "Kind of the profile. Used by portal to differentiate traditional CDN profile and new AFD profile."
},
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/ProfileProperties"
Expand Down Expand Up @@ -2499,11 +2504,6 @@
"type": "string",
"description": "The Id of the frontdoor."
},
"kind": {
"readOnly": true,
"type": "string",
"description": "Kind of the profile. Used by portal to differentiate traditional CDN profile and new AFD profile."
},
"originResponseTimeoutSeconds": {
"description": "Send and receive timeout on forwarding request to the origin. When timeout is reached, the request fails and returns.",
"type": "integer",
Expand Down Expand Up @@ -3960,6 +3960,13 @@
"Desktop"
]
}
},
"transforms": {
"description": "List of transforms",
"type": "array",
"items": {
"$ref": "#/definitions/transform"
}
}
}
},
Expand Down Expand Up @@ -3999,6 +4006,13 @@
"items": {
"type": "string"
}
},
"transforms": {
"description": "List of transforms",
"type": "array",
"items": {
"$ref": "#/definitions/transform"
}
}
}
},
Expand Down Expand Up @@ -4046,6 +4060,13 @@
"items": {
"type": "string"
}
},
"transforms": {
"description": "List of transforms",
"type": "array",
"items": {
"$ref": "#/definitions/transform"
}
}
}
},
Expand Down Expand Up @@ -4093,6 +4114,13 @@
"items": {
"type": "string"
}
},
"transforms": {
"description": "List of transforms",
"type": "array",
"items": {
"$ref": "#/definitions/transform"
}
}
}
},
Expand Down Expand Up @@ -4185,6 +4213,13 @@
"items": {
"$ref": "#/definitions/SslProtocol"
}
},
"transforms": {
"description": "List of transforms",
"type": "array",
"items": {
"$ref": "#/definitions/transform"
}
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"probeProtocol": "Http",
"probeIntervalInSeconds": 10
},
"responseBasedAfdOriginErrorDetectionSettings": null,
"responseBasedAFDOriginErrorDetectionSettings": null,
"trafficRestorationTimeToHealedOrNewEndpointsInMinutes": 5,
"provisioningState": "Succeeded",
"deploymentStatus": "NotStarted"
Expand All @@ -64,7 +64,7 @@
"probeProtocol": "Http",
"probeIntervalInSeconds": 10
},
"responseBasedAfdOriginErrorDetectionSettings": null,
"responseBasedAFDOriginErrorDetectionSettings": null,
"trafficRestorationTimeToHealedOrNewEndpointsInMinutes": 5,
"provisioningState": "Succeeded",
"deploymentStatus": "NotStarted"
Expand All @@ -88,7 +88,7 @@
"probeProtocol": "Http",
"probeIntervalInSeconds": 10
},
"responseBasedAfdOriginErrorDetectionSettings": null,
"responseBasedAFDOriginErrorDetectionSettings": null,
"trafficRestorationTimeToHealedOrNewEndpointsInMinutes": 5,
"provisioningState": "Succeeded",
"deploymentStatus": "NotStarted"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"probeProtocol": "Http",
"probeIntervalInSeconds": 10
},
"responseBasedAfdOriginErrorDetectionSettings": null,
"responseBasedAFDOriginErrorDetectionSettings": null,
"trafficRestorationTimeToHealedOrNewEndpointsInMinutes": 5,
"provisioningState": "Succeeded",
"deploymentStatus": "NotStarted"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"probeProtocol": "Http",
"probeIntervalInSeconds": 10
},
"responseBasedAfdOriginErrorDetectionSettings": null,
"responseBasedAFDOriginErrorDetectionSettings": null,
"trafficRestorationTimeToHealedOrNewEndpointsInMinutes": 5,
"provisioningState": "Succeeded",
"deploymentStatus": "NotStarted"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"probeProtocol": "Http",
"probeIntervalInSeconds": 10
},
"responseBasedAfdOriginErrorDetectionSettings": null,
"responseBasedAFDOriginErrorDetectionSettings": null,
"trafficRestorationTimeToHealedOrNewEndpointsInMinutes": 5,
"provisioningState": "Succeeded",
"deploymentStatus": "NotStarted"
Expand All @@ -67,7 +67,7 @@
"probeProtocol": "Http",
"probeIntervalInSeconds": 10
},
"responseBasedAfdOriginErrorDetectionSettings": null,
"responseBasedAFDOriginErrorDetectionSettings": null,
"trafficRestorationTimeToHealedOrNewEndpointsInMinutes": 5,
"provisioningState": "Succeeded",
"deploymentStatus": "NotStarted"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"sku": {
"name": "Premium_AzureFrontDoor"
},
"kind": "frontdoor",
"properties": {
"provisioningState": "Creating",
"resourceState": "Creating"
Expand All @@ -38,6 +39,7 @@
"sku": {
"name": "Premium_AzureFrontDoor"
},
"kind": "frontdoor",
"properties": {
"provisioningState": "Creating",
"resourceState": "Creating"
Expand All @@ -54,6 +56,7 @@
"sku": {
"name": "Premium_AzureFrontDoor"
},
"kind": "frontdoor",
"properties": {
"provisioningState": "Creating",
"resourceState": "Creating"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"sku": {
"name": "Premium_AzureFrontDoor"
},
"kind": "frontdoor",
"properties": {
"provisioningState": "Succeeded",
"resourceState": "Active"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"sku": {
"name": "Premium_AzureFrontDoor"
},
"kind": "frontdoor",
"properties": {
"provisioningState": "Succeeded",
"resourceState": "Active"
Expand All @@ -30,6 +31,7 @@
"sku": {
"name": "Premium_AzureFrontDoor"
},
"kind": "frontdoor",
"properties": {
"provisioningState": "Succeeded",
"resourceState": "Active"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"sku": {
"name": "Premium_AzureFrontDoor"
},
"kind": "frontdoor",
"properties": {
"provisioningState": "Succeeded",
"resourceState": "Active"
Expand All @@ -31,6 +32,7 @@
"sku": {
"name": "Premium_AzureFrontDoor"
},
"kind": "frontdoor",
"properties": {
"provisioningState": "Succeeded",
"resourceState": "Active"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"sku": {
"name": "Premium_AzureFrontDoor"
},
"kind": "frontdoor",
"properties": {
"provisioningState": "Succeeded",
"resourceState": "Active"
Expand All @@ -44,6 +45,7 @@
"sku": {
"name": "Premium_AzureFrontDoor"
},
"kind": "frontdoor",
"properties": {
"provisioningState": "Succeeded",
"resourceState": "Active"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
"matchValues": [
"GET"
],
"negateCondition": false
"negateCondition": false,
"transforms": []
}
}
],
Expand Down Expand Up @@ -87,7 +88,8 @@
"matchValues": [
"GET"
],
"negateCondition": false
"negateCondition": false,
"transforms": []
}
}
],
Expand Down Expand Up @@ -121,7 +123,8 @@
"matchValues": [
"GET"
],
"negateCondition": false
"negateCondition": false,
"transforms": []
}
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"matchValues": [
"GET"
],
"negateCondition": false
"negateCondition": false,
"transforms": []
}
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"matchValues": [
"GET"
],
"negateCondition": false
"negateCondition": false,
"transforms": []
}
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"matchValues": [
"GET"
],
"negateCondition": false
"negateCondition": false,
"transforms": []
}
}
],
Expand Down Expand Up @@ -77,7 +78,8 @@
"matchValues": [
"GET"
],
"negateCondition": false
"negateCondition": false,
"transforms": []
}
}
],
Expand Down