Skip to content
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 @@ -4151,7 +4151,9 @@
"Rejected",
"TimedOut",
"PendingRevalidation",
"Approved"
"Approved",
"RefreshingValidationToken",
"InternalError"
],
"type": "string",
"x-ms-enum": {
Expand Down Expand Up @@ -4889,7 +4891,8 @@
},
"enforceCertificateNameCheck": {
"description": "Whether to enable certificate name check at origin level",
"type": "boolean"
"type": "boolean",
"default": true
}
}
},
Expand Down Expand Up @@ -5009,11 +5012,6 @@
"maximum": 50,
"minimum": 0
},
"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"
},
"sessionAffinityState": {
"description": "Whether to allow session affinity on this host. Valid options are 'Enabled' or 'Disabled'",
"enum": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2490,10 +2490,6 @@
"modelAsString": true
}
},
"identity": {
"description": "Managed service identity.",
"$ref": "#/definitions/ManagedServiceIdentity"
},
"provisioningState": {
"readOnly": true,
"description": "Provisioning status of the profile.",
Expand All @@ -2513,59 +2509,6 @@
}
}
},
"ManagedServiceIdentity": {
Comment thread
t-bzhan marked this conversation as resolved.
"description": "Managed service identity.",
"type": "object",
"properties": {
"type": {
"description": "Type of managed service identity.",
"enum": [
"SystemAssigned",
"UserAssigned",
"SystemAssigned, UserAssigned",
"None"
],
"type": "string",
"x-ms-enum": {
"name": "ManagedServiceIdentityType",
"modelAsString": true
}
},
"tenantId": {
"description": "Tenant of managed service identity.",
"type": "string",
"readOnly": true
},
"principalId": {
"description": "Principal Id of managed service identity.",
"type": "string",
"readOnly": true
},
"userAssignedIdentities": {
"description": "The list of user assigned identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}",
"type": "object",
"additionalProperties": {
"$ref": "#/definitions/userAssignedIdentity"
}
}
}
},
"userAssignedIdentity": {
"description": "User Assigned identity.",
"type": "object",
"properties": {
"principalId": {
"description": "Principal Id of user assigned identity",
"type": "string",
"readOnly": true
},
"clientId": {
"description": "Client Id of user assigned identity",
"type": "string",
"readOnly": true
}
}
},
"ProfileListResult": {
"description": "Result of the request to list profiles. It contains a list of profile objects and a URL link to get the next set of results.",
"properties": {
Expand Down Expand Up @@ -2611,10 +2554,6 @@
"format": "int32",
"minimum": 16,
"exclusiveMinimum": false
},
"identity": {
"description": "Managed service identity.",
"$ref": "#/definitions/ManagedServiceIdentity"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"probeProtocol": "Http",
"probeIntervalInSeconds": 10
},
"responseBasedAfdOriginErrorDetectionSettings": null,
"trafficRestorationTimeToHealedOrNewEndpointsInMinutes": 5,
"provisioningState": "Succeeded",
"deploymentStatus": "NotStarted"
Expand All @@ -64,7 +63,6 @@
"probeProtocol": "Http",
"probeIntervalInSeconds": 10
},
"responseBasedAfdOriginErrorDetectionSettings": null,
"trafficRestorationTimeToHealedOrNewEndpointsInMinutes": 5,
"provisioningState": "Succeeded",
"deploymentStatus": "NotStarted"
Expand All @@ -88,7 +86,6 @@
"probeProtocol": "Http",
"probeIntervalInSeconds": 10
},
"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,6 @@
"probeProtocol": "Http",
"probeIntervalInSeconds": 10
},
"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,6 @@
"probeProtocol": "Http",
"probeIntervalInSeconds": 10
},
"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,6 @@
"probeProtocol": "Http",
"probeIntervalInSeconds": 10
},
"responseBasedAfdOriginErrorDetectionSettings": null,
"trafficRestorationTimeToHealedOrNewEndpointsInMinutes": 5,
"provisioningState": "Succeeded",
"deploymentStatus": "NotStarted"
Expand All @@ -67,7 +66,6 @@
"probeProtocol": "Http",
"probeIntervalInSeconds": 10
},
"responseBasedAfdOriginErrorDetectionSettings": null,
"trafficRestorationTimeToHealedOrNewEndpointsInMinutes": 5,
"provisioningState": "Succeeded",
"deploymentStatus": "NotStarted"
Expand Down