Skip to content

Commit

Permalink
Add option for Application Configuration Service refresh interval (#2…
Browse files Browse the repository at this point in the history
…6943)

* add the option for acs refresh interval
* refine description and complete examples
  • Loading branch information
saragluna authored Dec 8, 2023
1 parent a905750 commit 4e8862a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9874,6 +9874,11 @@
"properties": {
"gitProperty": {
"$ref": "#/definitions/ConfigurationServiceGitProperty"
},
"refreshIntervalInSeconds": {
"format": "int32",
"description": "How often (in seconds) to check repository updates. Minimum value is 0.",
"type": "integer"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"label": "master"
}
]
}
},
"refreshIntervalInSeconds": 60
}
}
}
Expand All @@ -41,7 +42,8 @@
"label": "master"
}
]
}
},
"refreshIntervalInSeconds": 60
},
"resourceRequests": {
"cpu": "1",
Expand Down Expand Up @@ -88,7 +90,8 @@
"label": "master"
}
]
}
},
"refreshIntervalInSeconds": 60
},
"resourceRequests": {
"cpu": "1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"label": "master"
}
]
}
},
"refreshIntervalInSeconds": 60
},
"resourceRequests": {
"cpu": "1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"label": "master"
}
]
}
},
"refreshIntervalInSeconds": 60
},
"resourceRequests": {
"cpu": "1",
Expand Down

0 comments on commit 4e8862a

Please sign in to comment.