Skip to content
Merged
Prev Previous commit
Next Next commit
Try fix again
  • Loading branch information
jessicl-ms committed Sep 19, 2023
commit 0417a163c5309107fb7611bdd3bfa99736c55116
Original file line number Diff line number Diff line change
Expand Up @@ -5350,7 +5350,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 @@ -5426,7 +5426,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 @@ -5444,7 +5444,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 @@ -5479,7 +5479,7 @@
"$ref": "#/definitions/ResponseBasedOriginErrorDetectionParameters"
}
},
"x-ms-azure-resource": true
"x-ms-azure-resource": false
},
"ResourceReference": {
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
"origins": [
{
"name": "www-bing-com",
"id":"/subscriptions/subid/resourceGroups/RG/providers/Microsoft.Cdn/profiles/profile1/endpoints/endpoint1/origins/www-bing-com",
"properties": {
"id":"/subscriptions/subid/resourceGroups/RG/providers/Microsoft.Cdn/profiles/profile1/endpoints/endpoint1/origins/www-bing-com",
"hostName": "www.bing.com",
"httpPort": 80,
"httpsPort": 443,
Expand All @@ -42,9 +40,7 @@
"originGroups": [
{
"name": "originGroup1",
"id":"/subscriptions/subid/resourceGroups/RG/providers/Microsoft.Cdn/profiles/profile1/endpoints/endpoint1/origingroupss/origingroup1",
"properties": {
"id":"/subscriptions/subid/resourceGroups/RG/providers/Microsoft.Cdn/profiles/profile1/endpoints/endpoint1/origingroupss/origingroup1",
"healthProbeSettings": {
"probePath": "/health.aspx",
"probeRequestType": "GET",
Expand Down