Skip to content

Commit

Permalink
CodeGen from PR 18304 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
“â[Go]Add batch tag 22/03/17 (#18304)
  • Loading branch information
SDKAuto committed Mar 17, 2022
1 parent 9e22361 commit c65cdce
Showing 1 changed file with 2 additions and 66 deletions.
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."
}
}
}

0 comments on commit c65cdce

Please sign in to comment.