Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Fix the afdendpoint example
  • Loading branch information
Chenglong Liu committed Jan 6, 2022
commit f79d3b4cef82d4058b081d9dbe3e33904b490fed
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"tags": {},
"location": "CentralUs",
"properties": {
"originResponseTimeoutSeconds": 30,
"enabledState": "Enabled"
}
}
Expand All @@ -24,7 +23,6 @@
"location": "CentralUs",
"properties": {
"hostName": "endpoint1.azureedge.net",
"originResponseTimeoutSeconds": 30,
"enabledState": "Enabled",
"provisioningState": "Succeeded",
"deploymentStatus": "NotStarted"
Expand All @@ -40,7 +38,6 @@
"location": "CentralUs",
"properties": {
"hostName": "endpoint1.azureedge.net",
"originResponseTimeoutSeconds": 30,
"enabledState": "Enabled",
"provisioningState": "Creating",
"deploymentStatus": "NotStarted"
Expand All @@ -56,7 +53,6 @@
"location": "CentralUs",
"properties": {
"hostName": "endpoint1.azureedge.net",
"originResponseTimeoutSeconds": 30,
"enabledState": "Enabled",
"provisioningState": "Creating",
"deploymentStatus": "NotStarted"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"location": "CentralUs",
"properties": {
"hostName": "endpoint1.azureedge.net",
"originResponseTimeoutSeconds": 30,
"enabledState": "Enabled",
"provisioningState": "Succeeded",
"deploymentStatus": "Succeeded"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"location": "CentralUs",
"properties": {
"hostName": "endpoint1.azureedge.net",
"originResponseTimeoutSeconds": 30,
"enabledState": "Enabled",
"provisioningState": "Succeeded",
"deploymentStatus": "Succeeded"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"endpointUpdateProperties": {
"tags": {},
"properties": {
"originResponseTimeoutSeconds": 30,
"enabledState": "Enabled"
}
}
Expand All @@ -23,7 +22,6 @@
"location": "WestCentralUs",
"properties": {
"hostName": "endpoint1.azureedge.net",
"originResponseTimeoutSeconds": 30,
"enabledState": "Enabled",
"provisioningState": "Succeeded",
"deploymentStatus": "InProgress"
Expand All @@ -42,7 +40,6 @@
"location": "WestCentralUs",
"properties": {
"hostName": "endpoint1.azureedge.net",
"originResponseTimeoutSeconds": 30,
"enabledState": "Enabled",
"provisioningState": "Updating",
"deploymentStatus": "NotStarted"
Expand Down