Skip to content

Commit

Permalink
Fix cdn.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenglongLiu committed Nov 15, 2024
1 parent b58419b commit 9d7619e
Showing 1 changed file with 5 additions and 64 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5665,7 +5665,7 @@
"$ref": "#/definitions/DeepCreatedOriginProperties"
}
},
"x-ms-azure-resource": true
"x-ms-azure-resource": false
},
"DeepCreatedOriginProperties": {
"description": "Properties of the origin created on the CDN endpoint.",
Expand Down Expand Up @@ -5741,7 +5741,7 @@
"readOnly": true
}
},
"x-ms-azure-resource": true
"x-ms-azure-resource": false
},
"DeepCreatedOriginGroup": {
"description": "The origin group for CDN content which is added when creating a CDN endpoint. Traffic is sent to the origins within the origin group based on origin health.",
Expand All @@ -5759,7 +5759,7 @@
"$ref": "#/definitions/DeepCreatedOriginGroupProperties"
}
},
"x-ms-azure-resource": true
"x-ms-azure-resource": false
},
"DeepCreatedOriginGroupProperties": {
"description": "Properties of the origin group created on the CDN endpoint.",
Expand Down Expand Up @@ -5794,7 +5794,7 @@
"$ref": "#/definitions/ResponseBasedOriginErrorDetectionParameters"
}
},
"x-ms-azure-resource": true
"x-ms-azure-resource": false
},
"ResourceReference": {
"properties": {
Expand Down Expand Up @@ -7324,69 +7324,10 @@
"type": "object",
"properties": {
"error": {
"description": "The error object.",
"$ref": "#/definitions/ErrorDetail"
"$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorDetail"
}
}
},
"ErrorDetail": {
"description": "The error detail.",
"type": "object",
"properties": {
"code": {
"readOnly": true,
"type": "string",
"description": "The error code."
},
"message": {
"readOnly": true,
"type": "string",
"description": "The error message."
},
"target": {
"readOnly": true,
"type": "string",
"description": "The error target."
},
"details": {
"readOnly": true,
"type": "array",
"items": {
"$ref": "#/definitions/ErrorDetail"
},
"x-ms-identifiers": [
"message",
"target"
],
"description": "The error details."
},
"additionalInfo": {
"readOnly": true,
"type": "array",
"items": {
"$ref": "#/definitions/ErrorAdditionalInfo"
},
"x-ms-identifiers": [],
"description": "The error additional info."
}
}
},
"ErrorAdditionalInfo": {
"type": "object",
"properties": {
"type": {
"readOnly": true,
"type": "string",
"description": "The additional info type."
},
"info": {
"readOnly": true,
"type": "object",
"description": "The additional info."
}
},
"description": "The resource management error additional info."
},
"CdnMigrationToAfdParameters": {
"type": "object",
"description": "Request body for Migrate operation.",
Expand Down

0 comments on commit 9d7619e

Please sign in to comment.