Skip to content
Closed
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
68 changes: 2 additions & 66 deletions schemas/2021-06-01/Microsoft.Cdn.json
Original file line number Diff line number Diff line change
Expand Up @@ -932,17 +932,6 @@
],
"description": "Round-Robin load balancing settings for a backend pool"
},
"responseBasedAfdOriginErrorDetectionSettings": {
"oneOf": [
{
"$ref": "#/definitions/ResponseBasedOriginErrorDetectionParameters"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The JSON object that contains the properties to determine origin health using real requests/responses."
},
"sessionAffinityState": {
"oneOf": [
{
Expand Down Expand Up @@ -1006,7 +995,8 @@
"enforceCertificateNameCheck": {
"oneOf": [
{
"type": "boolean"
"type": "boolean",
"default": true
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -3655,44 +3645,6 @@
},
"description": "Defines the list of managed rule sets for the policy."
},
"ManagedServiceIdentity": {
"type": "object",
"properties": {
"type": {
"oneOf": [
{
"type": "string",
"enum": [
"SystemAssigned",
"UserAssigned",
"SystemAssigned, UserAssigned",
"None"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Type of managed service identity."
},
"userAssignedIdentities": {
"oneOf": [
{
"type": "object",
"additionalProperties": {
"$ref": "#/definitions/UserAssignedIdentity"
},
"properties": {}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"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}"
}
},
"description": "Managed service identity."
},
"MatchCondition": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -4207,17 +4159,6 @@
"ProfileProperties": {
"type": "object",
"properties": {
"identity": {
"oneOf": [
{
"$ref": "#/definitions/ManagedServiceIdentity"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Managed service identity."
},
"originResponseTimeoutSeconds": {
"oneOf": [
{
Expand Down Expand Up @@ -6955,11 +6896,6 @@
"paramName"
],
"description": "Defines how to identify a parameter for a specific purpose e.g. expires"
},
"UserAssignedIdentity": {
"type": "object",
"properties": {},
"description": "User Assigned identity."
}
}
}