Skip to content

Commit

Permalink
updated examples
Browse files Browse the repository at this point in the history
  • Loading branch information
yunheMsft committed Jul 23, 2021
1 parent 94a33b5 commit a92d676
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 57 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
],
"isCompressionEnabled": true
},
"queryStringCachingBehavior": "IgnoreQueryString"
"queryStringCachingBehavior": "IgnoreSpecifiedQueryStrings",
"queryParameters": "querystring=test"
},
"forwardingProtocol": "MatchRequest",
"linkToDefaultDomain": "Enabled",
Expand Down Expand Up @@ -82,14 +83,14 @@
],
"isCompressionEnabled": true
},
"queryStringCachingBehavior": "IgnoreQueryString",
"queryParameters": null
"queryStringCachingBehavior": "IgnoreSpecifiedQueryStrings",
"queryParameters": "querystring=test"
},
"forwardingProtocol": "MatchRequest",
"linkToDefaultDomain": "Enabled",
"httpsRedirect": "Enabled",
"enabledState": "Enabled",
"provisioningState": "Creating",
"provisioningState": "Succeeded",
"deploymentStatus": "NotStarted"
}
}
Expand Down Expand Up @@ -129,14 +130,14 @@
],
"isCompressionEnabled": true
},
"queryStringCachingBehavior": "IgnoreQueryString",
"queryParameters": null
"queryStringCachingBehavior": "IgnoreSpecifiedQueryStrings",
"queryParameters": "querystring=test"
},
"forwardingProtocol": "MatchRequest",
"linkToDefaultDomain": "Enabled",
"httpsRedirect": "Enabled",
"enabledState": "Enabled",
"provisioningState": "Creating",
"provisioningState": "Succeeded",
"deploymentStatus": "NotStarted"
}
}
Expand Down Expand Up @@ -176,8 +177,8 @@
],
"isCompressionEnabled": true
},
"queryStringCachingBehavior": "IgnoreQueryString",
"queryParameters": null
"queryStringCachingBehavior": "IgnoreSpecifiedQueryStrings",
"queryParameters": "querystring=test"
},
"forwardingProtocol": "MatchRequest",
"linkToDefaultDomain": "Enabled",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,54 +90,7 @@
"httpsRedirect": "Enabled",
"enabledState": "Enabled",
"provisioningState": "Succeeded",
"deploymentStatus": "InProgress"
}
}
},
"201": {
"body": {
"name": "route1",
"id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/afdendpoints/endpoint1/routes/route1",
"type": "Microsoft.Cdn/profiles/afdendpoints/routes",
"properties": {
"customDomains": [
{
"id": "/subscriptions/subid/resourceGroups/RG/providers/Microsoft.Cdn/profiles/profile1/customDomains/domain1"
}
],
"originGroup": {
"id": "/subscriptions/subid/resourceGroups/RG/providers/Microsoft.Cdn/profiles/profile1/originGroups/originGroup1"
},
"originPath": null,
"ruleSets": [
{
"id": "/subscriptions/subid/resourceGroups/RG/providers/Microsoft.Cdn/profiles/profile1/ruleSets/ruleSet1"
}
],
"supportedProtocols": [
"Https",
"Http"
],
"patternsToMatch": [
"/*"
],
"cacheConfiguration":{
"compressionSettings": {
"contentTypesToCompress": [
"text/html",
"application/octet-stream"
],
"isCompressionEnabled": true
},
"queryStringCachingBehavior": "IgnoreQueryString",
"queryParameters": null
},
"forwardingProtocol": "MatchRequest",
"linkToDefaultDomain": "Enabled",
"httpsRedirect": "Enabled",
"enabledState": "Enabled",
"provisioningState": "Updating",
"deploymentStatus": "InProgress"
"deploymentStatus": "NotStarted"
}
}
},
Expand Down

0 comments on commit a92d676

Please sign in to comment.