Skip to content

Commit

Permalink
CodeGen from PR 17262 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Fixing the incorrect description of a field (#17262)

* Fixing the incorrect description of a field

* Revrting change for older apis
  • Loading branch information
SDKAuto committed Jan 13, 2022
1 parent 4bb5ac7 commit b7d064f
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 11,119 deletions.
2 changes: 1 addition & 1 deletion schemas/2020-12-01-preview/Microsoft.ServiceFabric.json
Original file line number Diff line number Diff line change
Expand Up @@ -2396,7 +2396,7 @@
"properties": {
"instanceCloseDelayDuration": {
"type": "string",
"description": "Delay duration for RequestDrain feature to ensures that the endpoint advertised by the stateless instance is removed before the delay starts prior to closing the instance. This delay enables existing requests to drain gracefully before the instance actually goes down (https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-application-upgrade-advanced#avoid-connection-drops-during-stateless-service-planned-downtime-preview). It is first interpreted as a string representing an ISO 8601 duration. If that fails, then it is interpreted as a number representing the total number of milliseconds."
"description": "Delay duration for RequestDrain feature to ensures that the endpoint advertised by the stateless instance is removed before the delay starts prior to closing the instance. This delay enables existing requests to drain gracefully before the instance actually goes down (https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-application-upgrade-advanced#avoid-connection-drops-during-stateless-service-planned-downtime-preview). It is represented in ISO 8601 format (hh:mm:ss.s)."
},
"instanceCount": {
"oneOf": [
Expand Down
Loading

0 comments on commit b7d064f

Please sign in to comment.