Skip to content
Merged
Changes from 2 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
1bcc20d
Add blockchain to latest profile
markcowl Aug 22, 2019
7b46097
Add additional types
markcowl Aug 22, 2019
5dbb091
Merge branch 'main' of https://github.com/Azure/azure-rest-api-specs …
Jan 4, 2022
e1600f7
[CDN] Fix incorrect type for compressionSettings and SharedPrivateLin…
Jan 4, 2022
d8ac4f9
Merge pull request #1 from t-bzhan/cdn-swagger-2021-06-01-fix
ChenglongLiu Jan 5, 2022
b2a85ff
Update SecurityPolicy patch operation
Jan 5, 2022
36c88c1
Update SecurityPolicy patch operation
Jan 5, 2022
ff473fa
Update SecurityPolicy patch operation
Jan 5, 2022
85c0a16
Update SecurityPolicy patch operation
Jan 5, 2022
9f1b614
Update SecurityPolicy patch operation
Jan 5, 2022
3b76a49
Update SecurityPolicy patch operation
Jan 5, 2022
aea71be
Update SecurityPolicy patch operation
Jan 5, 2022
ddb3135
Update SecurityPolicy patch operation
Jan 5, 2022
de5976b
Update SecurityPolicy patch operation
Jan 5, 2022
d390ac7
Update SecurityPolicy patch operation
Jan 5, 2022
898caaf
Merge pull request #2 from ChenglongLiu/chenglong/fix
ChenglongLiu Jan 5, 2022
c3d298d
Removing originResponseTimeoutSeconds from endpoint level
Jan 5, 2022
0aaeb49
Merge pull request #3 from ChenglongLiu/users/sinadell/originswaggerfix
sinadell Jan 5, 2022
f79d3b4
Fix the afdendpoint example
Jan 6, 2022
06ffa40
Merge pull request #4 from ChenglongLiu/chenglong/fixTimeoutExample
ChenglongLiu Jan 6, 2022
f82cdc7
Fix the cacheDuration format
Jan 7, 2022
4234b85
Merge pull request #5 from ChenglongLiu/chenglong/fixDurationFormat
ChenglongLiu Jan 7, 2022
d6a4a31
Adding user assigned identity to managed identity
ajbrown821 Jan 7, 2022
749ee52
Merge pull request #7 from ChenglongLiu/dev/ajbrown/user-assigned-enu…
ChenglongLiu Jan 10, 2022
7821c1e
Fix the typo and example
Jan 10, 2022
51493ec
Merge pull request #8 from ChenglongLiu/chenglong/fixbug
ChenglongLiu Jan 10, 2022
de566e6
Fix OBJECT_ADDITIONAL_PROPERTIES
Jan 13, 2022
681eb8a
Merge pull request #9 from ChenglongLiu/chenglong/fixbug2
ChenglongLiu Jan 13, 2022
28a5464
Revert responseBasedAFDOriginErrorDetectionSettings
Jan 14, 2022
cb01cc5
Merge pull request #11 from ChenglongLiu/chenglong/revert
ChenglongLiu Jan 14, 2022
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
Original file line number Diff line number Diff line change
Expand Up @@ -4779,9 +4779,7 @@
"sharedPrivateLinkResource": {
"description": "The properties of the private link resource for private origin.",
"type": "object",
"items": {
"$ref": "#/definitions/SharedPrivateLinkResourceProperties"
}
"$ref": "#/definitions/SharedPrivateLinkResourceProperties"
},
"enabledState": {
"description": "Whether to enable health probes to be made against backends defined under backendPools. Health probes can only be disabled if there is a single enabled backend in single enabled backend pool.",
Expand Down Expand Up @@ -5065,9 +5063,7 @@
"compressionSettings": {
"description": "compression settings.",
"type": "object",
"items": {
"$ref": "#/definitions/CompressionSettings"
}
"$ref": "#/definitions/CompressionSettings"
},
"queryStringCachingBehavior": {
"description": "Defines how CDN caches requests that include query strings. You can ignore any query strings when caching, bypass caching to prevent requests that contain query strings from being cached, or cache every request with a unique URL.",
Expand Down