Skip to content

Commit 06ffa40

Browse files
authored
Merge pull request #4 from ChenglongLiu/chenglong/fixTimeoutExample
Fix the afdendpoint example
2 parents 0aaeb49 + f79d3b4 commit 06ffa40

File tree

4 files changed

+0
-9
lines changed

4 files changed

+0
-9
lines changed

specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDEndpoints_Create.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"tags": {},
1010
"location": "CentralUs",
1111
"properties": {
12-
"originResponseTimeoutSeconds": 30,
1312
"enabledState": "Enabled"
1413
}
1514
}
@@ -24,7 +23,6 @@
2423
"location": "CentralUs",
2524
"properties": {
2625
"hostName": "endpoint1.azureedge.net",
27-
"originResponseTimeoutSeconds": 30,
2826
"enabledState": "Enabled",
2927
"provisioningState": "Succeeded",
3028
"deploymentStatus": "NotStarted"
@@ -40,7 +38,6 @@
4038
"location": "CentralUs",
4139
"properties": {
4240
"hostName": "endpoint1.azureedge.net",
43-
"originResponseTimeoutSeconds": 30,
4441
"enabledState": "Enabled",
4542
"provisioningState": "Creating",
4643
"deploymentStatus": "NotStarted"
@@ -56,7 +53,6 @@
5653
"location": "CentralUs",
5754
"properties": {
5855
"hostName": "endpoint1.azureedge.net",
59-
"originResponseTimeoutSeconds": 30,
6056
"enabledState": "Enabled",
6157
"provisioningState": "Creating",
6258
"deploymentStatus": "NotStarted"

specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDEndpoints_Get.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"location": "CentralUs",
1717
"properties": {
1818
"hostName": "endpoint1.azureedge.net",
19-
"originResponseTimeoutSeconds": 30,
2019
"enabledState": "Enabled",
2120
"provisioningState": "Succeeded",
2221
"deploymentStatus": "Succeeded"

specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDEndpoints_ListByProfile.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"location": "CentralUs",
1818
"properties": {
1919
"hostName": "endpoint1.azureedge.net",
20-
"originResponseTimeoutSeconds": 30,
2120
"enabledState": "Enabled",
2221
"provisioningState": "Succeeded",
2322
"deploymentStatus": "Succeeded"

specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDEndpoints_Update.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"endpointUpdateProperties": {
99
"tags": {},
1010
"properties": {
11-
"originResponseTimeoutSeconds": 30,
1211
"enabledState": "Enabled"
1312
}
1413
}
@@ -23,7 +22,6 @@
2322
"location": "WestCentralUs",
2423
"properties": {
2524
"hostName": "endpoint1.azureedge.net",
26-
"originResponseTimeoutSeconds": 30,
2725
"enabledState": "Enabled",
2826
"provisioningState": "Succeeded",
2927
"deploymentStatus": "InProgress"
@@ -42,7 +40,6 @@
4240
"location": "WestCentralUs",
4341
"properties": {
4442
"hostName": "endpoint1.azureedge.net",
45-
"originResponseTimeoutSeconds": 30,
4643
"enabledState": "Enabled",
4744
"provisioningState": "Updating",
4845
"deploymentStatus": "NotStarted"

0 commit comments

Comments
 (0)